summaryrefslogtreecommitdiff
path: root/chef-server-api/app/controllers/application.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] remove `chef-server-api`Seth Chisamore2012-10-301-137/+0
* chef-server-api:sdelano2011-03-101-1/+1
* Fix CHEF-2057: renamed Chef::JSON to Chef::JSONCompat, soTim Hinderliter2011-02-161-3/+3
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2011-02-021-1/+1
* More fixes for CHEF-1292: updated comments, refactored feature tests. AddedTim Hinderliter2010-11-241-4/+9
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2010-11-221-2/+12
* fix auth failures returning 500Daniel DeLeo2010-07-221-0/+4
* [CHEF-761] let the user know if auth failed because of the timestampDaniel DeLeo2010-07-221-22/+26
* return 412 when a cookbook depends on a non-existent cookbookDaniel DeLeo2010-06-031-54/+0
* raise forbidden instead of unauth when appropriatesdelano2010-06-031-3/+3
* Renamed Chef::Cookbook -> CookbookVersion; reorganized Cookbook features teststim@opscode.com2010-06-031-7/+7
* Fixing node cookbooks' dependency expansionChris Walters, Tim Hinderliter2010-06-031-14/+8
* Cookbook manifests now use MD5 checksums and Cookbook::FileVendors.Chris Walters, Tim Hinderliter2010-06-031-1/+1
* Refactored how cookbooks and their dependencies are looked upChris Walters, Tim Hinderliter2010-06-031-17/+39
* Replacing CookbookLoader with Chef::Cookbook.cdb_list in application.rb, as w...Chris Walters2010-06-031-30/+28
* cleanup only commit -- rename variables/method, remove dead codeTim Hinderliter2010-06-031-14/+16
* First pass at cookbook manifest gen - CHEF-1144Adam Jacob2010-06-031-111/+2
* fix auth checksDaniel DeLeo2010-05-071-1/+1
* [CHEF-1072] cleanup code from pre-API-ificationDaniel DeLeo2010-05-071-7/+1
* [CHEF-1072] cleanup and fixes for merb 1.1Daniel DeLeo2010-05-071-2/+2
* [CHEF-1072] unslice the API serverDaniel DeLeo2010-05-071-53/+23
* Limit the validation key to creating non-admin clientsTollef Fog Heen2010-05-041-0/+8
* Removing debugging statmenet from file specificityAdam Jacob2010-03-171-1/+1
* Changed .error to .debug to fix CHEF-965.Eric Hankins2010-03-111-1/+1
* CHEF-777: Double node save with _ in hostnameAJ Christensen2009-12-311-13/+0
* Fixes CHEF-681Adam Jacob2009-11-031-0/+4
* Merge branch 'master' of git@github.com:opscode/chef into 0712-mergeAdam Jacob2009-10-161-3/+9
* PL-298 work on webui and related stuffsNuo Yan2009-10-131-2/+2
* Working Node Web UI vs API.Adam Jacob2009-09-261-1/+1
* Adding back in chef-server style authzAdam Jacob2009-09-141-24/+13
* Client registration working, test suite fixes.Adam Jacob2009-09-121-1/+1
* Certificate generation and auth validation workingAdam Jacob2009-09-051-4/+21
* Removing authentication, restoring the orgiinal cookbook loaderAdam Jacob2009-08-201-22/+21
* Initial pass at a Chef 0.8.0 alphaAdam Jacob2009-08-201-0/+287