- Mar 16, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 12, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 11, 2015
-
-
Thomas Müller authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Mar 09, 2015
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Mar 08, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 05, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 04, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 03, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 02, 2015
-
-
Thomas Müller authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13326
-
- Mar 01, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
Jenkins for ownCloud authored
-
- Feb 25, 2015
-
-
Thomas Müller authored
Reasoning: - a WebDAV server is not required to implement locking support - WebDAV Locking is know to break the sync algorithm - the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
-
Jenkins for ownCloud authored
-
- Feb 24, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 23, 2015
-
-
Lukas Reschke authored
-
Vincent Petry authored
- VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity
-
Jenkins for ownCloud authored
-
- Feb 22, 2015
-
-
Georg Ehrke authored
-
Jenkins for ownCloud authored
-
- Feb 21, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 20, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 19, 2015
-
-
Thomas Müller authored
-
- Feb 17, 2015
-
-
Lukas Reschke authored
This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before
Fixes https://github.com/owncloud/core/issues/14277 -
Jenkins for ownCloud authored
-
- Feb 15, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 13, 2015
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Lukas Reschke authored
This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support
Fixes https://github.com/owncloud/core/issues/14196 for core -
Lukas Reschke authored
Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well.
-
Roeland Jago Douma authored
-
- Feb 12, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 11, 2015
-
-
Lukas Reschke authored
This file is unused and has been last modified two years ago. Furthermore it won't evne work anymore properly because it uses things like `CONFIG_DATEFORMAT` which are gone a long time ago...
-
Jenkins for ownCloud authored
-
- Feb 10, 2015
-
-
Jenkins for ownCloud authored
-