Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-20 | Merge branch 'feature/retry-queue' into 'develop' | Haelwenn | |
Federator: add retry queue. See merge request pleroma/pleroma!323 | |||
2018-11-20 | mediaproxy: fix empty url & add some tests | href | |
2018-11-19 | RetryQueue: tiny refractor, add tests | eal | |
2018-11-18 | Federator: add retry queue. | eal | |
2018-11-17 | activitypub: object view: avoid leaking private details | William Pitcock | |
2018-11-17 | ostatus controller: respond with AS2 objects instead of activities to notice ↵ | William Pitcock | |
URIs | |||
2018-11-17 | activitypub: transmogrifier: make deletes secure | William Pitcock | |
2018-11-17 | federator: return :ok or :error depending on if an AP doc was accepted or not | William Pitcock | |
2018-11-17 | federator: do origin containment when processing inbound messages | William Pitcock | |
2018-11-17 | activitypub: user fetching: use fetch_and_contain_remote_object_from_id() | William Pitcock | |
2018-11-17 | activitypub: factor out AP object fetching to it's own function and add ↵ | William Pitcock | |
ID-based containment | |||
2018-11-17 | activitypub: fetch_object_from_id(): prefer `actor` over `attributedTo` to ↵ | William Pitcock | |
avoid spoofing | |||
2018-11-17 | Merge branch 'feature/uploader-mdii' into 'develop' | kaniini | |
Feature / MDII Uploader See merge request pleroma/pleroma!454 | |||
2018-11-17 | fallbacking into local uploader | hakabahitoyo | |
2018-11-17 | better config reading | hakabahitoyo | |
2018-11-16 | TwitterAPI: Fix dm_timeline displaying only half of the conversation. | lain | |
2018-11-16 | Merge branch 'feature/pleromafe-usersearch' into 'develop' | lambda | |
Add Twitter / Pleroma API user search See merge request pleroma/pleroma!452 | |||
2018-11-16 | http security: remove form-action from CSP definitions | William Pitcock | |
2018-11-16 | Add better test for user search functionlity. | lain | |
2018-11-16 | better config | hakabahitoyo | |
2018-11-16 | better extension detection | hakabahitoyo | |
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 | |