aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/user_controller.rb
Commit message (Collapse)AuthorAgeLines
...
* | | Present a reCaptcha on the signup form to foreign visitors (judging from ↵Seb Bacon2011-08-30-2/+7
|/ / | | | | | | their IP address). Fixes #157 (at least as a starter).
* / Add cache headers to various pages (in three categories: short, medium, and ↵Seb Bacon2011-07-26-0/+1
|/ | | | long).
* initial merge of Kosovan branch; still need to get tests passing, factor out ↵Seb Bacon2011-07-06-26/+26
|\ | | | | | | Kosovan-specific code
| * I18n string for controllersFaton Selishta2011-06-30-26/+26
| |
* | Don't store passwords in post_params.Louise Crow2011-05-16-3/+12
|/
* Add CSRF protection on state changing actions. Use default handler ↵Louise Crow2011-02-28-14/+21
| | | | handle_unverified_request which clears session.
* Factor out some of the JSON generationFrancis Irving2010-10-20-11/+1
|
* Link to Atom JSON equivalents in HTTP header. Document.Francis Irving2010-10-09-1/+1
|
* JSON for user pages.Francis Irving2010-10-09-0/+16
|
* Cross advertise about text and photo when you edit oneFrancis Irving2010-08-19-4/+17
|
* Fix up error handling.Francis Irving2010-07-20-5/+0
|
* Clear profile photo only in POSTFrancis Irving2010-07-20-0/+4
|
* Button for users to clear their profile photo.Francis Irving2010-07-20-0/+16
|
* Editable about me textFrancis Irving2010-07-18-0/+28
|
* Make profile photo upload work without javascript (for Matthew :)Francis Irving2010-07-15-0/+10
|
* Make cropping workFrancis Irving2010-07-15-1/+5
|
* Draft stageFrancis Irving2010-07-15-22/+36
|
* Show photo on profile pageFrancis Irving2010-07-14-0/+13
|
* Rename action to say it is setting photoFrancis Irving2010-07-14-1/+1
|
* Merge branch 'master' into francis-profile-photoFrancis Irving2010-07-13-18/+81
|\ | | | | | | | | | | | | Conflicts: app/views/user/show.rhtml commonlib spec/controllers/user_controller_spec.rb
| * Note on privacyFrancis Irving2010-03-10-0/+6
| |
| * Only change email address when they confirm the email, so there is noFrancis Irving2010-03-10-21/+39
| | | | | | | | security leak that someone is registered with an email
| * Use bob instead of silly as test user. Make it behave better if existingFrancis Irving2010-03-10-1/+6
| | | | | | | | email changed to.
| * Form for changing your email addressFrancis Irving2010-03-10-1/+35
| |
| * Rename signchange to signchangepasswordFrancis Irving2010-03-10-17/+17
| |
* | Basic form bits for profile photo (done on train over the weekend)Francis Irving2010-02-01-36/+36
| |
* | Part of profile photoFrancis Irving2009-11-01-5/+36
|/
* Make it show same name users where only case differs.francis2009-09-17-2/+2
|
* Don't allow numeric only URL names.francis2009-09-07-3/+3
| | | | Test the URL name code a bit.
* 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
| | | | Improve text when cookies not working.
* Some (as yet unused) profile photo code done on a whim on the train while itfrancis2009-08-05-1/+7
| | | | was my birthday.
* 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
| | | | with things you're tracking.
* 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
| | | | haven't described yet.
* 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
| | | | Use right count on user page.
* 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
| | | | | well as original requests. Add RSS autodetection.
* 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
|