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
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
1
-3
/
+5
*
Fix RuboCop offense Performance/StringInclude (#37247).
Go MAEDA
2023-02-06
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Switch to zeitwerk autoloader (#29914, #32938).
Marius Balteanu
2021-11-17
1
-3
/
+0
*
Explicitly specify escape character using an ESCAPE on SQLite (#35073).
Marius Balteanu
2021-10-09
1
-4
/
+4
*
Use sanitize_sql_like in like scopes (#35073).
Marius Balteanu
2021-10-03
1
-2
/
+2
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove spaces inside {} of app/models/principal.rb
Toshi MARUYAMA
2020-11-18
1
-4
/
+4
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/princip...
Toshi MARUYAMA
2020-11-10
1
-9
/
+8
*
use "do end" instead of {} at app/models/principal.rb
Toshi MARUYAMA
2020-11-07
1
-2
/
+2
*
Replace Hash#merge! with Hash#[]= (#34160).
Go MAEDA
2020-10-24
1
-1
/
+1
*
Use scope assignable_watchers (#4511).
Go MAEDA
2020-04-25
1
-0
/
+3
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/BlockAlignment in app/models/principal.rb
Toshi MARUYAMA
2019-11-09
1
-5
/
+6
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/principal.rb
Toshi MARUYAMA
2019-11-06
1
-1
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-2
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Use find_by instead of where.first to remove unnecessary sorting (#26747).
Go MAEDA
2018-10-06
1
-1
/
+1
*
Include locked members in filters (#15201).
Go MAEDA
2018-06-09
1
-1
/
+3
*
Support for lastnames with spaces in user autocompleters (#28154).
Go MAEDA
2018-04-07
1
-6
/
+11
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Option to set a default assignee on each project (#482).
Jean-Philippe Lang
2017-04-08
1
-0
/
+5
*
SQL Cleanup.
Jean-Philippe Lang
2017-04-04
1
-2
/
+1
*
Don't preload projects and roles on Principal#memberships association (#23519).
Jean-Philippe Lang
2017-01-07
1
-2
/
+1
*
Speeds up rendering of the project list for users who belong to hundreds of p...
Jean-Philippe Lang
2017-01-03
1
-2
/
+12
*
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
[next]