Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-18 | Autofix Rubocop Style/IfUnlessModifier (#23697) | Nick Schonning | |
2022-11-14 | Fix `role_ids` not accepting arrays in admin API (#20625) | Eugen Rochko | |
Fix #19157 | |||
2022-07-05 | Add customizable user roles (#18641) | Eugen Rochko | |
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management | |||
2022-03-28 | Fix /api/v1/admin/accounts (#17887) | Claire | |
* Fix /api/v1/admin/accounts Compatibility was broken since #17009 which changed the underlying filter class without changing the controller. This commits restore support for the old parameters. * Add /api/v2/admin/accounts with the new parameters * Add tests * Add missing filter for `silenced` status Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> |