summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV
Commit message (Expand)AuthorAgeFilesLines
...
| * | Allow apps to provide Calendars in user's calendarHomeGeorg Ehrke2020-02-182-1/+267
| |/
* / Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-101-0/+221
|/
* Update license headersChristoph Wurst2019-12-0537-138/+218
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-0/+1
* Set common-name to user's displayname if none is setGeorg Ehrke2019-11-291-5/+39
* Mode to modern phpunitRoeland Jago Douma2019-11-2727-91/+95
* More fixesRoeland Jago Douma2019-11-271-0/+8
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2727-31/+31
* Some php-cs fixesRoeland Jago Douma2019-11-2217-17/+30
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+32
* Make rooms / resources automatically reply to invitesGeorg Ehrke2019-08-261-0/+41
* fix foreach error for reminder generatorGeorg Ehrke2019-08-181-0/+32
* Final fixesGeorg Ehrke2019-08-158-737/+1532
* Support event reminders (email and notifications)Thomas Citharel2019-08-157-0/+1325
* Merge pull request #16666 from nextcloud/feature/calendar/delegationRoeland Jago Douma2019-08-155-18/+140
|\
| * use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-155-18/+140
* | Merge pull request #12392 from brad2014/feature/properly-present-buttons-from...Roeland Jago Douma2019-08-151-210/+148
|\ \ | |/ |/|
| * Move dav.invitation_link_recipients from getSystemValue to getAppValuebrad20142019-07-311-15/+15
| * IMipPlugin: DRY up - move common test set-up into setUp functionBrad Rubenstein2019-02-281-311/+117
| * IMipPlugin: Added unit test for dav.invitation_link_recipients supportBrad Rubenstein2019-02-281-0/+132
* | Allow to do a principal property search based on metadata keysGeorg Ehrke2019-08-011-0/+20
* | Test resource and room principal backend to check that they provide metadataGeorg Ehrke2019-08-013-766/+191
* | implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-211-0/+119
* | Created infrastructure to show circles' shared filesVinicius Cubas Brand2019-03-131-0/+9
* | Fix PHPUnitMorris Jobke2019-03-121-0/+2
|/
* Expose subadmin to OCPRoeland Jago Douma2019-01-291-0/+3
* Add command to move a calendar from an user to anotherThomas Citharel2019-01-161-0/+17
* Fix wrong used typeJoas Schilling2018-11-231-1/+1
* cache webcal calendars on serverGeorg Ehrke2018-11-075-0/+545
* add correct calendar-user-type to resource and room backendGeorg Ehrke2018-10-223-0/+9
* move disableFreeBusy check from User principal backend to Scheduling Outbox c...Georg Ehrke2018-10-161-0/+123
* remove LogicException, because it's also triggered with legitimate parametersGeorg Ehrke2018-09-051-5/+1
* Adding test for table schedulingobjects and fixing postgres LOBThomas Müller2018-08-061-2/+78
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
* Also shorten the name of the invitation tokensJoas Schilling2018-07-121-3/+3
* Shorten resource table names to allow install on oracle againJoas Schilling2018-07-122-2/+2
* Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-291-3/+83
* apply group restrictions to resourcesGeorg Ehrke2018-06-254-2/+1013
* Fix the master unit testsRoeland Jago Douma2018-06-011-0/+2
* Fix testsRoeland Jago Douma2018-05-271-1/+8
* Fixed caldav tests and metadata 2John Molakvoæ (skjnldsv)2018-03-081-1/+7
* Fix risky tests without assertionsJoas Schilling2018-01-252-3/+3
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+2
* Require PHPUnit 6.5 or higherJoas Schilling2018-01-241-1/+2
* 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-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