summaryrefslogtreecommitdiffstats
path: root/lib/preview
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3011-644/+0
* add blacklist to txt preview backendGeorg Ehrke2013-09-241-0/+10
* use avconv instead of ffmpegGeorg Ehrke2013-09-051-4/+4
* style fixes for preview libGeorg Ehrke2013-08-194-5/+8
* add comment to make @jancborchardt happyGeorg Ehrke2013-08-151-0/+1
* fix svg and cache transparency issueGeorg Ehrke2013-08-151-3/+5
* improve unknown backendGeorg Ehrke2013-08-151-19/+3
* don't generate previews of empty txt filesGeorg Ehrke2013-08-141-0/+4
* fix code style of try catch blocksGeorg Ehrke2013-07-303-3/+3
* style fixesGeorg Ehrke2013-07-309-60/+77
* Revert "OC\Preview - outsource static methods"Georg Ehrke2013-07-299-20/+20
* OC\Preview - outsource static methodsGeorg Ehrke2013-07-119-20/+20
* OC\Preview - remove unneeded commentGeorg Ehrke2013-07-111-3/+0
* make jenkins happyGeorg Ehrke2013-07-111-1/+5
* improve Image ProviderGeorg Ehrke2013-06-261-1/+1
* comment out old codeGeorg Ehrke2013-06-191-1/+3
* implemenet getNoCoverThumbnailGeorg Ehrke2013-06-191-3/+8
* use ppt icon instead of previewGeorg Ehrke2013-06-181-17/+4
* remove opendocument.phpGeorg Ehrke2013-06-182-13/+0
* stream first mb of movie to create previewGeorg Ehrke2013-06-171-6/+8
* some whitespace fixesGeorg Ehrke2013-06-131-1/+1
* implement unknown preview backendGeorg Ehrke2013-06-121-6/+18
* work on powerpoint fallbackGeorg Ehrke2013-06-121-5/+4
* finish implementation of Excel preview fallbackGeorg Ehrke2013-06-121-2/+4
* save current work state of office fallbackGeorg Ehrke2013-06-112-26/+81
* check if imagick is loaded in office.php, not in libreoffice-cl.phpGeorg Ehrke2013-06-112-53/+51
* code optimizationGeorg Ehrke2013-06-116-19/+7
* use tmpdir var instead of hardcoded /tmpGeorg Ehrke2013-06-051-1/+1
* make libreoffice preview backend work :DGeorg Ehrke2013-06-051-5/+8
* fix syntax errorGeorg Ehrke2013-06-051-1/+1
* use ->cmd instead of hardcoded libreofficeGeorg Ehrke2013-06-051-1/+1
* escape tmppath shell argGeorg Ehrke2013-06-051-1/+1
* save current work state of libreoffice preview backendGeorg Ehrke2013-06-052-1/+132
* save current work stateGeorg Ehrke2013-06-033-0/+13
* add backend for microsoft office 2007 documentsGeorg Ehrke2013-05-311-0/+109
* load getID3 only if neededGeorg Ehrke2013-05-301-2/+2
* add javascript preview backendGeorg Ehrke2013-05-301-1/+11
* improve imagick error handlingGeorg Ehrke2013-05-302-11/+21
* fix c&p failGeorg Ehrke2013-05-291-1/+1
* more style fixesGeorg Ehrke2013-05-298-9/+10
* add php preview backendGeorg Ehrke2013-05-291-1/+11
* respect coding style guidelinesGeorg Ehrke2013-05-298-20/+20
* move to OC namespaceGeorg Ehrke2013-05-298-21/+43
* don't give ffmpeg wanted size, cause it doesn't care about aspect ratioGeorg Ehrke2013-05-281-1/+2
* make pdf backend work with encryptionGeorg Ehrke2013-05-281-15/+22
* make mp3 backend work with encryptionGeorg Ehrke2013-05-281-4/+9
* make movie backend work with encryptionGeorg Ehrke2013-05-281-1/+8
* remove whitespaceGeorg Ehrke2013-05-281-1/+1
* add preview backend for text based filesGeorg Ehrke2013-05-281-0/+49
* check if the imagick extension is loadedGeorg Ehrke2013-05-281-16/+20