- Nov 23, 2014
-
-
Georg Ehrke authored
-
- Nov 18, 2014
-
-
Olivier Paroz authored
Warning: -convert-to is deprecated. Use --convert-to instead. Warning: -outdir is deprecated. Use --outdir instead.
-
- Oct 04, 2014
-
-
Olivier Paroz authored
-
- Oct 02, 2014
-
-
Nmz authored
Limit the size of the string generating the preview image for TXT files
-
- Sep 22, 2014
-
-
Lukas Reschke authored
-
- Sep 04, 2014
-
-
Olivier Paroz authored
-
- Sep 03, 2014
-
-
Olivier Paroz authored
My changes were made against stable7 and I merged them to the file in master, so this version is now the properly merged file for master. I'm just adding `owncloud-<instanceid>` to the path where temp files are stored.
-
Olivier Paroz authored
-
Olivier Paroz authored
In order to avoid conflicts between multiple instances installed on one server, it's required to define a LibreOffice configuration folder per instance. Just like with my PR for the documents app (https://github.com/owncloud/documents/pull/353), I propose to use /tmp/owncloud-instanceid
-
- Sep 02, 2014
-
-
Olivier Paroz authored
-
- Jul 30, 2014
-
-
Robin Appelman authored
-
- Jul 28, 2014
-
-
Georg Ehrke authored
-
- Jul 25, 2014
-
-
Morris Jobke authored
-
Morris Jobke authored
-
- Jul 23, 2014
-
-
josh4trunks authored
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.
-
- Jul 09, 2014
-
-
Georg Ehrke authored
-
- Jun 10, 2014
-
-
Georg Ehrke authored
movie previews: use file directly when it's stored locally and encryption is not enabled, fixes #7756
-
Georg Ehrke authored
-
- May 12, 2014
-
-
Thomas Müller authored
When a picture is encrypted, save it to a temporary file first so that the PHP function for rotation can access it as file.
-
- May 02, 2014
-
-
Thomas Müller authored
Images on public sharing get downscaled to increase use experience - this 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
-
- Apr 28, 2014
-
-
Georg Ehrke authored
-
- Apr 16, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Mar 05, 2014
-
-
Georg Ehrke authored
-
- Feb 21, 2014
-
-
Philipp Schmitt authored
-
- Feb 14, 2014
-
-
Georg Ehrke authored
-
- Feb 06, 2014
-
-
Jörn Friedrich Dreyer authored
-
- Feb 04, 2014
-
-
Georg Ehrke authored
-
- Jan 07, 2014
-
-
Thomas Müller authored
-
- Nov 22, 2013
-
-
Thomas Müller authored
in some cases 1MB was no enough to generate thumbnail
-
Thomas Müller authored
-
- Nov 15, 2013
-
-
Morris Jobke authored
-
- Nov 12, 2013
-
-
Thomas Tanghus authored
This prevents excessive logging and disk access
-
- Nov 11, 2013
-
-
Vincent Petry authored
-
- Nov 10, 2013
-
-
Vincent Petry authored
-
- Nov 08, 2013
-
-
Vincent Petry authored
-
Vincent Petry authored
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.
-
- Oct 17, 2013
-
-
Georg Ehrke authored
-
Georg Ehrke authored
-
- Oct 16, 2013
-
-
Thomas Müller authored
-