about summary refs log tree commit diff
path: root/app/models/instance.rb
AgeCommit message (Collapse)Author
2021-05-05Add management of delivery availability in Federation settings (#15771)Takeshi Umeda
* 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)
2020-12-14Fix performance on instances list in admin UI (#15282)Eugen Rochko
- Reduce duplicate queries - Remove n+1 queries - Add accounts count to detailed view - Add separate action log entry for updating existing domain blocks
2019-07-30Add whitelist mode (#11291)Eugen Rochko
2019-06-22Remove expensive counters from federation page in admin UI (#11139)Eugen Rochko
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
* Change domain blocks to automatically support subdomains If a more authoritative domain is blocked (example.com), then the same block will be applied to a subdomain (foo.example.com) * Match subdomains of existing accounts when blocking/unblocking domains * Improve code style
2019-03-26Improve performance of list of blocked domains by caching counts (#10374)Eugen Rochko
2019-01-08Redesign admin instances area (#9645)Eugen Rochko
2017-05-31Add Instance class to list admin records (#3443)Matt Jankowski