Commit Graph

57 Commits (9f9aa44b577fc2efb2893f8f71f8bbb7770e68d7)

Author SHA1 Message Date
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 12 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 12 years ago
Lukas Reschke 2d2a4741ce Make files non executable 12 years ago
Lukas Reschke 4deb57bfae Remove insane comment 12 years ago
Lukas Reschke 9cfbf7ed1c Fix SVG icons 12 years ago
Olivier Paroz b0000800e1 New generic class for Imagemagick conversions 12 years ago
Lukas Reschke 96d9e0eb5b Remove uneeded slicing of element 12 years ago
Lukas Reschke cb002c1f6b Clarify possible preview providers for type Office 12 years ago
Lukas Reschke ca3447fcde Add a configuration switch for enabled preview mimetypes 12 years ago
Georg Ehrke 071e4bfc06 make sure preview prop is instanceof OC_Image before using it in showPreview 12 years ago
Lukas Reschke 6869d2e82a Throw error in showPreview instead the constructor 12 years ago
tobiasKaminsky e62d5b7e55 Route for thumbnail generation 12 years ago
Georg Ehrke cf76933b76 add phpdoc 12 years ago
Georg Ehrke 3157d307f7 add y to with-aspect naming schema 12 years ago
Olivier Paroz 1e600a0d36 Adding support for tiff files 12 years ago
Joas Schilling 303f6da76f Check return of fopen() before using it 12 years ago
Robin Appelman 4a9b0d5465 Use svg mimeicons for empty text files 12 years ago
Robin Appelman c066320208 Also keep maxY into account when scaling a preview while preserving aspect ratio 12 years ago
Georg Ehrke 380aacdf93 fix orientation in image-backend, not in preview system itself 12 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
Robin Appelman 578eb33c20 Dont create borders around previews when scaling up is disabled 12 years ago
Thomas Müller 20893cc3b3 Images on public sharing get downscaled to increase use experience - this will speed up loading time 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
Thomas Müller ccf1287fbf adding unit test for cache mechanism 12 years ago
Robin Appelman e76c246718 Pass the correct root to the preview on post_write 12 years ago
Thomas Müller f029312e5b fixing typos/spellings 12 years ago
Jörn Friedrich Dreyer c7324f7e44 fix float comparison for negative results 12 years ago
Jörn Friedrich Dreyer b9a8bd7e1f extract more methods 12 years ago
Jörn Friedrich Dreyer 436a78db44 extract method isCachedBigger 12 years ago
Jörn Friedrich Dreyer bca6cc6f74 remove unnecessary code 12 years ago
Jörn Friedrich Dreyer b8248f4a0a compare floats with epsilon 12 years ago
Georg Ehrke 0c3c75efd5 always output a png 12 years ago
Georg Ehrke f438337493 improve validation of getFileInfo in \OC\Preview 12 years ago
Georg Ehrke 8048868bd7 use preDelete instead of postDelete hook 12 years ago
Georg Ehrke 32a5d51fa6 add fclose, fixes issue from bdb96b9af8 12 years ago
Georg Ehrke bdb96b9af8 fix issue with spamming logging files when loading cached thumbnail 12 years ago
Robin Appelman 8282cfff04 Cache the fileinfo in OC\Preview 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Bjoern Schiessle bdfef554c4 add PHPDoc for setMimetype() 12 years ago
Bjoern Schiessle eeb31420fe we need to be able to set the mimetype manually 12 years ago