summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/pleroma_api/controllers/pleroma_api_controller.ex
AgeCommit message (Expand)Author
2020-05-20Move notification actions to PleromaAPI.NotificationControllerEgor Kislitsyn
2020-05-20Move conversation actions to PleromaAPI.ConversationControllerEgor Kislitsyn
2020-05-20Move reaction actions to EmojiReactionControllerEgor Kislitsyn
2020-05-20Add OpenAPI spec for PleromaAPI.PleromaAPIControllerEgor Kislitsyn
2020-05-10[#2456] Removed support for embedded relationships in account view.Ivan Tashkinov
2020-05-09[#2456] Dropped support for embedded `pleroma/account/relationship` in status...Ivan Tashkinov
2020-05-08Merge remote-tracking branch 'remotes/origin/develop' into restricted-relatio...Ivan Tashkinov
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/emo...lain
2020-05-05Undoing: Move undoing reactions to the pipeline everywhere.lain
2020-05-05ActivityPub: Remove `react_with_emoji`.lain
2020-05-02Deactivate local users on deletion instead of deleting the recordrinpatch
2020-05-01Restricted embedding of relationships where applicable (statuses / notificati...Ivan Tashkinov
2020-04-22Fixed OAuth restrictions for :api routes. Made auth info dropped for :api rou...Ivan Tashkinov
2020-04-21Automatic checks of authentication / instance publicity. Definition of missin...Ivan Tashkinov
2020-04-15Merge remote-tracking branch 'remotes/origin/develop' into authenticated-api-...Ivan Tashkinov
2020-04-13Merge remote-tracking branch 'remotes/origin/develop' into output-of-relation...Ivan Tashkinov
2020-04-06Enforcement of OAuth scopes check for authenticated API endpoints, :skip_plug...Ivan Tashkinov
2020-04-01Ability to control the output of account/pleroma/relationship in statuses in ...Ivan Tashkinov
2020-03-24Support pagination in conversationsEgor Kislitsyn
2020-03-15pleroma_api_controller.ex: Improve conversations error reportingHaelwenn (lanodan) Monnier
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2020-02-19Pleroma API: Add endpoint to get reaction information on a single emojilain
2020-02-07EmojiReactions: Add Mastodon-aligned reaction endpoints, change responseLain Soykaf
2020-01-29Emoji Reactions: Correctly handle deleted userslain
2020-01-29Emoji Reactions: Add `reacted` field to emoji reactionslain
2020-01-24Emoji reactions: Change api format once morelain
2020-01-22Emoji reactions: Change cache and reply formatlain
2020-01-20Pleroma API: `emoji_reactions_by` does not need authorizationlain
2019-12-15OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: co...Ivan Tashkinov
2019-11-08Merge remote-tracking branch 'origin/develop' into reactionslain
2019-10-26Mark the conversations with the blocked user as read and update the blocking ...eugenijm
2019-10-19Pleroma API: `POST /api/v1/pleroma/conversations/read` to mark all user's con...eugenijm
2019-10-07Linting.lain
2019-10-07Merge remote-tracking branch 'origin/develop' into reactionslain
2019-10-02[#1234] Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mas...Ivan Tashkinov
2019-10-02PleromaAPI: Add unreacting.lain
2019-10-02PleromaAPI: Fix emoji_reactions_bylain
2019-09-30PleromaAPIController: Fixes and refactoring.lain
2019-09-30Merge remote-tracking branch 'origin/develop' into reactionslain
2019-09-23Emoji API Controller: Follow phoenix directory structurerinpatch