-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(CalDAV): check birthday calendar owner #40292
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
Conversation
|
/backport to stable27 |
|
/backport to stable26 |
|
/backport to stable25 |
918d9b1 to
aa19033
Compare
|
/backport to stable24 |
|
/backport to stable23 |
| $this->server->addPlugin(new \OCA\DAV\CalDAV\BirthdayCalendar\EnablePlugin( | ||
| \OC::$server->getConfig(), | ||
| \OC::$server->query(BirthdayService::class) | ||
| \OC::$server->query(BirthdayService::class), |
Check notice
Code scanning / Psalm
DeprecatedMethod
|
/backport to stable22 |
This comment was marked as resolved.
This comment was marked as resolved.
tcitworld
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.
Okay, but shouldn't the CalendarHome's owner be the only one to be able to POST on it anyway?
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.
Makes sense
Signed-off-by: Anna Larch <[email protected]>
aa19033 to
7eee1de
Compare
Summary
Add the correct 403 response for the DAV endpoint
Checklist