summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
apparently, all elixir openstack libraries are trash luckily, the APIs are stupid easy.
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-28installation/pleroma.nginx: Add Content-Security-PolicyHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/266
2018-08-28Implement uploader behaviourThurloat
run formatter <#
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
S3 support Closes #65 See merge request pleroma/pleroma!303
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 ↵William Pitcock
third-party clones like wasabi
2018-08-27mix: add ex_aws and ex_aws_s3 dependenciesWilliam Pitcock
2018-08-27better solution, added test.Henry Jameson
2018-08-27[Pleroma.Web.MastodonAPI.FilterView] fix expires_at being a unsafe variableHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.FilterView]: expires_at should be null when N/AHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.MastodonAPIController]: Bump mastodon_api_level to ↵Haelwenn (lanodan) Monnier
2.4.3
2018-08-27[MastodonAPI] Add filtersHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.AccountView]: Add fields supportHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.AccountView]: Add bot fieldHaelwenn (lanodan) Monnier
2018-08-27[MastodonAPI] the tag field isn’t fixed to a static type in pleromaHaelwenn (lanodan) Monnier
2018-08-27[MastodonAPI] Add streaming of hashtagsHaelwenn (lanodan) Monnier
2018-08-27Revert "enable scope options and such"William Pitcock
This reverts commit e5642d75668298eff25309a8ee775ec38ed927f3.
2018-08-27enable scope options and suchWilliam Pitcock
2018-08-27formattingWilliam Pitcock
2018-08-27user: fix up notification last calculation [NOT related to upstream]William Pitcock
2018-08-27Merge branch 'feature/relay' into 'develop'lambda
message relay Closes #144 See merge request pleroma/pleroma!264
2018-08-27Merge branch 'bugfix/announce-timeline-flooding' into 'develop'lambda
activitypub: filter destination list for announce activities differently than normal (closes #164) Closes #164 See merge request pleroma/pleroma!227
2018-08-26Merge branch 'feature/emoji-in-local-users' into 'develop'kaniini
Add emoji to local user profiles. Closes #202 See merge request pleroma/pleroma!271
2018-08-26tests: fix formattingWilliam Pitcock
2018-08-26Merge branch 'bugfix/formatting' into 'develop'kaniini
fix formatting See merge request pleroma/pleroma!301
2018-08-26fix formattingWilliam Pitcock
2018-08-26Merge branch 'tests/notification-smoketests' into 'develop'kaniini
tests: add notification smoketests (ref #265) See merge request pleroma/pleroma!300
2018-08-26tests: add notification smoketests (ref #265)William Pitcock
2018-08-26Merge branch 'bugfix/common-api-visibility-orphan' into 'develop'kaniini
common api: properly handle replying to orphaned threads See merge request pleroma/pleroma!299
2018-08-26common api: handle replying to orphaned threadsWilliam Pitcock
2018-08-26Merge branch 'login-with-email' into 'develop'kaniini
When logging in, try treating the login as an email Closes #245 See merge request pleroma/pleroma!295
2018-08-26Merge branch 'develop' into 'feature/relay'kaniini
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex
2018-08-26Merge branch 'update-pleroma-frontend' into 'develop'kaniini
update pleroma frontend See merge request pleroma/pleroma!298
2018-08-26Merge branch 'improve-example-caddyfile' into 'develop'kaniini
Improve example Caddyfile See merge request pleroma/pleroma!296
2018-08-26Merge branch 'remove-unused-settings' into 'develop'kaniini
Remove unused settings See merge request pleroma/pleroma!297
2018-08-26update pleroma frontendhakabahitoyo
2018-08-26remove unused settings from /api/statusnet/confighakabahitoyo
2018-08-26remove unused settingshakabahitoyo
2018-08-26Improve example Caddyfileshibayashi