-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Vue login page #15584
Comments
I would like this very much. It would also allow us to kill all extra JS etc beging served (with posisble preloading of the main file etc later). Of course we'd have to know if some apps inject stuff here (imprint app maybe?). |
If I'm not completely mistaken, the registration app is also hooking into the login page. |
But it does this via the "alternative login" API, right? |
Same goes for user_saml. |
Yep, I agree with @MorrisJobke |
cc @pellaeon |
WIP PR is at #15647 |
Is your feature request related to a problem? Please describe.
The login page is plain old jQuery.
Describe the solution you'd like
I would like to replace that with a Vue component.
Describe alternatives you've considered
n/a
Additional context
https://github.com/orgs/nextcloud/projects/31
@nextcloud/javascript @nextcloud/vue objects? Could this break any third party apps that inject random stuff into that page? If so, should we add proper APIs for that stuff?
The text was updated successfully, but these errors were encountered: