aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeLines
* Don't escape links that are automatically added in user biosMatthew Landauer2013-02-11-1/+2
* User model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-9/+11
* Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-1/+1
* Given that MAX_REQUESTS_PER_USER_PER_DAY is documented as an optional variabl...Louise Crow2012-10-25-1/+1
* Extract method for finding whether user is a superuserMatthew Landauer2012-10-18-3/+8
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-9/+6
* Add an option to disable comments on a requestRobin Houston2012-09-19-7/+1
* WIP new requests feedRobin Houston2012-07-04-3/+0
* Only invalidate a user's cached requests when their *name* changes. Otherwis...Seb Bacon2012-06-20-2/+3
* Return column name when iterating over admin fields.Seb Bacon2012-06-12-1/+1
* Further annotation correctionsSeb Bacon2012-05-24-25/+26
* Re-annotate modelsSeb Bacon2012-05-24-24/+26
* Merge from wombleton:feature/440_sparkly_admin_cssSeb Bacon2012-05-23-1/+11
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-26/+26
* first stab at sending PURGE requests to upstream varnish for request pages. N...Seb Bacon2012-03-13-0/+7
* Don’t index unconfirmed usersRobin Houston2012-02-06-1/+6
* Let admin users use auto-login URLsRobin Houston2012-02-06-0/+6
* Change wording of rate-limited pageRobin Houston2012-02-05-0/+10
* Change (Banned) to (Account suspended)Robin Houston2012-01-31-1/+1
* Rate limitingRobin Houston2012-01-29-3/+19
* Ensure model schema documentation is up to date.Seb Bacon2012-01-09-3/+4
* Merge branch 'wdtk' into developRobin Houston2011-09-08-3/+27
|\
| * Fix User.should_be_emailed?Robin Houston2011-09-08-8/+10
| * Fix “email bounced” recordingRobin Houston2011-09-07-8/+8
| * Change the type of User.email_bounce_message to :text, because weRobin Houston2011-09-07-1/+1
| * Record bouncesRobin Houston2011-09-07-0/+22
* | Store user's locale against profile, so we can send them localised track emai...Seb Bacon2011-09-03-0/+9
|/
* User's display name should indicate if they've been banned. Fixes #100.Seb Bacon2011-08-01-0/+3
* Changes required to get selishta (Kosovo) fork merges to pass tests. Include...Seb Bacon2011-07-06-1/+1
* I18n string for modelsFaton Selishta2011-06-30-8/+8
* Add explicit error messages for the validations that were using defaults.Louise Crow2011-02-24-1/+1
* Updating validations so that none expect automatic interpolation of the attri...Louise Crow2011-02-24-6/+6
* Factor out some of the JSON generationFrancis Irving2010-10-20-0/+11
* Annotate models.Francis Irving2010-10-09-1/+1
* Update model annotations.Francis Irving2010-09-15-1/+1
* Do censoring of whole users if the rules are there.Francis Irving2010-08-04-0/+1
* Update model annotations.Francis Irving2010-07-27-1/+2
* Show ban text in public.Francis Irving2010-07-25-3/+1
* Show banned in public.Francis Irving2010-07-20-0/+7
* Search index about me text, and tests to check that worksFrancis Irving2010-07-18-1/+1
* Editable about me textFrancis Irving2010-07-18-0/+12
* Add specific draft attribute.Francis Irving2010-07-15-1/+1
* Update model annotations.Francis Irving2010-07-15-2/+1
* Get key dependency right. Test for draft pictures.Francis Irving2010-07-15-9/+2
* Remove mapping from photo to userFrancis Irving2010-07-14-1/+0
* Make changing photo workFrancis Irving2010-07-14-2/+8
* Merge branch 'master' into francis-profile-photoFrancis Irving2010-07-13-3/+7
|\
| * Form for changing your email addressFrancis Irving2010-03-10-3/+7
* | Basic form bits for profile photo (done on train over the weekend)Francis Irving2010-02-01-1/+3
|/
* Let some users leave requests undescribed.francis2009-10-01-1/+10