summaryrefslogtreecommitdiffstats
path: root/lib/private/Preview/Generator.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36692 from nextcloud/throw-exception-to-avoid-division-by...Simon L2023-05-171-0/+4
|\
| * fix(preview-generator): Throw exception before dividing by zero when generati...Thomas Citharel2023-02-131-0/+4
* | Fix typos in lib/public subdirectorySimon L2023-05-101-2/+2
* | try to make linters happyGlandos2023-04-171-2/+2
* | gather code from small and max previewGlandos2023-04-171-90/+36
* | Revert 0e49b40Glandos2023-04-171-3/+0
* | improve parameter docGlandos2023-04-171-1/+1
* | Ensure max preview image is not nullGlandos2023-04-171-0/+3
* | php-cs-fixGlandos2023-04-171-1/+1
* | List preview directory only onceGlandos2023-04-171-5/+13
|/
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Limit-number-of-concurrent-preview-generationsszaimen2022-11-051-20/+125
* Emit typed event when preview is requestedJulius Härtl2022-10-271-9/+12
* Use Image class from public APIChristopher Ng2022-06-021-1/+1
* Merge pull request #32410 from nextcloud/bugfix/noid/imaginary-exceptionJohn Molakvoæ2022-05-201-2/+7
|\
| * Add explicit return if getSmallImagePreview failsJulius Härtl2022-05-191-2/+7
* | Fix crop conditionCarl Schwan2022-05-191-4/+11
* | Fix cropped image generated when not askedCarl Schwan2022-05-171-1/+2
|/
* Fix preview generator trying to recreate an existing folderRichard Steinmetz2022-05-091-2/+10
* Generate small preview straight away if Imaginary is enabledJohn Molakvoæ2022-04-061-2/+7
* Send images to imaginary docker to generate previewsVincent Petry2022-03-171-1/+81
* Properly log errors in Movie previews generationJohn Molakvoæ (skjnldsv)2021-08-191-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+3
* Use correct getSystemValue typeJ0WI2021-04-121-2/+2
* 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