-
-
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
Critical changes for developers & admins for Nextcloud 22 #26407
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
You can fix your app in the same way we fixed Talk nextcloud/spreed#5445 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The end of support for the database.xml should definitely be in here. Causes marius-wieschollek/passwords#390 |
Maybe it would be worth mentioning that the Circles app changed a lot. The frontend JS API got replaced by OCS API routes and the backend PHP API also changed significantly. Developers who interact with Circles probably need to migrate their code. |
nextcloud/documentation#6900 for the collected changes. Please help review.
I'll leave that to the developers of the app. |
23 changes will be tracked in #27846 |
Continuation of #23210
Front-end
Deprecated global variables
tbd
Backend
OCP\LDAP\ILDAPProviderFactory
now also needs to implement a methodisAvailable()
make ILDAPProviderFactory usable when there is no ldap setup #25326Removed from public namespace:
OCP\User
was removed after the grace period of 3 years - Drop \OCP\User #25679Removed from private namespace:
OC_User::getDisplayName()
- Use proper methods for display name retrieval #24318Deprecations
tdb
Deprecations of Events & Hooks
tdb
Behavorial changes
migration:*
commands are not available anymore (unless in debug). See Remove the migration commands unless in debug mode #27113 for information. If you thought you needed them, feel free to ping the author or a reviewer of the PR to solve the problem correctly. Running migrations directly mostly breaks the database status and is therefor only ment for debugging faulty migrations.exception
entry is added and the existing message will only contain the exception message text. This might need adjustments by administrators when logs are extracted to external sources.overwrite.cli.url
: Set local domain for swiftmailer #27306The text was updated successfully, but these errors were encountered: