- Sep 22, 2014
-
-
Thomas Müller authored
-
- Sep 21, 2014
-
-
Georg Ehrke authored
-
Georg Ehrke authored
-
- Sep 20, 2014
-
-
Thomas Müller 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 18, 2014
-
-
voxsim authored
2. use count instead of sizeof. Latter is an alias to first one, practically we stick to count everywhere. Having it consistent helps with readability. 3. move whitespace so we have $groupUsers[] = $filteredUser; instead of $groupUsers []= $filteredUser;
-
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
- Sep 17, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11133
-
Remco Brenninkmeijer authored
-
Robin Appelman authored
-
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
-
-
voxsim authored
-
Lukas Reschke authored
You can't add int here as hint...
-
Georg Ehrke authored
-
Georg Ehrke authored
-
Thomas Müller authored
-
- Sep 12, 2014
-
-
Lukas Reschke authored
-
Thomas Müller 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
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11004
-
- Sep 10, 2014
-
-
Christopher Schäpers authored
Fix #7148 - again :)
-
Robin Appelman authored
-
Jörn Friedrich Dreyer authored
-
- Sep 09, 2014
-
-
Patrick Paysant authored
-