aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Preview/Generator.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-241-26/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Us strpos() onlyGit'Fellow2023-11-151-9/+3
* Check for open_basedir before reading /procGit'Fellow2023-11-151-2/+14
* address reviewSimon L2023-11-031-4/+4
* fix semaphore guardingSimon L2023-11-031-1/+1
* also remove functionDaniel Hansson2023-10-021-19/+0
* Generate all preview sizes for ImaginaryDaniel Hansson2023-09-301-17/+0
* feat: Imaginary WebP supportJanisPlayer2023-09-021-0/+2
* fix!: Remove legacy event dispatching Symfony's GenericEventJoas Schilling2023-07-271-10/+0
* feat: add width, height, crop and mode to BeforePreviewFetchedEventDaniel Kesselberg2023-06-231-2/+6
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-1/+1
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* | 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