- Apr 19, 2014
-
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Jenkins for ownCloud authored
-
- Apr 16, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Apr 15, 2014
-
-
Bart Visscher authored
using scrutinizer patch
-
Bart Visscher authored
using scrutinizer patch
-
Arthur Schiwon authored
Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
-
Thomas Müller authored
-
Thomas Müller authored
-
- Apr 14, 2014
-
-
Victor Dubiniuk authored
-
Thomas Tanghus authored
-
Thomas Tanghus authored
-
Lukas Reschke authored
Thanks @DeepDiver1975
-
- Apr 13, 2014
-
-
Robin McCorkell authored
-
Lukas Reschke authored
This fixes some scrutinizer issues.
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Some headers were currently only added to the templates but not to other components (e.g. SabreDAV / JSON / etc...) The migration to base.php ensures that the headers are served to all requests passing base.php
-
Jenkins for ownCloud authored
-
Christopher Schäpers authored
Occuring in the admin interface
-
- Apr 12, 2014
-
-
Bernhard Posselt authored
default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute
-
Bernhard Posselt authored
Correctly process request parameters other than GET or POST, dont use globals in the class but inject it
-
Jenkins for ownCloud authored
-
- Apr 11, 2014
-
-
Bernhard Posselt authored
-
Lukas Reschke authored
There is no need to encode all characters into HTML entities, only potential dangerous characters as &, ", ', < and > should get encoded. This may fix issues like https://github.com/owncloud/calendar/pull/394
-
Jenkins for ownCloud authored
-
- Apr 10, 2014
-
-
Bernhard Posselt authored
-
Jenkins for ownCloud authored
-
- Apr 09, 2014
-
-
Bernhard Posselt authored
register middleware as string to not force request to be instantiated too early and thus not having url parameters
-
Thomas Müller authored
-
Bernhard Posselt authored
-
Vincent Petry authored
Negative timestamps were returned as string and were confusing other Sabre API like Sabre_DAV_Property_GetLastModified. This fix makes sure the timestamp is returned as int when defined.
-
Joas Schilling authored
There parameter was removed when the code was cleaned up: {"app":"PHP","message":"Undefined index: storage at E:\\ownCloud\\owncloud\\lib\\private\\share\\share.php#1160", "level":0,"time":"2014-04-09T12:56:23+00:00"}
-
Jenkins for ownCloud authored
-
- Apr 08, 2014
-
-
Volkan Gezer authored
-