Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-31 | MastodonAPI: Add extension to set and get pleroma_settings_store. | lain | |
2019-05-31 | AccountView: settings -> settings_store | lain | |
2019-05-31 | User: Add settings store to Info, AccountView | lain | |
This is to provide a generic frontend settings storage mechanism for all kinds of frontends. | |||
2019-05-31 | Mastodon API: Fix lists leaking private posts | rinpatch | |
Our previous list visibility resolver grabbed posts if either follower collection of the user in a list who is followed is in `to` or if follower collection of the user in a list was in `cc`. This not only missed unlisted posts but also lead to leaking private posts when `fix_explicit_addressing` mistakingly started putting follower collections to `cc` (also fixed in this MR). Reported by @kurisu@iscute.moe via a DM | |||
2019-05-31 | Fix fix_explicit_addressing moving follower collection to cc and add tests ↵ | rinpatch | |
for it | |||
2019-05-31 | Mastodon Conversation API: Don't return own account in 'accounts'. | lain | |
2019-05-30 | Replace missing non-nullable Card attributes with empty strings | Sergey Suprunenko | |
2019-05-30 | Merge branch 'use-pleroma-config' into 'develop' | lambda | |
Use Pleroma.Config everywhere See merge request pleroma/pleroma!1214 | |||
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
2019-05-29 | [#936] fix tests | Maksim | |
2019-05-26 | Merge branch 'refactor/die-httpoison-die' into 'develop' | lambda | |
remove @httpoison, @ostatus and @websub compile-time constants See merge request pleroma/pleroma!1203 | |||
2019-05-26 | mrf: simple policy: fix matching imported activitypub and ostatus statuses | William Pitcock | |
2019-05-26 | tests: chase remote/local removal | William Pitcock | |
2019-05-25 | twitter api: user view: expose user notification settings under pleroma object | William Pitcock | |
2019-05-25 | tests: chase notification setting changes | William Pitcock | |
2019-05-25 | remove @websub and @ostatus module-level constants | William Pitcock | |
2019-05-25 | tests: websub: check only that signature validation succeeds or fails | William Pitcock | |
2019-05-25 | Keep nodeinfo available when not federating | Aaron Tinio | |
2019-05-22 | tests: add tests for banner and avatar removal | William Pitcock | |
2019-05-22 | Normalize poll votes to Answer objects | rinpatch | |
2019-05-22 | [#699] add worker to clean expired oauth tokens | Maksim | |
2019-05-22 | Merge branch 'refactor/keys' into 'develop' | lambda | |
move key generation functions into Pleroma.Keys module See merge request pleroma/pleroma!1186 | |||
2019-05-22 | Merge branch 'bugfix/account_view_source.note' into 'develop' | rinpatch | |
MastoAPI AccountView: fill source.note with plaintext version of note Closes #926 See merge request pleroma/pleroma!1189 | |||
2019-05-22 | MastoAPI AccountView: fill source.note with plaintext version of note | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/926 | |||
2019-05-22 | Merge branch 'mongooseim-support' into 'develop' | kaniini | |
MongooseIM: Add basic integration endpoints. See merge request pleroma/pleroma!1172 | |||
2019-05-22 | move key generation functions into Pleroma.Keys module | William Pitcock | |
2019-05-22 | Fix failing test | Aaron Tinio | |
2019-05-22 | Respond with a 404 Not implemented JSON error message | Aaron Tinio | |
when requested API is not implemented | |||
2019-05-22 | Add tests for fallback routes | Aaron Tinio | |
2019-05-21 | MastoAPI: Add GET /api/v1/polls/:id | rinpatch | |
2019-05-21 | Change validation error status codes to be more appropriate | rinpatch | |
2019-05-21 | Handle poll votes | rinpatch | |
2019-05-21 | Enforce poll limits and add error handling for MastodonAPI's post endpoint | rinpatch | |
2019-05-21 | Add poll limits to /api/v1/instance and initial state | rinpatch | |
2019-05-20 | Format mascot tests | Sadposter | |
2019-05-20 | Add mascot get/set tests | Sadposter | |
2019-05-20 | Add report filtering to MRF.SimplePolicy | Aaron Tinio | |
2019-05-18 | Resolve merge conflicts and remove IO.inspects | rinpatch | |
2019-05-18 | Mastodon API: Add support for posting polls | rinpatch | |
2019-05-17 | also suppress link previews from posts marked #nsfw | William Pitcock | |
2019-05-17 | rich media: suppress link previews if post is marked as sensitive | William Pitcock | |
2019-05-17 | MongooseIM: Add basic integration endpoints. | lain | |
2019-05-17 | Fix specs. | lain | |
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov | |
2019-05-17 | Add tests for MRF.SimplePolicy | Aaron Tinio | |
2019-05-16 | Merge branch 'feature/890-add-report-uri' into 'develop' | kaniini | |
Feature/890 add report uri Closes #890 See merge request pleroma/pleroma!1164 | |||
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
2019-05-16 | Merge branch 'fix/domain-unblocked-reblogs' into 'develop' | feld | |
Fix domain-unblocked reblogs Closes #892 See merge request pleroma/pleroma!1157 | |||
2019-05-16 | Merge branch 'develop' into conversations-import | Mark Felder | |
2019-05-16 | try this | Alex S | |