summaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Strip invalid UTF-8 bytes in User#find_by_login (#16107).Jean-Philippe Lang2014-02-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from Principal modelToshi MARUYAMA2014-01-271-1/+1
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-0/+12
* Adds firstname initials+lastname user format.Jean-Philippe Lang2014-01-241-0/+5
* Rails4: replace deprecated Relation#update_all at User modelToshi MARUYAMA2014-01-091-1/+1
* Rails4: replace deprecated Relation#update_all at User modelToshi MARUYAMA2014-01-081-12/+16
* explicitly define fix has_and_belongs_to_many join_table at Group and UserToshi MARUYAMA2013-12-271-2/+4
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-051-0/+5
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-1/+1
* gender neutral source comment at app/models/user.rbToshi MARUYAMA2013-07-061-1/+1
* Code cleanup.Jean-Philippe Lang2013-06-131-10/+13
* Fixed tests broken by r11965.Jean-Philippe Lang2013-06-121-5/+2
* Adds User#builtin_role.Jean-Philippe Lang2013-06-121-4/+11
* remove trailing white-space from app/models/user.rbToshi MARUYAMA2013-06-101-1/+1
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-091-3/+3
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-131-4/+16
* Prevent one query per User#member_of? call after r11508 (#13301).Jean-Philippe Lang2013-03-121-1/+5
* Performance: avoid querying all memberships in User#roles_for_project (#13301).Jean-Philippe Lang2013-03-011-1/+13
* Fixed that #reload raises a Stack too deep error with ruby 2.0.Jean-Philippe Lang2013-02-281-1/+2
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-7/+19
* fix typo at app/models/user.rb (#5719)Toshi MARUYAMA2013-02-181-2/+2
* Code cleanup.Jean-Philippe Lang2013-02-141-10/+4
* Code cleanup.Jean-Philippe Lang2013-02-031-1/+1
* Refactors methods for searching a user by token.Jean-Philippe Lang2013-02-021-12/+6
* Skip callbacks when updating last_login_on.Jean-Philippe Lang2013-02-011-2/+2
* Always notify project members about news unless they turned off all notificat...Jean-Philippe Lang2013-01-261-28/+16
* Adds "sorted" scope to Principal and User and sort users/groups properly.Jean-Philippe Lang2013-01-231-0/+1
* Code cleanup.Jean-Philippe Lang2013-01-201-6/+9
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-2/+2
* Moved user status constants to Principal model.Jean-Philippe Lang2012-12-081-6/+0
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-2/+2
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Makes User.current thread safe (#12097).Jean-Philippe Lang2012-12-021-2/+2
* Validate email only if changed.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-8/+8
* New user name format: firstname + first letter of lastname (#12085).Jean-Philippe Lang2012-10-301-5/+10
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-181-0/+11
* Fixed that User#allowed_to? should return true or false (#12078).Jean-Philippe Lang2012-10-121-7/+7
* add new user format "lastname" (#10937)Toshi MARUYAMA2012-10-011-1/+6
* pin user format order at setting panel (#10937)Toshi MARUYAMA2012-10-011-5/+25
* Do not build a projects_by_role Hash that gets updated when accessing a key t...Jean-Philippe Lang2012-08-271-3/+6
* Prevent "Overwriting existing method User.active" warning, scope is already d...Jean-Philippe Lang2012-08-071-2/+0
* Perf: don't load preferences for the anonymous user.Jean-Philippe Lang2012-07-051-0/+4
* Moved logic relative to project status from User to Project model (#3640).Jean-Philippe Lang2012-06-251-5/+0
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-2/+4
* Make sure we look for a feeds token.Jean-Philippe Lang2012-06-101-1/+1