aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_user_controller.rb
Commit message (Expand)AuthorAgeLines
* Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-6/+6
|\
| * Inline helper methodMatthew Landauer2013-02-15-4/+4
| * Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-2/+2
| * Rename helper methodMatthew Landauer2013-02-15-1/+1
* | In will_paginate 3 you can call paginate directly on the modelHenare Degan2013-03-03-1/+1
* | Convert query to more activerecord 3 formMatthew Landauer2013-01-30-3/+7
|/
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-4/+4
* Fix the "log in as" functionRobin Houston2012-03-20-2/+1
* Let admin users use auto-login URLsRobin Houston2012-02-06-0/+1
* Rate limitingRobin Houston2012-01-29-0/+1
* 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
* 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
* Oops - make it actually do substring searches still, just using like rather t...francis2008-07-28-3/+3
* 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