summaryrefslogtreecommitdiffstats
path: root/app/controllers/roles_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-1/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-251-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Export permissions report to CSV (#13767).Go MAEDA2021-03-121-1/+9
* remove spaces inside {} of RolesControllerToshi MARUYAMA2020-11-191-4/+4
* use "do end" instead of {} at RolesControllerToshi MARUYAMA2020-11-081-6/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Specific action for updating role permissions.Jean-Philippe Lang2019-10-251-7/+9
* Add roles filter on permissions report (#32343).Jean-Philippe Lang2019-10-251-1/+5
* 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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use regular instance methods instead of association extensions.Jean-Philippe Lang2017-06-031-1/+1
* Code cleanup.Jean-Philippe Lang2017-04-051-4/+5
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-2/+2
* Use safe_attributes.Jean-Philippe Lang2016-07-161-3/+6
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-3/+3
* Lists can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-171-3/+11
* Remove pagination on trackers, roles and issue statuses (#12909).Jean-Philippe Lang2016-03-201-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Redirect to the current page when reordering roles (#18769).Jean-Philippe Lang2015-01-071-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use scoped models for pagination.Jean-Philippe Lang2012-12-171-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-5/+5
* Fixed that roles API should accept API auth for when authentication is requir...Jean-Philippe Lang2012-11-301-0/+1
* Expose roles details via REST API (#11502).Jean-Philippe Lang2012-10-121-4/+9
* Create role by copy (#9258).Jean-Philippe Lang2012-09-031-1/+4
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-1/+0
* Adds a simple API for listing roles (#9725).Jean-Philippe Lang2012-02-061-4/+12
* Restores migration broken by r8182 and removes default scope on Role (#9800).Jean-Philippe Lang2011-12-141-3/+3
* Resourcified roles.Jean-Philippe Lang2011-12-091-9/+23
* Remove reference to deleted method.Etienne Massip2011-11-181-1/+1
* remove trailing white-spaces from app/controllers/roles_controller.rb.Toshi MARUYAMA2011-08-311-8/+8
* Fix potential Execution After Redirect bugs.Toshi MARUYAMA2011-05-011-3/+5
* New strings to localization (#5225)Azamat Hackimov2010-04-031-1/+1
* Refactor: Merged RolesController#list and #indexEric Davis2010-02-151-7/+2
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-0/+2
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-4/+4