summaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r16049 (#24156).Jean-Philippe Lang2016-12-201-2/+2
* Merged r15989 and r15991 (#24283).Jean-Philippe Lang2016-11-261-0/+1
* Simplify User#today (#22320).Jean-Philippe Lang2016-05-071-2/+1
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-0/+1
* Validate status of users and groups.Jean-Philippe Lang2016-04-111-0/+4
* Send a single email to admins like other notifications (#21421).Jean-Philippe Lang2016-03-201-4/+6
* Send a security notification when users gain or loose admin (#21421).Jean-Philippe Lang2016-03-201-1/+30
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+2
* Additional option for USER_FORMAT, #{lastname}#{firstname} without any sperat...Jean-Philippe Lang2016-01-301-3/+8
* Performance in User#roles_for_project (#21582).Jean-Philippe Lang2016-01-161-1/+1
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-241-2/+22
* Typo "coma" (#20551).Jean-Philippe Lang2015-10-201-1/+1
* WARNING: Can't mass-assign protected attributes for User (#20490).Jean-Philippe Lang2015-09-121-2/+1
* Prevent roles loading on each call to User#managed_roles for admins.Jean-Philippe Lang2015-06-171-1/+2
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-311-0/+9
* Column 'address' in where clause may be ambiguous (#19485).Jean-Philippe Lang2015-05-301-1/+1
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-0/+6
* Test broken by r14265 (#19458).Jean-Philippe Lang2015-05-101-1/+2
* Code cleanup (#19458).Jean-Philippe Lang2015-05-101-4/+3
* Add the ability to expire passwords after a configurable number of days (#194...Jean-Philippe Lang2015-05-101-1/+12
* Workaround for timestamps rounding issues with Rails4.2 and mysql5.7 that may...Jean-Philippe Lang2015-02-151-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-13/+41
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Selected projects in email notifications on "my account" are lost when the pa...Jean-Philippe Lang2014-11-221-1/+1
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-0/+6
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-3/+3
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-5/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-9/+26
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-13/+21
* Expire other sessions on password change (#17796).Jean-Baptiste Barth2014-09-161-0/+1
* Code cleanup (#17717).Jean-Philippe Lang2014-09-141-3/+5
* Invalidate security tokens on password or email changes (#17717).Jean-Baptiste Barth2014-09-141-1/+13
* Make 2nd parameter optional in User#allowed_to_globally? for consistency (#64...Jean-Baptiste Barth2014-09-061-1/+5
* remove trailing white-spaces from app/models/user.rbToshi MARUYAMA2014-07-111-3/+3
* introduce request_store to ensure that the current user doesn't leak across r...Toshi MARUYAMA2014-05-011-2/+2
* 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