summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/acl_endpoint.rb
Commit message (Expand)AuthorAgeFilesLines
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-261-4/+4
* Add organization, acl, group, container rspec macrosrspec_enterpriseJohn Keiser2014-08-261-2/+2
* Make acls endpoints return 405 for disallowed methodsJohn Keiser2014-08-221-13/+0
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-221-5/+8
* Delete acls when object is deletedJohn Keiser2014-08-221-7/+1
* Clients have access to themselvesJohn Keiser2014-08-221-1/+1
* /organizations/ORG/organization/_acl/create should 404John Keiser2014-08-221-0/+4
* Make _acl wrong method raise 404 instead of 405John Keiser2014-08-221-0/+9
* Make the requestor the one who "created" the object.John Keiser2014-08-221-1/+1
* Add global user acls endpointJohn Keiser2014-07-231-0/+2
* Add ACL putJohn Keiser2014-07-231-8/+17
* Add */_acl/PERM GET endpointJohn Keiser2014-07-231-0/+30