summaryrefslogtreecommitdiffstats
path: root/lib/private/Preview/Generator.php
Commit message (Expand)AuthorAgeFilesLines
* Properly log errors in Movie previews generationJohn Molakvoæ (skjnldsv)2021-08-191-0/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Always try and show pre rendered previewScott Dutton2020-08-131-4/+5
* Use class that actually has the destroy() method in preview generatorMorris Jobke2020-08-051-1/+1
* fix memory leak caused by not destroying image in Preview/Generate.phpElijah Martin-Merrill2020-07-271-0/+6
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma2020-04-101-41/+71
|\
| * fix preview generation testsRobin Appelman2020-04-101-2/+2
| * optimize batch generation of previewsRobin Appelman2020-04-091-7/+11
| * allow generating multiple preview sizes for a single file at onceRobin Appelman2020-04-091-34/+60
* | Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-3/+3
|/
* Remove unused importsChristoph Wurst2020-03-251-2/+0
* Also center vertically when cropping previewsJohn Molakvoæ (skjnldsv)2019-12-221-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* allow keeping multiple preview "versions" of the same fileRobin Appelman2019-07-081-17/+29
* Allow IProviderV2 for previews as wellJohn Molakvoæ (skjnldsv)2019-07-051-2/+1
* Add new Provider interface for preview providersRobin Appelman2019-06-171-3/+5
* Only generate previews in powers of 4 and set minRoeland Jago Douma2018-10-311-7/+11
* Check if a preview provider is available before using itRoeland Jago Douma2018-08-171-0/+4
* Make sure the file is readable before attempting to create a previewRoeland Jago Douma2018-05-301-0/+6
* If the preview is size 0 it is invalidRoeland Jago Douma2018-01-221-3/+13
* Fix float/integer handling in image APIMorris Jobke2018-01-171-2/+2
* Merge pull request #7731 from nextcloud/preview_size_incJan-Christoph Borchardt2018-01-091-2/+2
|\
| * Max preview size to 4096x4096Roeland Jago Douma2018-01-081-2/+2
* | Only return 1 typeRoeland Jago Douma2018-01-071-5/+17
* | Don't lie about the preview mimetypeRoeland Jago Douma2018-01-071-7/+29
|/
* Update license headersMorris Jobke2017-11-061-0/+2
* Allow requesting the max previewRoeland Jago Douma2017-09-251-0/+6
* Add PHPDocMorris Jobke2017-05-021-0/+2
* better handling of preview generation errorsRobin Appelman2017-05-021-0/+5
* Some code cleanupRoeland Jago Douma2017-03-191-12/+21
* Don't generate max preview twiceRoeland Jago Douma2017-03-191-0/+5
* Dispatch event on preview requestRoeland Jago Douma2016-11-101-1/+18
* Added genertor helper & testsRoeland Jago Douma2016-11-031-35/+9
* Moved over files_versionsRoeland Jago Douma2016-11-031-5/+10
* Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-031-22/+15
* Fix name conflictRoeland Jago Douma2016-11-031-3/+3
* Move fileRoeland Jago Douma2016-11-031-0/+366