summaryrefslogtreecommitdiffstats
path: root/app/models/role.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/role.rbToshi MARUYAMA2019-11-081-8/+12
* code layout clean up app/models/role.rbToshi MARUYAMA2019-10-221-1/+4
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/rol...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Style/WhenThen in app/models/role.rbToshi MARUYAMA2019-10-171-3/+4
* fix Role#find_or_create_system_role is not privateToshi MARUYAMA2019-10-161-0/+1
* Increase maximum size for role name (#27625).Jean-Philippe Lang2019-06-201-1/+1
* 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
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-1/+1
* Removes deprecated methods.Jean-Philippe Lang2017-07-231-6/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use regular instance methods instead of association extensions.Jean-Philippe Lang2017-06-031-1/+6
* remove trailing white space from app/models/role.rbToshi MARUYAMA2016-12-141-1/+1
* Use .unscoped when querying and creating builtin objects (#24156).Jean-Philippe Lang2016-12-031-2/+2
* Role#copy_from should copy managed roles.Jean-Philippe Lang2016-10-201-0/+1
* Fixed that r15668 prevents from setting managed roles.Jean-Philippe Lang2016-10-201-0/+1
* Use safe_attributes.Jean-Philippe Lang2016-07-161-0/+13
* Assignable users should not include users that cannot view the tracker (#23172).Jean-Philippe Lang2016-06-281-0/+7
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-0/+51
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-3/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-311-0/+4
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-0/+8
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Skip validation if attribute did not change.Jean-Philippe Lang2015-01-071-2/+2
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* Don't consider roles without issue add/edit permissions for determining field...Jean-Philippe Lang2014-12-131-0/+4
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-0/+8
* Order scopes cleanup.Jean-Philippe Lang2014-10-291-2/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-0/+1
* remove trailing white-space from app/models/role.rbToshi MARUYAMA2013-04-121-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-2/+2
* Anonymous users should always see public issues only (#11872).Jean-Philippe Lang2012-09-201-0/+5
* Create role by copy (#9258).Jean-Philippe Lang2012-09-031-0/+9
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-2/+2
* Perf: use a custom decoder for Role#permissions instead of YAML.load.Jean-Philippe Lang2012-07-051-5/+14
* Code cleanup.Jean-Philippe Lang2012-05-251-7/+15
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-3/+3
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* Restores migration broken by r8182 and removes default scope on Role (#9800).Jean-Philippe Lang2011-12-141-1/+1
* Resourcified roles.Jean-Philippe Lang2011-12-091-0/+1