Commit Graph

69 Commits (7bff0681feea57c1eb2f81015d574063b848b616)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Joas Schilling 8ed27d2ce0 Create an interface for OC_Image and OCP\Image for the public API 10 years ago
Joas Schilling c1f266db88 Add an interface for the preview providers 10 years ago
Joas Schilling 0b37d5aea3 Move default provider registration to preview manager 10 years ago
Joas Schilling cae8529359 Register preview providers on the preview manager instead of OC\Preview 10 years ago
Joas Schilling a12e16e985 Check whether the file id is valid, before using it to delete the previews 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Olivier Paroz f49805eea5 Add support for font previews 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Lukas Reschke ceaaab6295 Verify whether type is correct 10 years ago
Robin Appelman 2eab0f2121 Allow disabling previews per mount 10 years ago
Joas Schilling 69a5a0c1a0 Stop flooding the log, when previews are disabled 10 years ago
Joas Schilling ec7b55f5be Split bitmap providers into one per file 10 years ago
Joas Schilling 3ec42ad598 Split office providers into one class per file 10 years ago
Joas Schilling 9cb54e3809 Fix intendation and doc blocks of preview providers 10 years ago
Joas Schilling fca9d32545 Move registration of core preview providers to preview 10 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 11 years ago
Thomas Müller 650a55e2ba object -> \OC\Preview 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Robin Appelman 578eb33c20 Dont create borders around previews when scaling up is disabled 11 years ago
Thomas Müller 20893cc3b3 Images on public sharing get downscaled to increase use experience - this will speed up loading time 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Thomas Müller ccf1287fbf adding unit test for cache mechanism 11 years ago
Robin Appelman e76c246718 Pass the correct root to the preview on post_write 11 years ago
Thomas Müller f029312e5b fixing typos/spellings 11 years ago
Jörn Friedrich Dreyer c7324f7e44 fix float comparison for negative results 11 years ago
Jörn Friedrich Dreyer b9a8bd7e1f extract more methods 11 years ago
Jörn Friedrich Dreyer 436a78db44 extract method isCachedBigger 11 years ago