Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-15 | debug | hakabahitoyo | |
2018-11-15 | format | hakabahitoyo | |
2018-11-15 | debuf | Hakaba Hitoyo | |
2018-11-15 | omplement mdii uploader | Hakaba Hitoyo | |
2018-11-15 | add mdii uploader | Hakaba Hitoyo | |
2018-11-14 | Format. | lain | |
2018-11-14 | Add Pleroma user search api for PleromaFE. | lain | |
2018-11-14 | Merge branch 'fix-media-proxy-filename' into 'develop' | lambda | |
media_proxy: use path only to retrieve filename See merge request pleroma/pleroma!450 | |||
2018-11-14 | Merge branch 'twitter-api-direct-messages' into 'develop' | kaniini | |
Twitter api direct messages See merge request pleroma/pleroma!449 | |||
2018-11-13 | media_proxy: use path only to retrieve filename | href | |
2018-11-13 | TwitterApi: Add direct message endpoint | lain | |
2018-11-13 | MastodonAPI: Add pagination to private messages. | lain | |
2018-11-13 | media_proxy: CSP, content-disposition | href | |
* Adds CSP headers to the media proxy endpoint * Sends `content-disposition: attachment; …` for non-image/video/audio content types The default list can be overwritten with `:media_proxy, :safe_content_types` in the configuration. * Also now appends the filename to the proxy URL (fixes some mobile apps, it was requested a while ago) | |||
2018-11-13 | Add __Host- prefix when secure flag is enabled | shibayashi | |
2018-11-12 | Merge branch 'twitter-api-null-display-name' into 'develop' | scarlett | |
Twitter API: Fall back to user.nickname if user has no name Closes #375 See merge request pleroma/pleroma!444 | |||
2018-11-12 | Twitter API: Fall back to user.nickname if user has no name | scarlett | |
2018-11-12 | Merge branch 'feature/csp-plug' into 'develop' | kaniini | |
migrate CSP management to CSPPlug See merge request pleroma/pleroma!441 | |||
2018-11-12 | sample config: chase http_security change | William Pitcock | |
2018-11-12 | http security: allow referrer-policy to be configured | William Pitcock | |
2018-11-12 | rename CSPPlug to HTTPSecurityPlug. | William Pitcock | |
2018-11-11 | Mastodon API: Fix list streaming | KokaKiwi | |
2018-11-11 | csp plug: add support for certificate transparency | William Pitcock | |
2018-11-11 | csp plug: add sts support | William Pitcock | |
2018-11-11 | sample config: document how to make CSPPlug send STS headers (off by default ↵ | William Pitcock | |
to allow for SSL debugging) | |||
2018-11-11 | plugs: add CSPPlug | William Pitcock | |
2018-11-11 | oauth: fix token decode regression | William Pitcock | |
2018-11-10 | Merge branch 'bugfix/json-ld-object-sanitization' into 'develop' | lambda | |
JSON-LD: object sanitization See merge request pleroma/pleroma!438 | |||
2018-11-10 | activitypub: transmogrifier: sanitize internal representation details from ↵ | William Pitcock | |
outgoing objects this causes JSON-LD parsers to get upset and has also lead to developer confusion from outside projects which tried to parse our internal data. accordingly, it seems better to just remove it. | |||
2018-11-10 | lib/mix/tasks: s/@doc/@moduledoc/ | Haelwenn (lanodan) Monnier | |
2018-11-10 | lib/mix/tasks/unsubscribe_user.ex: Fix syntax from bad line copy | Haelwenn (lanodan) Monnier | |
2018-11-10 | lib/mix/tasks: Add remaining documentation for mix tasks | Haelwenn (lanodan) Monnier | |
2018-11-10 | Document the mix tasks in ex_doc instead | Haelwenn (lanodan) Monnier | |
2018-11-10 | Document mix tasks | Haelwenn (lanodan) Monnier | |
2018-11-10 | activitypub: object view: sanitize both the activity and the object when an ↵ | William Pitcock | |
activity is given for rendering | |||
2018-11-10 | Merge branch 'bugfix/ostatus-as2-reflection' into 'develop' | kaniini | |
ostatus: only federate activities concerning note objects See merge request pleroma/pleroma!437 | |||
2018-11-10 | Merge branch 'bugfix/local-jsonld-context' into 'develop' | kaniini | |
Host LitePub JSON-LD context locally See merge request pleroma/pleroma!435 | |||
2018-11-10 | endpoint: move CORSPlug in front of Plug.Static | William Pitcock | |
2018-11-10 | endpoint: fix formatting | William Pitcock | |
2018-11-10 | federator: don't federate anything other than Note objects to OStatus | William Pitcock | |
2018-11-09 | activitypub: utils: use same object type list for mention extraction as ↵ | William Pitcock | |
insertion | |||
2018-11-09 | notification: add fallback get_notified_from_activity() | William Pitcock | |
2018-11-09 | activitypub: utils: wrap Note objects in a Create when extracting mentions | William Pitcock | |
2018-11-09 | user: remove obsolete User.get_notified_from_activity(). | William Pitcock | |
2018-11-09 | activitypub: utils: switch to using new ↵ | William Pitcock | |
Notification.get_notified_from_activity(). | |||
2018-11-09 | notification: implement new Notification.get_notified_from_activity() | William Pitcock | |
2018-11-09 | user: factor out user set fetching from User.get_notified_from_activity() | William Pitcock | |
2018-11-08 | user: implement AS2 mention extraction + unify Announce handling | William Pitcock | |
2018-11-08 | activitypub: transmogrifier: unify mention extraction | William Pitcock | |
2018-11-08 | user: add optional local_only param to get_notified_from_activity() | William Pitcock | |
2018-11-08 | Pleroma.Web.Endpoint: Whitelist schemas directory | Haelwenn (lanodan) Monnier | |