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
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
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta