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-10-201-4/+52
|\
| * [ticket/15755] Fix event vars in /phpbb/attachment/delete.phprxu2018-08-121-4/+52
| * [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-3/+3
* | [ticket/15760] Fix write_streamRubén Calvo2018-08-211-2/+0
* | [ticket/15342] Catch exception in check_disk_spaceRubén Calvo2018-07-111-12/+20
* | [ticket/15342] Fix check_disk_spaceRubén Calvo2018-07-111-19/+12
* | [ticket/15342] Move call to remove fileRubén Calvo2018-07-111-4/+1
* | [ticket/15342] Fix docblockRubén Calvo2018-07-111-1/+1
* | [ticket/15342] Check if is resource before close itRubén Calvo2018-07-111-1/+7
* | [ticket/15342] Add again check of free space when uploading attachmentsRubén Calvo2018-07-111-1/+27
* | [ticket/15342] Small improvements to storageRubén Calvo2018-07-111-0/+1
* | [ticket/15311] Change service and method nameRubén Calvo2018-05-311-1/+1
* | [ticket/15311] Move get_temp_dir to another serviceRubén Calvo2018-05-301-2/+8
* | [ticket/15286] Remove thumbnail if there is an errorRubén Calvo2018-05-011-0/+8
* | [ticket/15286] Fix tests after rebaseRubén Calvo2018-05-011-0/+9
* | [ticket/15286] Update testsRubén Calvo2018-05-011-9/+9
* | [ticket/15286] Fix testsRubén Calvo2018-05-011-2/+3
* | [ticket/15286] Update use storage in avatarsRubén Calvo2018-05-012-44/+15
* | [ticket/15286] Fix testsRubén Calvo2018-05-011-1/+1
* | [ticket/15286] Use storage in attachmentsRubén Calvo2018-05-011-19/+32
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2017-07-172-3/+3
|/
* [ticket/14589] Fix @var usageMáté Bartus2016-04-132-2/+2
* [ticket/14168] Correctly state return type of upload and upload_attachmentMarc Alexander2015-10-122-2/+2
* [ticket/14168] Fix docblock in managerMarc Alexander2015-10-091-2/+2
* [ticket/14168] Fix tabs in manager and add test fileMarc Alexander2015-10-091-71/+71
* [ticket/14168] Add attachment manager serviceMarc Alexander2015-10-091-0/+99
* [ticket/14168] Use correct docblockMarc Alexander2015-10-091-1/+1
* [ticket/14168] Minor coding style fixesMarc Alexander2015-10-093-4/+1
* [ticket/14168] Move image check and don't use trigger_error()Marc Alexander2015-10-091-4/+4
* [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-091-8/+62
* [ticket/14168] Add tests for attachment delete classMarc Alexander2015-10-091-1/+1
* [ticket/14168] Add tests for attachment resync classMarc Alexander2015-10-091-1/+3
* [ticket/14168] Coding guidelines fixesMarc Alexander2015-10-091-4/+4
* [ticket/14168] Minor coding style fixesMarc Alexander2015-10-092-2/+2
* [ticket/14168] Add attachment resync classMarc Alexander2015-10-092-87/+134
* [ticket/14168] Further split up attachment delete classMarc Alexander2015-10-091-161/+218
* [ticket/14168] Move function for attachment deletion into classMarc Alexander2015-10-091-0/+398
* [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-61/+94
* [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-52/+78
* [ticket/14168] Split thumbnail creation to separate methodMarc Alexander2015-10-091-0/+15
* [ticket/14168] Use language class and fix incorrect docblockMarc Alexander2015-10-091-6/+6
* [ticket/14168] Add attachment upload classMarc Alexander2015-10-091-0/+261