- 09 Mar, 2015 1 commit
-
-
Joas Schilling authored
-
- 26 Feb, 2015 1 commit
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- 23 Feb, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 08 Jan, 2015 1 commit
-
-
Lukas Reschke authored
`$this->info` can very well contain an empty array or possibly other values. This means that when this code path is called a PHP Fatal error might get thrown which is not what we want.
-
- 17 Dec, 2014 1 commit
-
-
Robin Appelman authored
-
- 03 Dec, 2014 1 commit
-
-
Joas Schilling authored
-
- 28 Nov, 2014 3 commits
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
- 27 Nov, 2014 1 commit
-
-
Joas Schilling authored
So the class files only have class code and don't execute code
-
- 25 Nov, 2014 1 commit
-
-
Olivier Paroz authored
-
- 23 Nov, 2014 1 commit
-
-
Georg Ehrke authored
-
- 30 Oct, 2014 1 commit
-
-
Georg Ehrke authored
add phpdoc
-
- 24 Oct, 2014 2 commits
-
-
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.
-
- 16 Oct, 2014 2 commits
-
-
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
-
- 04 Oct, 2014 1 commit
-
-
Olivier Paroz authored
-
- 30 Sep, 2014 1 commit
-
-
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.
-
- 24 Sep, 2014 1 commit
-
-
Lukas Reschke authored
a
-
- 22 Sep, 2014 1 commit
-
-
Lukas Reschke authored
-
- 21 Sep, 2014 1 commit
-
-
Georg Ehrke authored
-
- 19 Sep, 2014 1 commit
-
-
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.
-
- 16 Sep, 2014 1 commit
-
-
tobiasKaminsky 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
-
- 15 Sep, 2014 2 commits
-
-
Georg Ehrke authored
-
Georg Ehrke authored
-
- 02 Sep, 2014 1 commit
-
-
Olivier Paroz authored
-
- 04 Aug, 2014 1 commit
-
-
Joas Schilling authored
Fix #9968
-
- 30 Jul, 2014 2 commits
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- 09 Jul, 2014 1 commit
-
-
Georg Ehrke authored
-
- 19 May, 2014 1 commit
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- 13 May, 2014 3 commits
-
-
Thomas Müller authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
- 05 May, 2014 1 commit
-
-
Robin Appelman authored
-
- 02 May, 2014 1 commit
-
-
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
-
- 21 Apr, 2014 1 commit
-
-
Lukas Reschke authored
-
- 04 Apr, 2014 2 commits
-
-
Thomas Müller authored
-
Robin Appelman authored
-