summaryrefslogtreecommitdiff
path: root/inc/fetch.functions.php
Commit message (Collapse)AuthorAge
* remove pragma:no-cache header. closes #1201Andreas Gohr2015-07-15
| | | | | The pragma header is only defined for requests not for responses. The Cache-Control header should be used in responses.
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* Merge remote-tracking branch 'splitbrain/master'Gerry Weißbach2014-12-22
|\
| * Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| | | | | | | | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* | rfc2231 compatible encoding for header()Gerry Weißbach2014-08-29
|/ | | | | | This is only used in the filename header field and ensures correct interpretation of an encoded filename. This is will be needed especially for download of files with umlauts with an Internet Explorer.
* use http_sendfile correctDominik Eckelmann2014-02-15
|
* Re-order parameters to not break other callersGerry Weißbach2014-01-27
| | | Needs a check for null now.
* nopGerry Weißbach2014-01-27
|
* Use original filename for Content-DispositionGerry Weißbach2014-01-27
| | | In most cases this change will have no effect, but noes the response will use the filename that was originally requested. The downloaded filename can be modified to something different as well. E.g. the siteexport plugin will make use of it.
* remove hash for external images, but use token url parameter insteadKlap-in2013-08-01
|
* Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-07-21
|\
| * Merge remote-tracking branch 'origin/master' into fetchftpKlap-in2013-06-09
| |\
| * | apply media_isexternalKlap-in2013-05-21
| | |
| * | Update phpdocs of checkFileStatusKlap-in2013-05-21
| | |
| * | Support handle of images from ftp.Klap-in2013-05-21
| | | | | | | | | | | | ml() can built url to these images, either fetch didn't accept them.
* | | Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-06-09
|\ \ \ | | |/ | |/|
| * | use hmac for external ressource hash FS#2794Andreas Gohr2013-05-31
| |/
* / Add check for token when resizing and caching external imagesKlap-in2013-05-21
|/
* refactor fetch to support unittestingChristopher Smith2013-03-22