summaryrefslogtreecommitdiffstats
path: root/tests/lib/connector/sabre/quotaplugin.php
Commit message (Collapse)AuthorAgeFilesLines
* Added unit test to quota plugin for free_space argumentVincent Petry2015-05-131-1/+4
|
* Sabre Update to 2.1Vincent Petry2015-02-231-19/+19
| | | | | | | | | | | | | | | | | | - 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
* Make remaining files extend the test baseJoas Schilling2014-11-191-1/+1
|
* move to public namespaceMorris Jobke2014-08-191-1/+1
|
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-6/+6
| | | | Updating SabreDAV namespaces
* Update unit tests to use the new injectionRobin Appelman2014-03-031-12/+11
|
* adding unit tests for quota checksThomas Müller2013-08-081-1/+55
|
* adding unit tests to determine lengthThomas Müller2013-08-081-0/+47