Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-17 | More speedup, test fixes. | lain | |
2019-02-17 | more tests for HellthreadPolicy | rinpatch | |
2019-02-17 | [#468] Formatting fix. | Ivan Tashkinov | |
2019-02-17 | [#468] Merged `upstream/develop`, resolved conflicts. | Ivan Tashkinov | |
2019-02-17 | [#468] Refactored OAuth scopes' defaults & missing selection handling. | Ivan Tashkinov | |
2019-02-17 | Speed up docker postgres. | lain | |
2019-02-17 | Fix recipient count in hellthread policy | rinpatch | |
2019-02-17 | Fix formating | rinpatch | |
2019-02-17 | Add differences in MastoAPI responses to mix.exs extras | rinpatch | |
2019-02-16 | Web.MastodonAPI.MastodonAPIControllerTest: Add testing of the flavour switching | Haelwenn (lanodan) Monnier | |
2019-02-16 | [MastoAPI] Add switching of frontend flavours | Haelwenn (lanodan) Monnier | |
2019-02-16 | mix.exs: Add docs/Clients.md to docs.extras | Haelwenn (lanodan) Monnier | |
[ci skip] | |||
2019-02-16 | Add a section on how to identify a pleroma instance, clarify that post ↵ | rinpatch | |
upload limit is not capped too | |||
2019-02-16 | Merge branch 'welcome-message' into 'develop' | rinpatch | |
Add optional welcome message. See merge request pleroma/pleroma!832 | |||
2019-02-16 | Remove a limit on attachments in Mastodon API and document the changes in ↵ | rinpatch | |
responses from vanilla mastodon | |||
2019-02-16 | WelcomeMessage: specify that the user has to be local. | lain | |
2019-02-16 | WelcomeMessage: Get rid of Ecto reference. | lain | |
2019-02-16 | Check that the welcome message is sent from the correct user. | lain | |
2019-02-16 | Add option to return all friends in twitter api. | lain | |
Mainly useful for user export. | |||
2019-02-16 | Add optional welcome message. | lain | |
2019-02-15 | [#468] Defined OAuth restrictions for all applicable routes. | Ivan Tashkinov | |
Improved missing "scopes" param handling. Allowed "any of" / "all of" mode specification in OAuthScopesPlug. Fixed auth UI / behavior when user selects no permissions at /oauth/authorize. | |||
2019-02-15 | Merge branch 'bugfix/oauth-token-padding' into 'develop' | lambda | |
oauth: never use base64 padding when returning tokens to applications See merge request pleroma/pleroma!825 | |||
2019-02-15 | Merge branch 'hellthread-filter-fix' into 'develop' | rinpatch | |
Hellthread filter fix Closes #634 See merge request pleroma/pleroma!831 | |||
2019-02-15 | Readd threshold is not 0 check, optmization? | Karen Konou | |
2019-02-15 | Rename test, add check for follower collection when delisting | Karen Konou | |
2019-02-15 | Merge branch 'bugfix/actor-containment' into 'develop' | rinpatch | |
activitypub: correctly handle bare URIs in user lookup Closes #645 See merge request pleroma/pleroma!829 | |||
2019-02-15 | Add tests, change default config values, fix a bug | Karen Konou | |
2019-02-15 | Add logic for keeping follow_request_count up-to-date on the `follow`, | eugenijm | |
`approve_friend_request`, and `deny_friend_request` actions. Add follow_request_count to the user view. | |||
2019-02-14 | test: user: add a test for whether user search returns a user or not | William Pitcock | |
2019-02-14 | user: search: use get_or_fetch() instead of get_or_fetch_by_nickname() | William Pitcock | |
get_or_fetch() handles the nickname verses URI differences transparently. | |||
2019-02-14 | Merge branch 'bugfix/activitypub-reserialization' into 'develop' | lambda | |
activitypub transmogrifier: fix reserialization edge cases See merge request pleroma/pleroma!826 | |||
2019-02-14 | activitypub: clean up logging statements a little | William Pitcock | |
2019-02-14 | Merge remote-tracking branch 'upstream/develop' into patch-image-description | Wim Vanderbauwhede | |
2019-02-14 | [#468] Refactored OAuth scopes parsing / defaults handling. | Ivan Tashkinov | |
2019-02-14 | [#468] OAuth scopes-related data migration simplification. | Ivan Tashkinov | |
2019-02-14 | Merge branch 'fix/mediaproxy-s3' into 'develop' | href | |
Fix S3 links encoding in Mediaproxy Closes #580 See merge request pleroma/pleroma!828 | |||
2019-02-14 | Fix queue name | Egor Kislitsyn | |
2019-02-14 | fix S3 links encoding in Mediaproxy | Egor Kislitsyn | |
2019-02-14 | Merge branch 'fix/credo-issues-test' into 'develop' | kaniini | |
Fix credo issues in ./test See merge request pleroma/pleroma!808 | |||
2019-02-14 | Merge branch 'bugfix/activitypub-totalitems-removal' into 'develop' | Haelwenn | |
activitypub: user inbox/outbox: `totalItems` removal See merge request pleroma/pleroma!827 | |||
2019-02-14 | tests: update tests for totalItems leak fix | William Pitcock | |
2019-02-14 | activitypub: user view: formatting | William Pitcock | |
2019-02-14 | activitypub: user view: report totalItems=0 for follows/followers when hidden | William Pitcock | |
2019-02-14 | activitypub: user view: remove totalItems from user outbox | William Pitcock | |
(this is based on a counter in User.Info, but the counter is not reliable.) | |||
2019-02-14 | activitypub: user view: remove totalInbox from user inbox view | William Pitcock | |
It is not really feasible to quickly calculate the totalItems value and it shouldn't be trusted anyway. | |||
2019-02-14 | Merge branch 'feature/activitypub-oauth-endpoints' into 'develop' | kaniini | |
ActivityPub C2S oauth endpoints See merge request pleroma/pleroma!821 | |||
2019-02-14 | activitypub: user view: do not expose oAuth endpoints for instance users | William Pitcock | |
2019-02-14 | oauth: never use base64 padding when returning tokens to applications | William Pitcock | |
The normal Base64 alphabet uses the equals sign (=) as a padding character. Since Base64 strings are self-synchronizing, padding characters are unnecessary, so don't generate them in the first place. | |||
2019-02-14 | tests: add some reserialization tests based on IR differences | William Pitcock | |
2019-02-14 | activitypub: transmogrifier: correctly handle nil inReplyTo value | William Pitcock | |