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 (Collapse)Author
2014-09-23Add a configuration switch for enabled preview mimetypesLukas Reschke
Backport of https://github.com/owncloud/core/pull/11211 to stable7
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
movie previews: use file directly when it's stored locally and encryption is not enabled
2014-06-11movie previews: use file directly when it's stored locally and encryption is ↵Georg Ehrke
not enabled, fixes #7756
2014-06-10make text preview backend use imagettftext, fixes #8087Georg Ehrke
2014-05-12 Rotate thumbnail when encryption is enabledThomas Müller
When a picture is encrypted, save it to a temporary file first so that the PHP function for rotation can access it as file.
2014-05-02Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller
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
2014-04-28remove preview office fallback as it makes too much trouble and generates ↵Georg Ehrke
inacceptable results
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
second
2014-03-06fix merge conflictsGeorg Ehrke
2014-03-05fix issue with Non-static method Imagick ../..; @ doesn't seem to work in ↵Georg Ehrke
this case
2014-02-21Use 'command -v' to detect whether and where software is installed (instead ↵Philipp Schmitt
of 'which')
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
Conflicts: lib/private/appconfig.php
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
in some cases 1MB was no enough to generate thumbnail
2013-11-22Working on a chunked video can result in a broken frame index the option ↵Thomas Müller
-vsync 1 can heal that
2013-11-15Movie preview - use frame after 5 secondsMorris Jobke
2013-11-14Merge branch 'master' into moviepreviewfallbackThomas Müller
Conflicts: lib/private/preview/movies.php
2013-11-13Use dedicated OC_Image loader methodsThomas Tanghus
This prevents excessive logging and disk access
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
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.
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
PHP Code Coverage on windows master
2013-10-17Merge pull request #4949 from owncloud/improve_unknown_preview_backendFrank Karlitschek
use svg to generate filetype icon if imagick available
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
blacklist implementation remove because no longer needed
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
Conflicts: lib/private/vcategories.php