- 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
-
-
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
-
Bernhard Posselt authored
-
- Sep 08, 2014
-
-
Jörn Friedrich Dreyer authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Adds some hardening against potential CSP bypassed.
-
Joas Schilling authored
Fix #10514
-
Robin Appelman authored
-
- Sep 06, 2014
-
-
Bernhard Posselt authored
-
- Sep 05, 2014
-
-
Jörn Friedrich Dreyer authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Sep 04, 2014
-
-
Christopher Schäpers authored
-
Christopher Schäpers authored
-
Christopher Schäpers authored
-
Christopher Schäpers authored
-
Christopher Schäpers authored
Minimum size is 3 = 46656 tokens, maximum size is 64, which is what our DB allows.
-
Christopher Schäpers authored
-
Christopher Schäpers authored
-
chli1 authored
If client does not send content length header on webdav upload (e.g. because the content comes from a stream and its length is not predictable) the put() method should not try to compare the content length value with the actually amount of received data, because this will always fail and results in a BadRequest exception. So the check will only be performed if $_SERVER['CONTENT_LENGTH'] is set.
-
Robin Appelman authored
-
Robin Appelman authored
-
Olivier Paroz authored
-
Joas Schilling authored
Fix #10847
-