aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/user_controller.rb
Commit message (Expand)AuthorAgeLines
* Handle the case of a name that hits the character limits and has been suffixe...Louise Crow2013-07-29-2/+2
* Merge commit '0.11.0.8' into rails-3-developLouise Crow2013-06-11-0/+1
|\
| * Cache a user's profile photo rather than repulling it each time.hotfix/0.11.0.8Louise Crow2013-06-11-0/+1
* | Merge remote-tracking branch 'openaustralia_github/inline_search_method_refac...Louise Crow2013-06-04-1/+5
|\ \ | |/ |/|
| * Inline method InfoRequest.full_searchMatthew Landauer2013-03-25-1/+5
* | Replace 'render_for_text data' with 'render :text => data'Mark Longair2013-05-28-2/+2
* | Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
|/
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-1/+1
|\
| * Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-1/+1
| * Redirects should be done with absolute urlsMatthew Landauer2013-02-15-7/+7
| * Rename helper methodMatthew Landauer2013-02-15-8/+8
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-2/+2
* | Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-4/+4
* | Update to new mail sending APIHenare Degan2013-02-25-7/+7
|/
* If we're doing admin authentication internally, don't bother with the request...Louise Crow2012-10-30-2/+3
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-2/+2
* Unset any "using_admin" flag when logging outSeb Bacon2012-06-27-0/+1
* Test for user turning email alerts off. Also includes a fix not to rely on H...Seb Bacon2012-05-30-1/+1
* Make it possible to view other people's activities on their own walls.Seb Bacon2012-05-30-5/+5
* Limit the number of results returned on the wallSeb Bacon2012-05-30-2/+2
* Support "following" functionality:Seb Bacon2012-05-30-0/+58
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-7/+7
* Fix the "log in as" functionRobin Houston2012-03-20-1/+1
* Let admin users use auto-login URLsRobin Houston2012-02-06-3/+5
* Return a 404 for missing user profile pictures. Fixes #363Seb Bacon2012-01-24-1/+2
* Don't give an error to users with an invalid postredirect token. Closes #334.Seb Bacon2012-01-11-2/+4
* Reintroduce a "my requests" link. Fixes #289.Seb Bacon2012-01-02-23/+35
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-03-3/+10
|\
| * Provide a search function on the user profile pages. Closes #138.Seb Bacon2011-09-01-3/+10
* | Merge branch 'asktheeu-new-design' into develop (update New Request workflow ...David Cabo2011-09-01-1/+17
|\ \ | |/ |/|
| * Move log-in point to before Preview and fix modal sign-in and sign-up redirectsDavid Cabo2011-08-11-3/+6
| * Select layout for User controller (modal/non-modal) using Rails baked-in mech...David Cabo2011-08-10-13/+13
| * New Request wireframe: implemente modal sign-in processDavid Cabo2011-08-02-5/+18
| * Add cache headers to various pages (in three categories: short, medium, and l...Seb Bacon2011-07-25-0/+1
* | ensure recaptcha appears on register form, and move to end of formSeb Bacon2011-08-30-1/+1
* | Merge branch 'develop' into feature/add-recaptchaSeb Bacon2011-08-30-3/+2
|\ \
| * | Additional changes omitted from commit 9d8388c03d0faeaca29d233a340c58bd65f28a...Seb Bacon2011-08-30-3/+2
* | | Present a reCaptcha on the signup form to foreign visitors (judging from thei...Seb Bacon2011-08-30-2/+7
|/ /
* / Add cache headers to various pages (in three categories: short, medium, and l...Seb Bacon2011-07-26-0/+1
|/
* initial merge of Kosovan branch; still need to get tests passing, factor out ...Seb Bacon2011-07-06-26/+26
|\
| * 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 handle_unv...Louise Crow2011-02-28-14/+21
* 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