aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/files
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-4/+4
| | | | PHPBB3-15910
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-013-5/+5
| | | | PHPBB3-14972
* [ticket/15227] Remove STRIP, as always falsejaviexin2017-05-211-1/+1
| | | | PHPBB3-15227
* [ticket/14448] Correctly pass verify setting if availableMarc Alexander2016-02-081-1/+1
| | | | PHPBB3-14448
* [ticket/14448] Let user decide if remote upload certs should be checkedMarc Alexander2016-02-041-20/+14
| | | | | | Also fixed some minor issues like coding style. PHPBB3-14448
* [ticket/14448] Use GuzzleHttp and try to verify certsMarc Alexander2016-02-031-12/+36
| | | | PHPBB3-14448
* [ticket/14431] Remote avatar uploadingScott Dutton2016-02-031-1/+7
| | | | | | | Fixed content length bug Ran composer update PHPBB3-14431
* [ticket/14431] Remote avatar uploadingScott Dutton2016-02-031-103/+19
| | | | | | | | replace the 3.1 way with guzzle Adds guzzle as a dependency Removed a test as it wont wont with guzzle (as far as I know) PHPBB3-14431
* Merge branch '3.1.x'Marc Alexander2016-02-031-2/+11
| | | | | Conflicts: phpBB/includes/functions_upload.php
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* [ticket/14386] Use of sys_get_temp_dir()Erwan Nader2016-01-061-2/+1
| | | | PHPBB3-14386
* [ticket/14273] Remove unused core.root_path dependency in files.upload serviceCesar G2015-11-051-6/+1
| | | | PHPBB3-14273
* [ticket/13904] Use filespec's get_filesize instead of calling filesize()Marc Alexander2015-09-131-2/+2
| | | | PHPBB3-13904
* [ticket/13904] Set properties to protected where possible in filespecMarc Alexander2015-09-131-4/+4
| | | | PHPBB3-13904
* [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-091-1/+1
| | | | PHPBB3-13904
* [ticket/13904] Minor coding style fixesMarc Alexander2015-09-097-24/+22
| | | | PHPBB3-13904
* [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-091-5/+2
| | | | PHPBB3-13904
* [ticket/13904] Modify files for updated fast-image-size libraryMarc Alexander2015-09-091-3/+3
| | | | PHPBB3-13904
* [ticket/13904] Improve code coverageMarc Alexander2015-09-091-2/+2
| | | | PHPBB3-13904
* [ticket/13904] Add unit tests for local upload typeMarc Alexander2015-09-091-12/+0
| | | | PHPBB3-13904
* [ticket/13904] Minor coding style fixesMarc Alexander2015-09-092-2/+2
| | | | PHPBB3-13904
* [ticket/13904] Improve test coverage of remote upload typeMarc Alexander2015-09-091-5/+0
| | | | PHPBB3-13904
* [ticket/13904] Improve test coverage of form upload typeMarc Alexander2015-09-091-10/+0
| | | | PHPBB3-13904
* [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-091-5/+6
| | | | PHPBB3-13904
* [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-094-21/+32
| | | | PHPBB3-13904
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-092-8/+8
| | | | PHPBB3-13904
* [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-092-17/+9
| | | | PHPBB3-13904
* [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-092-15/+25
| | | | PHPBB3-13904
* [ticket/13904] Update doc blocksMarc Alexander2015-09-093-6/+11
| | | | PHPBB3-13904
* [ticket/13904] Set visibility in files and improve test coverageMarc Alexander2015-09-092-55/+63
| | | | PHPBB3-13904
* [ticket/13904] Remove unused use statementMarc Alexander2015-09-091-3/+1
| | | | PHPBB3-13904
* [ticket/13904] Improve test coverage and use constants instead of magic numbersMarc Alexander2015-09-091-11/+19
| | | | PHPBB3-13904
* [ticket/13904] Split code up and pass root path to remote upload typeMarc Alexander2015-09-091-25/+41
| | | | PHPBB3-13904
* [ticket/13904] Modify doc blocksMarc Alexander2015-09-092-8/+5
| | | | PHPBB3-13904
* [ticket/13904] Fix remote upload functional testsMarc Alexander2015-09-091-1/+1
| | | | PHPBB3-13904
* [ticket/13904] Move remote upload to its own type classMarc Alexander2015-09-092-185/+242
| | | | PHPBB3-13904
* [ticket/13904] Improve docblockMarc Alexander2015-09-093-11/+9
| | | | PHPBB3-13904
* [ticket/13904] Split up local_upload methodMarc Alexander2015-09-091-16/+31
| | | | PHPBB3-13904
* [ticket/13904] Add types base classMarc Alexander2015-09-091-0/+66
| | | | PHPBB3-13904
* [ticket/13904] Fix minor issues and move local_upload to its own classMarc Alexander2015-09-093-104/+152
| | | | PHPBB3-13904
* [ticket/13904] Use the class member plupload instead of argumentMarc Alexander2015-09-091-5/+4
| | | | PHPBB3-13904
* [ticket/13904] Fix minor coding issues and don't use form_upload anymoreMarc Alexander2015-09-091-1/+1
| | | | PHPBB3-13904
* [ticket/13904] Move form_upload to its own class and define type classesMarc Alexander2015-09-094-79/+202
| | | | PHPBB3-13904
* [ticket/13904] Remove phpbb_root_path global from filespec classMarc Alexander2015-09-091-8/+11
| | | | PHPBB3-13904
* [ticket/13904] Remove phpbb_root_path global from upload classMarc Alexander2015-09-091-4/+7
| | | | PHPBB3-13904
* [ticket/13904] Pass request service to upload instead of using globalMarc Alexander2015-09-091-10/+13
| | | | PHPBB3-13904
* [ticket/13904] Use language class instead of global user in filespecMarc Alexander2015-09-091-20/+25
| | | | PHPBB3-13904
* [ticket/13904] Improve doc blocks in filespec classMarc Alexander2015-09-091-18/+76
| | | | PHPBB3-13904
* [ticket/13904] Use language class instead of user global in uploadMarc Alexander2015-09-091-26/+29
| | | | PHPBB3-13904
* [ticket/13904] Improve doc blocks in upload classMarc Alexander2015-09-091-11/+74
| | | | PHPBB3-13904