aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_download.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xAndreas Fischer2016-06-111-1/+1
|\
| * [ticket/14291] Do not update filesize if displaying thumbnailMarc Alexander2016-05-301-1/+1
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-251-1/+1
|\ \ | |/
| * [ticket/14290] Correctly use modified since headerMarc Alexander2016-03-241-1/+1
* | Merge branch 'ticket/14136' into ticket/14136-3.2.xMarc Alexander2016-03-241-0/+1
|\ \ | |/
| * [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-241-0/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-2/+2
|/
* Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-281-5/+5
* [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
|\