\OCA\DAV\CalDAV\CalDavBackend::createCachedCalendarObject |
OCA\DAV\Events\CachedCalendarObjectCreatedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::createCalendar |
OCA\DAV\Events\CalendarCreatedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::createCalendarObject |
OCA\DAV\Events\CalendarObjectCreatedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::createSubscription |
OCA\DAV\Events\SubscriptionCreatedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::deleteCachedCalendarObject |
OCA\DAV\Events\CachedCalendarObjectDeletedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::deleteCalendar |
OCA\DAV\Events\CalendarDeletedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject |
OCA\DAV\Events\CalendarObjectDeletedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::deleteSubscription |
OCA\DAV\Events\SubscriptionDeletedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::publishCalendar |
OCA\DAV\Events\CalendarPublishedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::publishCalendar |
OCA\DAV\Events\CalendarUnpublishedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::updateCachedCalendarObject |
OCA\DAV\Events\CachedCalendarObjectUpdatedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::updateCalendar |
OCA\DAV\Events\CalendarUpdatedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject |
OCA\DAV\Events\CalendarObjectUpdatedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::updateShares |
OCA\DAV\Events\CalendarShareUpdatedEvent |
#22041 |
\OCA\DAV\CalDAV\CalDavBackend::updateSubscription |
OCA\DAV\Events\SubscriptionUpdatedEvent |
#22041 |
\OCA\DAV\CardDAV\CardDavBackend::createCard |
OCA\DAV\Events\CardCreatedEvent |
#22041 |
\OCA\DAV\CardDAV\CardDavBackend::deleteCard |
OCA\DAV\Events\CardDeletedEvent |
#22041 |
\OCA\DAV\CardDAV\CardDavBackend::updateCard |
OCA\DAV\Events\CardUpdatedEvent |
#22041 |
OC_User::post_removeFromGroup (was removed) |
OCP\Group\Events\UserRemovedEvent |
#21738 |
OCA\DAV\Connector\Sabre::authInit (was removed) |
OCA\DAV\Events\SabrePluginAuthInitEvent |
#21814 |
OCA\Files_Sharing::loadAdditionalScripts:: publicShareAuth |
OCA\Files_Sharing\Event\BeforeTemplateRenderedEvent |
#21815 |
OCA\Files_Sharing::loadAdditionalScripts |
OCA\Files_Sharing\Event\BeforeTemplateRenderedEvent |
#21815 |
OCA\User_LDAP\User\User::postLDAPBackendAdded |
OCA\User_LDAP\Events\ UserBackendRegistered |
#22221 |
OCA\User_LDAP\User\User::postLDAPBackendAdded |
OCA\User_LDAP\Events\GroupBackendRegistered |
#22221 |
OCP\AppFramework\Http\StandaloneTemplateResponse::EVENT_LOAD_ADDITIONAL_SCRIPT |
OCP\AppFramework\Http\Events\BeforeTemplateRenderedEvent |
#21822 |
OCP\AppFramework\Http\StandaloneTemplateResponse::EVENT_LOAD_ADDITIONAL_SCRIPTS_LOGGEDIN |
OCP\AppFramework\Http\Events\BeforeTemplateRenderedEvent |
#21822 |
OCP\WorkflowEngine::loadAdditionalSettingScripts |
OCP\WorkflowEngine\Events\LoadSettingsScriptsEvent |
#22169 |
Continuation of #18479
Front-end
CSS
theme--highcontrast,theme--darkand/ortheme--lightJavaScript
$(document).ready(function() {})to init your scripts, please move to DOMContentLoaded (Use DOMContentLoaded and fix sharebymail loading issue #21921)Deprecated global variables
Backend
Removed from public namespace:
OCA\DAV\Connector\Sabre::authInit- there is a typed event available:OCA\DAV\Events\SabrePluginAuthInitEventMove federated_share_added into a typed event #21814Removed from private namespace:
OC_Mount_Configin files_external was renamed toOCA\Files_External\MountConfigMove OC_Mount_Config to proper classname and remove OC::$CLASSPATH us… #21785Deprecations
\OCP\IServerContainer::getEventDispatcherDeprecate \OCP\IServerContainer::getEventDispatcher #21322appinfo/app.phpanymore but try to use theIBootstrapinterface for theApplicationto lazy load as much as possible: Do not load app.php if Application implements IBootstrap #21812OC_App::registerLogIn()is deprecated, please register your alternative login option using theregisterAlternativeLogin()on theRegistrationContextin your Application class implementing theOCP\Authentication\IAlternativeLogininterface Allow to register AlternativeLogin on RegistrationContext #21850OCP\ILoggerDeprecate ILogger in favor of the PSR-3 logger #21875 (example is included there)Deprecations of Events & Hooks
OCP\Group\Events\BeforeUserRemovedEvent- it can't be guaranteed that this event is triggered in all case (e.g. for LDAP users this isn't possible) - if there is a valid use case please comment here Migrate OC_Group post_removeFromGroup hook to actual event object #21738\OCA\DAV\CalDAV\CalDavBackend::createCachedCalendarObjectOCA\DAV\Events\CachedCalendarObjectCreatedEvent\OCA\DAV\CalDAV\CalDavBackend::createCalendarOCA\DAV\Events\CalendarCreatedEvent\OCA\DAV\CalDAV\CalDavBackend::createCalendarObjectOCA\DAV\Events\CalendarObjectCreatedEvent\OCA\DAV\CalDAV\CalDavBackend::createSubscriptionOCA\DAV\Events\SubscriptionCreatedEvent\OCA\DAV\CalDAV\CalDavBackend::deleteCachedCalendarObjectOCA\DAV\Events\CachedCalendarObjectDeletedEvent\OCA\DAV\CalDAV\CalDavBackend::deleteCalendarOCA\DAV\Events\CalendarDeletedEvent\OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObjectOCA\DAV\Events\CalendarObjectDeletedEvent\OCA\DAV\CalDAV\CalDavBackend::deleteSubscriptionOCA\DAV\Events\SubscriptionDeletedEvent\OCA\DAV\CalDAV\CalDavBackend::publishCalendarOCA\DAV\Events\CalendarPublishedEvent\OCA\DAV\CalDAV\CalDavBackend::publishCalendarOCA\DAV\Events\CalendarUnpublishedEvent\OCA\DAV\CalDAV\CalDavBackend::updateCachedCalendarObjectOCA\DAV\Events\CachedCalendarObjectUpdatedEvent\OCA\DAV\CalDAV\CalDavBackend::updateCalendarOCA\DAV\Events\CalendarUpdatedEvent\OCA\DAV\CalDAV\CalDavBackend::updateCalendarObjectOCA\DAV\Events\CalendarObjectUpdatedEvent\OCA\DAV\CalDAV\CalDavBackend::updateSharesOCA\DAV\Events\CalendarShareUpdatedEvent\OCA\DAV\CalDAV\CalDavBackend::updateSubscriptionOCA\DAV\Events\SubscriptionUpdatedEvent\OCA\DAV\CardDAV\CardDavBackend::createCardOCA\DAV\Events\CardCreatedEvent\OCA\DAV\CardDAV\CardDavBackend::deleteCardOCA\DAV\Events\CardDeletedEvent\OCA\DAV\CardDAV\CardDavBackend::updateCardOCA\DAV\Events\CardUpdatedEventOC_User::post_removeFromGroup(was removed)OCP\Group\Events\UserRemovedEventOCA\DAV\Connector\Sabre::authInit(was removed)OCA\DAV\Events\SabrePluginAuthInitEventOCA\Files_Sharing::loadAdditionalScripts:: publicShareAuthOCA\Files_Sharing\Event\BeforeTemplateRenderedEventOCA\Files_Sharing::loadAdditionalScriptsOCA\Files_Sharing\Event\BeforeTemplateRenderedEventOCA\User_LDAP\User\User::postLDAPBackendAddedOCA\User_LDAP\Events\ UserBackendRegisteredOCA\User_LDAP\User\User::postLDAPBackendAddedOCA\User_LDAP\Events\GroupBackendRegisteredOCP\AppFramework\Http\StandaloneTemplateResponse::EVENT_LOAD_ADDITIONAL_SCRIPTOCP\AppFramework\Http\Events\BeforeTemplateRenderedEventOCP\AppFramework\Http\StandaloneTemplateResponse::EVENT_LOAD_ADDITIONAL_SCRIPTS_LOGGEDINOCP\AppFramework\Http\Events\BeforeTemplateRenderedEventOCP\WorkflowEngine::loadAdditionalSettingScriptsOCP\WorkflowEngine\Events\LoadSettingsScriptsEventBehavorial changes