summaryrefslogtreecommitdiffstats
path: root/app/models/role.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22063 from trunk to 5.0-stable (#38070).Go MAEDA2023-01-191-0/+4
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Add habtm relation between roles and queries_roles (#36416).Marius Balteanu2022-02-281-0/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/role.rbToshi MARUYAMA2020-11-121-2/+2
* remove spaces inside {} of app/models/role.rbToshi MARUYAMA2020-11-101-4/+4
* use "do end" instead of {} at app/models/role.rbToshi MARUYAMA2020-11-081-2/+2
* add empty line after guard clause to app/models/role.rbToshi MARUYAMA2020-11-051-0/+2
* fix source indent of app/models/role.rbToshi MARUYAMA2020-09-261-11/+12
* 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