summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Add ACLs endpointsJohn Keiser2014-07-235-2/+154
|/
* Do a better job parsing accepts so browsers can get dataJohn Keiser2014-07-232-1/+63
* Add /groups and /group/NAME endpointsJohn Keiser2014-07-155-14/+62
* Update to latest pedantJohn Keiser2014-07-091-1/+1
* Fix single org tests to use chef orgJohn Keiser2014-07-091-1/+1
* Add /organizations endpointJohn Keiser2014-07-0711-19/+195
|\
| * Add authenticate_user backJohn Keiser2014-07-072-2/+2
| * Add /organizations, /organizations/NAME, /organizations/NAME/_validator_keyJohn Keiser2014-07-0710-19/+195
|/
* Update README.mdJohn Keiser2014-07-011-1/+2
* Merge pull request #74 from waffle-iron/masterJohn Keiser2014-07-011-0/+1
|\