Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-01 | OAuth: Set `created_at` in token exchange response | Martin Kühl | |
(for compatibility with Mastodon) | |||
2018-09-01 | AccountView: `sensitive` is supposed to be a boolean, not a string | Martin Kühl | |
2018-09-01 | Merge branch 'lanodan/code-dup_in_mastoapi_search' into 'develop' | kaniini | |
Clean code duplication in MastoAPI search(v1/v2) See merge request pleroma/pleroma!316 | |||
2018-09-01 | Merge branch 'verify-credentials-default-scope' into 'develop' | kaniini | |
Specify default scope in verify_credentials See merge request pleroma/pleroma!317 | |||
2018-08-31 | Specify default scope in verify_credentials | Will Pearson | |
Certain Mastodon/Pleroma front ends call verify_credentials to get the default scope of a new toot. Currently, Pleroma hardcodes this value to "public". This patch changes it to the user's default_scope value. | |||
2018-09-01 | [Pleroma.Web.MastodonAPI.MastodonAPIController].search(2)?: Remove code ↵ | Haelwenn (lanodan) Monnier | |
duplication | |||
2018-08-31 | Merge branch 'revert-a26d5e6b' into 'develop' | lambda | |
Revert "Merge branch 'feature/rich-text' into 'develop'" See merge request pleroma/pleroma!313 | |||
2018-08-31 | Revert "Merge branch 'feature/rich-text' into 'develop'" | lambda | |
This reverts merge request !309 | |||
2018-08-31 | Merge branch 'bugfix/s3-configuration' into 'develop' | kaniini | |
config: fix up defaults for s3 endpoint configuration See merge request pleroma/pleroma!312 | |||
2018-08-31 | config: fix up defaults for s3 endpoint configuration | William Pitcock | |
2018-08-31 | Merge branch 'update/pleroma-fe-20180831' into 'develop' | kaniini | |
update pleroma frontend See merge request pleroma/pleroma!311 | |||
2018-08-31 | update pleroma frontend | William Pitcock | |
2018-08-31 | Merge branch 'update/pleroma-fe-config-20180831' into 'develop' | kaniini | |
config: chase pleroma-fe updates from MR pleroma-fe!324. See merge request pleroma/pleroma!310 | |||
2018-08-31 | config: chase pleroma-fe updates from MR pleroma-fe!324. | William Pitcock | |
2018-08-31 | Merge branch 'feature/rich-text' into 'develop' | kaniini | |
rich text support See merge request pleroma/pleroma!309 | |||
2018-08-31 | tests: add tests for evil HTML filtering | William Pitcock | |
2018-08-31 | common api: add support for formatting messages outside of twitter-style ↵ | William Pitcock | |
plain text | |||
2018-08-30 | Merge branch 'use-media-proxy-in-suggestions-api' into 'develop' | kaniini | |
use media proxy for the suggestions api See merge request pleroma/pleroma!305 | |||
2018-08-30 | Merge branch 'backendhack' into 'develop' | kaniini | |
Flexible Storage Backends See merge request pleroma/pleroma!304 | |||
2018-08-30 | increase uploader behaviour documentation accuracy. | Thurloat | |
2018-08-29 | Add backend failure handling with :ok | :error so the uploader can handle it. | Thurloat | |
defaulting to :ok, since that's the currently level of error handling. | |||
2018-08-29 | migrations: add index creation migration and recipients_to/cc removal migration | William Pitcock | |
2018-08-29 | activity: drop recipients_to/recipients_cc fields | William Pitcock | |
2018-08-29 | migrations: drop filler migration | William Pitcock | |
2018-08-29 | activitypub: use jsonb query for containment instead of ↵ | William Pitcock | |
recipients_to/recipients_cc. | |||
2018-08-29 | Merge branch 'fix-mastodon-notifications-without-nickname' into 'develop' | Haelwenn | |
Fix Mastodon API when actor's nickname is null See merge request pleroma/pleroma!308 | |||
2018-08-29 | Fix Mastodon API when actor's nickname is null | href | |
2018-08-29 | streamer: contain list updates in the same way as we do with the database query | William Pitcock | |
2018-08-29 | mastodon api: use bounded AP object graph query to enforce containment of ↵ | William Pitcock | |
private statuses | |||
2018-08-29 | activitypub: allow querying the activity/object graph bounded to a specific ↵ | William Pitcock | |
to/cc set | |||
2018-08-29 | test: add testcase proving lists system does not leak non-public posts | William Pitcock | |
2018-08-29 | migrations: add migration to fill in recipients_to/recipients_cc fields | William Pitcock | |
2018-08-29 | activity: add recipients_to and recipients_cc fields | William Pitcock | |
2018-08-28 | fix S3 ref in sample config to generate proper path. | Thurloat | |
2018-08-28 | add a sample swift config | Thurloat | |
2018-08-28 | A hobbldey-working swift client. | Thurloat | |
apparently, all elixir openstack libraries are trash luckily, the APIs are stupid easy. | |||
2018-08-28 | works now, tested with profile photo upload on local backend. | Thurloat | |
2018-08-28 | add the behaviour, work on actually making it work. | Thurloat | |
2018-08-28 | installation/pleroma.nginx: Add Content-Security-Policy | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/266 | |||
2018-08-28 | Implement uploader behaviour | Thurloat | |
run formatter <# | |||
2018-08-28 | use media proxy for suggestions api | Hakaba Hitoyo | |
2018-08-27 | cleaning up a bit. | Thurloat | |
2018-08-27 | example of flexible storage backends | Thurloat | |
2018-08-28 | Merge branch 'feature/s3' into 'develop' | kaniini | |
S3 support Closes #65 See merge request pleroma/pleroma!303 | |||
2018-08-28 | upload: formatting | William Pitcock | |
2018-08-28 | upload: add the S3 support itself | William Pitcock | |
2018-08-28 | sample config: add S3 public endpoint option | William Pitcock | |
2018-08-27 | upload: strip exif data before finalizing the file path | William Pitcock | |
2018-08-27 | sample config: show how amazon s3 support is activated, including ↵ | William Pitcock | |
third-party clones like wasabi | |||
2018-08-27 | mix: add ex_aws and ex_aws_s3 dependencies | William Pitcock | |