summaryrefslogtreecommitdiff
path: root/lib/chef/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-15/+15
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-6/+6
* Cleanup.tylercloke2015-07-061-0/+1
* Remove _rest from http methods.tylercloke2015-07-061-6/+6
* Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-061-189/+52
* Better API version error handling helper code.tylercloke2015-06-051-3/+5
* Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-051-9/+34
* Use Chef::ServerAPI to create versioned API requests in Chef::(User|Client).tylercloke2015-06-051-4/+3
* Reregister V0 support for Chef::Client.tylercloke2015-06-051-10/+1
* Fixed bug where boolean fields would not be populated in Chef::User/ApiClient.tylercloke2015-06-051-21/+22
* API V1 support for client creation.tylercloke2015-06-051-3/+2
* Small updates to Chef::User.list.tylercloke2015-06-051-26/+10
* Made Chef::User.reregister give sane error message if no V0 on server.tylercloke2015-06-051-10/+27
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-20/+39
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-22/+136
* fixes Lint/UselessAccessModifierLamont Granquist2015-02-231-2/+2
* remove JSON gem usageLamont Granquist2014-08-111-1/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-1/+1
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-1/+1
* [CHEF-5328] User#load(inflate=true) use Hash#inject instead of Hash[]Xabier de Zuazo2014-05-271-3/+4
* [CHEF-5328] Fixed Chef::User.list API error with inflate=trueXabier de Zuazo2014-05-241-11/+11
* Ensure a Chef::User object is returned from #reregisterSteven Danna2013-02-061-0/+1
* Use same name validations as used by the server in user model.Steven Danna2013-02-061-1/+1
* Chef::User.list should handle responses from Hosted/Private ChefSteven Danna2013-02-061-6/+26
* Add Chef::User classSteven Danna2013-02-061-0/+161