summaryrefslogtreecommitdiffstats
path: root/tests/lib/Preview/GeneratorTest.php
Commit message (Expand)AuthorAgeFilesLines
* adapt test to new workflowGlandos2023-04-171-12/+7
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Limit-number-of-concurrent-preview-generationsszaimen2022-11-051-2/+7
* Emit typed event when preview is requestedJulius Härtl2022-10-271-8/+39
* Add typing to SimpleFSCarl Schwan2022-07-141-0/+8
* Fix existing test and add a specific one for the new caseMorris Jobke2020-08-131-9/+72
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-5/+5
* fix memory leak caused by not destroying image in Preview/Generate.phpElijah Martin-Merrill2020-07-271-3/+2
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-3/+3
* Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma2020-04-101-14/+23
|\
| * fix preview generation testsRobin Appelman2020-04-101-14/+23
* | Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-8/+8
|/
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-8/+8
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Add new Provider interface for preview providersRobin Appelman2019-06-171-3/+4
* Only generate previews in powers of 4 and set minRoeland Jago Douma2018-10-311-8/+14
* Check if a preview provider is available before using itRoeland Jago Douma2018-08-171-2/+12
* Make sure the file is readable before attempting to create a previewRoeland Jago Douma2018-05-301-0/+20
* Don't lie about the preview mimetypeRoeland Jago Douma2018-01-071-0/+8
* fix preview testsRobin Appelman2017-05-021-0/+3
* Fix testsRoeland Jago Douma2017-03-191-1/+5
* Dispatch event on preview requestRoeland Jago Douma2016-11-101-1/+67
* Added genertor helper & testsRoeland Jago Douma2016-11-031-0/+338