summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix unit testJoas Schilling2017-06-071-4/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #5298 from ↵Morris Jobke2017-06-143-0/+14
|\ \ | | | | | | | | | | | | nextcloud/bugfix/4885/calendar_shares_url_special_char_issue urldecode group principals in Cal- and CardDAV backend
| * | urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-123-0/+14
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #5300 from ↵Morris Jobke2017-06-141-0/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix_proppatch_requests_to_groupshares allow users to send PropPatch request when calendar is group-shared with them
| * | | allow users to send PropPatch request when calendar is group-shared with themGeorg Ehrke2017-06-081-0/+6
| | |/ | |/| | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #5295 from ↵Morris Jobke2017-06-131-0/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/5077/allow_proppatches_to_birthday_calendar allow PropPatch requests to contact_birthdays
| * | | allow PropPatch requests to contact_birthdaysGeorg Ehrke2017-06-081-0/+4
| |/ / | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | / Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-131-3/+9
| |/ |/| | | | | | | | | | | | | Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes https://github.com/nextcloud/server/issues/5088 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | add missing parent::setUp that broke any other dav app testGeorg Ehrke2017-06-081-0/+1
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* fix replacing of 4MB Unicode Chars in cal props tableGeorg Ehrke2017-05-211-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-1/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use Bearer backend for SabreDAVLukas Reschke2017-05-181-0/+88
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatchMorris Jobke2017-05-082-0/+4
|\ | | | | fix PROPPATCH requests to read-only shared calendars
| * fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke2017-05-082-0/+4
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Fix ImageExportPluginTestRoeland Jago Douma2017-05-081-120/+113
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Always dispatch Carddav eventsRoeland Jago Douma2017-05-081-11/+42
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | check password for mail shares as wellBjoern Schiessle2017-05-041-1/+51
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix testsRoeland Jago Douma2017-05-021-1/+15
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4098 from nextcloud/feature/caldav_searchMorris Jobke2017-04-283-0/+595
|\ | | | | add Nextcloud Search extension to CalDAV
| * unit test custom calendar searchGeorg Ehrke2017-04-281-0/+132
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * require at least one param or prop filter elementGeorg Ehrke2017-04-251-0/+4
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * unit test CalDAV Search PluginGeorg Ehrke2017-04-252-0/+459
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Fix class namesJoas Schilling2017-04-271-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix last unit testsJoas Schilling2017-04-272-200/+32
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Don't end the abstract class name with Test.phpJoas Schilling2017-04-274-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Properly handle missing READ permissionVincent Petry2017-04-274-11/+80
| |
* | Fix duplicate name of classJoas Schilling2017-04-272-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-261-0/+63
| | | | | | | | | | | | Sabre usually deletes the target node on MOVE before proceeding with the actual move operation. This fix prevents this to happen in case the source node is a FutureFile.
* | Moved unit tests from ObjectTree::move to DirectoryVincent Petry2017-04-262-9/+255
|/
* Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-2411-19/+1
|\ | | | | Remove unused use statements
| * Remove unused use statementsMorris Jobke2017-04-2211-19/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-233-2/+7
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #4406 from nextcloud/fix-unit-test-problemsRoeland Jago Douma2017-04-212-7/+17
|\ | | | | Fix unit test problems
| * Fix invalid Dav testJoas Schilling2017-04-202-7/+17
| | | | | | | | | | | | | | | | PHP Warning: Declaration of PublicCalendarTest::testPrivateClassification() should be compatible with CalendarTest::testPrivateClassification($expectedChildren, $isShared) in apps/dav/tests/unit/CalDAV/PublicCalendarTest.php on line 29 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix unit testsMorris Jobke2017-04-202-1/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Restrict share handling to the owner onlyJoas Schilling2017-04-201-4/+0
|/ | | | | | | Otherwise group members can remove the share for the complete group, remove edit permissions and even single user shares for other users. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-121-4/+4
|\ | | | | Discover federatedsharing endpoints
| * adjust existing testsBjoern Schiessle2017-04-111-4/+4
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Allow file upload when storage is unlimitedJoas Schilling2017-04-121-5/+11
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* don't remove owner property for public calendarsGeorg Ehrke2017-04-093-3/+157
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Don't list on public calendar endpointsLukas Reschke2017-04-051-7/+2
| | | | | | There is no need to allow listing here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #3620 from ↵Morris Jobke2017-04-032-8/+179
|\ | | | | | | | | nextcloud/feature/1463/editable_color_name_for_shared_calendars allow sharees to edit certain calendar properties for themselves
| * OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackendGeorg Ehrke2017-03-271-2/+2
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * allow sharees to edit certain calendar properties for themselvesGeorg Ehrke2017-03-272-8/+179
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #4062 from nextcloud/downstream-26872Morris Jobke2017-03-293-2/+175
|\ \ | | | | | | Adding dav resource for avatars
| * | Adding AvatarNodeTestThomas Müller2017-03-291-0/+48
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Adding AvatarHomeTestThomas Müller2017-03-292-2/+127
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Directly fix the valuesJoas Schilling2017-03-263-317/+251
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix testsBjoern Schiessle2017-03-241-1/+2
| | | | | | calling getAbsoluteBundlePath() in the constructor makes other tests fail Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* use right format for avatarsBjoern Schiessle2017-03-241-4/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>