| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extract socketless server map and add specssocketless | danielsdeleo | 2015-03-30 | 1 | -47/+1 |
| * | Initial implementation of socketless requests | danielsdeleo | 2015-03-27 | 1 | -2/+69 |
| * | Partially Revert 1b2a6e5f107254cce8200a4750035b30265ae0c8partial-revert-1b2a6e5f107254cce8200a4750035b30265ae0c8 | danielsdeleo | 2015-03-27 | 1 | -4/+4 |
| * | Support /version; fix some global URIs | Phil Dibowitz | 2015-03-26 | 1 | -6/+20 |
| * | Add policies endpoint | danielsdeleo | 2015-01-20 | 1 | -1/+2 |
| * | fix: should set https to rack.url_scheme #87 | sawanoboly | 2014-11-25 | 1 | -0/+1 |
| * | add CORS headernls/CORS | Nathan L Smith | 2014-10-18 | 1 | -0/+3 |
| * | Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-json | tyler-ball | 2014-09-26 | 1 | -2/+2 |
| * | Handle exceptional conditions where stops are being called all over | John Keiser | 2014-09-03 | 1 | -2/+2 |
| * | Add /organization/_acl endpoint for knife download/upload | John Keiser | 2014-08-29 | 1 | -0/+2 |
| * | Fix invite and org membership rspec data loading | John Keiser | 2014-08-26 | 1 | -3/+16 |
| * | Add organization, acl, group, container rspec macrosrspec_enterprise | John Keiser | 2014-08-26 | 1 | -5/+38 |
| * | Add license endpoint | John Keiser | 2014-08-22 | 1 | -0/+2 |
| * | Move CookbookData and DataNormalizer under ChefData | John Keiser | 2014-08-22 | 1 | -3/+3 |
| * | Remove /verify_password | John Keiser | 2014-08-22 | 1 | -2/+0 |
| * | Make acls endpoints return 405 for disallowed methods | John Keiser | 2014-08-22 | 1 | -2/+0 |
| * | Get users endpoint (mostly) up to oc-chef-pedant standards | John Keiser | 2014-08-22 | 1 | -0/+2 |
| * | Move all defaults to DefaultCreator, calculate on fly, | John Keiser | 2014-08-22 | 1 | -5/+2 |
| * | Both organization/_acl and organizations/_acl exist | John Keiser | 2014-08-22 | 1 | -0/+2 |
| * | ORG/organization/_acl -> ORG/organizations/_acl | John Keiser | 2014-08-22 | 1 | -2/+2 |
| * | User key is "username" (not "name") on EC | John Keiser | 2014-08-22 | 1 | -2/+2 |
| * | change opttype from --ssl to --[no-]ssl | sawanoboly | 2014-08-22 | 1 | -1/+2 |
| * | cherry-picked support-ssl commit | sawanoboly | 2014-08-22 | 1 | -2/+6 |
| * | Get ChefFS data store working with the new DefaultFacade | John Keiser | 2014-07-23 | 1 | -4/+4 |
| * | Introduce osc_compat so multi org can still use osc_compat | John Keiser | 2014-07-23 | 1 | -19/+21 |
| * | Add authenticatation endpoints | John Keiser | 2014-07-23 | 1 | -9/+10 |
| * | Add /users/NAME/organizations endpoint | John Keiser | 2014-07-23 | 1 | -6/+7 |
| * | Implement /organizations/ORG/users/... endpoints | John Keiser | 2014-07-23 | 1 | -3/+4 |
| * | Add /users/NAME/association_requests/... | John Keiser | 2014-07-23 | 1 | -3/+6 |
| * | Add /organizations/ORG/association_requests/... endpoints | John Keiser | 2014-07-23 | 1 | -7/+10 |
| * | Add global user acls endpoint | John Keiser | 2014-07-23 | 1 | -1/+3 |
| * | Add /users top level endpoint | John Keiser | 2014-07-23 | 1 | -17/+21 |
| * | Add container endpoints | John Keiser | 2014-07-23 | 1 | -2/+4 |
| * | Add */_acl/PERM GET endpoint | John Keiser | 2014-07-23 | 1 | -1/+3 |
| * | Move org defaults to a common class, DefaultFacade | John Keiser | 2014-07-23 | 1 | -1/+3 |
| * | Add ACLs endpoints | John Keiser | 2014-07-23 | 1 | -2/+4 |
| * | Add /groups and /group/NAME endpoints | John Keiser | 2014-07-15 | 1 | -3/+5 |
| * | Add authenticate_user back | John Keiser | 2014-07-07 | 1 | -1/+1 |
| * | Add /organizations, /organizations/NAME, /organizations/NAME/_validator_key | John Keiser | 2014-07-07 | 1 | -3/+38 |
| * | Add better errors and info when ports are in use | John Keiser | 2014-06-18 | 1 | -1/+2 |
| * | Support port range in :port | John Keiser | 2014-06-10 | 1 | -6/+44 |
| * | Honor :single_org => 'orgname' parameter everywhere | John Keiser | 2014-06-02 | 1 | -22/+29 |
| * | Only set current thread's abort_on_exception | John Keiser | 2014-05-27 | 1 | -1/+1 |
| * | Make sure the server is actually running after start() | John Keiser | 2014-05-27 | 1 | -14/+18 |
| * | Don't bother printing port if it's 80 | John Keiser | 2014-05-26 | 1 | -3/+2 |
| * | Add ability to print to other IO, fix memory store to be V2 | John Keiser | 2014-05-26 | 1 | -7/+8 |
| * | Support ChefFSDataStore from prior versions | John Keiser | 2014-04-21 | 1 | -3/+13 |
| * | Get single_org backcompat mode working | John Keiser | 2014-04-18 | 1 | -6/+15 |
| * | Add support for "/organizations/chef" prefix | John Keiser | 2014-04-18 | 1 | -43/+54 |
| * | Fix IPV6 support | Seth Vargo | 2014-01-20 | 1 | -3/+9 |