| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |