aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_download.php
Commit message (Expand)AuthorAgeFilesLines
...
* [feature/attach-dl] Moved PM authentication handling into own functionFyorl2012-08-141-0/+51
* [feature/attach-dl] Removed limitFyorl2012-08-141-1/+1
* [feature/attach-dl] Moved filename cleaning into own functionFyorl2012-08-141-0/+21
* [feature/attach-dl] Added docblock for renamed download_check_forum_authFyorl2012-08-141-1/+10
* [feature/attach-dl] Move logic for passworded forums to a function.Andreas Fischer2012-08-101-0/+25
* [feature/attach-dl] Use extension_allowed() again.Andreas Fischer2012-08-071-22/+0
* [feature/attach-dl] phpbb_filter_disallowed_extensions: Preserve array keys.Andreas Fischer2012-08-071-2/+2
* [feature/attach-dl] phpbb_check_attach_extensions: Get rid of pass-by-referenceAndreas Fischer2012-08-071-9/+8
* [feature/attach-dl] Added a function for checking allowed extensionsFyorl2012-08-041-0/+23
* [feature/attach-dl] Added function for incrementing download counterFyorl2012-08-041-0/+21
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-02-111-1/+1
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-1/+1
* [feature/request-class] Adjust code base to do html decoding manuallyIgor Wiedler2011-08-181-1/+1
* [feature/request-class] Do not html escape user agent in header_filenameIgor Wiedler2011-08-181-1/+1
* Merge branch 'develop' into feature/request-classIgor Wiedler2011-08-181-2/+2
|\
| * [ticket/10258] Add HTML5 meta charset tagIgor Wiedler2011-07-291-0/+1
| * [ticket/10258] Remove the meta charset tagIgor Wiedler2011-07-121-1/+0
| * [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-101-1/+0
| * [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-091-2/+3
* | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-21/+18
|/
* Merge branch 'develop-olympus' into developAndreas Fischer2011-02-241-0/+3
* [ticket/9790] Support for lighttpd's X-Sendfile header for attachments.Andreas Fischer2011-01-181-15/+8
* [ticket/9790] Support for nginx's X-Accel-Redirect header for attachments.Andreas Fischer2011-01-171-0/+10
* [ticket/9790] Always call file_gc(false) before sending the file.Andreas Fischer2011-01-171-3/+4
* [ticket/9790] Add $exit parameter to file_gc().Andreas Fischer2011-01-171-2/+15
* [ticket/9627] Prefix function names with 'phpbb_'.Andreas Fischer2010-10-231-6/+6
* [ticket/9627] Split http_range_request() into several functions.Andreas Fischer2010-10-231-31/+50
* [ticket/9627] Make sure range request reads till the end of the file.Andreas Fischer2010-10-231-0/+6
* [ticket/9627] Make use of 'static' since the function is called more than onceAndreas Fischer2010-10-231-9/+28
* [ticket/9627] Make sure the database record for the filesize is correct.Andreas Fischer2010-10-231-0/+10
* [ticket/9627] Support for HTTP range requests in download/file.phpAndreas Fischer2010-10-231-0/+114
* [ticket/9792] Move function definitions out of download/file.phpAndreas Fischer2010-08-301-0/+409