Upgrade to Nextcloud 23
Note
Critical changes were collected on GitHub. See the original ticket for links to the pull requests and tickets.
Back-end changes
Changed APIs
\OCP\User\Events\UserLoggedInEvent::getPassword
is now nullable because logins are possible without a password in SSO setups
Deprecated APIs
\OCP\Calendar\IManager::search
: use the new calendar search API\OCP\Calendar\IManager::isEnabled
: there is no replacement\OCP\Calendar\IManager::registerCalendar
: use calendar providers\OCP\Calendar\IManager::unregisterCalendar
there is no replacement\OCP\Calendar\IManager::register
: use calendar providers\OCP\Calendar\IManager::getCalendars
: use the new calendar API\OCP\Calendar\IManager::clear
: there is no replacement