]> cat aescling's git repositories - mastodon.git/commit
Add ability to filter audit log in admin UI (#13381)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 3 Apr 2020 11:06:34 +0000 (13:06 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 11:06:34 +0000 (13:06 +0200)
commitf65568f1d400be2e101bd8b533a1b53807f5c757
treeaaf08fac72a54d240555cfc0fc900f4e491111d2
parent69558d2fe5284d2b6168706bd7cbd8b7fb2b0847
Add ability to filter audit log in admin UI (#13381)
12 files changed:
app/controllers/admin/action_logs_controller.rb
app/helpers/admin/action_logs_helper.rb
app/helpers/admin/filter_helper.rb
app/javascript/packs/admin.js
app/javascript/styles/mastodon/admin.scss
app/models/admin/action_log_filter.rb [new file with mode: 0644]
app/views/admin/accounts/show.html.haml
app/views/admin/action_logs/_action_log.html.haml
app/views/admin/action_logs/index.html.haml
config/initializers/kaminari_config.rb
config/locales/en.yml
spec/helpers/admin/action_log_helper_spec.rb