aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api
AgeCommit message (Expand)Author
2019-08-14Return profile URL in MastodonAPI's `url` fieldThibaut Girka
2019-08-14Simplify logic to mention.js `url` fieldThibaut Girka
2019-08-14Return profile URL when available instead of actor URI for MastodonAPI mentio...Thibaut Girka
2019-08-14Mastodon API: Fix thread mute detectionrinpatch
2019-08-14Mastodon API: Set follower/following counters to 0 when hidingrinpatch
2019-07-28Status View: Poll ids are strings.lain
2019-06-27Polish IdempotencyPlugEgor Kislitsyn
2019-06-26Remove previous idempotency implementation from `post_status`Egor Kislitsyn
2019-06-26Fix Controller.render/4 deprecationRoman Chvanikov
2019-06-19Merge branch 'begone-the-dot-hack' into 'develop'rinpatch
2019-06-18Mastodon API: Sanitize display namesrinpatch
2019-06-18Mastodon API: Remove the dot hackrinpatch
2019-06-16[#570] add user:notification streamMaksim
2019-06-15Merge branch 'bugfix/980-polls-double-vote' into 'develop'lain
2019-06-15Mastodon API: Return the token needed for the chat.lain
2019-06-14Merge branch 'feature/add-background-image-to-mastoapi' into 'develop'rinpatch
2019-06-14[#948] /api/v1/account_search added optional parameters (limit, offset, follo...Maksim
2019-06-14MastodonAPI: Add a way to update the background image.lain
2019-06-13AccountView: Add user background.lain
2019-06-12MastodonAPI Controller: Band-Aid double vote problem.lain
2019-06-11Replace `MastodonAPIController.account_register/2` rate limiterEgor Kislitsyn
2019-06-11Add rate limiting for search endpointsEgor Kislitsyn
2019-06-05Contain search for unauthenticated usersEgor Kislitsyn
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04Merge branch 'generic-fe-settings' into 'develop'kaniini
2019-06-03update api to set skip_thread_containmentMaksim Pechnikov
2019-06-03Merge branch 'develop' into feature/polls-2-electric-boogalorinpatch
2019-06-03Merge branch 'align-mastodon-conversations' into 'develop'lambda
2019-06-03Merge branch 'develop' into feature/polls-2-electric-boogalorinpatch
2019-06-02Remove a TODO comment as the tests for poll view were writtenrinpatch
2019-06-02Refresh the object in CommonAPI.vote instead of MastoAPI controllerrinpatch
2019-06-01Mastodon API: Refresh the object before rendering it after votingrinpatch
2019-06-01Mastodon API: actually check for poll votesrinpatch
2019-06-01Resolve merge conflictsrinpatch
2019-06-01Add poll votesrinpatch
2019-06-01Remove now useless flavours switchingHaelwenn (lanodan) Monnier
2019-06-01mastodon_api_controller.ex: Remove vanilla from supported_flavoursHaelwenn (lanodan) Monnier
2019-05-31MastodonAPI: Add extension to set and get pleroma_settings_store.lain
2019-05-31AccountView: settings -> settings_storelain
2019-05-31User: Add settings store to Info, AccountViewlain
2019-05-31Mastodon Conversation API: Don't return own account in 'accounts'.lain
2019-05-30Replace missing non-nullable Card attributes with empty stringsSergey Suprunenko
2019-05-29Default search limit should be 40Mark Felder
2019-05-25kill @httpoisonWilliam Pitcock
2019-05-22Fix credo issuesrinpatch
2019-05-22Merge branch 'bugfix/account_view_source.note' into 'develop'rinpatch
2019-05-22MastoAPI AccountView: fill source.note with plaintext version of noteHaelwenn (lanodan) Monnier
2019-05-21MastoAPI: Add GET /api/v1/polls/:idrinpatch
2019-05-21Change validation error status codes to be more appropriaterinpatch
2019-05-21Actual vote count in poll viewrinpatch