]> cat aescling's git repositories - mastodon.git/commit
Change delivery failure tracking to work with hostnames instead of URLs (#13437)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 15 Apr 2020 18:33:24 +0000 (20:33 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 18:33:24 +0000 (20:33 +0200)
commit5edff32733eff2cbffbf614b31eea85da8dc3aaf
treeb0ab38cbf8793f47017e2151de5dd32bdd83a29a
parent5524258da9bc1d62b1396d19c672d3a8335ffbc5
Change delivery failure tracking to work with hostnames instead of URLs (#13437)
15 files changed:
app/controllers/activitypub/inboxes_controller.rb
app/controllers/admin/instances_controller.rb
app/lib/delivery_failure_tracker.rb
app/models/account.rb
app/models/announcement.rb
app/models/relay.rb
app/models/unavailable_domain.rb [new file with mode: 0644]
app/views/admin/accounts/show.html.haml
app/workers/activitypub/delivery_worker.rb
db/migrate/20200407201300_create_unavailable_domains.rb [new file with mode: 0644]
db/migrate/20200407202420_migrate_unavailable_inboxes.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/unavailable_domain_fabricator.rb [new file with mode: 0644]
spec/lib/delivery_failure_tracker_spec.rb
spec/models/unavailable_domain_spec.rb [new file with mode: 0644]