]> cat aescling's git repositories - mastodon.git/commit
Add management of delivery availability in Federation settings (#15771)
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Wed, 5 May 2021 21:39:02 +0000 (06:39 +0900)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 21:39:02 +0000 (23:39 +0200)
commit7cb34b32f8bc925b56c79dbcf053671f93f2eb42
treeb05d123350c4af203a6009418b1bfc7056820b27
parentd9ae3db8d5543cf0b7fa44186c191c9bb2472d23
Add management of delivery availability in Federation settings (#15771)

* Add management of delivery availavility in Federation settings

* fix translate

* Remove useless object creation

* Fix DeepSource issue

* Add shortcut for all

* Fix DeepSource(skipcq)

* Change 'remove' to 'clear'

* Fix style

* Change class method name (exhausted_deliveries_key_by)
13 files changed:
app/controllers/admin/instances_controller.rb
app/helpers/admin/action_logs_helper.rb
app/lib/delivery_failure_tracker.rb
app/models/admin/action_log_filter.rb
app/models/instance.rb
app/models/instance_filter.rb
app/policies/delivery_policy.rb [new file with mode: 0644]
app/views/admin/instances/_exhausted_deliveries_days.haml [new file with mode: 0644]
app/views/admin/instances/_instance.html.haml
app/views/admin/instances/index.html.haml
app/views/admin/instances/show.html.haml
config/locales/en.yml
config/routes.rb