Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Actually give a message if cookies are disabled. | francis | 2008-06-12 | -1/+8 | |
| | |||||
* | Change to using (signed) cookies for session data. | francis | 2008-06-12 | -4/+5 | |
| | | | | "Remember me" checkbox which sets cookie expiry dates. | ||||
* | Track requests by a particular user. | francis | 2008-05-12 | -1/+4 | |
| | |||||
* | requested_from: requested_by: and type: searches. | francis | 2008-03-25 | -3/+3 | |
| | |||||
* | Test stuff for password changing. | francis | 2008-03-21 | -2/+2 | |
| | |||||
* | Rename template to better name. | francis | 2008-03-21 | -3/+5 | |
| | | | | Link to password change page on your user page if you are logged in as yourself. | ||||
* | Better named variable. | francis | 2008-03-21 | -3/+3 | |
| | |||||
* | More secure password changing - have to specifically have clicked link in | francis | 2008-03-21 | -8/+10 | |
| | | | | change password email, rather than using any link. | ||||
* | Improvements to test code for requests, users and admin. | francis | 2008-03-20 | -2/+3 | |
| | |||||
* | Oops, got URL totally wrong - should be of sending user, not recipient user. | francis | 2008-03-13 | -2/+2 | |
| | |||||
* | Tweak formatting of the requests part of user and body pages. | francis | 2008-03-13 | -1/+4 | |
| | |||||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -2/+3 | |
| | | | | name. | ||||
* | Form for contacting other users. | francis | 2008-03-12 | -1/+41 | |
| | |||||
* | Fix up tests. | francis | 2008-03-06 | -3/+3 | |
| | |||||
* | Typo. | francis | 2008-02-28 | -3/+3 | |
| | |||||
* | Rename site to WhatDoTheyKnow | francis | 2008-02-28 | -5/+5 | |
| | |||||
* | Prevent leaking of information as to whether user account exists or not. | francis | 2008-02-28 | -29/+43 | |
| | |||||
* | Don't show accounts of users who haven't confirmed their email. | francis | 2008-02-28 | -2/+2 | |
| | |||||
* | Use names in URLs of requests. | francis | 2008-02-27 | -2/+3 | |
| | |||||
* | Fix up some comments and stuff to do with simplify_url_name | francis | 2008-02-27 | -2/+2 | |
| | |||||
* | Store url_name in database for users | francis | 2008-02-27 | -4/+4 | |
| | |||||
* | Store URL name in database. | francis | 2008-02-27 | -3/+3 | |
| | | | | Allow blank short names. | ||||
* | Forgotten password stuff. | francis | 2008-02-20 | -2/+71 | |
| | |||||
* | Remove GovernmentSpy name | francis | 2008-02-19 | -3/+3 | |
| | |||||
* | Delete old sessions and post redirects. | francis | 2008-02-12 | -2/+2 | |
| | |||||
* | Don't say there is a registration form on the right in the case of logging in | francis | 2008-01-10 | -2/+2 | |
| | | | | to become a specific user, where there is no such form. | ||||
* | Always call save!, which raises an exception on error, rather than ignoring ↵ | francis | 2008-01-03 | -3/+3 | |
| | | | | any error. | ||||
* | Show both signin and signup forms still after error, so can choose other. | francis | 2007-12-14 | -18/+18 | |
| | |||||
* | Give better error for bad confirmation tokens. | francis | 2007-12-14 | -9/+5 | |
| | |||||
* | Ability to force authentication as a particular user. | francis | 2007-11-19 | -5/+5 | |
| | |||||
* | Get user controller to 100% test coverage. | francis | 2007-11-09 | -19/+26 | |
| | |||||
* | Add lots more tests. | francis | 2007-11-08 | -6/+3 | |
| | | | | Fix an ACTUAL BUG a test found :) | ||||
* | Redirect to simplified name URL if given complex one | francis | 2007-11-08 | -1/+5 | |
| | |||||
* | Make /signin URL work | francis | 2007-11-07 | -3/+8 | |
| | | | | Fix some HTMl | ||||
* | Make login have signin and signup on same page, side by side. | francis | 2007-11-07 | -9/+7 | |
| | |||||
* | Put sign in and sign up forms on same page initially | francis | 2007-11-06 | -15/+8 | |
| | |||||
* | Fill in reason parameters everywhere required. | francis | 2007-11-06 | -3/+8 | |
| | |||||
* | Confirmation email for login. | francis | 2007-11-05 | -12/+53 | |
| | |||||
* | Look at all the find statements with :conditions and check can't | francis | 2007-11-01 | -5/+5 | |
| | | | | | use find_by_<col> instead. Fixed bugs in case sensitivity of email checking. | ||||
* | Move views for signup and signin pages into the user properly, and remove ↵ | francis | 2007-11-01 | -4/+4 | |
| | | | | | | user_accounts directory completely. | ||||
* | Save post request properly into database with a model, as a record of where to | francis | 2007-11-01 | -21/+20 | |
| | | | | | redirect back to after login. Token generation for these saved logins. | ||||
* | Move signin/signup/signout actions from application controller to user ↵ | francis | 2007-10-31 | -1/+70 | |
| | | | | | | controller. (They were already only being routed to the user controller) | ||||
* | Tests for some controllers. | francis | 2007-10-31 | -2/+2 | |
| | |||||
* | Use nicer URLs for user names with funny characters in them. | francis | 2007-10-30 | -2/+3 | |
| | |||||
* | Remove last index action and rename it show - index is confusing as an action | francis | 2007-10-30 | -2/+2 | |
| | | | | name as it isn't clear if it is going to be list or show. | ||||
* | Framework for incoming messages. | francis | 2007-10-26 | -2/+2 | |
| | | | | | Email address for public body to respond to, with hash. Take incoming messages and route to correct info request. | ||||
* | Tweak formatting of controllers. | francis | 2007-10-09 | -2/+3 | |
| | | | | Add explicit "private" to encourage adding of non-action functions there. | ||||
* | Add primitive user page. | francis | 2007-10-09 | -0/+15 | |