Commit Graph

40 Commits (71e1d919de274e30aa043dc6cae67d4e993b2f26)

Author SHA1 Message Date
Thomas Müller da0e37ef03 Rotate thumbnail when encryption is enabled 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
Georg Ehrke b68098ebba remove preview office fallback as it makes too much trouble and generates inacceptable results 11 years ago
Thomas Müller a4389340b8 escape $second + update PHPDoc 11 years ago
Thomas Müller d0f8cc20c5 videos which are shorter then 5 seconds will now get a proper thumbnail at 1 second 11 years ago
Georg Ehrke dbf83aada2 fix issue with Non-static method Imagick ../..; @ doesn't seem to work in this case 11 years ago
Philipp Schmitt 43b1d81f77 Use 'command -v' to detect whether and where software is installed (instead of 'which') 11 years ago
Georg Ehrke f62f1658ce suppress error msg caused by php bug 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Georg Ehrke d55ef442cd properly check if pdf and svg modules are installed 11 years ago
Thomas Müller 07a84aa5eb reuse existing helper function OC_Helper::is_function_enabled 11 years ago
Thomas Müller 14e7075030 we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB. 12 years ago
Thomas Müller c22019dec5 Working on a chunked video can result in a broken frame index the option -vsync 1 can heal that 12 years ago
Morris Jobke 926b274200 Movie preview - use frame after 5 seconds 12 years ago
Thomas Tanghus ec51825d31 Use dedicated OC_Image loader methods 12 years ago
Vincent Petry 99ee95d46c Added missing escaping 12 years ago
Vincent Petry df288605d4 Fixed undefined variable error when using avconv 12 years ago
Vincent Petry 4b5083e3ca Fixed the rebellous space, replaced with a tab 12 years ago
Vincent Petry 0c6af55112 Added ffmpeg fallback when avconv is not available 12 years ago
Georg Ehrke 4c5959e1f5 fix comment 12 years ago
Georg Ehrke 521277b8b6 only call shell_exec if enabled 12 years ago
Thomas Müller aca66270c7 accept text/markdown as well 12 years ago
Thomas Müller e3489b36ff any preview requiring the which command will not be used on Windows 12 years ago
Georg Ehrke 71601a7c6f implement previews for markdown 12 years ago
Georg Ehrke e28f7f8a33 remove php and js previews 12 years ago
Thomas Müller 51e6565aab only text/plain is now used to generate text previews 12 years ago
Thomas Müller 19ea4f79da resize svg without loosing quality 12 years ago
Morris Jobke be4aea2d1b fix indentation 12 years ago
Georg Ehrke e078fc3eda fix wrong variable name 12 years ago
Georg Ehrke 3b5dc51be4 fix doc block of OC\Preview\Provider::getThumbnail() 12 years ago
Georg Ehrke 8a35d79a39 check if svg of filetype icon exists 12 years ago
Georg Ehrke f81053072f use readImage instead of readImageBlob 12 years ago
Georg Ehrke d410faf11c fix new extension 12 years ago
Georg Ehrke 4ac3ecace2 use svg to generate filetype icon if imagick available 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago