Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-09Skip the test if Imagick is misconfiguredJoas Schilling
2020-08-14Fix existing test and add a specific one for the new caseMorris Jobke
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-27fix memory leak caused by not destroying image in Preview/Generate.phpElijah Martin-Merrill
2020-04-19Move to subfolders for preview filesRoeland Jago Douma
2020-04-10Add visibility to all properties and move static keywordChristoph Wurst
2020-04-10Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst
2020-04-10Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10fix preview generation testsRobin Appelman
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-06-17Add new Provider interface for preview providersRobin Appelman
2018-12-06use a fresh appdata factory in background job testRobin Appelman
2018-10-31Only generate previews in powers of 4 and set minRoeland Jago Douma
2018-08-22Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke
2018-08-17Check if a preview provider is available before using itRoeland Jago Douma
2018-08-17Address comments from @rullzer:Sebastian Steinmetz
2018-08-11Testcase for HEIC image (similar to the ImageTest)Sebastian Steinmetz
2018-05-30Make sure the file is readable before attempting to create a previewRoeland Jago Douma
2018-05-14Add testsRoeland Jago Douma
2018-01-07Don't lie about the preview mimetypeRoeland Jago Douma
2017-05-02fix preview testsRobin Appelman
2017-03-19Fix testsRoeland Jago Douma
2016-11-10Dispatch event on preview requestRoeland Jago Douma
2016-11-03Added genertor helper & testsRoeland Jago Douma
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling