index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
roles_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
1
-1
/
+1
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-2
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Export permissions report to CSV (#13767).
Go MAEDA
2021-03-12
1
-1
/
+9
*
remove spaces inside {} of RolesController
Toshi MARUYAMA
2020-11-19
1
-4
/
+4
*
use "do end" instead of {} at RolesController
Toshi MARUYAMA
2020-11-08
1
-6
/
+6
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Specific action for updating role permissions.
Jean-Philippe Lang
2019-10-25
1
-7
/
+9
*
Add roles filter on permissions report (#32343).
Jean-Philippe Lang
2019-10-25
1
-1
/
+5
*
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
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use regular instance methods instead of association extensions.
Jean-Philippe Lang
2017-06-03
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2017-04-05
1
-4
/
+5
*
Use the main menu for project related actions that support cross-project disp...
Jean-Philippe Lang
2016-11-19
1
-0
/
+1
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-17
1
-2
/
+2
*
Use safe_attributes.
Jean-Philippe Lang
2016-07-16
1
-3
/
+6
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-3
/
+3
*
Lists can be reordered with drag and drop (#12909).
Jean-Philippe Lang
2016-04-17
1
-3
/
+11
*
Remove pagination on trackers, roles and issue statuses (#12909).
Jean-Philippe Lang
2016-03-20
1
-2
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Require password re-entry for sensitive actions (#19851).
Jean-Philippe Lang
2015-06-19
1
-0
/
+2
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Redirect to the current page when reordering roles (#18769).
Jean-Philippe Lang
2015-01-07
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-5
/
+5
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use scoped models for pagination.
Jean-Philippe Lang
2012-12-17
1
-1
/
+1
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-5
/
+5
*
Fixed that roles API should accept API auth for when authentication is requir...
Jean-Philippe Lang
2012-11-30
1
-0
/
+1
*
Expose roles details via REST API (#11502).
Jean-Philippe Lang
2012-10-12
1
-4
/
+9
*
Create role by copy (#9258).
Jean-Philippe Lang
2012-09-03
1
-1
/
+4
*
Workflow enhancement: editable and required fields configurable by role, trac...
Jean-Philippe Lang
2012-07-15
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-1
/
+0
*
Adds a simple API for listing roles (#9725).
Jean-Philippe Lang
2012-02-06
1
-4
/
+12
*
Restores migration broken by r8182 and removes default scope on Role (#9800).
Jean-Philippe Lang
2011-12-14
1
-3
/
+3
*
Resourcified roles.
Jean-Philippe Lang
2011-12-09
1
-9
/
+23
*
Remove reference to deleted method.
Etienne Massip
2011-11-18
1
-1
/
+1
*
remove trailing white-spaces from app/controllers/roles_controller.rb.
Toshi MARUYAMA
2011-08-31
1
-8
/
+8
*
Fix potential Execution After Redirect bugs.
Toshi MARUYAMA
2011-05-01
1
-3
/
+5
*
New strings to localization (#5225)
Azamat Hackimov
2010-04-03
1
-1
/
+1
*
Refactor: Merged RolesController#list and #index
Eric Davis
2010-02-15
1
-7
/
+2
*
Adds an admin layout that displays the admin menu in the sidebar.
Jean-Philippe Lang
2009-12-17
1
-0
/
+2
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-4
/
+4
[next]