aboutsummaryrefslogtreecommitdiff
path: root/test/web/admin_api/views
AgeCommit message (Collapse)Author
2020-07-23[#2791] AccountView: renamed `:force` option to `:skip_visibility_check`.Ivan Tashkinov
2020-07-22[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish ↵Ivan Tashkinov
:restrict_unauthenticated. Made `Pleroma.Web.MastodonAPI.AccountView.render("show.json", _)` demand :for or :force option in order to prevent incorrect rendering of empty map instead of expected user representation with truish :restrict_unauthenticated setting.
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-04-28Add OpenAPI spec for ReportControllerEgor Kislitsyn
2020-03-03Update CopyrightsMark Felder
2019-12-04Add report notesMaxim Filippov
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-09-30Fix mergeEgor Kislitsyn
2019-09-27Extract status actions from `MastodonAPIController` into `StatusController`Egor Kislitsyn
2019-09-23Clean up viewsSteven Fuchs
2019-07-02Add fallback value to the admin report view.Eugenij
This is to avoid 500 error when the reported user no longer exists in the database.
2019-06-28Merge admin and mastodon user views for reportsMaxim Filippov
2019-06-16Fix report content stopping to be nullablerinpatch
2019-06-16Credo fixesrinpatch
2019-06-16Add tests for report viewrinpatch