summaryrefslogtreecommitdiffstats
path: root/lib/private/preview
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Typ in whichOpenOffice testOlivier Paroz2014-09-041-1/+1
| | |
* | | This is not a PDF, there are no pagesOlivier Paroz2014-09-031-1/+1
| | |
* | | Converts TIFF files to PNGOlivier Paroz2014-09-021-0/+48
|/ /
* | Merge pull request #9953 from owncloud/fix_text_preview_for_systems_without_ttfMorris Jobke2014-08-071-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 supportGeorg Ehrke2014-07-281-1/+8
| |/
* | Use svg mimeicons for empty text filesRobin Appelman2014-07-302-0/+20
| |
* | Merge pull request #9784 from josh4trunks/libreoffice_match_clThomas Müller2014-07-281-3/+2
|\ \ | | | | | | Cleanup Document Preview
| * | Cleanup Document Previewjosh4trunks2014-07-221-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 autoloadMorris Jobke2014-07-251-2/+0
| |
* | update getID3 libraryMorris Jobke2014-07-251-1/+1
|/
* Merge pull request #8978 from owncloud/movie_preview_improvementsMorris Jobke2014-06-141-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 Ehrke2014-06-101-8/+17
| | | | | | | | not enabled, fixes #7756
* | make text preview backend use imagettftext, fixes #8087Georg Ehrke2014-06-101-2/+6
|/
* Rotate thumbnail when encryption is enabledThomas Müller2014-05-121-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üller2014-05-025-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 Ehrke2014-04-282-149/+0
| | | | inacceptable results
* escape $second + update PHPDocThomas Müller2014-04-161-7/+7
|
* videos which are shorter then 5 seconds will now get a proper thumbnail at 1 ↵Thomas Müller2014-04-161-7/+30
| | | | second
* fix merge conflictsGeorg Ehrke2014-03-063-5/+5
|\
| * Use 'command -v' to detect whether and where software is installed (instead ↵Philipp Schmitt2014-02-213-5/+5
| | | | | | | | of 'which')
* | fix issue with Non-static method Imagick ../..; @ doesn't seem to work in ↵Georg Ehrke2014-03-053-62/+80
|/ | | | this case
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-144-4/+4
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * suppress error msg caused by php bugGeorg Ehrke2014-02-144-4/+4
| |
| * properly check if pdf and svg modules are installedGeorg Ehrke2014-02-044-4/+4
| |
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|/
* reuse existing helper function OC_Helper::is_function_enabledThomas Müller2014-01-072-2/+2
|
* we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB.Thomas Müller2013-11-221-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üller2013-11-221-1/+1
| | | | -vsync 1 can heal that
* Movie preview - use frame after 5 secondsMorris Jobke2013-11-151-2/+2
|
* Merge branch 'master' into moviepreviewfallbackThomas Müller2013-11-145-7/+12
|\ | | | | | | | | Conflicts: lib/private/preview/movies.php
| * Use dedicated OC_Image loader methodsThomas Tanghus2013-11-135-7/+12
| | | | | | | | This prevents excessive logging and disk access
* | Added missing escapingVincent Petry2013-11-111-1/+1
| |
* | Fixed undefined variable error when using avconvVincent Petry2013-11-101-0/+2
| |
* | Fixed the rebellous space, replaced with a tabVincent Petry2013-11-081-1/+1
| |
* | Added ffmpeg fallback when avconv is not availableVincent Petry2013-11-081-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 commentGeorg Ehrke2013-10-171-1/+1
|
* only call shell_exec if enabledGeorg Ehrke2013-10-172-3/+3
|
* Merge pull request #5237 from owncloud/coverage-on-windows-masterThomas Müller2013-10-173-111/+126
|\ | | | | PHP Code Coverage on windows master
| * any preview requiring the which command will not be used on WindowsThomas Müller2013-10-153-111/+126
| |
* | Merge pull request #4949 from owncloud/improve_unknown_preview_backendFrank Karlitschek2013-10-172-5/+33
|\ \ | | | | | | use svg to generate filetype icon if imagick available
| * | resize svg without loosing qualityThomas Müller2013-10-111-0/+8
| | |
| * | fix indentationMorris Jobke2013-10-071-6/+6
| | |
| * | fix wrong variable nameGeorg Ehrke2013-10-071-1/+1
| | |
| * | fix doc block of OC\Preview\Provider::getThumbnail()Georg Ehrke2013-10-071-3/+9
| | |
| * | check if svg of filetype icon existsGeorg Ehrke2013-10-071-2/+2
| | |
| * | use readImage instead of readImageBlobGeorg Ehrke2013-10-071-2/+1
| | |
| * | fix new extensionGeorg Ehrke2013-10-071-2/+2
| | |
| * | use svg to generate filetype icon if imagick availableGeorg Ehrke2013-10-071-1/+16
| |/
* | accept text/markdown as wellThomas Müller2013-10-161-1/+1
| |
* | implement previews for markdownGeorg Ehrke2013-10-141-0/+10
| |