about summary refs log tree commit diff
path: root/spec/controllers/admin/base_controller_spec.rb
AgeCommit message (Collapse)Author
2023-02-20Enable Rubocop HTTP status rules (#23717)Nick Schonning
2022-07-05Add customizable user roles (#18641)Eugen Rochko
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
2018-04-03Improve require_admin! and require_staff! filters (#7018)Emelia Smith
Previously these returns 302 redirects instead of 403s, which meant posting links to admin pages in slack caused them to unfurl, rather than stay as a link. Additionally, require_admin! doesn't appear to be actively used, on require_staff!
2017-05-26Spec Admin::BaseController (#3328)Akihiko Odaki