summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/status_controller_test.exs
AgeCommit message (Expand)Author
2020-02-12Fix `status.expires_in` validationEgor Kislitsyn
2020-02-07Questions: Add timezone to `closed` propertyLain Soykaf
2020-01-20StatusControllerTest: Fix typolain
2020-01-20CommonAPI: Don't error out on double favs/repeatslain
2019-12-15OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: co...Ivan Tashkinov
2019-11-19[#1335] Implemented notification mutes and reblog mutes as UserRelationships....Ivan Tashkinov
2019-11-10[#1335] User: refactored :blocks field into :blocked_users relation.Ivan Tashkinov
2019-10-21Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-d...Ivan Tashkinov
2019-10-19change Maksim's test descriptionAriadne Conill
2019-10-19fix testMaksim Pechnikov
2019-10-19added test fo Pleroma.Web.MastodonAPI.StatusControllerMaksim Pechnikov
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-10-09Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status (...eugenijm
2019-10-02Move `:favourites` and `:bookmarks` actions to StatusControllerEgor Kislitsyn
2019-10-01Store private announcements in object.data["announcements"], filter them on d...Thibaut Girka
2019-10-01Add tests for privately announcing statuses via APIThibaut Girka
2019-09-28status_controller.ex: Posting media status without content definedHaelwenn (lanodan) Monnier
2019-09-28Fix not being able to post empty statuses with attachmentsrinpatch
2019-09-27Extract scheduled statuses actions from `MastodonAPIController` to `Scheduled...Egor Kislitsyn
2019-09-27Move view logic from StatusController.context to StatusView and add a testEgor Kislitsyn
2019-09-27Move StatusController tests from MastodonAPIControllerTest to StatusControlle...Egor Kislitsyn