Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Typ in whichOpenOffice test | Olivier Paroz | 2014-09-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | This is not a PDF, there are no pages | Olivier Paroz | 2014-09-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Converts TIFF files to PNG | Olivier Paroz | 2014-09-02 | 1 | -0/+48 | |
|/ / | ||||||
* | | Merge pull request #9953 from owncloud/fix_text_preview_for_systems_without_ttf | Morris Jobke | 2014-08-07 | 1 | -1/+8 | |
|\ \ | | | | | | | implement a txt preview fallback for the case that ttf is not support | |||||
| * | | implement a txt preview fallback for the case that ttf is not support | Georg Ehrke | 2014-07-28 | 1 | -1/+8 | |
| |/ | ||||||
* | | Use svg mimeicons for empty text files | Robin Appelman | 2014-07-30 | 2 | -0/+20 | |
| | | ||||||
* | | Merge pull request #9784 from josh4trunks/libreoffice_match_cl | Thomas Müller | 2014-07-28 | 1 | -3/+2 | |
|\ \ | | | | | | | Cleanup Document Preview | |||||
| * | | Cleanup Document Preview | josh4trunks | 2014-07-22 | 1 | -3/+2 | |
| |/ | | | | | | | Use the env:UserInstallation flag like https://github.com/owncloud/documents/blob/master/lib/converter.php. This will stop the creating of multiple directories for document conversion in tmpDir. | |||||
* | | add autoload | Morris Jobke | 2014-07-25 | 1 | -2/+0 | |
| | | ||||||
* | | update getID3 library | Morris Jobke | 2014-07-25 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #8978 from owncloud/movie_preview_improvements | Morris Jobke | 2014-06-14 | 1 | -8/+17 | |
|\ | | | | | movie previews: use file directly when it's stored locally and encryption is not enabled | |||||
| * | movie previews: use file directly when it's stored locally and encryption is ↵ | Georg Ehrke | 2014-06-10 | 1 | -8/+17 | |
| | | | | | | | | not enabled, fixes #7756 | |||||
* | | make text preview backend use imagettftext, fixes #8087 | Georg Ehrke | 2014-06-10 | 1 | -2/+6 | |
|/ | ||||||
* | Rotate thumbnail when encryption is enabled | Thomas Müller | 2014-05-12 | 1 | -4/+5 | |
| | | | | | When a picture is encrypted, save it to a temporary file first so that the PHP function for rotation can access it as file. | |||||
* | Images on public sharing get downscaled to increase use experience - this ↵ | Thomas Müller | 2014-05-02 | 5 | -3/+7 | |
| | | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached | |||||
* | remove preview office fallback as it makes too much trouble and generates ↵ | Georg Ehrke | 2014-04-28 | 2 | -149/+0 | |
| | | | | inacceptable results | |||||
* | escape $second + update PHPDoc | Thomas Müller | 2014-04-16 | 1 | -7/+7 | |
| | ||||||
* | videos which are shorter then 5 seconds will now get a proper thumbnail at 1 ↵ | Thomas Müller | 2014-04-16 | 1 | -7/+30 | |
| | | | | second | |||||
* | fix merge conflicts | Georg Ehrke | 2014-03-06 | 3 | -5/+5 | |
|\ | ||||||
| * | Use 'command -v' to detect whether and where software is installed (instead ↵ | Philipp Schmitt | 2014-02-21 | 3 | -5/+5 | |
| | | | | | | | | of 'which') | |||||
* | | fix issue with Non-static method Imagick ../..; @ doesn't seem to work in ↵ | Georg Ehrke | 2014-03-05 | 3 | -62/+80 | |
|/ | | | | this case | |||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 4 | -4/+4 | |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | |||||
| * | suppress error msg caused by php bug | Georg Ehrke | 2014-02-14 | 4 | -4/+4 | |
| | | ||||||
| * | properly check if pdf and svg modules are installed | Georg Ehrke | 2014-02-04 | 4 | -4/+4 | |
| | | ||||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 | |
|/ | ||||||
* | reuse existing helper function OC_Helper::is_function_enabled | Thomas Müller | 2014-01-07 | 2 | -2/+2 | |
| | ||||||
* | we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB. | Thomas Müller | 2013-11-22 | 1 | -1/+3 | |
| | | | | in some cases 1MB was no enough to generate thumbnail | |||||
* | Working on a chunked video can result in a broken frame index the option ↵ | Thomas Müller | 2013-11-22 | 1 | -1/+1 | |
| | | | | -vsync 1 can heal that | |||||
* | Movie preview - use frame after 5 seconds | Morris Jobke | 2013-11-15 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' into moviepreviewfallback | Thomas Müller | 2013-11-14 | 5 | -7/+12 | |
|\ | | | | | | | | | Conflicts: lib/private/preview/movies.php | |||||
| * | Use dedicated OC_Image loader methods | Thomas Tanghus | 2013-11-13 | 5 | -7/+12 | |
| | | | | | | | | This prevents excessive logging and disk access | |||||
* | | Added missing escaping | Vincent Petry | 2013-11-11 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed undefined variable error when using avconv | Vincent Petry | 2013-11-10 | 1 | -0/+2 | |
| | | ||||||
* | | Fixed the rebellous space, replaced with a tab | Vincent Petry | 2013-11-08 | 1 | -1/+1 | |
| | | ||||||
* | | Added ffmpeg fallback when avconv is not available | Vincent Petry | 2013-11-08 | 1 | -11/+45 | |
|/ | | | | | | | | | | | | | | | | | On some distros, avconv isn't available yet. This fix adds a fallback to ffmpeg. When none is found, no error message is displayed in the console any more. Fixes #5745 Also, this now uses exec() instead of shell_exec() to be able to get the return code. The binary path found with "which" is now used to prevent further FS binary lookup when running the commands. Moved the "-ss" parameter before "-i" for ffmpeg. | |||||
* | fix comment | Georg Ehrke | 2013-10-17 | 1 | -1/+1 | |
| | ||||||
* | only call shell_exec if enabled | Georg Ehrke | 2013-10-17 | 2 | -3/+3 | |
| | ||||||
* | Merge pull request #5237 from owncloud/coverage-on-windows-master | Thomas Müller | 2013-10-17 | 3 | -111/+126 | |
|\ | | | | | PHP Code Coverage on windows master | |||||
| * | any preview requiring the which command will not be used on Windows | Thomas Müller | 2013-10-15 | 3 | -111/+126 | |
| | | ||||||
* | | Merge pull request #4949 from owncloud/improve_unknown_preview_backend | Frank Karlitschek | 2013-10-17 | 2 | -5/+33 | |
|\ \ | | | | | | | use svg to generate filetype icon if imagick available | |||||
| * | | resize svg without loosing quality | Thomas Müller | 2013-10-11 | 1 | -0/+8 | |
| | | | ||||||
| * | | fix indentation | Morris Jobke | 2013-10-07 | 1 | -6/+6 | |
| | | | ||||||
| * | | fix wrong variable name | Georg Ehrke | 2013-10-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix doc block of OC\Preview\Provider::getThumbnail() | Georg Ehrke | 2013-10-07 | 1 | -3/+9 | |
| | | | ||||||
| * | | check if svg of filetype icon exists | Georg Ehrke | 2013-10-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | use readImage instead of readImageBlob | Georg Ehrke | 2013-10-07 | 1 | -2/+1 | |
| | | | ||||||
| * | | fix new extension | Georg Ehrke | 2013-10-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | use svg to generate filetype icon if imagick available | Georg Ehrke | 2013-10-07 | 1 | -1/+16 | |
| |/ | ||||||
* | | accept text/markdown as well | Thomas Müller | 2013-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | implement previews for markdown | Georg Ehrke | 2013-10-14 | 1 | -0/+10 | |
| | |