aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_user_controller.rb
Commit message (Collapse)AuthorAgeLines
* Option to ban users.francis2009-03-09-1/+2
|
* Always give full stack trace for admin interfacefrancis2009-01-29-5/+2
|
* Explicit link to log in as a particular userfrancis2009-01-29-1/+11
|
* Delete track option in admin interface.francis2008-09-15-2/+8
|
* Admin level field for users.francis2008-08-27-1/+22
| | | | | | Edit users from admin interface. Let admin users classify any request from main website interface. Give admin users links from users/bodies/requests to admin interface.
* Oops - make it actually do substring searches still, just using like rather ↵francis2008-07-28-3/+3
| | | | than ilike.
* ILIKE is not in the SQL standard, but is a PostgreSQL extension. Stop using it.francis2008-07-28-3/+3
|
* Show which user you are in the admin interfacefrancis2008-04-11-1/+2
|
* Search users in admin interface.francis2008-03-14-2/+5
|
* Basic admin pages for user accounts.francis2008-01-22-0/+28