summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Fix xml namespace in testThomas Müller2016-01-181-1/+1
* Readjust sharing methodsThomas Müller2016-01-182-26/+55
* Save access properlyThomas Müller2016-01-181-2/+5
* Fixing sharing unit testThomas Müller2016-01-181-6/+8
* Fix CalDAV test suiteThomas Müller2016-01-181-1/+1
* Test ownCloud CardDAV sharing using CalDAVTesterThomas Müller2016-01-1821-32/+464
* Call ctors properlyThomas Müller2016-01-181-1/+2
* Fix unit test - optimize codeThomas Müller2016-01-182-11/+11
* Show group shared addressbooksThomas Müller2016-01-186-34/+41
* Merge pull request #21700 from owncloud/update-system-addressbook-on-user-changeThomas Müller2016-01-187-78/+248
|\
| * Fix ctorThomas Müller2016-01-141-1/+4
| * Unit tests for updateUser and deleteUserThomas Müller2016-01-141-1/+35
| * Add test for ensureSystemAddressBookExistsThomas Müller2016-01-141-0/+11
| * Start updating system addressbookThomas Müller2016-01-146-77/+199
* | Merge pull request #20927 from owncloud/handle-return-code-on-webdav-putThomas Müller2016-01-151-1/+9
|\ \
| * | Handle return code of streamCopy in WebDAV putMorris Jobke2016-01-111-1/+9
* | | add scanner interfaceRobin Appelman2016-01-141-2/+1
| |/ |/|
* | Fix carddav unit testsRoeland Jago Douma2016-01-131-7/+7
* | Fix mock call to downloadRoeland Jago Douma2016-01-131-1/+1
* | Add missing dispatcherThomas Müller2016-01-131-0/+1
* | Merge pull request #21655 from owncloud/remove-listener-pluginThomas Müller2016-01-136-82/+0
|\ \
| * | Remove the listener pluginJoas Schilling2016-01-136-82/+0
* | | Merge pull request #21620 from owncloud/fix-wrong-classname-in-phpdocThomas Müller2016-01-131-1/+1
|\ \ \ | |/ / |/| |
| * | fix wrong class name in phpdocblizzz2016-01-111-1/+1
* | | Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-13104-192/+978
|\ \ \
| * | | Happy new year!Thomas Müller2016-01-12104-192/+978
* | | | Reuse backend as provided by the app containerThomas Müller2016-01-121-9/+3
* | | | Fix ctor callThomas Müller2016-01-123-4/+0
* | | | create urls in a way that sabredav handles it correctlyBjörn Schießle2016-01-121-2/+2
* | | | Catch exceptions during syncThomas Müller2016-01-121-4/+1
* | | | Address commentsThomas Müller2016-01-123-7/+11
* | | | Adding unit tests for the sync serviceThomas Müller2016-01-122-1/+94
* | | | Adding tests and adjust PHPDocThomas Müller2016-01-121-3/+35
* | | | Decouple federation and dav appThomas Müller2016-01-125-17/+178
* | | | Use EventDispatcher to allow additional setup of auth backends - move federat...Thomas Müller2016-01-122-56/+6
* | | | Allow trusted servers to authenticateThomas Müller2016-01-122-1/+59
|/ / /
* / / Unit test contact provider registrationThomas Müller2016-01-115-16/+201
|/ /
* / fix principal constructor for davRobin Appelman2016-01-111-2/+1
|/
* Merge pull request #21491 from owncloud/webdav_auth_no_basic_authThomas Müller2016-01-082-4/+19
|\
| * Allow only cookie auth to webdavRoeland Jago Douma2016-01-072-4/+19
* | Merge pull request #21540 from owncloud/group-principalsThomas Müller2016-01-088-33/+459
|\ \
| * | Adding unit tests for SystemPrincipalBackendThomas Müller2016-01-083-6/+133
| * | Adding group principals to new dav endpointThomas Müller2016-01-085-27/+326
* | | Adding IMip scheduling which uses ownClouds mail deliveryThomas Müller2016-01-083-3/+204
* | | Bump vobject version in carddav unittestRoeland Jago Douma2016-01-081-7/+7
|/ /
* | Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
* | Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+3
|/
* Adding integration tests for CalDAVThomas Müller2015-12-216-0/+3701
* Merge pull request #21293 from owncloud/restructure-travis-dav-testingThomas Müller2015-12-217-57/+65
|\
| * Sleep in carddavtester as wellThomas Müller2015-12-211-0/+2