Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | |||||
* | | remove php and js previews | Georg Ehrke | 2013-10-11 | 1 | -20/+0 |
| | | |||||
* | | only text/plain is now used to generate text previews | Thomas Müller | 2013-10-11 | 1 | -11/+10 |
|/ | | | | blacklist implementation remove because no longer needed | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 11 | -0/+644 |
Conflicts: lib/private/vcategories.php |