aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api
AgeCommit message (Expand)Author
2019-10-07Mastodon API: Fix private and direct statuses not being filtered out from the...eugenijm
2019-10-06Extract if block into private functionkPherox
2019-10-06Change to delete empty name fieldkPherox
2019-10-06Fix type of fields_attributeskPherox
2019-10-06Rename fields to fields_attributeskPherox
2019-10-06Initial poll refresh supportrinpatch
2019-10-04notification_view.ex: Make sure `account` isn’t emptyHaelwenn (lanodan) Monnier
2019-10-04Revert "Merge branch 'revert-4fabf83a' into 'develop'"Egor Kislitsyn
2019-09-14Mastodon API: Respect post privacy in favourited/reblogged endpointsrinpatch
2019-09-11Merge branch 'patch-5' into 'develop'Haelwenn
2019-09-11Merge branch 'fix/oom-parallel-rendering' into 'develop'lain
2019-09-10Revert "Parallelize template rendering"rinpatch
2019-09-10Add an endpoint to get multiple statuses by IDsEgor Kislitsyn
2019-09-07Mastodon API: URI encode hashtag name in generated URLsshadowfacts
2019-09-05Merge branch 'feature/mastoapi-accounts-external' into 'develop'Haelwenn
2019-09-05Move checking for restrict_local to User.get_cached_by_id_or_nicknamerinpatch
2019-09-05Mastodon API Poll view: Fix handling of polls without an end daterinpatch
2019-09-05Merge branch 'fix/safe-render-notifications' into 'develop'rinpatch
2019-09-05Do not crash if one notification failed to renderrinpatch
2019-09-04Mastodon API: Add `pleroma.thread_muted` to Status entityrinpatch
2019-09-03Mastdon API: Add ability to get a remote account by nickname torinpatch
2019-08-26Move mastodon_api/*_controller.ex to mastodon_api/controllers/Egor Kislitsyn
2019-08-26Extract MastodonAPIController's list actions into MastodonAPI.ListController;...Egor Kislitsyn
2019-08-26Extract MastodonAPI.MastodonAPIController.errors/2 to MastodonAPI.FallbackCon...Egor Kislitsyn
2019-08-24Merge remote-tracking branch 'origin/develop' into sixohsix/pleroma-post_expi...lain
2019-08-20Merge branch 'feature/custom-fields' into 'develop'lain
2019-08-16Merge branch 'pleroma-conversations' into 'develop'lain
2019-08-15Parallelize template renderingrinpatch
2019-08-15Cache follow staterinpatch
2019-08-14Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-14Use info.fields instead of source_data for remote usersEgor Kislitsyn
2019-08-14Add custom profile fieldsEgor Kislitsyn
2019-08-14Preload thread mutes/bookmarks in get_contextrinpatch
2019-08-13Merge branch 'fix/mastoapi-more-object-preloads' into 'develop'Haelwenn
2019-08-13tests for /web/mastodon_api/mastodon_api.exMaksim
2019-08-13Mastodon API: Preloading and normalization optimizationsrinpatch
2019-08-12ConversationView: Align parameter names with other views.lain
2019-08-12Conversations: Use 'recipients' for accounts in conversation view.lain
2019-08-10Merge branch 'develop' into 'fix/hide-follows-counters'kaniini
2019-08-10Mastodon API: Fix thread mute detectionrinpatch
2019-08-09Mastodon API: Set follower/following counters to 0 when hidingrinpatch
2019-08-08Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-07Return profile URL in MastodonAPI's `url` fieldThibaut Girka
2019-08-07Simplify logic to mention.js `url` fieldThibaut Girka
2019-08-07Return profile URL when available instead of actor URI for MastodonAPI mentio...Thibaut Girka
2019-08-05Pleroma Conversations API: Add a way to set recipients.lain
2019-08-02Pleroma API: Add endpoint to get conversation statuses.lain
2019-07-31StatusView: Return direct conversation id.lain
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-28add account confirmation email resend in mastodon apiSachin Joshi