mirror of
https://github.com/redmine/redmine.git
synced 2026-01-28 02:09:58 +01:00
Merged r10893 into 1.4-stable (#12472).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10896 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -22,6 +22,7 @@ class RolesController < ApplicationController
|
||||
before_filter :require_admin_or_api_request, :only => :index
|
||||
before_filter :find_role, :only => [:edit, :update, :destroy]
|
||||
accept_api_auth :index
|
||||
accept_api_auth :index, :show
|
||||
|
||||
def index
|
||||
respond_to do |format|
|
||||
|
||||
@@ -7,6 +7,7 @@ http://www.redmine.org/
|
||||
== TBD v1.4.6
|
||||
|
||||
* Defect #12409: Git: changesets aren't read after clear_changesets call
|
||||
* Defect #12472: Roles REST API does not accept API authentication
|
||||
|
||||
== 2012-11-17 v1.4.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user