summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/status_controller_test.exs
AgeCommit message (Expand)Author
2020-10-13tests consistencyAlexander Strizhakov
2020-09-10configurable lifetime for ephemeral activitiesAlexander Strizhakov
2020-09-10pin/unpin for activities with expires_at optionAlexander Strizhakov
2020-09-10schedule activity expiration in ObanAlexander Strizhakov
2020-09-05Rich Media: Do not cache URLs for preview statusesrinpatch
2020-07-29:show_reactions, refactor the other testAlex Gleason
2020-07-28Let favourites and emoji reactions optionally be hiddenAlex Gleason
2020-07-15MastoAPI: fix & test giving MRF reject reasonsHaelwenn (lanodan) Monnier
2020-06-26MastoAPI: Show source field when deletingHaelwenn (lanodan) Monnier
2020-06-19[#1873] Fixes missing :offset pagination param support. Added pagination supp...Ivan Tashkinov
2020-06-09StatusController: Correctly paginate favorites.lain
2020-05-21Announcements: Fix all tests.lain
2020-05-18[OpenAPI] Use BooleanLike in all request bodiesEgor Kislitsyn
2020-05-13Merge remote-tracking branch 'remotes/origin/develop' into restricted-relatio...Ivan Tashkinov
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-05-01Restricted embedding of relationships where applicable (statuses / notificati...Ivan Tashkinov
2020-04-22StatusController: Ignore nil scheduled_at parameters.lain
2020-04-13Merge remote-tracking branch 'remotes/origin/develop' into output-of-relation...Ivan Tashkinov
2020-04-06Merge branch 'remake-remodel-2' into 'develop'lain
2020-04-01Ability to control the output of account/pleroma/relationship in statuses in ...Ivan Tashkinov
2020-03-20Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ...Ivan Tashkinov
2020-03-20Merge remote-tracking branch 'remotes/origin/develop' into clear-config-test-...Ivan Tashkinov
2020-03-20restrict_unauthenticated settingAlexander Strizhakov
2020-03-19Merge branch 'remake-remodel' into developlain
2020-03-18Improved in-test config management functions.Ivan Tashkinov
2020-03-04MastodonController: Return 404 errors correctly.lain
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2020-02-20Merge branch 'tests-clear-config-tweaks' into 'develop'lain
2020-02-18Add a testEgor Kislitsyn
2020-02-13Tweaks to `clear_config` calls in tests in order to prevent side effects on c...Ivan Tashkinov
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-11-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodellain
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-19StatusControllerTest: Capture log.lain
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-10-16Introduce new ingestion pipeline structure, implement internal Likes with it.lain
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