summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/file_proxy.php
AgeCommit message (Expand)Author
2010-08-11Send 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-31Use readfile() instead of fopen()/fpassthru()/fclose() for brevity.Bharat Mediratta
2010-07-10Accept extension .m4v as video/mp4Romain LE DISEZ
2010-06-17Fix for ticket #1110. Need to use the encode_path with a movie extension to f...Tim Almdal
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-08Change file proxy to url encode the path components instead of the entire pat...Tim Almdal
2010-01-07Use rawurlencode to remove any encoding that the browser may have added. Fix...Tim Almdal
2010-01-04Send an empty Pragma header and use the item-updated time in the last-modifie...Tim Almdal
2009-12-30Change the file proxy to use the expires helper to manage content expiration....Tim Almdal
2009-12-23Convert a bunch of leftover kohana::show_404 calls to throwBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-01Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-01Beter fix for #925.Bharat Mediratta
2009-12-01Use the real mime type for movies when we're requesting the full movieBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-27Refix #812, by removing the decoding in file_proxy instead of not encoding in...Tim Almdal
2009-08-20Fix the setting of the mime type header. as perTim Almdal
2009-07-21Properly display thumbnails for private movies by backtracking fromBharat Mediratta
2009-07-21Remove the fallback code. It should trigger extremely rarely and seems highl...Bharat Mediratta
2009-07-12Use %27 instead of ' (the latter is the wrong form of escaping for urls).Bharat Mediratta
2009-07-11Unescape ' also (single quote)Bharat Mediratta
2009-06-30Re-add Session::abort_save(). It was reverted as part of the earlierBharat Mediratta
2009-06-30Revert "Add Session::abort_save() to Kohana."Bharat Mediratta
2009-06-21Add Session::abort_save() to Kohana.Bharat Mediratta
2009-06-01Unescape %20 into " " also.Bharat Mediratta
2009-05-31Remove extra blank lineBharat Mediratta
2009-06-01Convert %7E to ~ when proxying files to work around Firefox's overzealous sec...bharat
2009-05-29Use the relative_path_cache to look up items which should be a fasterBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta