aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeLines
* Add UTF-8 encoding line.hotfix/0.29.0.30Louise Crow2015-05-15-0/+1
* Add User#banned?Gareth Rees2015-02-24-2/+10
* Improve User#get_undescribed_requests SQLGareth Rees2014-12-18-5/+3
* Clean UserGareth Rees2014-10-29-80/+80
* Group User class methods at top of classGareth Rees2014-10-29-105/+104
* Group User macro methods at top of fileGareth Rees2014-10-29-12/+8
* Move User callbacks to top of fileGareth Rees2014-10-29-2/+3
* Rename XXX comments with TODO:Gareth Rees2014-06-10-3/+3
* Annotate modelsGareth Rees2014-04-09-19/+18
* Display batch requests for user on 'my requests' pageLouise Crow2013-12-04-0/+1
* Add InfoRequestBatch model.Louise Crow2013-12-04-0/+2
* Batch users don't have a daily limit.Louise Crow2013-12-04-0/+3
* 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
|\