-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement Dav for groups #6799
Conversation
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!
app/Domains/Contact/ManageGroups/Web/Controllers/ContactModuleGroupController.php
Show resolved
Hide resolved
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
🎉 This PR is included in version 5.0.0-beta.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This pull request has been automatically locked since there |
This implements Carddav for groups.
The group type is now optional, carddav doesn't know about the group types and I think it's easier this way - and I think it's better to make it optional anyways.