Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | Fix admin interface showing superfluous reject media/reports on suspended ↵ | ThibG | |
blocks (#11749) * Fix admin interface showing superfluous reject media/reports on suspended domains * Fix reject media/reports checkboxes being visible when editing domain block of suspend severity | |||
2019-08-07 | Add domain block notes (#11515) | ThibG | |
* Add database columns for adding notes to domain blocks/restrctions * Add admin UI to set private and public comments when blocking a domain * Add text for private and public comments on domain blocks * Show domain block comments in admin UI * Add comments to the domain block undo page * Make UnblockDomainService more robust regarding upgraded domain blocks * Allow editing domain blocks * Rename button from “undo domain block” to “view domain block” in account admin UI * Change test to unsilence silenced users from upgraded blocks | |||
2019-07-30 | Add whitelist mode (#11291) | Eugen Rochko | |
2019-06-22 | Remove expensive counters from federation page in admin UI (#11139) | Eugen Rochko | |
2019-03-26 | Improve performance of list of blocked domains by caching counts (#10374) | Eugen Rochko | |
2019-02-19 | Fix “reset” button of instance filter switching to custom emoji admin ↵ | ThibG | |
panel (#10076) | |||
2019-02-18 | Add domain search/filter to the "Federation" (/admin/instances) page (#10071) | ThibG | |
2019-01-08 | Change "federation" admin UI link to point to "limited" domains (#9762) | Eugen Rochko | |
2019-01-08 | Redesign admin instances area (#9645) | Eugen Rochko | |
2018-10-20 | Add option to block reports from domain (#8830) | Eugen Rochko | |
2017-09-13 | Add instance search feature (#4925) | nullkal | |
2017-09-13 | Make instance names in into links to user list in the instance (#4924) | nullkal | |
2017-09-09 | Scrollable tables in settings pages (#4857) | Lynx Kotoura | |
* Scrollable tables in settings pages * Add space before curly brace | |||
2017-07-20 | Add button to re-subscribe to all accounts from a domain (#4285) | Eugen Rochko | |
2017-05-31 | Add Instance class to list admin records (#3443) | Matt Jankowski | |
2017-05-02 | Add admin area view partials for each record type (#2700) | Matt Jankowski | |
2017-04-18 | Instances list in admin (#2095) | Matt Jankowski | |
* Add admin/instances index action * Add link to instances admin page * View lists instances * Instances, grouped by domain, ordered by count * Use Account.remote scope * Extract method: Account.by_domain_accounts |