summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-126-20/+328
|\
| * create a user's birthday calendar right after they requested itGeorg Ehrke2017-11-111-2/+17
| * 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
* | Fix testsRoeland Jago Douma2017-12-111-0/+2
* | Create activities for (un)publishing calendar eventsThomas Citharel2017-12-111-0/+17
* | catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-272-1/+10
* | Merge pull request #6840 from nextcloud/feature/5282/calendar_apiMorris Jobke2017-11-163-0/+316
|\ \
| * | integrate Dav app with Calendar APIGeorg Ehrke2017-11-093-0/+316
| |/
* / show name of organizer in from name of invitation emailGeorg Ehrke2017-11-141-3/+16
|/
* Merge pull request #7042 from nextcloud/bugfix/noid/ensure_unique_uid_for_cal...Lukas Reschke2017-11-072-8/+101
|\
| * ensure uid for calendar objects is uniqueGeorg Ehrke2017-11-062-8/+101
* | Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-071-1/+1
|\ \
| * | Remove unused variablesMorris Jobke2017-11-061-1/+1
| |/
* | Change @georgehrke's emailMorris Jobke2017-11-069-8/+9
* | Update license headersMorris Jobke2017-11-0618-29/+125
* | fancify invitation emailsGeorg Ehrke2017-11-031-17/+79
|/
* Merge pull request #6849 from nextcloud/fix-missing-translation-of-personal-c...blizzz2017-10-312-3/+41
|\
| * Fix missing translation of "Personal" calendar in activitiesJoas Schilling2017-10-162-3/+41
* | Merge pull request #6903 from nextcloud/feature/679/remove_valarms_from_read_...Joas Schilling2017-10-311-0/+180
|\ \
| * | remove reminders from read-only shared calendarsGeorg Ehrke2017-10-221-0/+180
| |/
* / Use ::class in test mocksMorris Jobke2017-10-245-12/+12
|/
* Fix tests with group managerJoas Schilling2017-10-091-1/+1
* Check if the user/group exists for dav sharesJoas Schilling2017-10-053-3/+20
* 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
* Merge pull request #5298 from nextcloud/bugfix/4885/calendar_shares_url_speci...Morris Jobke2017-06-142-0/+10
|\
| * urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-122-0/+10
* | 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
| |/
* / allow PropPatch requests to contact_birthdaysGeorg Ehrke2017-06-081-0/+4
|/
* fix replacing of 4MB Unicode Chars in cal props tableGeorg Ehrke2017-05-211-1/+1
* fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke2017-05-082-0/+4
* 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
* add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-232-1/+4
* 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
* | Restrict share handling to the owner onlyJoas Schilling2017-04-201-4/+0
|/
* don't remove owner property for public calendarsGeorg Ehrke2017-04-093-3/+157
* Don't list on public calendar endpointsLukas Reschke2017-04-051-7/+2
* allow sharees to edit certain calendar properties for themselvesGeorg Ehrke2017-03-271-8/+9
* Add a unit test for the broken caseJoas Schilling2017-03-022-1/+22
* Unit test cleanupJoas Schilling2017-03-021-37/+36
* fix shared-as-busy events for ownerGeorg Ehrke2017-01-261-5/+3
* Make sure the used event type and the setting/filter are the sameJoas Schilling2017-01-101-3/+3
* Fix TodoTestRoeland Jago Douma2016-12-161-3/+3
* Add tests for the base providerJoas Schilling2016-11-301-0/+189