aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/PreviewManager.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-10/+10
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* feat(preview): move previews for imaginary pdf to own class ImaginaryPDFernolf2024-07-251-0/+1
* fix(preview): don't create folder structure when previews are disabledDaniel Kesselberg2024-06-181-4/+17
* chore: Add SPDX headerAndy Scherzinger2024-05-241-27/+4
* fix(preview): check mime type before processing with ImagickVarun Patil2024-04-081-3/+3
* fix: use png as preview right awayDaniel Kesselberg2023-11-131-21/+40
* feat: add preview provider for emf files based on officeDaniel Kesselberg2023-11-131-0/+1
* fix!: Remove legacy event dispatching Symfony's GenericEventJoas Schilling2023-07-271-5/+0
* Adapt tests to config value typingCôme Chilliet2023-04-051-3/+3
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* cache formats supported by imagickRobin Appelman2023-02-131-6/+8
* Update lib/private/PreviewManager.php William2023-01-181-2/+1
* Update PreviewManager.phpWilliam2023-01-181-3/+8
* Limit-number-of-concurrent-preview-generationsszaimen2022-11-051-1/+9
* Emit typed event when preview is requestedJulius Härtl2022-10-271-10/+15
* Fix FFMPEG preview managerJoas Schilling2022-09-201-3/+3
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-74/+39
* Send images to imaginary docker to generate previewsVincent Petry2022-03-171-0/+1
* Use findBinaryPath for previewsJ0WI2021-10-231-27/+20
* Move preview provider registration to bootstrapRoeland Jago Douma2021-10-211-1/+52
* Merge pull request #28077 from nextcloud/heicPerformanceJulius Härtl2021-07-211-2/+1
|\
| * Disable HEIC image preview provider for performance concernstobiasKaminsky2021-07-211-2/+1
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
|/
* Add SGI and TGA preview supportJohn Molakvoæ (skjnldsv)2021-01-221-1/+3
* Add support for webpRoeland Jago Douma2021-01-191-1/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-8/+8
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+0
* Update license headers for 19Christoph Wurst2020-04-291-0/+2
* Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst2020-04-101-1/+1
|\
| * Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* | Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma2020-04-101-13/+31
|\ \ | |/ |/|
| * allow generating multiple preview sizes for a single file at onceRobin Appelman2020-04-091-13/+31
* | Add preview provider for Krita filesJulius Härtl2020-04-081-1/+3
* | Extract preview from opendocument filesJulius Härtl2020-04-081-0/+2
|/
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Remove deprecated function createPreviewRoeland Jago Douma2019-09-151-28/+0
* Allow IProviderV2 for previews as wellJohn Molakvoæ (skjnldsv)2019-07-051-4/+9
* Add new Provider interface for preview providersRobin Appelman2019-06-171-1/+1
* Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-081-1/+2
* Develop HEIC/HEIF preview support #7406Sebastian Steinmetz2018-08-111-0/+3
* Use ::class statement instead of stringMorris Jobke2018-01-291-31/+31
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Improve OC_Image code to not guess the type of input, but actually request th...Morris Jobke2018-01-181-1/+3
* Update license headersMorris Jobke2017-11-061-0/+1
* Add PHPDocMorris Jobke2017-05-021-1/+2
* Rewrite old preview endpoint for PreviewManagerRoeland Jago Douma2017-01-041-3/+21
* Merge pull request #2076 from nextcloud/log_preview_accessMorris Jobke2016-11-181-4/+14
|\