| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(preview): Do not try to parse M3U files as MP3 | Pauli Järvinen | 2025-01-07 | 1 | -1/+1 |
* | fix(preview): don't create folder structure when previews are disabled | Daniel Kesselberg | 2024-07-02 | 1 | -4/+17 |
* | fix(preview): check mime type before processing with Imagick | Varun Patil | 2024-05-15 | 1 | -3/+3 |
* | fix: use png as preview right away | Daniel Kesselberg | 2023-11-13 | 1 | -21/+40 |
* | feat: add preview provider for emf files based on office | Daniel Kesselberg | 2023-11-13 | 1 | -0/+1 |
* | fix!: Remove legacy event dispatching Symfony's GenericEvent | Joas Schilling | 2023-07-27 | 1 | -5/+0 |
* | Adapt tests to config value typing | Côme Chilliet | 2023-04-05 | 1 | -3/+3 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -1/+1 |
* | cache formats supported by imagick | Robin Appelman | 2023-02-13 | 1 | -6/+8 |
* | Update lib/private/PreviewManager.php
| William | 2023-01-18 | 1 | -2/+1 |
* | Update PreviewManager.php | William | 2023-01-18 | 1 | -3/+8 |
* | Limit-number-of-concurrent-preview-generations | szaimen | 2022-11-05 | 1 | -1/+9 |
* | Emit typed event when preview is requested | Julius Härtl | 2022-10-27 | 1 | -10/+15 |
* | Fix FFMPEG preview manager | Joas Schilling | 2022-09-20 | 1 | -3/+3 |
* | Move findBinaryFinder and isFunctionEnabled away from OC_Helper | Carl Schwan | 2022-08-23 | 1 | -74/+39 |
* | Send images to imaginary docker to generate previews | Vincent Petry | 2022-03-17 | 1 | -0/+1 |
* | Use findBinaryPath for previews | J0WI | 2021-10-23 | 1 | -27/+20 |
* | Move preview provider registration to bootstrap | Roeland Jago Douma | 2021-10-21 | 1 | -1/+52 |
* | Merge pull request #28077 from nextcloud/heicPerformance | Julius Härtl | 2021-07-21 | 1 | -2/+1 |
|\ |
|
| * | Disable HEIC image preview provider for performance concerns | tobiasKaminsky | 2021-07-21 | 1 | -2/+1 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
|/ |
|
* | Add SGI and TGA preview support | John Molakvoæ (skjnldsv) | 2021-01-22 | 1 | -1/+3 |
* | Add support for webp | Roeland Jago Douma | 2021-01-19 | 1 | -1/+3 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -8/+8 |
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 1 | -1/+0 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+2 |
* | Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas... | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
|\ |
|
| * | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | | Merge pull request #19495 from nextcloud/preview-generate-batch | Roeland Jago Douma | 2020-04-10 | 1 | -13/+31 |
|\ \
| |/
|/| |
|
| * | allow generating multiple preview sizes for a single file at once | Robin Appelman | 2020-04-09 | 1 | -13/+31 |
* | | Add preview provider for Krita files | Julius Härtl | 2020-04-08 | 1 | -1/+3 |
* | | Extract preview from opendocument files | Julius Härtl | 2020-04-08 | 1 | -0/+2 |
|/ |
|
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Remove deprecated function createPreview | Roeland Jago Douma | 2019-09-15 | 1 | -28/+0 |
* | Allow IProviderV2 for previews as well | John Molakvoæ (skjnldsv) | 2019-07-05 | 1 | -4/+9 |
* | Add new Provider interface for preview providers | Robin Appelman | 2019-06-17 | 1 | -1/+1 |
* | Allow the creationg of previews of files stored in appdata | Roeland Jago Douma | 2018-10-08 | 1 | -1/+2 |
* | Develop HEIC/HEIF preview support #7406 | Sebastian Steinmetz | 2018-08-11 | 1 | -0/+3 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -31/+31 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Improve OC_Image code to not guess the type of input, but actually request th... | Morris Jobke | 2018-01-18 | 1 | -1/+3 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | Add PHPDoc | Morris Jobke | 2017-05-02 | 1 | -1/+2 |
* | Rewrite old preview endpoint for PreviewManager | Roeland Jago Douma | 2017-01-04 | 1 | -3/+21 |
* | Merge pull request #2076 from nextcloud/log_preview_access | Morris Jobke | 2016-11-18 | 1 | -4/+14 |
|\ |
|
| * | Dispatch event on preview request | Roeland Jago Douma | 2016-11-10 | 1 | -4/+14 |
* | | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -1/+1 |
|/ |
|
* | Added genertor helper & tests | Roeland Jago Douma | 2016-11-03 | 1 | -2/+5 |
* | Moved over files_versions | Roeland Jago Douma | 2016-11-03 | 1 | -2/+3 |