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
/
controllers
/
file_proxy.php
Age
Commit message (
Expand
)
Author
2013-01-24
If profiling is enabled, dump out profiling data instead of proxied
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-20
Add a long overdue test for File_Proxy_Controller that tests all the various
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-12-10
bug fix: updated file_proxy.php to use legal_file helper instead of hard-code...
shadlaws
2012-06-05
Fix up syntax in the last change. Follow-on for #1879.
Bharat Mediratta
2012-06-05
Force Turn off the compress as most image file already compressed.
Tony Fung
2012-06-04
Second attempt to fix #1821 - first attempt caused an infinite loop in some c...
Bharat Mediratta
2012-05-08
Close all buffers, not just the ones that Kohana opened. Fixes #1821,
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-11
Update comments to annotate what data is where during the process.
Bharat Mediratta
2011-01-11
Merge branch 'Ticket#1518' of git://github.com/Joe7/gallery3
Bharat Mediratta
2011-01-11
Removed check as input value is compared against dataset of validated values,...
Joe7
2011-01-10
Allow File_Proxy_Controller to run in private gallery mode since it
Bharat Mediratta
2011-01-07
Allow '..' segment in photo/album paths through file_proxy (as is not forbidd...
Joe7
2010-12-21
Updated to use the new item::find_by_path() API.
Bharat Mediratta
2010-08-11
Send back the content length of files. This fixes streaming movies. Fixes t...
Bharat Mediratta
2010-08-09
"Content-type" --> "Content-Type".
Bharat Mediratta
2010-07-31
Use readfile() instead of fopen()/fpassthru()/fclose() for brevity.
Bharat Mediratta
2010-07-10
Accept extension .m4v as video/mp4
Romain LE DISEZ
2010-06-17
Fix for ticket #1110. Need to use the encode_path with a movie extension to f...
Tim Almdal
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-08
Change file proxy to url encode the path components instead of the entire pat...
Tim Almdal
2010-01-07
Use rawurlencode to remove any encoding that the browser may have added. Fix...
Tim Almdal
2010-01-04
Send an empty Pragma header and use the item-updated time in the last-modifie...
Tim Almdal
2009-12-30
Change the file proxy to use the expires helper to manage content expiration....
Tim Almdal
2009-12-23
Convert a bunch of leftover kohana::show_404 calls to throw
Bharat Mediratta
2009-12-21
Updates for the latest version of Kohana 2.4:
Bharat Mediratta
2009-12-01
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-01
Beter fix for #925.
Bharat Mediratta
2009-12-01
Use the real mime type for movies when we're requesting the full movie
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-27
Refix #812, by removing the decoding in file_proxy instead of not encoding in...
Tim Almdal
2009-08-20
Fix the setting of the mime type header. as per
Tim Almdal
2009-07-21
Properly display thumbnails for private movies by backtracking from
Bharat Mediratta
2009-07-21
Remove the fallback code. It should trigger extremely rarely and seems highl...
Bharat Mediratta
2009-07-12
Use %27 instead of ' (the latter is the wrong form of escaping for urls).
Bharat Mediratta
2009-07-11
Unescape ' also (single quote)
Bharat Mediratta
2009-06-30
Re-add Session::abort_save(). It was reverted as part of the earlier
Bharat Mediratta
2009-06-30
Revert "Add Session::abort_save() to Kohana."
Bharat Mediratta
2009-06-21
Add Session::abort_save() to Kohana.
Bharat Mediratta
2009-06-01
Unescape %20 into " " also.
Bharat Mediratta
2009-05-31
Remove extra blank line
Bharat Mediratta
2009-06-01
Convert %7E to ~ when proxying files to work around Firefox's overzealous sec...
bharat
2009-05-29
Use the relative_path_cache to look up items which should be a faster
Bharat Mediratta
[next]