Commit Graph

4 Commits (3e90987c8b0c620b6fc104350b8eb16d17d7e80a)

Author SHA1 Message Date
Eugen Rochko 7bb8b0b2fc
Add moderator role and add pundit policies for admin actions ()
* Add moderator role and add pundit policies for admin actions

* Add rake task for turning user into mod and revoking it again

* Fix handling of unauthorized exception

* Deliver new report e-mails to staff, not just admins

* Add promote/demote to admin UI, hide some actions conditionally

* Fix unused i18n
Jack Jennings 33f669a5f8 Add status destroy authorization to policy ()
* Add status destroy authorization to policy

* Create explicit unreblog status authorization
Jack Jennings e031fd60ad Move status reblog authorization into policy ()
Jack Jennings 3a2003ba86 Extract authorization policy for viewing statuses ()