aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_user_controller.rb
Commit message (Collapse)AuthorAgeLines
* Admin for user bouncesRobin Houston2011-09-08-0/+12
|
* Show profile photos on admin page and allow clearing.Francis Irving2010-07-20-0/+15
|
* Editable about me textFrancis Irving2010-07-18-0/+1
|
* Fix redirect after logging in, so works with Passenger.francis2009-07-28-3/+3
| | | | Make it go to user page rather than front page.
* Full URLfrancis2009-07-22-2/+2
|
* Show list of banned users.francis2009-06-25-1/+6
|
* 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