aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15663] Remove flash attachments supportRubén Calvo2019-05-091-5/+0
* Merge pull request #4868 from javiexin/ticket/15266Marc Alexander2017-12-271-1/+3
|\
| * [ticket/15266] Expand functionality of content_visibilityjaviexin2017-12-271-1/+3
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\ \ | |/
| * [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-1/+1
* | Merge branch '3.1.x'Marc Alexander2015-10-111-2/+3
|\ \ | |/
| * [ticket/14161] Wrong var name for core.download_file_send_to_browser_beforeZoddo2015-10-111-2/+3
* | Merge branch '3.1.x'Marc Alexander2015-08-221-0/+24
|\ \ | |/
| * [ticket/14101] Add core event to the download/file.phprxu2015-08-151-0/+24
* | [ticket/13770] Wither interface for container_builderTristan Darricau2015-05-141-4/+2
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-6/+4
* | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-1/+0
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+0
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+11
* | [ticket/12620] Fix download/file.php and app.php outside of the root_pathTristan Darricau2014-11-201-0/+5
|/
* [ticket/13061] Replace the service event.subscriber_loader by a compiler passTristan Darricau2014-09-131-1/+0
* [ticket/13046] Call phpbb_load_extensions_autoloaders() in $download/file.phpTristan Darricau2014-09-071-0/+2
* [ticket/12964] Correct use of undefined $row variable.Andreas Fischer2014-08-101-2/+2
* Merge pull request #2852 from bantu/ticket/12938Joas Schilling2014-08-101-183/+7
|\
| * [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-091-183/+7
* | [ticket/12940] Remove unused use statements.Andreas Fischer2014-08-091-4/+0
|/
* [ticket/12775] Fix container_builderTristan Darricau2014-07-071-1/+1
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-071-3/+3
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-071-2/+2
* [ticket/12775] Load the config file before constants.phpTristan Darricau2014-07-071-9/+7
* [ticket/12775] Update phpBB/download/file.phpTristan Darricau2014-07-071-3/+5
* Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascr...Nils Adermann2014-07-041-5/+0
|\
| * [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-5/+0
* | [ticket/12784] Allow the extensions to add a custom auto loaderTristan Darricau2014-07-011-0/+2
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12171] Send correct status 403 when forbidden and 404 when not foundJoas Schilling2014-02-101-4/+4
* [ticket/12171] Check post visibility before being able to download attachmentsJoas Schilling2014-02-101-6/+49
* [ticket/12171] Split post and pm download linksJoas Schilling2014-02-101-18/+21
* [ticket/12171] Check topic visibility before allowing to download attachmentsJoas Schilling2014-02-101-3/+3
* [ticket/11986] Fix undefined index: poster_id in file.php.Cesar G2013-10-291-1/+1
* [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-2/+2
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-2/+2
|\
| * [ticket/11725] Use new paths for phpbb_class_loader in file.phpMarc Alexander2013-07-221-2/+2
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
|/
* Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-131-1/+1
|\
| * [ticket/10820] Add additional check for IE in conditionDhruv2013-06-131-2/+2
| * [ticket/10820] Fix function docblockDhruv2013-06-121-1/+1
| * [ticket/10820] Inject IE version in functionDhruv2013-06-121-8/+9
| * [ticket/10820] fix regexDhruv2013-06-121-1/+9
| * [ticket/10820] remove unnecessary parenthesesDhruv2013-06-121-1/+1
| * [ticket/10820] fix docblockDhruv2013-06-121-1/+1
| * [ticket/10820] add param and return to functionDhruv2013-06-121-3/+6
| * [ticket/10820] simplify regex and escape dotDhruv2013-06-121-1/+1
| * [ticket/10820] Use singular returnDhruv2013-06-121-1/+1
| * [ticket/10820] remove unnecessary condition checksDhruv2013-06-121-2/+2