aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/pleroma_api
AgeCommit message (Collapse)Author
2019-09-17Move pleroma_api controllers into controllers sub-foldersRoman Chvanikov
2019-09-17Rename SubscriptionNotificationController list and get actions to index and showRoman Chvanikov
2019-09-17Cleanup PleromaAPIControllerRoman Chvanikov
2019-09-17Apply suggestion to ↵Roman Chvanikov
lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
2019-09-17Apply suggestion to ↵Roman Chvanikov
lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
2019-09-17Apply suggestion to ↵Roman Chvanikov
lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
2019-09-16Move subscription notifications to a separate controllerRoman Chvanikov
2019-09-15[#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # lib/pleroma/web/activity_pub/activity_pub_controller.ex # lib/pleroma/web/router.ex
2019-09-15[#1234] Permissions-related fixes / new functionality (Masto 2.4.3 scopes).Ivan Tashkinov
2019-09-14Merge branch 'develop' into refactor/subscriptionRoman Chvanikov
2019-09-13Separate Subscription Notifications from regular NotificationsRoman Chvanikov
2019-09-13Linting.lain
2019-09-13Merge remote-tracking branch 'origin/develop' into reactionslain
2019-09-12PleromaAPIController: Add endpoint to fetch emoji reactions.lain
2019-09-06Refactor `add_link_headers/7` -> `add_link_headers/3`Egor Kislitsyn
2019-09-04PleromaAPIController: Add emoji reactions.lain
2019-09-04Extend `/api/pleroma/notifications/read` to mark multiple notificationsrinpatch
as read and make it respond with Mastoapi entities
2019-08-14Conversations: Load relations in one query.lain
2019-08-14Conversation: Render new participation on update.lain
2019-08-12ConversationView: Align parameter names with other views.lain
2019-08-12Conversation: Add endpoint to get a conversation by id.lain
2019-08-05Linting.lain
2019-08-05Pleroma Conversations API: Add a way to set recipients.lain
2019-08-02Pleroma API: Add endpoint to get conversation statuses.lain