summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-31update pleroma frontendWilliam Pitcock
2018-08-31Merge branch 'update/pleroma-fe-config-20180831' into 'develop'kaniini
2018-08-31config: chase pleroma-fe updates from MR pleroma-fe!324.William Pitcock
2018-08-31Merge branch 'feature/rich-text' into 'develop'kaniini
2018-08-31tests: add tests for evil HTML filteringWilliam Pitcock
2018-08-31common api: add support for formatting messages outside of twitter-style plai...William Pitcock
2018-08-30Merge branch 'use-media-proxy-in-suggestions-api' into 'develop'kaniini
2018-08-30Merge branch 'backendhack' into 'develop'kaniini
2018-08-30increase uploader behaviour documentation accuracy.Thurloat
2018-08-30Add frame-ancestors 'none' to all configsshibayashi
2018-08-29Add backend failure handling with :ok | :error so the uploader can handle it.Thurloat
2018-08-29migrations: add index creation migration and recipients_to/cc removal migrationWilliam Pitcock
2018-08-29activity: drop recipients_to/recipients_cc fieldsWilliam Pitcock
2018-08-29migrations: drop filler migrationWilliam Pitcock
2018-08-29activitypub: use jsonb query for containment instead of recipients_to/recipie...William Pitcock
2018-08-29installation/pleroma.nginx: Add 'always' to the security headers, so that the...shibayashi
2018-08-29Merge branch 'fix-mastodon-notifications-without-nickname' into 'develop'Haelwenn
2018-08-29Fix Mastodon API when actor's nickname is nullhref
2018-08-29streamer: contain list updates in the same way as we do with the database queryWilliam Pitcock
2018-08-29mastodon api: use bounded AP object graph query to enforce containment of pri...William Pitcock
2018-08-29activitypub: allow querying the activity/object graph bounded to a specific t...William Pitcock
2018-08-29test: add testcase proving lists system does not leak non-public postsWilliam Pitcock
2018-08-29migrations: add migration to fill in recipients_to/recipients_cc fieldsWilliam Pitcock
2018-08-29activity: add recipients_to and recipients_cc fieldsWilliam Pitcock
2018-08-28fix S3 ref in sample config to generate proper path.Thurloat
2018-08-28add a sample swift configThurloat
2018-08-28A hobbldey-working swift client.Thurloat
2018-08-29installation/pleroma-apache.conf: Add TLS configuration and security headersshibayashi
2018-08-29installation/pleroma.vcl: Add HTTP security headersshibayashi
2018-08-29installation/caddyfile-pleroma.example: Add Content-Security-Policyshibayashi
2018-08-28works now, tested with profile photo upload on local backend.Thurloat
2018-08-28add the behaviour, work on actually making it work.Thurloat
2018-08-28Explicitly set 'http_only' to trueshibayashi
2018-08-28installation/pleroma.nginx: Add Content-Security-PolicyHaelwenn (lanodan) Monnier
2018-08-28Implement uploader behaviourThurloat
2018-08-28Set SameSite flag to 'Strict'shibayashi
2018-08-28use media proxy for suggestions apiHakaba Hitoyo
2018-08-27cleaning up a bit.Thurloat
2018-08-27example of flexible storage backendsThurloat
2018-08-28Merge branch 'feature/s3' into 'develop'kaniini
2018-08-28upload: formattingWilliam Pitcock
2018-08-28upload: add the S3 support itselfWilliam Pitcock
2018-08-28sample config: add S3 public endpoint optionWilliam Pitcock
2018-08-27upload: strip exif data before finalizing the file pathWilliam Pitcock
2018-08-27sample config: show how amazon s3 support is activated, including third-party...William Pitcock
2018-08-27mix: add ex_aws and ex_aws_s3 dependenciesWilliam Pitcock
2018-08-28Fix formattingshibayashi
2018-08-28Add Secure and SameSite cookie flagsshibayashi
2018-08-27better solution, added test.Henry Jameson
2018-08-27[Pleroma.Web.MastodonAPI.FilterView] fix expires_at being a unsafe variableHaelwenn (lanodan) Monnier