index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
principal.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validate status of users and groups.
Jean-Philippe Lang
2016-04-11
1
-0
/
+12
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed that Project.uniq.visible errors under certain conditions (#21182).
Jean-Philippe Lang
2015-11-09
1
-2
/
+1
*
Find user by login then by email.
Jean-Philippe Lang
2015-08-15
1
-4
/
+3
*
Moved implementation to Principal.
Jean-Philippe Lang
2015-08-15
1
-0
/
+24
*
use String#casecmp for case insensitive comparison (#20369)
Toshi MARUYAMA
2015-08-12
1
-1
/
+1
*
remove trailing white spaces from app/models/principal.rb
Toshi MARUYAMA
2015-06-17
1
-1
/
+1
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-2
/
+10
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Adds a role setting for controlling visibility of users: all or members of vi...
Jean-Philippe Lang
2014-11-11
1
-0
/
+28
*
Adds a single controller for users and groups memberships and support for add...
Jean-Philippe Lang
2014-10-23
1
-0
/
+5
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-7
/
+9
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
1
-0
/
+3
*
Improve performance of Principal.member_of scope
Jean-Baptiste Barth
2014-05-19
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
code format cleanup Principal class
Toshi MARUYAMA
2013-12-26
1
-1
/
+5
*
Optimizes the SQL query behind Principal#member_of.
Jean-Philippe Lang
2013-02-17
1
-1
/
+1
*
Adds "sorted" scope to Principal and User and sort users/groups properly.
Jean-Philippe Lang
2013-01-23
1
-0
/
+10
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-12-13
1
-2
/
+2
*
Moved user status constants to Principal model.
Jean-Philippe Lang
2012-12-08
1
-0
/
+6
*
Rewrites named scopes with ARel queries.
Jean-Philippe Lang
2012-12-07
1
-1
/
+1
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-13
1
-4
/
+4
*
Adds table name to the SQL clause used by Principale.like scope.
Jean-Philippe Lang
2012-11-13
1
-2
/
+3
*
Code cleanup.
Jean-Philippe Lang
2012-11-13
1
-3
/
+3
*
Fixed that Principal#like scope does not work with cyrillic characters and Po...
Jean-Philippe Lang
2012-11-13
1
-3
/
+3
*
Ability to close projects (read-only) (#3640).
Jean-Philippe Lang
2012-06-25
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
set_table_name and set_locking_column are deprecated.
Jean-Philippe Lang
2012-04-27
1
-1
/
+1
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
1
-4
/
+4
*
Fixed that the proposed users list may be empty when adding a project member ...
Jean-Philippe Lang
2012-03-06
1
-0
/
+11
*
Makes user autocompleters work with firstname and lastname.
Jean-Philippe Lang
2012-02-14
1
-4
/
+14
*
Fixed potential error when sorting members without role (#10053).
Jean-Philippe Lang
2012-02-12
1
-1
/
+3
*
Adds members of subprojects in assignee and author filters (#10126).
Jean-Philippe Lang
2012-02-01
1
-0
/
+10
*
Simplifies Principal.active scope (status defaults to 1 for groups).
Jean-Philippe Lang
2012-02-01
1
-1
/
+1
*
remove trailing white-spaces from app/models/principal.rb.
Toshi MARUYAMA
2011-08-31
1
-7
/
+7
*
Ability to assign issues to groups (#2964).
Jean-Philippe Lang
2011-07-23
1
-1
/
+2
*
Define Principal#name so all subclasses will have some sort of name when prin...
Eric Davis
2010-09-10
1
-1
/
+5
*
Fixed: Error on db:migrate with table prefix set (#5335).
Jean-Philippe Lang
2010-04-17
1
-1
/
+1
*
Fixed: NOT NULL constraint error when adding a group (#4632).
Jean-Philippe Lang
2010-01-30
1
-0
/
+14
*
Display users then groups on project memberships view (#4389).
Jean-Philippe Lang
2009-12-12
1
-1
/
+6
*
Refactor conditions.
Eric Davis
2009-12-12
1
-1
/
+1
*
Search mail addresses in Principal#like
Eric Davis
2009-12-12
1
-2
/
+2
*
Adds missing native eol properties.
Jean-Philippe Lang
2009-09-20
1
-38
/
+38
*
User groups branch merged.
Jean-Philippe Lang
2009-09-12
1
-0
/
+38