78 Commits (0f6df2e0b66581b0ff84094acb18d5517b4eb687)

Author SHA1 Message Date
Robin Appelman 0f6df2e0b6 Allow creating previewss that cover the specified dimensions 10 years ago
Thomas Müller d3ac73c0c9 Remove OC_Log 10 years ago
Morris Jobke f63915d0c8 update license headers and authors 10 years ago
Olivier Paroz ba3b6f9be4 Remove unneeded returns from private cropping methods 10 years ago
Olivier Paroz 64f0fd0889 Remove unneeded returns from private cropping methods 10 years ago
Olivier Paroz 8193e1d7c1 Move media type icon preview creation to its own method 10 years ago
Olivier Paroz 13617a0475 Send the mime icon if we can't generate a preview 11 years ago
Olivier Paroz 71d65cb713 Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly 11 years ago
Olivier Paroz 74bf9806b0 Introducing the maximum size preview 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Joas Schilling 8ed27d2ce0 Create an interface for OC_Image and OCP\Image for the public API 11 years ago
Joas Schilling c1f266db88 Add an interface for the preview providers 11 years ago
Joas Schilling 0b37d5aea3 Move default provider registration to preview manager 11 years ago
Joas Schilling cae8529359 Register preview providers on the preview manager instead of OC\Preview 11 years ago
Joas Schilling a12e16e985 Check whether the file id is valid, before using it to delete the previews 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Olivier Paroz f49805eea5 Add support for font previews 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Lukas Reschke ceaaab6295 Verify whether type is correct 11 years ago
Robin Appelman 2eab0f2121 Allow disabling previews per mount 11 years ago
Joas Schilling 69a5a0c1a0 Stop flooding the log, when previews are disabled 11 years ago
Joas Schilling ec7b55f5be Split bitmap providers into one per file 11 years ago
Joas Schilling 3ec42ad598 Split office providers into one class per file 11 years ago
Joas Schilling 9cb54e3809 Fix intendation and doc blocks of preview providers 11 years ago
Joas Schilling fca9d32545 Move registration of core preview providers to preview 11 years ago
Olivier Paroz 93a6cc17a5 The class name is Movie NOT Movies 11 years ago
Georg Ehrke 45d985f2d8 remove ugly hack and don't use OC\Preview\Image for tiffs and svgs 11 years ago
Georg Ehrke 33186957c8 delete all children's previews when deleting a folder 11 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 11 years ago
Lukas Reschke 2d2a4741ce Make files non executable 11 years ago
Lukas Reschke 4deb57bfae Remove insane comment 11 years ago
Lukas Reschke 9cfbf7ed1c Fix SVG icons 11 years ago
Olivier Paroz b0000800e1 New generic class for Imagemagick conversions 11 years ago
Lukas Reschke 96d9e0eb5b Remove uneeded slicing of element 11 years ago
Lukas Reschke cb002c1f6b Clarify possible preview providers for type Office 11 years ago
Lukas Reschke ca3447fcde Add a configuration switch for enabled preview mimetypes 11 years ago
Georg Ehrke 071e4bfc06 make sure preview prop is instanceof OC_Image before using it in showPreview 11 years ago
Lukas Reschke 6869d2e82a Throw error in showPreview instead the constructor 11 years ago
tobiasKaminsky e62d5b7e55 Route for thumbnail generation 11 years ago
Georg Ehrke cf76933b76 add phpdoc 11 years ago
Georg Ehrke 3157d307f7 add y to with-aspect naming schema 11 years ago
Olivier Paroz 1e600a0d36 Adding support for tiff files 11 years ago
Joas Schilling 303f6da76f Check return of fopen() before using it 11 years ago
Robin Appelman 4a9b0d5465 Use svg mimeicons for empty text files 11 years ago
Robin Appelman c066320208 Also keep maxY into account when scaling a preview while preserving aspect ratio 11 years ago
Georg Ehrke 380aacdf93 fix orientation in image-backend, not in preview system itself 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Thomas Müller 650a55e2ba object -> \OC\Preview 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago