- Apr 23, 2014
-
-
Björn Schießle authored
-
Björn Schießle authored
-
- Apr 22, 2014
-
-
Volkan Gezer authored
They were not ready for translation as they had no placeholders and/nor wrapper function to be translated This should fix: #8011
-
Tobia De Koninck authored
-
- Apr 21, 2014
-
-
Lukas Reschke authored
-
- Apr 20, 2014
-
-
Bernhard Posselt authored
-
- Apr 19, 2014
-
-
Lukas Reschke authored
-
- Apr 18, 2014
-
-
Tobia De Koninck authored
-
- Apr 16, 2014
-
-
Lukas Reschke authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- Apr 15, 2014
-
-
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
-
Robin Appelman authored
-
Thomas Müller authored
-
- Apr 14, 2014
-
-
Victor Dubiniuk authored
-
Lukas Reschke authored
Due to our CSP policy this link won’t work as it it considered as inline Javascript. This commit replaces the link with a static link to the files app. Reimplementation of #8067 - fixes #7742
-
Thomas Tanghus authored
-
Thomas Tanghus authored
-
- Apr 13, 2014
-
-
Robin McCorkell authored
-
Lukas Reschke authored
This fixes some scrutinizer issues.
-
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
-
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
-
- 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
-
- Apr 10, 2014
-
-
Bernhard Posselt 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"}
-
Joas Schilling authored
-
Joas Schilling authored
-
- Apr 08, 2014
-
-
Volkan Gezer authored
-
Arthur Schiwon authored
-