aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Preview
Commit message (Expand)AuthorAgeFilesLines
* Fix resource usages in OC_ImageCôme Chilliet2021-10-283-3/+3
* Use findBinaryPath for previewsJ0WI2021-10-235-37/+74
* Fall back to full file for video previewsVincent Petry2021-09-182-9/+29
* Properly log errors in Movie previews generationJohn Molakvoæ (skjnldsv)2021-08-192-2/+8
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0439-53/+20
* Use correct getSystemValue typeJ0WI2021-04-122-3/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-185-6/+6
* Markdown: remove redundant int castRoeland Jago Douma2021-02-151-1/+1
* Fix WebP availability checkRoeland Jago Douma2021-02-111-1/+1
* Add SGI and TGA preview supportJohn Molakvoæ (skjnldsv)2021-01-222-0/+66
* Fix typo in comment Morris Jobke2021-01-201-1/+1
* Enhance markdown file preview renderingJulius Härtl2021-01-201-0/+110
* Add support for webpRoeland Jago Douma2021-01-191-0/+42
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+4
* Always try and show pre rendered previewScott Dutton2020-08-131-4/+5
* Merge pull request #22139 from nextcloud/fix/noid/check-for-preview-multibuck...Morris Jobke2020-08-071-9/+14
|\
| * Check previews in multibucket fallback folder as the last step and not as fir...Morris Jobke2020-08-071-9/+14
* | Merge pull request #22135 from nextcloud/enh/noid/occ-preview-repairMorris Jobke2020-08-071-3/+3
|\ \ | |/ |/|
| * Add occ preview:migrate to migrate previews from the old flat structure to a ...Morris Jobke2020-08-061-3/+3
* | Add config option to enable multibucket preview distributionMorris Jobke2020-08-061-9/+9
* | Mount the old previews in a separate folder for the multi bucket setup and ch...Morris Jobke2020-08-061-0/+11
* | Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-061-1/+0
|/
* 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-297-3/+8
* Move to subfolders for preview filesRoeland Jago Douma2020-04-192-16/+149
* Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst2020-04-109-14/+5
|\
| * Format control structures, classes, methods and functionChristoph Wurst2020-04-109-14/+5
* | 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
* | Add preview provider for Krita filesJulius Härtl2020-04-082-4/+54
* | Extract preview from opendocument filesJulius Härtl2020-04-081-1/+16
* | Add abstract class to extract previews from files that are zip archivesJulius Härtl2020-04-081-0/+58
|/
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Remove unused importsChristoph Wurst2020-03-252-3/+0
* Fix mismatching doc block parameter typesChristoph Wurst2020-03-061-1/+2
* Proper text previewsRoeland Jago Douma2020-01-141-1/+1
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Merge pull request #18536 from nextcloud/enhancement/preview-center-verticallyRoeland Jago Douma2019-12-231-1/+1
|\
| * Also center vertically when cropping previewsJohn Molakvoæ (skjnldsv)2019-12-221-1/+1
* | Merge pull request #18511 from Al2Klimov/bugfix/movie-getthumbnailRoeland Jago Douma2019-12-221-2/+2
|\ \ | |/ |/|