mastodon/app
Claire 9b978872cc
Fix 404 error when filtering admin action logs by non-existent target account (#16643)
Currently, there is no way for an admin to delete an account record. However,
should that happen in the future, or should an admin mistype an account id,
`/admin/action_logs?target_account_id=<non-existent-account-id>` currently
returns a 404 instead of an empty list.

With this commit, the aforementioned page returns a correct list instead
(potentially non-empty if the account has been manually deleted)
2021-10-14 20:53:11 +02:00
..
chewy Change `tootctl search deploy` algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
helpers Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
javascript Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
lib Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
mailers Prepare Mastodon for Rails 6 (#15911) 2021-03-17 10:09:55 +01:00
models Fix 404 error when filtering admin action logs by non-existent target account (#16643) 2021-10-14 20:53:11 +02:00
policies Add ability to skip sign-in token authentication for specific users (#16427) 2021-07-08 05:31:28 +02:00
presenters Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
serializers Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
services Fix scheduled statuses decreasing statuses counts (#16791) 2021-10-14 19:59:21 +02:00
validators Add `configuration` attribute to `GET /api/v1/instance` (#16485) 2021-07-10 17:58:41 +02:00
views Add graphs and retention metrics to admin dashboard (#16829) 2021-10-14 20:44:59 +02:00
workers Fix followers synchronization mechanism not working when URI has empty path (#16510) 2021-08-11 17:48:42 +02:00