Age | Commit 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-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-04-28 | Add OpenAPI spec for ReportController | Egor Kislitsyn | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-12-04 | Add report notes | Maxim Filippov | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-09-30 | Fix merge | Egor Kislitsyn | |
2019-09-27 | Extract status actions from `MastodonAPIController` into `StatusController` | Egor Kislitsyn | |
2019-09-23 | Clean up views | Steven Fuchs | |
2019-07-02 | Add 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-28 | Merge admin and mastodon user views for reports | Maxim Filippov | |
2019-06-16 | Fix report content stopping to be nullable | rinpatch | |
2019-06-16 | Credo fixes | rinpatch | |
2019-06-16 | Add tests for report view | rinpatch | |