summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints
Commit message (Expand)AuthorAgeFilesLines
* Get principals endpoint passing oc_chef_pedantJohn Keiser2014-08-221-2/+6
* Report authz id and whether principal is a member of the orgJohn Keiser2014-08-221-2/+12
* Get organization endpoint passing oc-chef-pedantJohn Keiser2014-08-222-2/+6
* Get authenticate_user workingJohn Keiser2014-08-221-3/+5
* Get container endpoints passing oc pedantJohn Keiser2014-08-221-0/+2
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-227-97/+22
* Get association requests passing oc-chef-pedantJohn Keiser2014-08-223-7/+9
* Fix data bags for multi-identity-key changeJohn Keiser2014-08-222-4/+4
* Don't merge container/container ACLs for new containersJohn Keiser2014-08-221-9/+8
* Don't merge acls if the user has set aclsJohn Keiser2014-08-221-23/+24
* Delete acls when object is deletedJohn Keiser2014-08-225-21/+18
* Get rid of owner storage, move to explicit container acl modelJohn Keiser2014-08-221-27/+13
* Build full acls for groups; don't give new container objectsJohn Keiser2014-08-221-2/+7
* Move owners_of to AclBaseJohn Keiser2014-08-221-1/+41
* clients created w/org do not own themselves;John Keiser2014-08-222-12/+8
* Allow groups and containers to be indexed by either of 2 keysJohn Keiser2014-08-228-16/+21
* Fix data acl defaults (was not taking container into account)John Keiser2014-08-221-1/+3
* Clients have access to themselvesJohn Keiser2014-08-223-2/+5
* Include both org owner and superuser in org aclsJohn Keiser2014-08-221-2/+15
* /organizations/ORG/organization/_acl/create should 404John Keiser2014-08-221-0/+4
* Make _acl wrong method raise 404 instead of 405John Keiser2014-08-222-0/+22
* Automatically associate creator with orgJohn Keiser2014-08-221-1/+1
* Make the requestor the one who "created" the object.John Keiser2014-08-222-2/+2
* User key is "username" (not "name") on ECJohn Keiser2014-08-224-5/+5
* Add authenticatation endpointsJohn Keiser2014-07-233-6/+62
* Add /users/NAME/organizations endpointJohn Keiser2014-07-231-0/+22
* Implement /organizations/ORG/users/... endpointsJohn Keiser2014-07-234-3/+40
* Add /users/NAME/association_requests/...John Keiser2014-07-235-10/+82
* Add /organizations/ORG/association_requests/... endpointsJohn Keiser2014-07-234-2/+46
* Add global user acls endpointJohn Keiser2014-07-233-4/+13
* Add /users top level endpointJohn Keiser2014-07-231-1/+3
* Add container endpointsJohn Keiser2014-07-233-1/+34
* Add ACL putJohn Keiser2014-07-233-48/+30
* Add */_acl/PERM GET endpointJohn Keiser2014-07-233-23/+78
* Add ACLs endpointsJohn Keiser2014-07-231-0/+55
* Add /groups and /group/NAME endpointsJohn Keiser2014-07-152-0/+33
* Add /organizations, /organizations/NAME, /organizations/NAME/_validator_keyJohn Keiser2014-07-073-0/+112
* Get single_org backcompat mode workingJohn Keiser2014-04-182-2/+2
* Add support for "/organizations/chef" prefixJohn Keiser2014-04-1825-90/+93
* Fixes against latest pedantJohn Keiser2014-04-142-10/+4
* Fix an issue with an incorrect number of parameters passed to build_uriSeth Vargo2013-12-301-1/+1
* Merge pull request #40 from opscode/lcg/better-depsolver-errorJohn Keiser2013-10-291-2/+16
|\
| * slight better error message on constraint failureLamont Granquist2013-10-281-2/+10
| * improve depsolver error messageLamont Granquist2013-10-281-1/+7
* | Fix problems with cookbook update and delete for local storageJohn Keiser2013-10-111-6/+14
|/
* Support run_list with cookbook::recipe@name syntaxJohn Keiser2013-07-101-3/+3
* Stop using Hashie's deep_merge (https://github.com/intridea/hashie/issues/99)John Keiser2013-06-051-4/+56
* Return minimal version of cookbook from depsolverJohn Keiser2013-05-291-1/+1
* Mimick Chef 11's 503 when some files aren't uploadedJohn Keiser2013-05-291-0/+7
* Support cookbook_versions query param in /cookbooksJohn Keiser2013-05-291-1/+8