| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(dav): Add void return type to test methods | Christoph Wurst | 2023-01-20 | 1 | -1/+1 |
* | Fix dynamic property creations in test files | Côme Chilliet | 2022-08-01 | 1 | -5/+9 |
* | Merge pull request #31029 from nextcloud/expose-extra-emails-in-dav | Vincent Petry | 2022-06-10 | 1 | -0/+2 |
|\ |
|
| * | Expose additional emails in {DAV:}alternate-URI-set | Thomas Citharel | 2022-05-17 | 1 | -0/+2 |
* | | Remove all legacy event dispatchers from CalDAV & CardDAV backends | Thomas Citharel | 2022-05-17 | 1 | -7/+1 |
|/ |
|
* | Migrate dav application from ILogger to LoggerInterface | Côme Chilliet | 2022-05-02 | 1 | -3/+3 |
* | Expose user language through DAV | Thomas Citharel | 2021-08-16 | 1 | -0/+2 |
* | Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-tests | Morris Jobke | 2021-06-07 | 1 | -20/+10 |
|\ |
|
| * | Code style fixes | Morris Jobke | 2021-06-07 | 1 | -5/+0 |
| * | Fix dispatcher handling in CalDavBackendTest | Joas Schilling | 2021-06-04 | 1 | -17/+12 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
|/ |
|
* | Add a trashbin for calendars and calendar objects | Christoph Wurst | 2021-05-31 | 1 | -2/+13 |
* | Remove the untyped calendar create event | Christoph Wurst | 2021-05-07 | 1 | -3/+6 |
* | Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject event | Christoph Wurst | 2021-05-07 | 1 | -3/+6 |
* | Exclusively use the typed calendar deletion events for DAV | Christoph Wurst | 2021-04-29 | 1 | -4/+6 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 1 | -0/+2 |
* | Add Typed Events for CalDAV- and CardDAV-related Events | Georg Ehrke | 2020-08-18 | 1 | -5/+9 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -4/+4 |
* | Add Event and Task Backends for Unified Search | Georg Ehrke | 2020-08-04 | 1 | -2/+7 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -4/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -3/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | respect shareapi_allow_share_dialog_user_enumeration in Principal backend for... | Georg Ehrke | 2019-12-03 | 1 | -0/+1 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
* | use principaluri instead of userid, allowing to add delegates for rooms and t... | Georg Ehrke | 2019-08-15 | 1 | -1/+2 |
* | Fix PHPUnit | Morris Jobke | 2019-03-12 | 1 | -0/+2 |
* | cache webcal calendars on server | Georg Ehrke | 2018-11-07 | 1 | -0/+15 |
* | Fix the master unit tests | Roeland Jago Douma | 2018-06-01 | 1 | -0/+2 |
* | Fix tests | Roeland Jago Douma | 2018-05-27 | 1 | -1/+8 |
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -2/+2 |
* | catch errors when parsing calendar data for calendar query requests | Georg Ehrke | 2017-11-27 | 1 | -1/+5 |
* | Merge pull request #7042 from nextcloud/bugfix/noid/ensure_unique_uid_for_cal... | Lukas Reschke | 2017-11-07 | 1 | -1/+3 |
|\ |
|
| * | ensure uid for calendar objects is unique | Georg Ehrke | 2017-11-06 | 1 | -1/+3 |
* | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
|/ |
|
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -1/+1 |
* | Check if the user/group exists for dav shares | Joas Schilling | 2017-10-05 | 1 | -0/+194 |