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
/
modules
/
gallery
/
helpers
/
data_rest.php
Age
Commit message (
Expand
)
Author
2013-01-23
Add a cache buster to all data_rest urls, add caching headers to all
Bharat Mediratta
2013-01-21
#1954 - Skip buffer calls for unit tests of file_proxy and data_rest.
shadlaws
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2013-01-21
Add unit tests for data_rest. While I'm in there, get rid of the
Bharat Mediratta
2013-01-20
#1949 - Fix album thumb mime types given by data_rest and file_proxy
shadlaws
2013-01-19
#1942 - Make data_rest and file_proxy more consistent - several minor documen...
shadlaws
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-09-25
Base64 encode the data result if the encoding param is set to "base64".
Bharat Mediratta
2010-08-14
Return the right content type for album thumbnails (based on the album cover'...
Bharat Mediratta
2010-08-09
Change the way that this works. Now instead of sending back the image
Bharat Mediratta
2010-08-08
Require the size parameter. Optional params are confusing. And be
Bharat Mediratta
2010-08-08
Allow item_rest::put() to replace the current data file. Remove
Bharat Mediratta
2010-08-07
A new REST resource that allows access to view and modify the actual
Bharat Mediratta