summaryrefslogtreecommitdiffstats
path: root/app/models/principal.rb
Commit message (Expand)AuthorAgeFilesLines
* Validate status of users and groups.Jean-Philippe Lang2016-04-111-0/+12
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that Project.uniq.visible errors under certain conditions (#21182).Jean-Philippe Lang2015-11-091-2/+1
* Find user by login then by email.Jean-Philippe Lang2015-08-151-4/+3
* Moved implementation to Principal.Jean-Philippe Lang2015-08-151-0/+24
* use String#casecmp for case insensitive comparison (#20369)Toshi MARUYAMA2015-08-121-1/+1
* remove trailing white spaces from app/models/principal.rbToshi MARUYAMA2015-06-171-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-2/+10
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-0/+28
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-0/+5
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+9
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-0/+3
* Improve performance of Principal.member_of scopeJean-Baptiste Barth2014-05-191-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* code format cleanup Principal classToshi MARUYAMA2013-12-261-1/+5
* Optimizes the SQL query behind Principal#member_of.Jean-Philippe Lang2013-02-171-1/+1
* Adds "sorted" scope to Principal and User and sort users/groups properly.Jean-Philippe Lang2013-01-231-0/+10
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-131-2/+2
* Moved user status constants to Principal model.Jean-Philippe Lang2012-12-081-0/+6
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-1/+1
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-131-4/+4
* Adds table name to the SQL clause used by Principale.like scope.Jean-Philippe Lang2012-11-131-2/+3
* Code cleanup.Jean-Philippe Lang2012-11-131-3/+3
* Fixed that Principal#like scope does not work with cyrillic characters and Po...Jean-Philippe Lang2012-11-131-3/+3
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* set_table_name and set_locking_column are deprecated.Jean-Philippe Lang2012-04-271-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-4/+4
* Fixed that the proposed users list may be empty when adding a project member ...Jean-Philippe Lang2012-03-061-0/+11
* Makes user autocompleters work with firstname and lastname.Jean-Philippe Lang2012-02-141-4/+14
* Fixed potential error when sorting members without role (#10053).Jean-Philippe Lang2012-02-121-1/+3
* Adds members of subprojects in assignee and author filters (#10126).Jean-Philippe Lang2012-02-011-0/+10
* Simplifies Principal.active scope (status defaults to 1 for groups).Jean-Philippe Lang2012-02-011-1/+1
* remove trailing white-spaces from app/models/principal.rb.Toshi MARUYAMA2011-08-311-7/+7
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-1/+2
* Define Principal#name so all subclasses will have some sort of name when prin...Eric Davis2010-09-101-1/+5
* Fixed: Error on db:migrate with table prefix set (#5335).Jean-Philippe Lang2010-04-171-1/+1
* Fixed: NOT NULL constraint error when adding a group (#4632).Jean-Philippe Lang2010-01-301-0/+14
* Display users then groups on project memberships view (#4389).Jean-Philippe Lang2009-12-121-1/+6
* Refactor conditions.Eric Davis2009-12-121-1/+1
* Search mail addresses in Principal#likeEric Davis2009-12-121-2/+2
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-38/+38
* User groups branch merged.Jean-Philippe Lang2009-09-121-0/+38