summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/file_proxy.php
AgeCommit message (Expand)Author
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