]> cat aescling's git repositories - mastodon.git/commit
Improve admin UI for custom emojis, add copy/disable/enable (#5231)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 5 Oct 2017 21:42:05 +0000 (23:42 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2017 21:42:05 +0000 (23:42 +0200)
commit49cc0eb3e7d1521079e33a60216df46679082547
treee7c7879d07d9a5a6258c14b4e2d49b8c07d5d9fa
parentb9c76e2edbc372e1b472f6ba480631b79fe24722
Improve admin UI for custom emojis, add copy/disable/enable (#5231)
13 files changed:
app/controllers/admin/custom_emojis_controller.rb
app/controllers/api/v1/custom_emojis_controller.rb
app/models/account_filter.rb
app/models/custom_emoji.rb
app/models/custom_emoji_filter.rb [new file with mode: 0644]
app/views/admin/custom_emojis/_custom_emoji.html.haml
app/views/admin/custom_emojis/index.html.haml
config/brakeman.ignore
config/locales/de.yml
config/locales/en.yml
config/routes.rb
db/migrate/20171005171936_add_disabled_to_custom_emojis.rb [new file with mode: 0644]
db/schema.rb