summaryrefslogtreecommitdiffstats
path: root/app/models/group.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Optimize query models by replacing `map` with `pluck` (#39837).Go MAEDA2023-12-291-8/+2
* Cannot add a user to a group if the group is a member without roles in a cert...Go MAEDA2023-04-131-0/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Improve performance of adding or removing members of a group (#36696).Go MAEDA2022-03-051-14/+11
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-171-2/+0
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-071-0/+4
* When 2FA is set to optional, allow to require 2FA only for certain user group...Marius Balteanu2021-07-041-0/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of app/models/group.rbToshi MARUYAMA2020-10-031-2/+6
* remove spaces inside {} of app/models/group.rbToshi MARUYAMA2020-10-031-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-0/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/group.rbToshi MARUYAMA2019-11-091-2/+3
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Validate status of users and groups.Jean-Philippe Lang2016-04-111-0/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed group sorted scope order (#20066).Jean-Philippe Lang2015-06-281-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Order scopes cleanup.Jean-Philippe Lang2014-10-291-1/+1
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+3
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-3/+32
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from Group#user_removedToshi MARUYAMA2014-01-081-1/+0
* Rails4: replace deprecated Relation#update_all at Group modelToshi MARUYAMA2014-01-081-1/+1
* explicitly define fix has_and_belongs_to_many join_table at Group and UserToshi MARUYAMA2013-12-271-2/+4
* Mail handler: adds --default-group option to add created user to one or more ...Jean-Philippe Lang2013-03-031-0/+1
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-151-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+5
* Adds a scope for sorting groups.Jean-Philippe Lang2012-07-081-0/+2
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-031-0/+1
* Use safe_attributes in GroupsController.Jean-Philippe Lang2012-06-011-0/+7
* Replaced group[lastname] parameter with group[name].Jean-Philippe Lang2012-06-011-1/+7
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails3: use .to_s for overriding human_attribute_name parameter at group modelToshi MARUYAMA2012-02-241-1/+1
* human_attribute_name accepts optional argument.Jean-Philippe Lang2011-12-181-2/+2
* use same human_attribute_name logic with SCM models at group model (#9795)Toshi MARUYAMA2011-12-151-2/+6
* Fixed: Unrelated error message when creating a group with an invalid name (#9...Jean-Philippe Lang2011-12-151-0/+4
* remove trailing white-spaces from app/models/group.rb.Toshi MARUYAMA2011-08-311-12/+12
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-2/+15
* Prevents validation error when adding a user to a group (#6457).Jean-Philippe Lang2010-11-271-0/+1
* User groups branch merged.Jean-Philippe Lang2009-09-121-0/+48