- Sep 22, 2014
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
- Sep 21, 2014
-
-
Georg Ehrke authored
-
Jenkins for ownCloud authored
-
- Sep 20, 2014
-
-
Thomas Müller authored
-
Jenkins for ownCloud 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.
-
Jenkins for ownCloud authored
-
- Sep 18, 2014
-
-
Lukas Reschke authored
Ensures that Basic Auth works properly for APIs and removes the need for some even uglier lines of code.
-
Robin Appelman authored
-
Lukas Reschke authored
Resolves https://github.com/owncloud/core/issues/10991 failure 4
-
Jenkins for ownCloud authored
- Sep 17, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11133
-
Remco Brenninkmeijer authored
-
Robin Appelman authored
-
Lukas Reschke authored
At the previous point not all apps were initialized. Now the basic auth check happens together at the same location as all others. Fixes https://github.com/owncloud/core/issues/11129
-
Robin Appelman authored
-
Robin Appelman authored
-
Lukas Reschke authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Sep 16, 2014
-
-
Lukas Reschke authored
We do not support updates from 6 to 8 directly, therefore we can remove those upgrade routines.
-
Thomas Müller authored
-
Robin Appelman authored
-
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
-
scolebrook authored
-
Lukas Reschke authored
Some code that I also used for https://github.com/owncloud/administration/pull/11
-
Michael Göhler authored
if dbuser exists try a different one, owncloud/core#108 changed outdated comment corrected length calculation changed indentation for else clauses
-
- Sep 15, 2014
-
-
Lukas Reschke authored
You can't add int here as hint...
-
Georg Ehrke authored
-
Georg Ehrke authored
-
Thomas Müller authored
-
- Sep 13, 2014
-
-
Volkan Gezer authored
-
- Sep 12, 2014
-
-
Lukas Reschke authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Sep 11, 2014
-
-
Lukas Reschke authored
Conflicts: core/templates/layout.guest.php Step one, open guest layout for different styles.
-
Thomas Müller authored
-