Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-05 | mastodon api: account view: fetch follow state and use it to populate ↵ | William Pitcock | |
`requested` field | |||
2018-10-05 | activitypub: always track following state for async reasons | William Pitcock | |
2018-10-05 | activitypub transmogrifier: better manage follow state | William Pitcock | |
2018-10-05 | user: only pre-create follow relationships on OStatus | William Pitcock | |
closes #306 | |||
2018-10-05 | nodeinfo: add accepted post formats to metadata | William Pitcock | |
2018-10-05 | config: allow for accepted post formats to be configured | William Pitcock | |
2018-10-05 | formatter: use Pleroma.HTML module instead of HtmlSanitizeEx directly | William Pitcock | |
2018-10-05 | twitterapi: frontend config: add formattingOptionsEnabled | William Pitcock | |
2018-10-05 | Revert "Merge branch 'revert-a26d5e6b' into 'develop'" | William Pitcock | |
This reverts commit d31bbb1cfe04ca6073a322bcf77239e7d4b79839, reversing changes made to 340ab3cb9068d444b77213e07beb8c2c3ca128b9. | |||
2018-10-05 | nodeinfo_controller: Fix JSON rendering | Haelwenn (lanodan) Monnier | |
This is the last noedinfo difference from my own branch | |||
2018-10-05 | MRF Transparency | Haelwenn (lanodan) Monnier | |
2018-10-05 | Pleroma.Web.Nodeinfo.NodeinfoController: Further transparency, breaks API of ↵ | Haelwenn (lanodan) Monnier | |
previous one | |||
2018-10-05 | [Pleroma.Web.Nodeinfo.NodeinfoController]: Transparency on MRF Simple | Haelwenn (lanodan) Monnier | |
2018-09-30 | Merge branch 'bugfix/fix-mrf-reject-match' into 'develop' | kaniini | |
activitypub: fix error condition match See merge request pleroma/pleroma!365 | |||
2018-09-30 | activitypub: fix error condition match | William Pitcock | |
2018-09-28 | formatter: Stop using phoenix HTML and format it ourselves | Haelwenn (lanodan) Monnier | |
* Pheonix has an extra scheme whitelist conflicting with ours * Pheonix doesn’t seems to do URL encoding, just HTML encoding Closes: https://git.pleroma.social/pleroma/pleroma/issues/307 | |||
2018-09-28 | Merge branch 'feature/twitter_api/fields' into 'develop' | Haelwenn | |
[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields" See merge request pleroma/pleroma!360 | |||
2018-09-28 | [Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields" | Haelwenn (lanodan) Monnier | |
2018-09-28 | activitypub: don't fall back to OStatus fetching when MRF rejects an object | William Pitcock | |
2018-09-28 | activitypub inbox: only accept unsigned/invalid-signature relayed creates, ↵ | William Pitcock | |
nothing else although the previous handling assumed any unsigned/invalid signature message was a Create, lets make it more explicit | |||
2018-09-27 | transmogrifier: get_actor called without casting attributedTo in actor and ↵ | Haelwenn (lanodan) Monnier | |
actor is nil | |||
2018-09-27 | transmogrifier: Just make attachement maps into a list and reroll | Haelwenn (lanodan) Monnier | |
2018-09-27 | transmogrifier: Use the correct variable and prefer inspect in case of a bad ↵ | Haelwenn (lanodan) Monnier | |
type being passed on | |||
2018-09-27 | transmogrifier: more robustly handle dereferencing pointer URIs | William Pitcock | |
2018-09-27 | transmogrifier: Use oneliners when applicable | Haelwenn (lanodan) Monnier | |
2018-09-27 | transmogrifier: reformat `cond` block by hand | William Pitcock | |
2018-09-27 | transmogrifier: Add support for array-less hashtags, add broken announce, ↵ | Haelwenn (lanodan) Monnier | |
harden get_actor | |||
2018-09-27 | transmogrifier: pro-actively add support for Hashtag without array in tag | Haelwenn (lanodan) Monnier | |
2018-09-27 | transmogrifier: Use a cond, add proactive support for arrays | Haelwenn (lanodan) Monnier | |
2018-09-27 | [Pleroma.Web.ActivityPub.Transmogrifier]: quick fix when tag is a Map | Haelwenn (lanodan) Monnier | |
2018-09-27 | [Pleroma.Web.ActivityPub.Transmogrifier]: fix emoji in tag when it’s not ↵ | Haelwenn (lanodan) Monnier | |
in a array [kroeg] Also simplified the code for name trimming. And not copying the Map.merge part as it looks buggy. See: https://queer.hacktivis.me/objects/a9f21ebc-9a12-4a6c-89d5-3d46955c6ee8 | |||
2018-09-27 | [Pleroma.Web.ActivityPub.Transmogrifier]: fix when attachment contain is ↵ | Haelwenn (lanodan) Monnier | |
just a Map [kroeg] | |||
2018-09-27 | [Pleroma.Web.ActivityPub.Transmogrifier]: Fix when inReplyTo is a inlined ↵ | Haelwenn (lanodan) Monnier | |
post [kroeg] | |||
2018-09-27 | [Pleroma.Web.ActivityPub.ActivityPub]: Harden getting endpoints [kroeg] | Haelwenn (lanodan) Monnier | |
2018-09-24 | Uploaders.S3: Replace unsafe characters in object key | Martin Kühl | |
According to [the S3 docs][s3], the characters safe for use in object keys are: * 0-9 * a-z * A-Z * ! * - * _ * . * * * ' * ( * ) (The / character is not listed but mentioned being safe outside of the list.) Several characters that are valid in filenames can cause problems, for example spaces are not valid in URLs and need to be escaped, sequences of spaces can become squeezed by S3, some characters like \ are documented to require “significant special handling”. To avoid these problems, this change encodes the filename before using it as part of the S3 object name by replacing all characters except those documented as “safe” with dashes. [s3]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html | |||
2018-09-22 | html: twittertext: add missing catchall scrub function | William Pitcock | |
2018-09-22 | twitter api: add no_rich_text option to userview for account prefs | William Pitcock | |
2018-09-22 | mastodon api: formatting | William Pitcock | |
2018-09-22 | twitter api: add support for disabling rich text | William Pitcock | |
2018-09-22 | mastodon api: add support for user-supplied html policy | William Pitcock | |
2018-09-22 | twitter api: add support for user-specified html policy | William Pitcock | |
2018-09-22 | user: add User.html_filter_policy() | William Pitcock | |
2018-09-22 | html: default to using normal scrub policy if provided scrub policy is nil | William Pitcock | |
2018-09-21 | Merge branch 'feature/dynamic-user-refresh' into 'develop' | kaniini | |
user: implement dynamic refresh of profiles See merge request pleroma/pleroma!350 | |||
2018-09-20 | Merge branch 'task-204-on-options-request' into 'develop' | kaniini | |
Return 204 response on options request See merge request pleroma/pleroma!347 | |||
2018-09-20 | mix: remove fix_ap_users task, now obsolete | William Pitcock | |
2018-09-20 | user: implement dynamic refresh of profiles (gets rid of need for ↵ | William Pitcock | |
fix_ap_users task) | |||
2018-09-20 | [Pleroma.Web.MastodonAPI.MastodonAPIController]: Bump mastodon_api_level to ↵ | Haelwenn (lanodan) Monnier | |
2.5.0 | |||
2018-09-20 | [Pleroma.Web.MastodonAPI.MastodonAPIController]: Remove unused variables | Haelwenn (lanodan) Monnier | |
2018-09-20 | [Pleroma.Web.Router]: Fake /api/v1/endorsements | Haelwenn (lanodan) Monnier | |