summaryrefslogtreecommitdiff
path: root/modules/rest
AgeCommit message (Expand)Author
2010-06-20Remove trailing ?>Bharat Mediratta
2010-06-20Rename error_rest.php to error_rest.json.php so that we specify theBharat Mediratta
2010-06-19$response is optional in the Rest_Exception constructor.Bharat Mediratta
2010-06-19Throw exceptions as appropriate, but allow the Kohana exceptionBharat Mediratta
2010-06-19Oops. Fix up a bad instance of $user in rest::access_key() introducedBharat 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-15Guard against relationships() not returning an array.Bharat Mediratta
2010-06-15Update the description.Bharat Mediratta
2010-06-13Merge branch 'master' into talmdal_devTim Almdal
2010-06-11Send back the REST API version as a header. It's on every request,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-06-08The status message for an HTTP 400 status should always be 'Bad Request', if ...Tim Almdal
2010-06-07Merge branch 'master' into talmdal_devTim Almdal
2010-06-07If the identity provider changes then delete all the rest user_access_keys, a...Tim Almdal
2010-06-06Merge branch 'master' into talmdal_devTim Almdal
2010-06-05Add an advanced setting to allow developers to allow guest access toBharat Mediratta
2010-04-21Merge branch 'master' into talmdal_devTim Almdal
2010-04-17Update tests to reflect recent changes to the REST API.Bharat Mediratta
2010-04-07Merge bharat_dev rest implementationTim Almdal
2010-04-06Merge branch 'master' into talmdal_devTim Almdal
2010-04-04REST changes: Allow PUT and POST requests to modify members, notBharat Mediratta
2010-03-31Merge branch 'master' into talmdal_devTim Almdal
2010-03-30Rest -> RESTBharat Mediratta
2010-03-30Rename "access_token" to "access_key" in the code for consistency.Bharat Mediratta
2010-03-30Rename "user_access_tokens" table to "user_access_keys" as step 1 of aBharat 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-13Update tests to reflect the fact that you have to be logged in to do anything.Bharat Mediratta
2010-03-13Guests don't get access to the REST API.Bharat Mediratta
2010-03-05Update tests to reflect the fact that you have to be logged in to do anything.Bharat Mediratta
2010-03-03Guests don't get access to the REST API.Bharat Mediratta
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-20When using rest::reply(), don't call var_export() if the response is empty.Bharat Mediratta
2010-02-19Refactor away the "display_all" construct in User_Profile_Controller.Bharat Mediratta
2010-02-14If the return object is empty still return the empty object in the json respo...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-29Use ? or & as appropriate when appending output=html.Bharat Mediratta
2010-01-29Use var_export instead of print_r for better clarity.Bharat Mediratta
2010-01-28Do all the html::clean|purify calls in the views and not the controller. Also...Tim Almdal
2010-01-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-24Add the active notifications and rest api key to user profile page.Tim Almdal
2010-01-23Update tests for recent REST changes.Bharat Mediratta