summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/acl_endpoint.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize requires for non-omnibus installsTim Smith2020-08-121-1/+1
* Substitute require for require_relativeTim Smith2019-12-291-2/+2
* Apply ChefstyleTim Smith2019-12-291-0/+1
* fixes for new chefstyleLamont Granquist2018-07-031-1/+1
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-261-1/+1
* remove create additions flaglcg/remove-create-additionsLamont Granquist2016-09-021-2/+2
* Revert "remove create additions flag"Lamont Granquist2016-09-021-2/+2
* remove create additions flagLamont Granquist2016-09-021-2/+2
* ChefStyletm/styleThom May2016-07-291-6/+6
* 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