akkoma/lib/pleroma/web/admin_api/controllers
Ivan Tashkinov 6f5f7af607 [#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :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-07-22 19:06:00 +03:00
..
admin_api_controller.ex [#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :restrict_unauthenticated. 2020-07-22 19:06:00 +03:00
config_controller.ex Config/Docs: Expand behaviour suggestions at runtime 2020-07-12 17:23:33 +02:00
fallback_controller.ex proper error codes for error in adminFE 2020-06-20 13:53:57 +03:00
invite_controller.ex Add AdminAPI.InviteView 2020-05-26 15:21:33 +04:00
media_proxy_cache_controller.ex Change references from "deleted_urls" to "banned_urls" as nothing is handled via media deletions anymore; all actions are manual operations by an admin to ban the url 2020-06-17 13:13:55 -05:00
oauth_app_controller.ex Create Pleroma.Maps.put_if_present(map, key, value, value_fun // &{:ok, &1}) 2020-06-05 14:48:02 +00:00
relay_controller.ex Add OpenAPI spec for AdminAPI.RelayController 2020-05-25 16:51:16 +04:00
report_controller.ex Add OpenAPI spec for AdminAPI.ReportController 2020-06-03 19:17:05 +04:00
status_controller.ex Use atoms as keys in ActivityPub.fetch_* functions options 2020-06-04 21:36:26 +04:00