Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-23Add a configuration switch for enabled preview mimetypesLukas Reschke
2014-09-03Typ in whichOpenOffice testOlivier Paroz
2014-08-08implement a txt preview fallback for the case that ttf is not supportGeorg Ehrke
2014-07-28update getID3 library & add autoloadMorris Jobke
2014-06-14Merge pull request #8978 from owncloud/movie_preview_improvementsMorris Jobke
2014-06-11movie previews: use file directly when it's stored locally and encryption is ...Georg Ehrke
2014-06-10make text preview backend use imagettftext, fixes #8087Georg Ehrke
2014-05-12 Rotate thumbnail when encryption is enabledThomas Müller
2014-05-02Images on public sharing get downscaled to increase use experience - this wil...Thomas Müller
2014-04-28remove preview office fallback as it makes too much trouble and generates ina...Georg Ehrke
2014-04-16escape $second + update PHPDocThomas Müller
2014-04-16videos which are shorter then 5 seconds will now get a proper thumbnail at 1 ...Thomas Müller
2014-03-06fix merge conflictsGeorg Ehrke
2014-03-05fix issue with Non-static method Imagick ../..; @ doesn't seem to work in thi...Georg Ehrke
2014-02-21Use 'command -v' to detect whether and where software is installed (instead o...Philipp Schmitt
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-14suppress error msg caused by php bugGeorg Ehrke
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-02-04properly check if pdf and svg modules are installedGeorg Ehrke
2014-01-07reuse existing helper function OC_Helper::is_function_enabledThomas Müller
2013-11-22we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB.Thomas Müller
2013-11-22Working on a chunked video can result in a broken frame index the option -vsy...Thomas Müller
2013-11-15Movie preview - use frame after 5 secondsMorris Jobke
2013-11-14Merge branch 'master' into moviepreviewfallbackThomas Müller
2013-11-13Use dedicated OC_Image loader methodsThomas Tanghus
2013-11-11Added missing escapingVincent Petry
2013-11-10Fixed undefined variable error when using avconvVincent Petry
2013-11-08Fixed the rebellous space, replaced with a tabVincent Petry
2013-11-08Added ffmpeg fallback when avconv is not availableVincent Petry
2013-10-17fix commentGeorg Ehrke
2013-10-17only call shell_exec if enabledGeorg Ehrke
2013-10-17Merge pull request #5237 from owncloud/coverage-on-windows-masterThomas Müller
2013-10-17Merge pull request #4949 from owncloud/improve_unknown_preview_backendFrank Karlitschek
2013-10-16accept text/markdown as wellThomas Müller
2013-10-15any preview requiring the which command will not be used on WindowsThomas Müller
2013-10-14implement previews for markdownGeorg Ehrke
2013-10-11remove php and js previewsGeorg Ehrke
2013-10-11only text/plain is now used to generate text previewsThomas Müller
2013-10-11resize svg without loosing qualityThomas Müller
2013-10-07fix indentationMorris Jobke
2013-10-07fix wrong variable nameGeorg Ehrke
2013-10-07fix doc block of OC\Preview\Provider::getThumbnail()Georg Ehrke
2013-10-07check if svg of filetype icon existsGeorg Ehrke
2013-10-07use readImage instead of readImageBlobGeorg Ehrke
2013-10-07fix new extensionGeorg Ehrke
2013-10-07use svg to generate filetype icon if imagick availableGeorg Ehrke
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller