Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly log errors in Movie previews generation | John Molakvoæ (skjnldsv) | 2021-08-19 | 1 | -0/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+2 |
* | Always try and show pre rendered preview | Scott Dutton | 2020-08-13 | 1 | -4/+5 |
* | Use class that actually has the destroy() method in preview generator | Morris Jobke | 2020-08-05 | 1 | -1/+1 |
* | fix memory leak caused by not destroying image in Preview/Generate.php | Elijah Martin-Merrill | 2020-07-27 | 1 | -0/+6 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Merge pull request #19495 from nextcloud/preview-generate-batch | Roeland Jago Douma | 2020-04-10 | 1 | -41/+71 |
|\ | |||||
| * | fix preview generation tests | Robin Appelman | 2020-04-10 | 1 | -2/+2 |
| * | optimize batch generation of previews | Robin Appelman | 2020-04-09 | 1 | -7/+11 |
| * | allow generating multiple preview sizes for a single file at once | Robin Appelman | 2020-04-09 | 1 | -34/+60 |
* | | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -3/+3 |
|/ | |||||
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -2/+0 |
* | Also center vertically when cropping previews | John Molakvoæ (skjnldsv) | 2019-12-22 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | allow keeping multiple preview "versions" of the same file | Robin Appelman | 2019-07-08 | 1 | -17/+29 |
* | Allow IProviderV2 for previews as well | John Molakvoæ (skjnldsv) | 2019-07-05 | 1 | -2/+1 |
* | Add new Provider interface for preview providers | Robin Appelman | 2019-06-17 | 1 | -3/+5 |
* | Only generate previews in powers of 4 and set min | Roeland Jago Douma | 2018-10-31 | 1 | -7/+11 |
* | Check if a preview provider is available before using it | Roeland Jago Douma | 2018-08-17 | 1 | -0/+4 |
* | Make sure the file is readable before attempting to create a preview | Roeland Jago Douma | 2018-05-30 | 1 | -0/+6 |
* | If the preview is size 0 it is invalid | Roeland Jago Douma | 2018-01-22 | 1 | -3/+13 |
* | Fix float/integer handling in image API | Morris Jobke | 2018-01-17 | 1 | -2/+2 |
* | Merge pull request #7731 from nextcloud/preview_size_inc | Jan-Christoph Borchardt | 2018-01-09 | 1 | -2/+2 |
|\ | |||||
| * | Max preview size to 4096x4096 | Roeland Jago Douma | 2018-01-08 | 1 | -2/+2 |
* | | Only return 1 type | Roeland Jago Douma | 2018-01-07 | 1 | -5/+17 |
* | | Don't lie about the preview mimetype | Roeland Jago Douma | 2018-01-07 | 1 | -7/+29 |
|/ | |||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | Allow requesting the max preview | Roeland Jago Douma | 2017-09-25 | 1 | -0/+6 |
* | Add PHPDoc | Morris Jobke | 2017-05-02 | 1 | -0/+2 |
* | better handling of preview generation errors | Robin Appelman | 2017-05-02 | 1 | -0/+5 |
* | Some code cleanup | Roeland Jago Douma | 2017-03-19 | 1 | -12/+21 |
* | Don't generate max preview twice | Roeland Jago Douma | 2017-03-19 | 1 | -0/+5 |
* | Dispatch event on preview request | Roeland Jago Douma | 2016-11-10 | 1 | -1/+18 |
* | Added genertor helper & tests | Roeland Jago Douma | 2016-11-03 | 1 | -35/+9 |
* | Moved over files_versions | Roeland Jago Douma | 2016-11-03 | 1 | -5/+10 |
* | Move Ipreview to more of DI thingy | Roeland Jago Douma | 2016-11-03 | 1 | -22/+15 |
* | Fix name conflict | Roeland Jago Douma | 2016-11-03 | 1 | -3/+3 |
* | Move file | Roeland Jago Douma | 2016-11-03 | 1 | -0/+366 |