-
-
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
Add Typed Events for CalDAV- and CardDAV-related Events #22041
Conversation
How long should we keep the old events in place? |
usual deprecation? 3 releases? |
CalDAV tester is not happy, need to look into that |
6f531b2
to
0a563f4
Compare
fixed |
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.
Fine with me 👍
Also the documentation should be updated - I added it to the OP. |
@georgehrke Mind to look into the failing events? |
0a563f4
to
a666af7
Compare
Looks far better now 👍 |
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.
🚀
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
56b9052
to
67f1ef4
Compare
Rebased and autosquashed. |
@georgehrke I assume it's ready to merge, right? |
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 31971: failuremysql8.0-php7.2Show full log
acceptance-app-files
Show full log
acceptance-login
Show full log
|
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.
Together with #22304 psalm is also happy 👍
Merged the documentation and added it to the critical changes ticket. |
\OCA\DAV\CalDAV\CalDavBackend::createCalendar
OCA\DAV\Events\CalendarCreatedEvent
\OCA\DAV\CalDAV\CalDavBackend::updateCalendar
OCA\DAV\Events\CalendarUpdatedEvent
\OCA\DAV\CalDAV\CalDavBackend::deleteCalendar
OCA\DAV\Events\CalendarDeletedEvent
\OCA\DAV\CalDAV\CalDavBackend::createCalendarObject
OCA\DAV\Events\CalendarObjectCreatedEvent
\OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject
OCA\DAV\Events\CalendarObjectUpdatedEvent
\OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject
OCA\DAV\Events\CalendarObjectDeletedEvent
\OCA\DAV\CalDAV\CalDavBackend::createSubscription
OCA\DAV\Events\SubscriptionCreatedEvent
\OCA\DAV\CalDAV\CalDavBackend::updateSubscription
OCA\DAV\Events\SubscriptionUpdatedEvent
\OCA\DAV\CalDAV\CalDavBackend::deleteSubscription
OCA\DAV\Events\SubscriptionDeletedEvent
\OCA\DAV\CalDAV\CalDavBackend::createCachedCalendarObject
OCA\DAV\Events\CachedCalendarObjectCreatedEvent
\OCA\DAV\CalDAV\CalDavBackend::updateCachedCalendarObject
OCA\DAV\Events\CachedCalendarObjectUpdatedEvent
\OCA\DAV\CalDAV\CalDavBackend::deleteCachedCalendarObject
OCA\DAV\Events\CachedCalendarObjectDeletedEvent
\OCA\DAV\CalDAV\CalDavBackend::updateShares
OCA\DAV\Events\CalendarShareUpdatedEvent
\OCA\DAV\CalDAV\CalDavBackend::publishCalendar
OCA\DAV\Events\CalendarPublishedEvent
\OCA\DAV\CalDAV\CalDavBackend::publishCalendar
OCA\DAV\Events\CalendarUnpublishedEvent
\OCA\DAV\CardDAV\CardDavBackend::createCard
OCA\DAV\Events\CardCreatedEvent
\OCA\DAV\CardDAV\CardDavBackend::updateCard
OCA\DAV\Events\CardUpdatedEvent
\OCA\DAV\CardDAV\CardDavBackend::deleteCard
OCA\DAV\Events\CardDeletedEvent
Documentation PR: nextcloud/documentation#2765