summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints
Commit message (Expand)AuthorAgeFilesLines
* Support /version; fix some global URIsPhil Dibowitz2015-03-261-0/+12
* Update validation messages to match erchefdanielsdeleo2015-02-251-19/+34
* Validate that revision_id is not emptydanielsdeleo2015-02-231-0/+2
* Policyfile revision_id field is mandatory, validate formatdanielsdeleo2015-02-231-1/+12
* Check before create/update to determine correct status codedanielsdeleo2015-01-281-10/+9
* Add policies endpointdanielsdeleo2015-01-201-0/+127
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-2646-136/+136
* Make v2_to_v1 get() munge the base URI so cookbooksJohn Keiser2014-09-031-1/+1
* Fix deleting invite when user is forcibly added to orgJohn Keiser2014-08-261-1/+1
* Fix organizations to honor full_nameJohn Keiser2014-08-261-3/+3
* Add organization, acl, group, container rspec macrosrspec_enterpriseJohn Keiser2014-08-261-2/+2
* Add license endpointJohn Keiser2014-08-221-0/+25
* Add POST /organizations/ORG/users/NAME to add user directJohn Keiser2014-08-221-0/+24
* SimplifyJohn Keiser2014-08-221-2/+2
* Move CookbookData and DataNormalizer under ChefDataJohn Keiser2014-08-2218-35/+35
* Make "already in org" do 409, not 403John Keiser2014-08-221-2/+1
* Fix 404 in assoc. request count to be correctJohn Keiser2014-08-221-1/+1
* Remove /verify_passwordJohn Keiser2014-08-221-22/+0
* Add users to the users group in an org if not already thereJohn Keiser2014-08-221-0/+10
* Make association request endpoint match oc-chef-pedantJohn Keiser2014-08-221-1/+1
* Verify that the user exists before getting association requestsJohn Keiser2014-08-222-0/+3
* Don't set type / membership unless json retrievedJohn Keiser2014-08-221-2/+4
* Fix cookbook ACLs (set can create directories)John Keiser2014-08-221-1/+1
* Make acls endpoints return 405 for disallowed methodsJohn Keiser2014-08-222-26/+0
* Get users endpoint passing oc-chef-pedantJohn Keiser2014-08-223-1/+35
* Get users endpoint (mostly) up to oc-chef-pedant standardsJohn Keiser2014-08-226-9/+53
* 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