Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-01 | Fix removing an account from a list | Haelwenn (lanodan) Monnier | |
Mastodon (Frontend) changed a different method for deletes, keeping old format as mastodon documentation is too loose | |||
2020-08-19 | relay fix for admin-fe | Alexander Strizhakov | |
2020-08-11 | added paginate+search for admin/MediaProxy URLs | Maksim Pechnikov | |
2020-07-31 | [#1985] Prevented force login on registration if account approval and/or ↵ | Ivan Tashkinov | |
email confirmation needed. Refactored login code in OAuthController, reused in AccountController. Added tests. | |||
2020-07-30 | ChatMessage schema: Add preview cards. | lain | |
2020-07-26 | OpenAPI: remove accidentally pasted buffer data | Alibek Omarov | |
2020-07-26 | OpenAPI: Replace actor_id by account_id to follow ChatMessage schema | Alibek Omarov | |
2020-07-23 | Support blocking via query parameters as well and document the change. | Mark Felder | |
2020-07-21 | Allow unblocking a domain via query params | Egor Kislitsyn | |
2020-07-17 | OpenAPI: Add :id to follower/following endpoints, fixes #1958 | Alex Gleason | |
2020-07-15 | Merge branch 'develop' into refactor/notification_settings | Mark Felder | |
2020-07-14 | [#1940] Added `admin_token` param (as `admin_api_params/0`) to existing ↵ | Ivan Tashkinov | |
Admin API OpenAPI operations. | |||
2020-07-13 | Merge branch 'develop' into refactor/notification_settings | Mark Felder | |
2020-07-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information | |||
2020-07-09 | Merge branch '1723-token-fixes' into 'develop' | lain | |
AccountController: Return scope in proper format. Closes #1723 See merge request pleroma/pleroma!2694 | |||
2020-07-09 | Merge branch 'features/favicons' into 'develop' | lain | |
Add support for remote favicons See merge request pleroma/pleroma!2261 | |||
2020-07-08 | AccountController: Fix muting / unmuting reblogs. | lain | |
2020-07-08 | Add changelog and documentation | Haelwenn (lanodan) Monnier | |
2020-07-07 | AccountController: Remove unused `update_?` routes. | lain | |
These were not documented and are also not used anymore. | |||
2020-07-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information | |||
2020-07-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/mastoapi-2.9.0-status_text | |||
2020-07-03 | AccountController: Make setting accepts_chat_messages possible. | lain | |
2020-07-03 | Account Schema: Add `accepts_chat_messages` | lain | |
2020-06-29 | Fix CastAndValidate plug | Egor Kislitsyn | |
2020-06-29 | AccountOperation: Correctly describe create response. | lain | |
2020-06-29 | Merge branch '1031-parent-visible' into 'develop' | lain | |
Resolve "Add `pleroma.parent_visible` to the status view" Closes #1031 See merge request pleroma/pleroma!2679 | |||
2020-06-29 | ApiSpec.Schemas.Account: import description from ↵ | Haelwenn (lanodan) Monnier | |
differences_in_mastoapi_responses | |||
2020-06-26 | MastoAPI: Show source field when deleting | Haelwenn (lanodan) Monnier | |
2020-06-26 | Rename notification "privacy_option" setting | Mark Felder | |
2020-06-26 | Simplify notification filtering settings further | Mark Felder | |
2020-06-26 | AccountController: Return scope in proper format. | lain | |
2020-06-25 | Merge branch 'develop' into refactor/notification_settings | Mark Felder | |
2020-06-24 | Status schema: Add parent_visible. | lain | |
2020-06-22 | Merge branch 'add-muted-to-notifications' into 'develop' | lain | |
Add `pleroma.is_muted` property to notifications Closes #1812 See merge request pleroma/pleroma!2670 | |||
2020-06-22 | Update NotificationOperation spec | Egor Kislitsyn | |
2020-06-22 | Merge branch 'feature/1739-account-endpoints' into 'develop' | lain | |
account visibility in masto api Closes #1739 See merge request pleroma/pleroma!2488 | |||
2020-06-22 | Merge branch 'feature/1854-emoji-pagination' into 'develop' | lain | |
Emoji and packs pagination Closes #1854 See merge request pleroma/pleroma!2658 | |||
2020-06-20 | Apply suggestion to ↵ | Alexander Strizhakov | |
lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex | |||
2020-06-20 | Apply suggestion to ↵ | lain | |
lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex | |||
2020-06-19 | Merge branch 'issue/1855' into 'develop' | feld | |
#1855 MediaProxy cache invalidation via Admin API See merge request pleroma/pleroma!2648 | |||
2020-06-19 | [#1873] Fixes missing :offset pagination param support. Added pagination ↵ | Ivan Tashkinov | |
support for hashtags search. | |||
2020-06-19 | default page size for files | Alexander Strizhakov | |
2020-06-18 | emoji pagination for pack show action | Alexander Strizhakov | |
2020-06-18 | emoji packs pagination | Alexander Strizhakov | |
2020-06-17 | Merge branch 'develop' into issue/1855 | Mark Felder | |
2020-06-17 | Remove `poll` from `notification_type` OpenAPI spec | Egor Kislitsyn | |
2020-06-15 | Merge branch 'develop' into issue/1855 | Maksim Pechnikov | |
2020-06-13 | Merge branch '1851-favorites-pagination' into 'develop' | rinpatch | |
StatusController: Correctly paginate favorites. Closes #1851 See merge request pleroma/pleroma!2636 | |||
2020-06-12 | added admin api for MediaProxy cache invalidation | Maksim Pechnikov | |
2020-06-09 | StatusController: Correctly paginate favorites. | lain | |
Favorites were paginating wrongly, because the pagination headers where using the id of the id of the `Create` activity, while the ordering was by the id of the `Like` activity. This isn't easy to notice in most cases, as they usually have a similar order because people tend to favorite posts as they come in. This commit adds a way to give different pagination ids to the pagination helper, so we can paginate correctly in cases like this. |