aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/user_controller.rb
Commit message (Expand)AuthorAgeLines
* Don't allow numeric only URL names.francis2009-09-07-3/+3
* Do permanent redirects so old URLs aren't used.francis2009-09-02-2/+2
* Set cookie if it isn't set by sign in page.francis2009-08-19-1/+12
* Some (as yet unused) profile photo code done on a whim on the train while itfrancis2009-08-05-1/+7
* Empty list of updates if not logged intony2009-04-23-2/+2
* First pass at 'river of news' style listing of what's been happeningtony2009-04-14-1/+7
* Paginate requests list on authorities page.francis2009-03-18-9/+8
* Option to ban users.francis2009-03-09-1/+8
* Button to delete all tracks of a particular type.francis2009-03-05-2/+2
* Patch from Tony Bowden to show the user page even if Xapian setup broken.francis2009-03-03-3/+8
* Flash at top of user page when logged in telling you what requests youfrancis2008-09-21-1/+6
* Notefrancis2008-09-14-1/+4
* Don't show page on first page.francis2008-09-14-2/+6
* Print page numbers on user page, request listing page, similar page.francis2008-09-14-1/+2
* Paginate user pages where they've made lots of requests.francis2008-09-08-3/+9
* Group tracks on user page.francis2008-09-02-1/+5
* Sort list of requests on your page chronologically by creation time.francis2008-08-21-2/+2
* Typo in comment.francis2008-08-20-2/+2
* Feeds/alerts for authorities and users now includes responses and followups asfrancis2008-08-07-1/+2
* Let adapter compute booleans, so works with sqlite as well as postgresqlfrancis2008-07-30-3/+3
* Better error message.francis2008-07-28-2/+2
* If you actually sign out, make it session cookie.francis2008-06-12-1/+2
* Actually give a message if cookies are disabled.francis2008-06-12-1/+8
* Change to using (signed) cookies for session data.francis2008-06-12-4/+5
* Track requests by a particular user.francis2008-05-12-1/+4
* requested_from: requested_by: and type: searches.francis2008-03-25-3/+3
* Test stuff for password changing.francis2008-03-21-2/+2
* Rename template to better name.francis2008-03-21-3/+5
* Better named variable.francis2008-03-21-3/+3
* More secure password changing - have to specifically have clicked link infrancis2008-03-21-8/+10
* Improvements to test code for requests, users and admin.francis2008-03-20-2/+3
* Oops, got URL totally wrong - should be of sending user, not recipient user.francis2008-03-13-2/+2
* Tweak formatting of the requests part of user and body pages.francis2008-03-13-1/+4
* Make users all have their own URL, rather than sharing if they have the same ...francis2008-03-12-2/+3
* Form for contacting other users.francis2008-03-12-1/+41
* Fix up tests.francis2008-03-06-3/+3
* Typo.francis2008-02-28-3/+3
* Rename site to WhatDoTheyKnowfrancis2008-02-28-5/+5
* Prevent leaking of information as to whether user account exists or not.francis2008-02-28-29/+43
* Don't show accounts of users who haven't confirmed their email.francis2008-02-28-2/+2
* Use names in URLs of requests.francis2008-02-27-2/+3
* Fix up some comments and stuff to do with simplify_url_namefrancis2008-02-27-2/+2
* Store url_name in database for usersfrancis2008-02-27-4/+4
* Store URL name in database.francis2008-02-27-3/+3
* Forgotten password stuff.francis2008-02-20-2/+71
* Remove GovernmentSpy namefrancis2008-02-19-3/+3
* Delete old sessions and post redirects.francis2008-02-12-2/+2
* Don't say there is a registration form on the right in the case of logging infrancis2008-01-10-2/+2
* Always call save!, which raises an exception on error, rather than ignoring a...francis2008-01-03-3/+3
* Show both signin and signup forms still after error, so can choose other.francis2007-12-14-18/+18