aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16271] Fix sami parse errors in masterMarc Alexander2019-12-291-0/+1
* Merge branch '3.2.x'Marc Alexander2018-12-241-4/+4
|\
| * [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-4/+4
| * [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-013-5/+5
* | [ticket/15760] Fix write_streamRubén Calvo2018-08-211-2/+0
* | [ticket/15738] Remove code related with safe_modeRubén Calvo2018-07-301-1/+1
* | [ticket/15342] If the file haven't been moved, remove it from the filesystemRubén Calvo2018-07-111-0/+4
* | [ticket/15342] Check if is resource before close itRubén Calvo2018-07-111-1/+7
* | [ticket/15342] Fix files not being trackedRubén Calvo2018-07-111-0/+1
* | [ticket/15311] Change service and method nameRubén Calvo2018-05-312-2/+2
* | [ticket/15311] Move get_temp_dir to another serviceRubén Calvo2018-05-302-24/+14
* | [ticket/15311] Use cache directory if can't use system tempRubén Calvo2018-05-162-4/+28
* | [ticket/15286] Fix testsRubén Calvo2018-05-011-1/+1
* | [ticket/15286] Use storage in attachmentsRubén Calvo2018-05-012-3/+136
* | [ticket/14972] replace all occurrences of sizeof() with the count()Rubén Calvo2017-09-172-4/+4
* | [ticket/15276] Remove unused codeRubén Calvo2017-09-075-32/+0
* | [ticket/15276] Revert some changesRubén Calvo2017-09-075-15/+0
* | [ticket/15276] Use IniGetWrapperRubén Calvo2017-09-072-2/+14
* | [ticket/15276] Use InitGetWrapperRubén Calvo2017-09-072-14/+2
* | [ticket/15276] Fix code and add phpdocRubén Calvo2017-08-281-1/+1
* | [ticket/15276] Use storage in avatarsRubén Calvo2017-08-252-0/+345
* | [ticket/15305] Use streams in filespecRubén Calvo2017-08-231-1/+3
* | [ticket/15287] Fix code styleRubén Calvo2017-07-211-1/+1
* | [ticket/15287] Add filespec for storageRubén Calvo2017-07-211-0/+510
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2017-07-173-5/+5
|/
* [ticket/15227] Remove STRIP, as always falsejaviexin2017-05-211-1/+1
* [ticket/14448] Correctly pass verify setting if availableMarc Alexander2016-02-081-1/+1
* [ticket/14448] Let user decide if remote upload certs should be checkedMarc Alexander2016-02-041-20/+14
* [ticket/14448] Use GuzzleHttp and try to verify certsMarc Alexander2016-02-031-12/+36
* [ticket/14431] Remote avatar uploadingScott Dutton2016-02-031-1/+7
* [ticket/14431] Remote avatar uploadingScott Dutton2016-02-031-103/+19
* Merge branch '3.1.x'Marc Alexander2016-02-031-2/+11
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* [ticket/14386] Use of sys_get_temp_dir()Erwan Nader2016-01-061-2/+1
* [ticket/14273] Remove unused core.root_path dependency in files.upload serviceCesar G2015-11-051-6/+1
* [ticket/13904] Use filespec's get_filesize instead of calling filesize()Marc Alexander2015-09-131-2/+2
* [ticket/13904] Set properties to protected where possible in filespecMarc Alexander2015-09-131-4/+4
* [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-091-1/+1
* [ticket/13904] Minor coding style fixesMarc Alexander2015-09-097-24/+22
* [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-091-5/+2
* [ticket/13904] Modify files for updated fast-image-size libraryMarc Alexander2015-09-091-3/+3
* [ticket/13904] Improve code coverageMarc Alexander2015-09-091-2/+2
* [ticket/13904] Add unit tests for local upload typeMarc Alexander2015-09-091-12/+0
* [ticket/13904] Minor coding style fixesMarc Alexander2015-09-092-2/+2
* [ticket/13904] Improve test coverage of remote upload typeMarc Alexander2015-09-091-5/+0
* [ticket/13904] Improve test coverage of form upload typeMarc Alexander2015-09-091-10/+0
* [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-091-5/+6
* [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-094-21/+32
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-092-8/+8
* [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-092-17/+9