-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
allow local delivery of schedule message while prohibiting FreeBusy requests #11822
allow local delivery of schedule message while prohibiting FreeBusy requests #11822
Conversation
26532e0
to
f077c64
Compare
…Outbox collection. This allows to keep local delivery of scheduling messages while prohibiting FreeBusy requests Signed-off-by: Georg Ehrke <[email protected]>
f077c64
to
f5dc7b7
Compare
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.
Seems to do the trick for me
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.
Code looks good 👍
CI failure unrelated. |
@georgehrke since this is mainly tests and faily straight forward code. |
To test this you need a copy of thunderbird.
With
php occ config:app:set dav disableFreeBusy --value=no
(or option not set):With
php occ config:app:set dav disableFreeBusy --value=yes
With current master, enabling
disableFreeBusy
also breaks local delivery.