- Nov 23, 2014
-
-
Georg Ehrke authored
-
- Oct 30, 2014
-
-
Georg Ehrke authored
add phpdoc
-
- Oct 24, 2014
-
-
Lukas Reschke authored
It's only reasonable to have proper type hinting here which might even help us to catch bugs.
-
Lukas Reschke authored
There is not much sense in having these files marked executable, we should avoid that.
-
- Oct 16, 2014
-
-
Lukas Reschke authored
-
Lukas Reschke authored
FIXME: Ugly hack to prevent SVG of being returned if the SVG provider is not enabled. This is required because the preview system is designed in a bad way and relies on opt-in with asterisks (i.e. image/*) which will lead to the fact that a SVG will also match the image provider. Conflicts: lib/private/preview.php
-
- Oct 04, 2014
-
-
Olivier Paroz authored
-
- Sep 30, 2014
-
-
Lukas Reschke authored
The "*/*" provider has been removed. This is therefore not needed anymore and leads to unexpected bugs. Please notice that this is only relevant for master.
-
- Sep 24, 2014
-
-
Lukas Reschke authored
a
-
- Sep 22, 2014
-
-
Lukas Reschke authored
-
- Sep 21, 2014
-
-
Georg Ehrke authored
-
- Sep 19, 2014
-
-
Lukas Reschke authored
This function is also used in a way such as: ``` $preview = new \OC\Preview(\OC_User::getUser(), 'files'); $info = \OC\Files\Filesystem::getFileInfo($file); if (!$always and !$preview->isAvailable($info)) { \OC_Response::setStatus(404); } else { $preview->setFile($file); $preview->setMaxX($maxX); $preview->setMaxY($maxY); $preview->setScalingUp($scalingUp); $preview->setKeepAspect($keepAspect); } ``` Which won't work anymore since `setFile` is used instead of passing the file in the constructor. Fixes a regression in master.
-
- Sep 16, 2014
-
-
Tobias Kaminsky authored
Thumbnail generation Removed Log Added requested changes Added requested changes. - Fix code style - Add exception if file does not exist - Switch route styling Replaces https://github.com/owncloud/core/pull/10805 Fix codestyle Fix codestyle Migrate to appframework Fix typo
-
- Sep 15, 2014
-
-
Georg Ehrke authored
-
Georg Ehrke authored
-
- Sep 02, 2014
-
-
Olivier Paroz authored
-
- Aug 04, 2014
-
-
Joas Schilling authored
Fix #9968
-
- Jul 30, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jul 09, 2014
-
-
Georg Ehrke authored
-
- May 19, 2014
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- May 13, 2014
-
-
Thomas Müller authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
- May 05, 2014
-
-
Robin Appelman authored
-
- 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 21, 2014
-
-
Lukas Reschke authored
-
- Apr 04, 2014
-
-
Thomas Müller authored
-
Robin Appelman authored
-
Thomas Müller authored
-
- Apr 03, 2014
-
-
Jörn Friedrich Dreyer authored
-
- Apr 02, 2014
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
- Mar 14, 2014
-
-
Georg Ehrke authored
-
- Mar 13, 2014
-
-
Georg Ehrke authored
-
Georg Ehrke authored
-
- Mar 05, 2014
-
-
Georg Ehrke authored
-
Georg Ehrke authored
-