aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/files/upload.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13904] Pass request service to upload instead of using globalMarc Alexander2015-09-091-10/+13
* [ticket/13904] Use language class instead of user global in uploadMarc Alexander2015-09-091-26/+29
* [ticket/13904] Improve doc blocks in upload classMarc Alexander2015-09-091-11/+74
* [ticket/13904] No longer use fileerror class for extending filespec classMarc Alexander2015-09-091-18/+9
* [ticket/13904] Use factory instead of container and add factory to servicesMarc Alexander2015-09-091-12/+12
* [ticket/13904] Get rid of useless parameters and variablesMarc Alexander2015-09-091-5/+3
* [ticket/13904] Load upload class using factoryMarc Alexander2015-09-091-15/+16
* [ticket/13904] Add fileupload class to files classesMarc Alexander2015-09-091-0/+655