summaryrefslogtreecommitdiff
path: root/core/controllers/rest.php
AgeCommit message (Expand)Author
2009-01-04Require CSRF for any non-"get" action.Bharat Mediratta
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-09Check view permissions before allowing view access to albums/photos.Bharat Mediratta
2008-11-21Fixed a bug in the REST controller dispatcher and added a test case that exce...Jozef Selesi
2008-11-20* Added HTTP status constants and helper functions to REST helper.Jozef Selesi
2008-11-19Change the way that we do RESTful routing.Bharat Mediratta
2008-11-19Change output_format() to autodetect for html / xml / jsonBharat Mediratta
2008-11-18* Changed REST API. Now there are two separate methods for forms:Jozef Selesi
2008-11-18- All comments of an item can now be seen /comments?item_id=Jozef Selesi
2008-11-18First iteration of REST controller refactoring. RESTful controllers that refe...Jozef Selesi
2008-11-17Add output formats to our REST controllers. Add support for JSON andBharat Mediratta
2008-11-16Handle _method in either GET or POSTBharat Mediratta
2008-11-16Drop the call to render() and just use the View's __toString method toBharat Mediratta
2008-11-16Several large changes:Bharat Mediratta
2008-11-15Revise the user login code.Bharat Mediratta
2008-11-14Allow the HTTP get method to be called without an id to create any empty temp...Tim Almdal
2008-11-14Use the shortform to load the resource.Tim Almdal
2008-11-11Change the PUT/DELETE tunneling param from __action to _methodBharat Mediratta
2008-11-11Change REST API to use non-routable functions: _get(), _post(),Bharat Mediratta
2008-11-11Add phpdocs to explain how to use REST_ControllerBharat Mediratta
2008-11-11Create REST_Controller abstract base class for all REST based resourceBharat Mediratta