-
Notifications
You must be signed in to change notification settings - Fork 283
feat: restrict calendar invitation participants #7794
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: restrict calendar invitation participants #7794
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Is this something we want added to settings too? |
ChristophWurst
left a comment
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.
This is out of sync with the server changes -> won't work
lib/Controller/ContactController.php
Outdated
| } | ||
|
|
||
| $result = $this->contactsManager->search($search, ['FN', 'EMAIL'], ['enumeration' => false]); | ||
| $externalAttendeesDisabled = $this->appConfig->getValueBool('dav', 'caldav.external_attendees_disabled', false); |
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.
| $externalAttendeesDisabled = $this->appConfig->getValueBool('dav', 'caldav.external_attendees_disabled', false); | |
| $externalAttendeesDisabled = $this->appConfig->getValueBool('dav', 'caldav_external_attendees_disabled', false); |
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.
Corrected
This a admin setting, we could add this to dav setting for easy discovery, but design and @ChristophWurst would need to make that decision |
|
Documented configuration is sufficient as a first version |
a140dd8 to
59278b3
Compare
7d56a75 to
59d7163
Compare
Signed-off-by: SebastianKrupinski <[email protected]>
59d7163 to
0505cef
Compare
Documentation |
|
/backport to stable6.1 |
|
/backport to stable5.5 |
Summary