Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2020-06-09 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-06-07 | ChatController: Make last_read_id mandatory. | lain | |
2020-06-07 | ChatController: Add `last_read_id` option to mark_as_read. | lain | |
2020-06-06 | ChatController: Use new oauth scope *:chats. | lain | |
2020-06-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-06-04 | SubscriptionOperation: Let chat mentions through. | lain | |
2020-06-04 | Merge branch 'develop' into 'openapi/admin/relay' | minibikini | |
# Conflicts: # lib/pleroma/web/admin_api/controllers/admin_api_controller.ex | |||
2020-06-04 | Merge branch 'develop' into openapi/admin/relay | Egor Kislitsyn | |
2020-06-04 | Merge branch 'develop' into openapi/admin/config | Egor Kislitsyn | |
2020-06-03 | ChatController: Add function to mark single message as read. | lain | |
2020-06-03 | Add OpenAPI spec for AdminAPI.ReportController | Egor Kislitsyn | |
2020-06-02 | Update OpenAPI spec for AdminAPI.StatusController | Egor Kislitsyn | |
2020-06-02 | Merge branch 'develop' into openapi/admin/relay | Egor Kislitsyn | |
2020-06-02 | Merge branch 'openapi/admin/oauth-apps' into 'develop' | lain | |
Add OpenAPI spec for AdminAPI.OAuthAppContoller See merge request pleroma/pleroma!2582 | |||
2020-06-02 | Merge branch 'tagline' into 'develop' | lain | |
Update default instance description See merge request pleroma/pleroma!2600 | |||
2020-06-02 | Notifications: Make notifications save their type. | lain | |
2020-05-28 | Add OpenApi spec to AdminAPI.ConfigController | Egor Kislitsyn | |
2020-05-28 | Update default instance description | Alex Gleason | |
2020-05-28 | Refactor notification settings | Mark Felder | |
2020-05-27 | Fix typo | Egor Kislitsyn | |