summaryrefslogtreecommitdiff
path: root/modules/rest
AgeCommit message (Expand)Author
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
2010-01-22output_type --> outputBharat Mediratta
2010-01-22Reshape the rest code to be more consistent with regards toBharat Mediratta
2010-01-21whitespace.Bharat Mediratta
2010-01-20Improve robustness in resolve() against bad urls..Bharat Mediratta
2010-01-20Rewrite the tests to be simpler and more direct.Bharat 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-19Move rest::send_headers back into Rest_Exception.Bharat Mediratta
2010-01-19Make Rest_Exception extend Kohana_Exception so that we can let itBharat Mediratta
2010-01-19Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.Bharat Mediratta
2010-01-19Don't send headers if they're already sent.Bharat Mediratta
2010-01-19Use $input instead of Input::instance()Bharat Mediratta
2010-01-19Use an appropriate json content typeBharat Mediratta
2010-01-19Change rest::url() to take a module name and a resource. The moduleBharat Mediratta
2010-01-19Have the rest calls return an array and print it out in theBharat Mediratta
2010-01-19Add rest::url() for convenience.Bharat Mediratta
2010-01-17Catch ORM_Validation_Exception and turn it into a 400 Bad Request withBharat Mediratta
2010-01-10Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-09Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any whereTim Almdal
2010-01-08Change url parsing in resolve() to ignore the query string.Bharat Mediratta
2010-01-04Further progress on refining the REST server side code.Bharat Mediratta