Skip to content
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

Critical changes for developers & admins for Nextcloud 20 #20953

Closed
ChristophWurst opened this issue May 13, 2020 · 1 comment · Fixed by nextcloud/documentation#5160
Closed
Labels
Milestone

Comments

@ChristophWurst
Copy link
Member

ChristophWurst commented May 13, 2020

Continuation of #18479

Front-end

CSS

  • body theme classes are now theme--highcontrast, theme--dark and/or theme--light

JavaScript

Deprecated global variables

Backend

Removed from public namespace:

Removed from private namespace:

Deprecations

Deprecations of Events & Hooks

Depracted event names Use instead this typed event (in Nextcloud 20 onwards) Pull request
\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

Behavorial changes

@ChristophWurst ChristophWurst added this to the Nextcloud 20 milestone May 13, 2020
@ChristophWurst ChristophWurst changed the title Critical changes for developers & admins for Nextcloud 19 Critical changes for developers & admins for Nextcloud 20 May 13, 2020
@e-alfred e-alfred mentioned this issue May 17, 2020
4 tasks
@georgehrke georgehrke pinned this issue Jun 15, 2020
@rullzer rullzer modified the milestones: Nextcloud 20, Nextcloud 21 Oct 3, 2020
paulijar added a commit to paulijar/music that referenced this issue Oct 4, 2020

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
This is what is recommended in
nextcloud/server#20953. However, also the
$(document).ready callcback still seemed to work fine on NC20 RC2.
@ChristophWurst
Copy link
Member Author

New ticket for 21: #23210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants