summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
* Fix getting ocs share permissions if a storage is not availableRobin Appelman2018-07-181-1/+2
* Also shorten the name of the invitation tokensJoas Schilling2018-07-123-7/+7
* Shorten resource table names to allow install on oracle againJoas Schilling2018-07-123-11/+11
* Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-293-3/+638
* Merge pull request #9773 from nextcloud/feature/noid/resource_bookingMorris Jobke2018-06-295-2/+1298
|\
| * Calendar resource booking: unit tests / adding missing annotationsGeorg Ehrke2018-06-251-0/+285
| * apply group restrictions to resourcesGeorg Ehrke2018-06-254-2/+1013
* | Add groupware settings sectionJulius Härtl2018-06-271-2/+2
|/
* Add tests for handling anonymous authRobin Appelman2018-06-011-0/+71
* Fix the master unit testsRoeland Jago Douma2018-06-012-0/+4
* Merge pull request #9550 from nextcloud/bugfix/noid/override_freebusy_sharing...Morris Jobke2018-06-011-81/+147
|\
| * allow admins to override FreeBusy capabilities without modifying ShareAPI cap...Georg Ehrke2018-05-221-81/+147
* | Move repairstep to a custom commandRoeland Jago Douma2018-05-281-4/+5
* | Fix testsRoeland Jago Douma2018-05-272-2/+16
* | Adding repair step which cleans shares of invalid principalsRoeland Jago Douma2018-05-271-0/+70
* | CalDAV and CardDAV plugins need to be registered for the principals collectio...Roeland Jago Douma2018-05-271-5/+17
|/
* Fix settings testsJulius Härtl2018-05-031-1/+1
* Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfileMorris Jobke2018-05-021-1/+1
|\
| * use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-261-2/+1
| * fix dav testArthur Schiwon2018-04-261-1/+2
| * offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-1/+1
| * destaticfy Log classesArthur Schiwon2018-04-261-1/+1
* | Improve the directContollerRoeland Jago Douma2018-04-261-0/+155
* | Add tests for DirectFile and DirectHomeRoeland Jago Douma2018-04-262-0/+314
|/
* adjust tests to new exception log formatRobin Appelman2018-04-111-8/+18
* Fixed caldav tests and metadata 2John Molakvoæ (skjnldsv)2018-03-081-1/+7
* Loglevel is an intRoeland Jago Douma2018-02-271-1/+1
* Make ILogger strictRoeland Jago Douma2018-02-271-1/+1
* Fix dav server testRoeland Jago Douma2018-02-221-0/+2
* adjust testsRobin Appelman2018-02-071-17/+21
* Add all parameters to returnValueMapJulius Härtl2018-01-311-2/+2
* Merge pull request #7707 from nextcloud/bugfix/noid/birthdaycalendar-differen...Morris Jobke2018-01-261-1/+1
|\
| * generate different UIDs for Birthday, Anniversary and Death eventGeorg Ehrke2018-01-041-1/+1
* | Fix risky tests without assertionsJoas Schilling2018-01-256-6/+8
* | Fix "Undefined method setExpectedException()"Joas Schilling2018-01-244-6/+8
* | Require PHPUnit 6.5 or higherJoas Schilling2018-01-242-5/+2
* | Fix avatarHomeRoeland Jago Douma2018-01-161-10/+7
|/
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-153-57/+171
* fix dav unit testsBjoern Schiessle2017-12-121-3/+3
* Fix unit tests for CalendarManagerMorris Jobke2017-12-121-1/+6
* Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-129-25/+664
|\
| * generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-112-1/+152
| * create a user's birthday calendar right after they requested itGeorg Ehrke2017-11-111-2/+17
| * respect admin / user choice about birthday calendars in corresponding hooksGeorg Ehrke2017-11-111-5/+110
| * disallow users to create calendars with reserved namesGeorg Ehrke2017-11-111-0/+81
| * add CalDAV interface that allows users to re-enable their birthday calendarGeorg Ehrke2017-11-111-0/+171
| * remember when a user deleted their contact birthdays calendarGeorg Ehrke2017-11-104-20/+61
| * Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-091-0/+75
* | Merge pull request #6590 from nextcloud/dav-create-activities-for-publishingMorris Jobke2017-12-111-0/+19
|\ \