aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/files/upload.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-4/+4
* [ticket/14273] Remove unused core.root_path dependency in files.upload serviceCesar G2015-11-051-6/+1
* [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-091-1/+1
* [ticket/13904] Minor coding style fixesMarc Alexander2015-09-091-3/+3
* [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-091-5/+2
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-4/+4
* [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-091-3/+3
* [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-091-2/+7
* [ticket/13904] Set visibility in files and improve test coverageMarc Alexander2015-09-091-20/+20
* [ticket/13904] Improve test coverage and use constants instead of magic numbersMarc Alexander2015-09-091-11/+19
* [ticket/13904] Move remote upload to its own type classMarc Alexander2015-09-091-185/+0
* [ticket/13904] Improve docblockMarc Alexander2015-09-091-7/+6
* [ticket/13904] Fix minor issues and move local_upload to its own classMarc Alexander2015-09-091-80/+0
* [ticket/13904] Move form_upload to its own class and define type classesMarc Alexander2015-09-091-78/+12
* [ticket/13904] Remove phpbb_root_path global from upload classMarc Alexander2015-09-091-4/+7
* [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