aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #6835 from nextcloud/dav-plugins-from-apps-onlyLukas Reschke2017-10-192-2/+106
|\ \ \ | |_|/ |/| |
| * | Let apps register Sabre plugins or collectionsVincent Petry2017-10-142-2/+106
* | | Fix tests with group managerJoas Schilling2017-10-091-1/+1
|/ /
* / Check if the user/group exists for dav sharesJoas Schilling2017-10-054-14/+53
|/
* Fix quota calculation on new dav upload endpointRoeland Jago Douma2017-09-131-3/+8
* Merge pull request #5304 from nextcloud/bugfix/2855/dont_send_invitations_for...Morris Jobke2017-09-061-2/+64
|\
| * Sabre/VObject returns DateTimeImmutable, not a simple DateTimeGeorg Ehrke2017-09-051-5/+9
| * don't send invitation emails for past eventsGeorg Ehrke2017-09-051-2/+60
* | Fix testRobin Appelman2017-08-261-3/+3
|/
* Do not log WebDAV maintenance mode exceptionMorris Jobke2017-08-151-0/+3
* fix and extend dav test to also test the master-key setupBjoern Schiessle2017-07-062-0/+52
* Don't log passwords on dav exceptionsJoas Schilling2017-06-291-3/+3
* Merge pull request #5124 from nextcloud/allow-dirlisting-with-unreadable-itemsJoas Schilling2017-06-161-4/+5
|\
| * Fix unit testJoas Schilling2017-06-071-4/+5
* | Merge pull request #5298 from nextcloud/bugfix/4885/calendar_shares_url_speci...Morris Jobke2017-06-143-0/+14
|\ \
| * | urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-123-0/+14
* | | Merge pull request #5300 from nextcloud/bugfix/noid/fix_proppatch_requests_to...Morris Jobke2017-06-141-0/+6
|\ \ \
| * | | allow users to send PropPatch request when calendar is group-shared with themGeorg Ehrke2017-06-081-0/+6
| | |/ | |/|
* | | Merge pull request #5295 from nextcloud/bugfix/5077/allow_proppatches_to_birt...Morris Jobke2017-06-131-0/+4
|\ \ \
| * | | allow PropPatch requests to contact_birthdaysGeorg Ehrke2017-06-081-0/+4
| |/ /
* | / Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-131-3/+9
| |/ |/|
* | add missing parent::setUp that broke any other dav app testGeorg Ehrke2017-06-081-0/+1
|/
* fix replacing of 4MB Unicode Chars in cal props tableGeorg Ehrke2017-05-211-1/+1
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-1/+2
* Use Bearer backend for SabreDAVLukas Reschke2017-05-181-0/+88
* Merge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatchMorris Jobke2017-05-082-0/+4
|\
| * fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke2017-05-082-0/+4
* | Fix ImageExportPluginTestRoeland Jago Douma2017-05-081-120/+113
* | Always dispatch Carddav eventsRoeland Jago Douma2017-05-081-11/+42
* | check password for mail shares as wellBjoern Schiessle2017-05-041-1/+51
* | Fix testsRoeland Jago Douma2017-05-021-1/+15
|/
* Merge pull request #4098 from nextcloud/feature/caldav_searchMorris Jobke2017-04-283-0/+595
|\
| * unit test custom calendar searchGeorg Ehrke2017-04-281-0/+132
| * require at least one param or prop filter elementGeorg Ehrke2017-04-251-0/+4
| * unit test CalDAV Search PluginGeorg Ehrke2017-04-252-0/+459
* | Fix class namesJoas Schilling2017-04-271-4/+4
* | Fix last unit testsJoas Schilling2017-04-272-200/+32
* | Don't end the abstract class name with Test.phpJoas Schilling2017-04-274-4/+4
* | Properly handle missing READ permissionVincent Petry2017-04-274-11/+80
* | Fix duplicate name of classJoas Schilling2017-04-272-6/+6
* | Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-261-0/+63
* | 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 statementsMorris Jobke2017-04-2211-19/+1
* | add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-233-2/+7
|/
* Merge pull request #4406 from nextcloud/fix-unit-test-problemsRoeland Jago Douma2017-04-212-7/+17
|\
| * Fix invalid Dav testJoas Schilling2017-04-202-7/+17
* | Fix unit testsMorris Jobke2017-04-202-1/+5
* | Restrict share handling to the owner onlyJoas Schilling2017-04-201-4/+0
|/
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-121-4/+4
|\