Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
| | ||||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -4/+4 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Fix the "log in as" function | Robin Houston | 2012-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 URLs | Robin Houston | 2012-02-06 | -0/+1 |
| | | | | | | Don't change logged-in user from an admin when visiting a auto-login URL. Closes #306. | |||
* | Rate limiting | Robin Houston | 2012-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 bounces | Robin Houston | 2011-09-08 | -0/+12 |
| | ||||
* | Show profile photos on admin page and allow clearing. | Francis Irving | 2010-07-20 | -0/+15 |
| | ||||
* | Editable about me text | Francis Irving | 2010-07-18 | -0/+1 |
| | ||||
* | Fix redirect after logging in, so works with Passenger. | francis | 2009-07-28 | -3/+3 |
| | | | | Make it go to user page rather than front page. | |||
* | Full URL | francis | 2009-07-22 | -2/+2 |
| | ||||
* | Show list of banned users. | francis | 2009-06-25 | -1/+6 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -1/+2 |
| | ||||
* | Always give full stack trace for admin interface | francis | 2009-01-29 | -5/+2 |
| | ||||
* | Explicit link to log in as a particular user | francis | 2009-01-29 | -1/+11 |
| | ||||
* | Delete track option in admin interface. | francis | 2008-09-15 | -2/+8 |
| | ||||
* | Admin level field for users. | francis | 2008-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 ↵ | francis | 2008-07-28 | -3/+3 |
| | | | | than ilike. | |||
* | ILIKE is not in the SQL standard, but is a PostgreSQL extension. Stop using it. | francis | 2008-07-28 | -3/+3 |
| | ||||
* | Show which user you are in the admin interface | francis | 2008-04-11 | -1/+2 |
| | ||||
* | Search users in admin interface. | francis | 2008-03-14 | -2/+5 |
| | ||||
* | Basic admin pages for user accounts. | francis | 2008-01-22 | -0/+28 |