aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/preview
Commit message (Expand)AuthorAgeFilesLines
* properly check if pdf and svg modules are installedGeorg Ehrke2014-02-044-4/+4
* 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
* Working on a chunked video can result in a broken frame index the option -vsy...Thomas Müller2013-11-221-1/+1
* Movie preview - use frame after 5 secondsMorris Jobke2013-11-151-2/+2
* Merge branch 'master' into moviepreviewfallbackThomas Müller2013-11-145-7/+12
|\
| * Use dedicated OC_Image loader methodsThomas Tanghus2013-11-135-7/+12
* | 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
|/
* 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
|\
| * 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
|\ \
| * | 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
* | remove php and js previewsGeorg Ehrke2013-10-111-20/+0
* | only text/plain is now used to generate text previewsThomas Müller2013-10-111-11/+10
|/
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3011-0/+644