summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix list of /organizations/ORG/acls/containersJohn Keiser2014-08-221-1/+5
* Get groups endpoint passing oc chef pedantJohn Keiser2014-08-221-0/+1
* Get container endpoints passing oc pedantJohn Keiser2014-08-222-2/+5
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-2220-493/+697
* Get association requests passing oc-chef-pedantJohn Keiser2014-08-223-7/+9
* Fix pedant_users to contain all oc-chef-pedant usersJohn Keiser2014-08-221-41/+44
* 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-227-30/+46
* Get rid of owner storage, move to explicit container acl modelJohn Keiser2014-08-222-111/+145
* Build full acls for groups; don't give new container objectsJohn Keiser2014-08-223-23/+50
* Move owners_of to AclBaseJohn Keiser2014-08-222-39/+41
* clients created w/org do not own themselves;John Keiser2014-08-224-18/+20
* Allow groups and containers to be indexed by either of 2 keysJohn Keiser2014-08-2210-18/+24
* Fix data acl defaults (was not taking container into account)John Keiser2014-08-222-2/+5
* Clients have access to themselvesJohn Keiser2014-08-224-4/+7
* Include both org owner and superuser in org aclsJohn Keiser2014-08-223-25/+78
* /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
* Both organization/_acl and organizations/_acl existJohn Keiser2014-08-222-5/+17
* Fix default acls to match oc-chef-pedantJohn Keiser2014-08-221-18/+9
* Make org creator automatically an adminJohn Keiser2014-08-221-6/+6
* Skip USAG tests, we're seriously not gonna make themJohn Keiser2014-08-221-1/+2
* Support alternate syntax for groups.actorsJohn Keiser2014-08-221-0/+6
* Automatically associate creator with orgJohn Keiser2014-08-222-12/+22
* ORG/organization/_acl -> ORG/organizations/_aclJohn Keiser2014-08-222-2/+5
* Fix defaults for clients groupJohn Keiser2014-08-222-5/+5
* Make the requestor the one who "created" the object.John Keiser2014-08-223-25/+4
* User key is "username" (not "name") on ECJohn Keiser2014-08-227-12/+12
* Make oc-chef-pedant runJohn Keiser2014-08-225-1/+189
* Merge pull request #87 from higanworks/support_sslJohn Keiser2014-08-222-3/+12
|\
| * change opttype from --ssl to --[no-]sslsawanoboly2014-08-222-3/+4
| * cherry-picked support-ssl commitsawanoboly2014-08-222-2/+10
|/
* Implement all Enterprise endpoints (acls, groups, containers)John Keiser2014-07-2331-184/+1046
|\
| * Get ChefFS data store working with the new DefaultFacadeJohn Keiser2014-07-234-9/+10
| * Add file storeJohn Keiser2014-07-237-6/+177
| * Introduce osc_compat so multi org can still use osc_compatJohn Keiser2014-07-233-25/+27
| * Add authenticatation endpointsJohn Keiser2014-07-234-15/+72
| * Add /users/NAME/organizations endpointJohn Keiser2014-07-232-6/+29
| * Implement /organizations/ORG/users/... endpointsJohn Keiser2014-07-236-10/+46
| * Add /users/NAME/association_requests/...John Keiser2014-07-238-22/+90
| * Add /organizations/ORG/association_requests/... endpointsJohn Keiser2014-07-238-11/+67
| * Add global user acls endpointJohn Keiser2014-07-235-18/+36
| * Add /users top level endpointJohn Keiser2014-07-233-24/+43
| * Add container endpointsJohn Keiser2014-07-235-3/+44
| * Add ACL putJohn Keiser2014-07-235-51/+61
| * Add */_acl/PERM GET endpointJohn Keiser2014-07-234-24/+81
| * Fix issue with billing-admins default aclsJohn Keiser2014-07-231-1/+1
| * Move org defaults to a common class, DefaultFacadeJohn Keiser2014-07-237-195/+346