summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-17transmogrifier tests: fix defective spoofing testWilliam Pitcock
2018-11-17test: httpoison mock: add second spoofing activity testWilliam Pitcock
2018-11-17Merge branch 'feature/uploader-mdii' into 'develop'kaniini
Feature / MDII Uploader See merge request pleroma/pleroma!454
2018-11-17fallbacking into local uploaderhakabahitoyo
2018-11-17better config readinghakabahitoyo
2018-11-16Merge branch 'bugfix/dm-timeline-scope' into 'develop'kaniini
TwitterAPI: Fix dm_timeline displaying only half of the conversation. See merge request pleroma/pleroma!457
2018-11-16TwitterAPI: Fix dm_timeline displaying only half of the conversation.lain
2018-11-16Merge branch 'feature/pleromafe-usersearch' into 'develop'lambda
Add Twitter / Pleroma API user search See merge request pleroma/pleroma!452
2018-11-16Merge branch 'bugfix/csp-remove-form-action' into 'develop'kaniini
http security: remove form-action from CSP definitions Closes #379 See merge request pleroma/pleroma!456
2018-11-16http security: remove form-action from CSP definitionsWilliam Pitcock
2018-11-16Add better test for user search functionlity.lain
2018-11-16Merge branch 'fix/test' into 'develop'lambda
Reset http security settings to fix plug test See merge request pleroma/pleroma!455
2018-11-17Reset http security settings to fix plug testAkiraFukushima
2018-11-16better confighakabahitoyo
2018-11-16better extension detectionhakabahitoyo
2018-11-15debughakabahitoyo
2018-11-15formathakabahitoyo
2018-11-15debufHakaba Hitoyo
2018-11-15omplement mdii uploaderHakaba Hitoyo
2018-11-15add mdii uploaderHakaba Hitoyo
2018-11-15Merge remote-tracking branch 'official/develop' into developHakaba Hitoyo
2018-11-15Revert "update pleroma frontend"Hakaba Hitoyo
This reverts commit 025301546702a6fe9167e49453c3a9b44607fb75.
2018-11-14Format.lain
2018-11-14Add Pleroma user search api for PleromaFE.lain
2018-11-14Merge branch 'fix-media-proxy-filename' into 'develop'lambda
media_proxy: use path only to retrieve filename See merge request pleroma/pleroma!450
2018-11-14Merge branch 'update/pleroma-fe-20181114' into 'develop'kaniini
update pleroma frontend See merge request pleroma/pleroma!451
2018-11-14update pleroma frontendWilliam Pitcock
2018-11-14Merge branch 'twitter-api-direct-messages' into 'develop'kaniini
Twitter api direct messages See merge request pleroma/pleroma!449
2018-11-13media_proxy: use path only to retrieve filenamehref
2018-11-13TwitterApi: Add direct message endpointlain
2018-11-13MastodonAPI: Add pagination to private messages.lain
2018-11-13Merge branch 'media-proxy-safety' into 'develop'lambda
media_proxy: CSP, content-disposition See merge request pleroma/pleroma!448
2018-11-13media_proxy: CSP, content-dispositionhref
* 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-13Merge branch 'security/cookie-hardening' into 'develop'lambda
Add __Host- prefix when secure flag is enabled See merge request pleroma/pleroma!446
2018-11-13Merge branch 'add-MIX_ENV-to-systemd-example' into 'develop'lambda
Add MIX_ENV=prod to systemd example file See merge request pleroma/pleroma!445
2018-11-13Merge branch 'whalebird' into 'develop'lambda
Add Whalebird as a client application in README See merge request pleroma/pleroma!447
2018-11-13Add __Host- prefix when secure flag is enabledshibayashi
2018-11-12Add MIX_ENV=prodshibayashi
2018-11-12Merge 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-12Twitter API: Add tests for nil names.scarlett
2018-11-13Add Whalebird as a client application in READMEAkiraFukushima
2018-11-12Twitter API: Fall back to user.nickname if user has no namescarlett
2018-11-12Merge branch 'feature/csp-plug' into 'develop'kaniini
migrate CSP management to CSPPlug See merge request pleroma/pleroma!441
2018-11-12sample config: chase http_security changeWilliam Pitcock
2018-11-12http security: allow referrer-policy to be configuredWilliam Pitcock
2018-11-12rename CSPPlug to HTTPSecurityPlug.William Pitcock
2018-11-11Merge branch 'update-readme' into 'develop'Haelwenn
Update README.md See merge request pleroma/pleroma!443
2018-11-11Update README.mdshibayashi
2018-11-11Merge branch 'fix-list-streaming' into 'develop'kaniini
Mastodon API: Fix list streaming See merge request pleroma/pleroma!442
2018-11-11Mastodon API: Fix list streamingKokaKiwi