| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(carddav): expose system address book | Anna Larch | 2023-05-11 | 1 | -2/+3 |
* | chore: polish SystemTagsInUseCollection | Arthur Schiwon | 2023-05-09 | 1 | -4/+1 |
* | PoC: SystemTags endpoint to return tags used by a user with meta data | Arthur Schiwon | 2023-05-09 | 1 | -0/+7 |
* | Fix errors from PHP 8.2 testing | Côme Chilliet | 2022-11-14 | 1 | -1/+0 |
* | 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 | -4/+3 |
|/ |
|
* | Migrate dav application from ILogger to LoggerInterface | Côme Chilliet | 2022-05-02 | 1 | -7/+6 |
* | Move calendar objects between calendars instead of deleting and recreating them | Anna Larch | 2022-03-16 | 1 | -4/+6 |
* | Remove shadowed $config variable | Christoph Wurst | 2021-10-13 | 1 | -1/+0 |
* | Expose user language through DAV | Thomas Citharel | 2021-08-16 | 1 | -1/+2 |
* | 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 | -4/+14 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 1 | -0/+2 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | dav search to honour sharing.maxAutocompleteResults setting | Arthur Schiwon | 2020-12-15 | 1 | -1/+1 |
* | Add Typed Events for CalDAV- and CardDAV-related Events | Georg Ehrke | 2020-08-18 | 1 | -6/+8 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -24/+24 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Add address book plugins | Christoph Wurst | 2020-03-09 | 1 | -2/+5 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | respect shareapi_allow_share_dialog_user_enumeration in Principal backend for... | Georg Ehrke | 2019-12-03 | 1 | -2/+3 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+2 |
* | use principaluri instead of userid, allowing to add delegates for rooms and t... | Georg Ehrke | 2019-08-15 | 1 | -3/+5 |
* | Use the proxymapper to obtain valid proxy data | Roeland Jago Douma | 2019-08-15 | 1 | -2/+3 |
* | Use proper dependency injection for app manager | Morris Jobke | 2019-03-05 | 1 | -1/+2 |
* | Add Apple Provisioning profile | Georg Ehrke | 2019-01-30 | 1 | -1/+9 |
* | Background job to cleanup leftover chunked uploads | Roeland Jago Douma | 2019-01-04 | 1 | -1/+5 |
* | allow group principal search for dav displayname property | Georg Ehrke | 2018-10-22 | 1 | -1/+1 |
* | apply group restrictions to resources | Georg Ehrke | 2018-06-25 | 1 | -2/+2 |
* | add resource / room principals | Georg Ehrke | 2018-06-25 | 1 | -4/+29 |
* | allow admins to override FreeBusy capabilities without modifying ShareAPI cap... | Georg Ehrke | 2018-05-22 | 1 | -1/+2 |
* | Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale... | Morris Jobke | 2017-12-12 | 1 | -1/+2 |
|\ |
|
| * | remember when a user deleted their contact birthdays calendar | Georg Ehrke | 2017-11-10 | 1 | -1/+2 |
* | | Principal search: Take sharing settings into account | Georg Ehrke | 2017-12-11 | 1 | -1/+4 |
* | | Fix functions to search for principals in the backend. | Christoph Seitz | 2017-12-11 | 1 | -1/+1 |
* | | catch errors when parsing calendar data for calendar query requests | Georg Ehrke | 2017-11-27 | 1 | -1/+2 |
|/ |
|
* | Check if the user/group exists for dav shares | Joas Schilling | 2017-10-05 | 1 | -10/+9 |
* | Adding dav resource for avatars | Thomas Müller | 2017-03-29 | 1 | -0/+4 |
* | Use the event dispatcher | Joas Schilling | 2016-11-03 | 1 | -4/+1 |
* | Move the methods into a new class | Joas Schilling | 2016-11-03 | 1 | -1/+4 |
* | Use true random string as uri for public calendars - as a result we can no lo... | Thomas Müller | 2016-09-26 | 1 | -2/+4 |
* | fix things (indentation, tests, comments, backend custom implementation | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
* | Add new root collection public-calendars which holds all public calendars | Thomas Müller | 2016-09-26 | 1 | -0/+4 |
* | Better displaynames for shared address books | Joas Schilling | 2016-08-24 | 1 | -2/+2 |
* | Better displaynames for shared calendars | Joas Schilling | 2016-08-24 | 1 | -1/+1 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Allow apps to register SystemTags plugins | Joas Schilling | 2016-07-18 | 1 | -1/+2 |
* | Fix TODO and bring in abstraction (similar to comments) | Joas Schilling | 2016-07-18 | 1 | -2/+1 |