aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Preview
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not falseAlexander A. Klimov2019-12-211-2/+2
* | Fix Office preview generationRoeland Jago Douma2019-12-181-1/+1
|/
* Update license headersChristoph Wurst2019-12-0533-43/+109
* Some php-cs fixesRoeland Jago Douma2019-11-2219-7/+23
* #17661Daniel Schneider2019-10-301-1/+1
* Explicit cast for ProviderV1AdapterJulius Härtl2019-08-201-2/+2
* Merge pull request #16307 from nextcloud/bugfix/noid/previewv1adapter-isAvail...Roeland Jago Douma2019-07-091-1/+1
|\
| * Fix ProviderV1Adapter isAvailable wrapperJulius Härtl2019-07-091-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
* Merge pull request #16055 from nextcloud/design/native-fontsJan-Christoph Borchardt2019-06-261-1/+1
|\
| * Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-221-1/+1
* | Add new Provider interface for preview providersRobin Appelman2019-06-1729-133/+280
|/
* Reduce text size of text file preview, fix #13720Jan-Christoph Borchardt2019-01-231-2/+3
* Only generate previews in powers of 4 and set minRoeland Jago Douma2018-10-311-7/+11
* Use correct typeface for txt previewsJan-Christoph Borchardt2018-10-231-1/+1
* Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-081-11/+8