summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Get users endpoint (mostly) up to oc-chef-pedant standardsJohn Keiser2014-08-2210-14/+69
* 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
* Let non-validator clients own themselvesJohn Keiser2014-08-221-15/+11
* 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-2216-489/+693
* 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-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-223-17/+19
* 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-222-24/+77
* /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
* 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-226-9/+9
* change opttype from --ssl to --[no-]sslsawanoboly2014-08-221-1/+2
* cherry-picked support-ssl commitsawanoboly2014-08-221-2/+6
* Get ChefFS data store working with the new DefaultFacadeJohn Keiser2014-07-233-7/+8
* Add file storeJohn Keiser2014-07-233-1/+153
* Introduce osc_compat so multi org can still use osc_compatJohn Keiser2014-07-232-24/+26
* 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