aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_user_controller.rb
Commit message (Collapse)AuthorAgeLines
* RESTful routing for admin track actionsLouise Crow2014-12-18-7/+0
|
* Make clearing a profile photo a post-restricted actionLouise Crow2014-12-18-4/+0
|
* Use RESTful route for banned user listLouise Crow2014-12-18-1/+1
|
* Use RESTful routes for CRUD admin user actionsLouise Crow2014-12-18-18/+14
|
* Controller code to hide/unhide annotationsAndrew Black2014-03-25-0/+6
| | | | The UI provides a list of comment_ids and a newstate="visible" or "hide"
* Add a can_make_batch_requests flag to user modelLouise Crow2013-12-04-0/+1
| | | | Make it updatable via the user admin page.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/admin_request_controller.rb app/controllers/admin_track_controller.rb app/controllers/request_controller.rb app/controllers/services_controller.rb app/helpers/link_to_helper.rb app/mailers/request_mailer.rb app/models/application_mailer.rb app/models/info_request.rb app/views/admin_censor_rule/edit.html.erb app/views/admin_censor_rule/new.html.erb app/views/admin_public_body/_form.html.erb app/views/admin_public_body/_locale_selector.html.erb app/views/admin_public_body/_one_list.html.erb app/views/admin_public_body/edit.html.erb app/views/admin_public_body/list.html.erb app/views/admin_public_body/new.html.erb app/views/admin_request/_incoming_message_actions.html.erb app/views/admin_request/edit.html.erb app/views/admin_request/edit_comment.html.erb app/views/admin_request/edit_outgoing.html.erb app/views/admin_request/list.html.erb app/views/admin_request/list_old_unclassified.html.erb app/views/admin_request/show.html.erb app/views/admin_track/_some_tracks.html.erb app/views/admin_track/list.html.erb app/views/admin_user/edit.html.erb app/views/admin_user/list.html.erb app/views/admin_user/show.html.erb app/views/general/_footer.html.erb app/views/general/exception_caught.html.erb app/views/help/contact.html.erb app/views/layouts/default.html.erb app/views/public_body/_alphabet.html.erb app/views/request/_request_listing_single.html.erb app/views/request/_sidebar.html.erb app/views/request/new.html.erb app/views/request/show.html.erb app/views/request_mailer/external_response.rhtml app/views/request_mailer/fake_response.rhtml config/environment.rb config/environments/production.rb config/routes.rb spec/controllers/admin_censor_rule_controller_spec.rb spec/controllers/request_controller_spec.rb spec/controllers/track_controller_spec.rb spec/helpers/link_to_helper_spec.rb spec/mailers/request_mailer_spec.rb spec/models/info_request_spec.rb spec/spec_helper.rb spec/views/public_body/show.html.erb_spec.rb spec/views/request/show.html.erb_spec.rb vendor/plugins/rails_xss/lib/rails_xss/erubis.rb
| * 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 ↵Seb Bacon2012-05-15-4/+4
| | | | wombleton:feature/440_sparkly_admin_css)
* Fix the "log in as" functionRobin Houston2012-03-20-2/+1
| | | | | | | | | | | | | | | Previously the "log in as" function after 3b6e5a692b852a88f55b21a7210f60a6f7cfc24b would attempt to log the admin user out before issuing the redirect. Unfortunately this approach does not work on WhatDoTheyKnow, where the admin pages are served via a different domain (secure.mysociety.org) and so do not share session information with the rest of the site. This commit changes it to mark the PostRedirect with circumstance == "login_as", which signals the user controller to log out the previous user even if they are an admin. In other words, the user is logged out on the main site rather than the admin site, skirting this problem. Closes #450.
* Let admin users use auto-login URLsRobin Houston2012-02-06-0/+1
| | | | | | Don't change logged-in user from an admin when visiting a auto-login URL. Closes #306.
* Rate limitingRobin Houston2012-01-29-0/+1
| | | | | | Add the capability to specify a limit to the number of requests a user can make per day, which can be turned off for specific users in the admin interface.
* 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