-
Notifications
You must be signed in to change notification settings - Fork 13
feat: implement carddav #311
Conversation
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.
Such a complex PR :-)
app/Domains/Contact/Dav/Web/Controllers/Backend/CardDAV/AddressBook.php
Outdated
Show resolved
Hide resolved
app/Domains/Contact/Dav/Web/Controllers/Backend/CardDAV/AddressBookHome.php
Outdated
Show resolved
Hide resolved
app/Domains/Contact/ManageContact/Web/Controllers/ContactController.php
Outdated
Show resolved
Hide resolved
@@ -10,6 +10,43 @@ class Gender extends Model | |||
{ | |||
use HasFactory; | |||
|
|||
/** | |||
* Male type gender. |
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.
For future contributors, I think we should add for every single const defined here, that they are used for the Carddav protocol, so they don't get confused.
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.
Yes, but I think it should not be used for carddav only
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.
Which other use cases do we need this?
Kudos, SonarCloud Quality Gate passed! |
Just a liiiiitle PR to implement carddav