index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
controllers
/
rest.php
Age
Commit message (
Expand
)
Author
2009-01-04
Require CSRF for any non-"get" action.
Bharat Mediratta
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-12-09
Check view permissions before allowing view access to albums/photos.
Bharat Mediratta
2008-11-21
Fixed 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-19
Change the way that we do RESTful routing.
Bharat Mediratta
2008-11-19
Change output_format() to autodetect for html / xml / json
Bharat 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-18
First iteration of REST controller refactoring. RESTful controllers that refe...
Jozef Selesi
2008-11-17
Add output formats to our REST controllers. Add support for JSON and
Bharat Mediratta
2008-11-16
Handle _method in either GET or POST
Bharat Mediratta
2008-11-16
Drop the call to render() and just use the View's __toString method to
Bharat Mediratta
2008-11-16
Several large changes:
Bharat Mediratta
2008-11-15
Revise the user login code.
Bharat Mediratta
2008-11-14
Allow the HTTP get method to be called without an id to create any empty temp...
Tim Almdal
2008-11-14
Use the shortform to load the resource.
Tim Almdal
2008-11-11
Change the PUT/DELETE tunneling param from __action to _method
Bharat Mediratta
2008-11-11
Change REST API to use non-routable functions: _get(), _post(),
Bharat Mediratta
2008-11-11
Add phpdocs to explain how to use REST_Controller
Bharat Mediratta
2008-11-11
Create REST_Controller abstract base class for all REST based resource
Bharat Mediratta