Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-21 | Fix being unable to search by domain (#17832) | Gomasy | |
2021-12-05 | Add batch suspend for accounts in admin UI (#17009) | Eugen Rochko | |
2021-03-07 | Fix some ignored brakeman warnings (#15829) | Claire | |
2020-06-26 | Improve appearence consistency of settings pages (#13938) | Mélanie Chauvel | |
* Fix header button changing header size in settings pages * Make form buttons look more like a part of the form in settings pages - Put buttons closer, using same distance as between inputs - Make buton font size a bit smaller to blend a bit more - Add the class button to button tags for consisent styling | |||
2020-03-08 | Add sorting by username, creation and last activity in moderation view (#13076) | ThibG | |
* Add ability to order accounts in moderation view * Display last status date in “Most recent activity” for remote users | |||
2020-01-20 | Various fixes and improvements (#12878) | Eugen Rochko | |
* Fix unused role routes being generated * Remove unused JavaScript code * Refactor filters code to be DRYer * Fix `.count == 0` comparisons to `.empty?` in views * Fix filters in views | |||
2019-04-06 | Add batch actions for approving and rejecting pending accounts (#10469) | Eugen Rochko | |
2019-03-14 | Admission-based registrations mode (#10250) | Eugen Rochko | |
Fix #6856 Fix #6951 | |||
2019-02-18 | Hide domain filter in admin page when “local” filter is active (#10074) | ThibG | |
Since the “domain” field is ignored in this case. | |||
2018-12-14 | Restore profile links in /admin/accounts (#9494) | ThibG | |
Fixes #9431 | |||
2018-11-26 | Redesign admin accounts index (#9340) | Eugen Rochko | |
* Improve overview of accounts in admin UI - Display suspended status, role, last activity and IP prominently - Default to showing local accounts - Default to not showing suspended accounts * Remove unused strings * Fix tests * Allow filtering accounts by IP mask | |||
2018-10-04 | Change admin accounts default sort to most recent (#8813) | Eugen Rochko | |
2017-12-13 | Clean up admin UI for accounts (#6004) | Eugen Rochko | |
* Add staff filter to admin UI for accounts, remove obsolete columns * Only display OStatus section in admin UI for accounts when OStatus data | |||
2017-11-01 | add account search condition (instance domain) (#5577) | MitarashiDango | |
2017-09-09 | Scrollable tables in settings pages (#4857) | Lynx Kotoura | |
* Scrollable tables in settings pages * Add space before curly brace | |||
2017-08-17 | Show what protocol is used for accounts in admin/accounts#index (#4622) | nullkal | |
* Show what protocol used for in admin/accounts#index * Add frozen_string_literal | |||
2017-07-07 | Togglable filter links (#4021) | のら | |
* Togglable filter links * Rename is_selected to selected? | |||
2017-05-18 | Add reset button to admin accounts search, improve looks a little (#3100) | Eugen Rochko | |
2017-05-17 | Add filter to AccountFilter (#2968) | alpaca-tc | |
2017-05-02 | Add admin area view partials for each record type (#2700) | Matt Jankowski | |
2017-04-23 | Admin UI for confirming users (#2245) | Ash Furrow | |
* Shows confirmed status in list. * Adds ability to confirm users in admin UI. * Added new english translations. * Addresses feedback from #2245. * More feedback. | |||
2017-04-13 | Translate admin (#1702) | Thomas Citharel | |
* Translate the domain_block panel Signed-off-by: Thomas Citharel <tcit@tcit.fr> * Translate PubSubHubbub section Signed-off-by: Thomas Citharel <tcit@tcit.fr> * translate account section and correct typos * move reports translation & translate sidebar Signed-off-by: Thomas Citharel <tcit@tcit.fr> * normalize l18n | |||
2017-04-11 | Pagination improvements (#1445) | Matt Jankowski | |
* Replace will_paginate with kaminari * Use #page instead of #paginate in controllers * Replace will_paginate.page_gap with pagination.truncate in i18n * Customize kaminari views to match prior styles * Set kaminari options to match prior behavior * Replace will_paginate with paginate in views | |||
2017-02-15 | Fix admin UI for accounts somewhat | Eugen Rochko | |
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2016-12-13 | Improved admin UI | Eugen Rochko | |
2016-12-06 | Add suspend account functionality to admin UI | Eugen Rochko | |
2016-12-04 | Adding more to admin accounts UI | Eugen Rochko | |
2016-12-03 | Add "next" pagination to public profiles | Eugen Rochko | |
2016-12-03 | Admin accounts page lists accounts | Eugen Rochko | |
2016-11-30 | Normalize localizations, add stub for admin/accounts | Eugen Rochko | |