aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2019-07-16Add `pleroma.deactivated` to the Account entity (Mastodon API)Eugenij
2019-07-16Add the `blocked_by` attribute to the relationship API (`GET ↵Eugenij
/api/v1/accounts/relationships`)
2019-07-15Add changelog entry for Mastodon API changeMark Felder
2019-07-15Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-07-14Unfollow should also unsubscribeSergey Suprunenko
2019-07-14tests: fix object containment violations in the transmogrifier testsAriadne Conill
Some objects were not completely rewritten in the tests, which caused object containment violations. Fix them by rewriting the object IDs to be in an appropriate namespace.
2019-07-14Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-14Feature/1072 muting notificationsAlexander Strizhakov
2019-07-14changelog & docsAlex S
2019-07-14Merge branch 'develop' into feature/admin-api-user-statusesMaxim Filippov
2019-07-14Admin API: Endpoint for fetching latest user's statusesMaxim Filippov
2019-07-13nodeinfo: implement MRF transparency exclusionsAriadne Conill
2019-07-13Merge branch '1041-status-actions-rate-limit' into 'develop'kaniini
Rate-limited status actions (per user and per user+status). Closes #1041 See merge request pleroma/pleroma!1410
2019-07-13Merge branch 'fix/hackney-global-options' into 'develop'Haelwenn
Merge the default options with custom ones in ReverseProxy and Pleroma.HTTP and workaround for remote server certificate chain issues See merge request pleroma/pleroma!1409
2019-07-13[#1041] Rate-limited status actions (per user and per user+status).Ivan Tashkinov
2019-07-13Add a changelog entry for tolerating incorrect chain orderrinpatch
2019-07-12Add changelog entries for follower/following collection behaviour changesrinpatch
2019-07-12merge developRoman Chvanikov
2019-07-11Extend Pleroma.Pagination to support offset-based pagination, use ↵Eugenij
async/await to execute status and account search in parallel
2019-07-11Update CHANGELOGEgor Kislitsyn
2019-07-11admin api configure changesAlexander Strizhakov
2019-07-11Merge branch 'develop' into feature/addressable-listsEgor Kislitsyn
2019-07-10MastoAPI: Add categories to custom emojisHaelwenn (lanodan) Monnier
Note: This isn’t in a release yet, can be seen in mastofe on the rebase/glitch-soc branch.
2019-07-10Add a breaking changelog entry for explicitly disabling the mailer and ↵rinpatch
reorder changelog sections in order of importance
2019-07-10[#1062] added option to disable send emailMaksim
2019-07-09Merge developRoman Chvanikov
2019-07-09Docs/more mastodon apifeld
2019-07-09Merge branch 'feature/allow-user-query-via-id' into 'develop'kaniini
Admin API: Allow querying user by ID See merge request pleroma/pleroma!1380
2019-07-09Merge branch 'remove-avatar-header' into 'develop'kaniini
Ability to reset avatar, profile banner and backgroud See merge request pleroma/pleroma!1187
2019-07-09Merge branch 'develop' into feature/allow-user-query-via-idMark Felder
2019-07-09Fix/1019 correct count remote usersAlexander Strizhakov
2019-07-09Merge branch 'features/sec-websocket-protocol-header' into 'develop'kaniini
Features: MastoAPI streaming Sec-WebSocket-Protocol header See merge request pleroma/pleroma!1381
2019-07-09Merge branch 'enable-ogp-by-default' into 'develop'Haelwenn
Do not crash if metadata fails to render and enable OGP and TwitterCard by default Closes #1034 See merge request pleroma/pleroma!1388
2019-07-09Merge branch '161-incoming-replies-depth-limit' into 'develop'rinpatch
[#161] Limited replies depth on incoming federation (memory leaks fix) Closes #161 See merge request pleroma/pleroma!1361
2019-07-08Add a changelog entry for changing the defaultsrinpatch
2019-07-08Improve wording in CHANGELOG.mdrinpatch
2019-07-08FallbackRedirector: Do not crash on Metadata rendering errorsrinpatch
2019-07-08Mastodon API: Fix embedded relationships not being rendered inside of statusesrinpatch
2019-07-07MastoAPI Streaming: Keep compatibility with access_tokenHaelwenn (lanodan) Monnier
2019-07-06Apply suggestion to CHANGELOG.mdIvan Tashkinov
2019-07-06Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
161-incoming-replies-depth-limit
2019-07-05Admin API: Allow querying user by IDMaxim Filippov
2019-07-03Expose `skip_thread_containment` in nodeinfoEugenij
2019-07-03Use fallback values for search queriesEugenij
This is to make sure the entire request doesn't return a 500 error if user or status search times out.
2019-07-01Move changelog entriesMaxim Filippov
2019-07-01Update changelog and admin API docs with tags, display_name, avatar additionsMaxim Filippov
2019-06-30Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-06-30[#161] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
161-incoming-replies-depth-limit # Conflicts: # CHANGELOG.md
2019-06-30[#161] Refactoring, documentation.Ivan Tashkinov
2019-06-30Add hashtag filter to user statuses (GET /api/v1/accounts/:id/statuses)Eugenij