aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeLines
* Update the helpful model schema annotationsMark Longair2013-11-01-2/+0
* Rename method to make it a bit more genericLouise Crow2013-09-16-2/+2
* Re-annotate models with database fieldsLouise Crow2013-09-16-17/+18
* Split the string interpolation and translation into two steps so that the tra...Louise Crow2013-06-24-2/+5
* Merge branch 'release/0.11'0.11.0.3Louise Crow2013-06-04-19/+22
|\
| * Mark ban text as html safeLouise Crow2013-04-25-1/+1
| * Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-6/+6
| * Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-1/+2
| |\
| * \ Merge branch 'i18n_rails3_preparation' into rails-3-spikeMatthew Landauer2013-01-31-6/+1
| |\ \
| | * | Small refactorMatthew Landauer2013-01-17-6/+1
| * | | Errors#add_to_base(msg) has been deprecated, use Errors#add(:base, msg) insteadHenare Degan2012-12-12-2/+2
| * | | Overwriting validate in your models has been deprecatedHenare Degan2012-12-12-9/+11
| * | | Method-style callbacks are deprecated for after_initializeHenare Degan2012-12-11-11/+14
| |/ /
* | | Return a string from user.name always to avoid any complications with other f...hotfix/0.9.0.5Louise Crow2013-05-28-1/+3
* | | Mark ban text as html safeLouise Crow2013-04-29-1/+1
* | | Small refactorMatthew Landauer2013-04-02-6/+1
| |/ |/|
* | 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