Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | More secure password changing - have to specifically have clicked link in | francis | 2008-03-21 | -2/+2 |
| | | | | change password email, rather than using any link. | |||
* | Improvements to test code for requests, users and admin. | francis | 2008-03-20 | -1/+17 |
| | ||||
* | Store url_name in database for users | francis | 2008-02-27 | -2/+2 |
| | ||||
* | Store URL name in database. | francis | 2008-02-27 | -2/+2 |
| | | | | Allow blank short names. | |||
* | Redirect to appropriate messages for most of the classification options. | francis | 2008-01-29 | -2/+1 |
| | ||||
* | Instead of Rails, we grab all exceptions, and show formatted 404 error with | francis | 2008-01-22 | -1/+13 |
| | | | | exception class. | |||
* | Say that they will have to log in to classify. | francis | 2008-01-09 | -2/+6 |
| | ||||
* | Test code for classifying responses. | francis | 2008-01-09 | -2/+3 |
| | ||||
* | Ability to force authentication as a particular user. | francis | 2007-11-19 | -4/+21 |
| | ||||
* | Confirmation email for login. | francis | 2007-11-05 | -3/+4 |
| | ||||
* | Save post request properly into database with a model, as a record of where to | francis | 2007-11-01 | -9/+10 |
| | | | | | redirect back to after login. Token generation for these saved logins. | |||
* | Make "rake spec:check" not check views or helpers, as I don't think | francis | 2007-11-01 | -12/+5 |
| | | | | | | | | | we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README. | |||
* | Move signin/signup/signout actions from application controller to user ↵ | francis | 2007-10-31 | -78/+12 |
| | | | | | | controller. (They were already only being routed to the user controller) | |||
* | Tests for some controllers. | francis | 2007-10-31 | -2/+2 |
| | ||||
* | Some more tests. | francis | 2007-10-31 | -2/+2 |
| | ||||
* | Search history of public body short names in URLs and redirect from that. | francis | 2007-10-30 | -1/+13 |
| | ||||
* | Read in mySociety style configuration file, if it is there (use sensible ↵ | francis | 2007-10-24 | -2/+4 |
| | | | | | | | defaults if not). Actually send request to public body, or fake address on staging site. Fix minor bug with sending front page form public body to new request page. | |||
* | Added some named routes | louise | 2007-10-16 | -2/+2 |
| | ||||
* | Fixing authentication redirect to go through user controller | louise | 2007-10-15 | -2/+2 |
| | ||||
* | Change login | francis | 2007-10-11 | -18/+25 |
| | ||||
* | Login and logout links at top right when you are logged out or logged in. | francis | 2007-10-10 | -11/+39 |
| | | | | | Redirect the full URI for login, not just the action/controller. After making request, redirect to the URL for the request with a flash to say it is made. | |||
* | Tweak formatting of controllers. | francis | 2007-10-09 | -2/+1 |
| | | | | Add explicit "private" to encourage adding of non-action functions there. | |||
* | Actually store user id when making request. | francis | 2007-10-08 | -1/+6 |
| | | | | /list URL displays all requests that are in progress. | |||
* | Added restore of params from session when redirecting a post request | louise | 2007-10-03 | -10/+9 |
| | ||||
* | Login stuff with POST redirect not working yet | francis | 2007-10-03 | -8/+51 |
| | ||||
* | Return status of authentication check. | francis | 2007-09-17 | -1/+3 |
| | ||||
* | Move template for signin dialog to a shared view folder, rather than the one ↵ | francis | 2007-09-12 | -2/+2 |
| | | | | for a specific controller. | |||
* | Log last editor and allow a comment for public body editing. | francis | 2007-09-03 | -1/+13 |
| | ||||
* | Skeletal model for an FOI request. | francis | 2007-08-04 | -9/+14 |
| | | | | Rubbishy display of first form. | |||
* | At least use a stylesheet. | francis | 2007-08-01 | -2/+2 |
| | ||||
* | User table, and some dodgy authentication code. | francis | 2007-08-01 | -4/+39 |
| | ||||
* | Default Rails gumph. | francis | 2007-08-01 | -0/+7 |