@@ -22,6 +22,7 class RolesController < ApplicationController | |||||
22 | before_filter :require_admin_or_api_request, :only => :index |
|
22 | before_filter :require_admin_or_api_request, :only => :index | |
23 | before_filter :find_role, :only => [:edit, :update, :destroy] |
|
23 | before_filter :find_role, :only => [:edit, :update, :destroy] | |
24 | accept_api_auth :index |
|
24 | accept_api_auth :index | |
|
25 | accept_api_auth :index, :show | |||
25 |
|
26 | |||
26 | def index |
|
27 | def index | |
27 | respond_to do |format| |
|
28 | respond_to do |format| |
@@ -7,6 +7,7 http://www.redmine.org/ | |||||
7 | == TBD v1.4.6 |
|
7 | == TBD v1.4.6 | |
8 |
|
8 | |||
9 | * Defect #12409: Git: changesets aren't read after clear_changesets call |
|
9 | * Defect #12409: Git: changesets aren't read after clear_changesets call | |
|
10 | * Defect #12472: Roles REST API does not accept API authentication | |||
10 |
|
11 | |||
11 | == 2012-11-17 v1.4.5 |
|
12 | == 2012-11-17 v1.4.5 | |
12 |
|
13 |
General Comments 0
You need to be logged in to leave comments.
Login now