-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix: Remove support for app.php loading #52178
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
Conversation
It has been deprecated for a long time, and the last known active application to use it (user_saml) is now migrated the modern API. Presence of the file is still checked in order to log an error. This behavior may be removed as well in a few versions. Signed-off-by: Côme Chilliet <[email protected]>
provokateurin
left a comment
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.
Cool :)
Signed-off-by: Côme Chilliet <[email protected]>
|
https://github.com/nextcloud/server/actions/runs/14446111109/job/40507234995?pr=52178 user_saml is broken it seems, but not by this PR, most likely by related PR nextcloud/user_saml#611 |
|
remember to not only add to app upgrade guides but also remove this section: |
|
omg yes!! 🙏 |
|
Thank you very much!! 🧹 🚀 |
Summary
It has been deprecated for a long time, and the last known active application to use it (user_saml) is now migrated to the modern API.
Presence of the file is still checked in order to log an error. This behavior may be removed as well in a few versions.
Checklist