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
/
group.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Optimize query models by replacing `map` with `pluck` (#39837).
Go MAEDA
2023-12-29
1
-8
/
+2
*
Cannot add a user to a group if the group is a member without roles in a cert...
Go MAEDA
2023-04-13
1
-0
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Improve performance of adding or removing members of a group (#36696).
Go MAEDA
2022-03-05
1
-14
/
+11
*
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
-2
/
+0
*
Fix NoMethodError when generating a link to a locked user (#12795, #35823).
Go MAEDA
2021-09-07
1
-0
/
+4
*
When 2FA is set to optional, allow to require 2FA only for certain user group...
Marius Balteanu
2021-07-04
1
-0
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of app/models/group.rb
Toshi MARUYAMA
2020-10-03
1
-2
/
+6
*
remove spaces inside {} of app/models/group.rb
Toshi MARUYAMA
2020-10-03
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Allow adding user groups as watchers for issues (#4511).
Go MAEDA
2020-02-06
1
-0
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/group.rb
Toshi MARUYAMA
2019-11-09
1
-2
/
+3
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-1
/
+0
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Validate status of users and groups.
Jean-Philippe Lang
2016-04-11
1
-0
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed group sorted scope order (#20066).
Jean-Philippe Lang
2015-06-28
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Order scopes cleanup.
Jean-Philippe Lang
2014-10-29
1
-1
/
+1
*
remove unneeded "references" of joins
Toshi MARUYAMA
2014-10-24
1
-1
/
+0
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-5
/
+3
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
1
-3
/
+32
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
remove unneeded Relation#all from Group#user_removed
Toshi MARUYAMA
2014-01-08
1
-1
/
+0
*
Rails4: replace deprecated Relation#update_all at Group model
Toshi MARUYAMA
2014-01-08
1
-1
/
+1
*
explicitly define fix has_and_belongs_to_many join_table at Group and User
Toshi MARUYAMA
2013-12-27
1
-2
/
+4
*
Mail handler: adds --default-group option to add created user to one or more ...
Jean-Philippe Lang
2013-03-03
1
-0
/
+1
*
Raised group name maximum length to 255 characters (#13174).
Jean-Philippe Lang
2013-02-15
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
1
-1
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-2
/
+5
*
Adds a scope for sorting groups.
Jean-Philippe Lang
2012-07-08
1
-0
/
+2
*
REST Api for Groups (#8981).
Jean-Philippe Lang
2012-06-03
1
-0
/
+1
*
Use safe_attributes in GroupsController.
Jean-Philippe Lang
2012-06-01
1
-0
/
+7
*
Replaced group[lastname] parameter with group[name].
Jean-Philippe Lang
2012-06-01
1
-1
/
+7
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Rails3: use .to_s for overriding human_attribute_name parameter at group model
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
human_attribute_name accepts optional argument.
Jean-Philippe Lang
2011-12-18
1
-2
/
+2
*
use same human_attribute_name logic with SCM models at group model (#9795)
Toshi MARUYAMA
2011-12-15
1
-2
/
+6
*
Fixed: Unrelated error message when creating a group with an invalid name (#9...
Jean-Philippe Lang
2011-12-15
1
-0
/
+4
*
remove trailing white-spaces from app/models/group.rb.
Toshi MARUYAMA
2011-08-31
1
-12
/
+12
*
Ability to assign issues to groups (#2964).
Jean-Philippe Lang
2011-07-23
1
-2
/
+15
*
Prevents validation error when adding a user to a group (#6457).
Jean-Philippe Lang
2010-11-27
1
-0
/
+1
*
User groups branch merged.
Jean-Philippe Lang
2009-09-12
1
-0
/
+48