summaryrefslogtreecommitdiffstats
path: root/core/src/login.js
Commit message (Collapse)AuthorAgeFilesLines
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-221-43/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow WebAuthn on localhost as wellMorris Jobke2021-06-171-0/+1
| | | | | | | | * browsers typically whiteliste this as well - https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API * for developing purposes see https://developer.chrome.com/docs/devtools/webauthn/ Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Handle device login like an alternative loginJoas Schilling2021-04-201-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-2/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow admins to disable the login formRoeland Jago Douma2021-03-081-0/+1
| | | | | | | | | In case they want to not allow this because they use SSO (and do not want the users to enter their credentials there by accident). ?direct=1 still works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix loading error catchJohn Molakvoæ (skjnldsv)2020-09-181-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Start with webauthnRoeland Jago Douma2020-03-311-0/+3
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-2/+2
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Pass on direct query parameter during loginRoeland Jago Douma2019-10-161-1/+2
| | | | | | | If direct is set we should forward it again. This to make SAML direct login work again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use the external initial state implementationChristoph Wurst2019-10-121-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-14/+15
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move actual password reset to vueJulius Härtl2019-07-311-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Vueify the login pageChristoph Wurst2019-05-291-37/+52
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Create a login bundle for login page scriptsChristoph Wurst2019-05-071-0/+48
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>