summaryrefslogtreecommitdiff
path: root/modules/rest/controllers
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-10-03Fix the standard and REST uploaders to use a callback function toBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-23Create a way for controllers to exempty themselves from maintenanceBharat Mediratta
2010-11-22Take into account the core.url_suffix configuration setting whenBharat Mediratta
2010-08-08Add a button to the user profile page to let you reset your REST APIBharat Mediratta
2010-07-16POST requests create a new entity and should result in a 201 CreatedBharat Mediratta
2010-07-16Trap 404s and return Rest_Exception instead. Fixes ticket #1213.Bharat Mediratta
2010-06-19Throw exceptions as appropriate, but allow the Kohana exceptionBharat Mediratta
2010-06-18Simplify rest::get_access_key($user) to rest::access_key() thatBharat Mediratta
2010-06-18change single to double quotes.Bharat Mediratta
2010-06-10Tweak the error response for rest requests to make it easier for the client t...Tim Almdal
2010-06-08Don't use the standard error formatting for exceptions that have occurred as ...Tim Almdal
2010-04-07Merge bharat_dev rest implementationTim Almdal
2010-03-31Merge branch 'master' into talmdal_devTim Almdal
2010-03-30Rename "access_token" to "access_key" in the code for consistency.Bharat Mediratta
2010-03-21If the access token is not set, then look in the post data.Tim Almdal
2010-03-13Merge branch 'master' into talmdal_devTim Almdal
2010-03-13Whitespace correctionTim Almdal
2010-03-13Changes to support updating the child elements within an album. In this chang...Tim Almdal
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-24Remove redundant print statement. rest::reply() does the print so having the ...Tim Almdal
2010-02-07Create the concept of a "failed authentication" as semanticallyBharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-30Refactory auth::too_many_failed_logins() out ofBharat Mediratta
2010-01-30Protect REST login controller from brute force attacks too.Andy Staudacher
2010-01-22Reshape the rest code to be more consistent with regards toBharat Mediratta
2010-01-20Move access key creation into a helper function.Bharat Mediratta
2010-01-19Let the Rest_Controller functions throw a Rest_Exception sinceBharat Mediratta
2010-01-19Use $input instead of Input::instance()Bharat Mediratta
2010-01-19Have the rest calls return an array and print it out in theBharat Mediratta
2010-01-17Catch ORM_Validation_Exception and turn it into a 400 Bad Request withBharat Mediratta
2010-01-04Further progress on refining the REST server side code.Bharat Mediratta
2010-01-03Simplify the REST API code. Here's what I did:Bharat Mediratta
2010-01-02Remove the Rest_Exception::trigger method.Tim Almdal
2010-01-02Correct file structure tests, Have the tests delete the userid they create so...Tim Almdal
2009-12-31Remove extra debug statement in rest_controller::access_key() and restructure...Tim Almdal
2009-12-31Move the set_active_user and normalize_request methods to rest.php helperTim Almdal
2009-12-31Create a Rest_Exception class and use it to convey status to the client inste...Tim Almdal
2009-12-27Clean up validation the check for duplicate names or slugs, finish converting...Tim Almdal
2009-12-23When normalizing the rest request don't assume that the additional arguments ...Tim Almdal
2009-12-22Update the api so it allows images to be uploaded.Tim Almdal
2009-12-21Added validation to the edit functionality, since we can't trust any inputTim Almdal
2009-12-18Change how request input is processed.First the input is no longer json encod...Tim Almdal
2009-12-15Updates the the interface based on actually using it.Tim Almdal
2009-12-09Use the relative url cache to look up resources instead of the relative path....Tim Almdal
2009-12-08Correct the error message when the item is not found; remove the check for no...Tim Almdal
2009-12-08Change the url mapping so that path to the is part of the urlTim Almdal
2009-12-08Rename the backing table from rest_keys to user_access_tokensTim Almdal