aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_download.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13125] $user->browser to $browserJakub Senko2014-10-021-1/+1
* [ticket/13045] Remove Pragma headersJakub Senko2014-09-171-3/+3
* [ticket/13044] \G\M\T to GMT in whole projectJakub Senko2014-09-171-3/+3
* [ticket/13044] move GMT string out of gmdate()Jakub Senko2014-09-171-2/+2
* [ticket/13044] Correct Expires headersJakub Senko2014-09-171-2/+2
* [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-091-21/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-4/+4
* [ticket/12171] Send correct status 403 when forbidden and 404 when not foundJoas Schilling2014-02-101-3/+7
* [ticket/12171] Check topic visibility before allowing to download attachmentsJoas Schilling2014-02-101-5/+13
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-6/+6
* Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-141-1/+1
* Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-131-1/+1
* Merge branch 'develop' into ticket/10820-developDhruv2013-06-131-1/+1
|\
| * Merge branch 'develop-olympus' into developAndreas Fischer2013-05-061-1/+1
* | Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-081-1/+1
* | Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-051-7/+8
* | Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-05-121-1/+9
* | Merge remote-tracking branch 'dhruvgoel92/ticket/10820' into ticket/10820-dev...Andreas Fischer2013-04-271-6/+18
|/
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-1/+1
|\
| * [ticket/11227] @return void -> @return null, per coding guidelines.Oleg Pudeyev2012-11-301-1/+1
* | [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-041-4/+4
|/
* [feature/attach-dl] Optimised an sql queryFyorl2012-08-151-2/+2
* [feature/attach-dl] Fixed the logic in an sql statementFyorl2012-08-151-2/+4
* [feature/attach-dl] Cast variables to intFyorl2012-08-141-3/+3
* [feature/attach-dl] Renamed to phpbb_download_handle_forum_authFyorl2012-08-141-2/+2
* [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