summaryrefslogtreecommitdiffstats
path: root/core/src/views/Login.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix: wipe local storages on log outbackport/50956/stable30Maksim Sukharev2025-02-251-7/+2
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Use `@simplewebauthn` for frontend logicFerdinand Thiessen2024-04-161-2/+0
| | | | | | | | | This simplifies the code a lot and fixes errors with the exisiting custom code, where slightly different base64 values were emitted which are not valid according to the standard. ref: https://github.com/web-auth/webauthn-framework/issues/510 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Reword login form disabled warning #37949Julian-Samuel Gebühr2024-03-171-4/+4
| | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
* fix: login page now correctly shows email LDAP settingsEduardo Morales2024-03-101-0/+2
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix: content info footer on guest pagesRichard Steinmetz2023-09-191-27/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(login): Use `tertiary` button for "back to login"Ferdinand Thiessen2023-05-171-3/+12
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(login): Make login form and footer look like a dashboard panelFerdinand Thiessen2023-05-161-5/+35
| | | | | | Also adjust border radius to match new main content box. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Remove js navigation on alternative login clickzorn-v2023-01-101-5/+1
| | | | | Signed-off-by: zorn-v <zorn7@yandex.ru> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* More cleaning up of the login componentCarl Schwan2022-09-061-31/+37
| | | | | | | - Move css in scopped vue components - Port to NcNoteCard all the warning messages Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Use new vue components in login formCarl Schwan2022-09-051-8/+9
| | | | | | | - Improve accessibility - Simply code Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-4/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-76/+115
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-211-5/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Auto fix warningsLouis Chemineau2022-01-211-4/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Properly apply the username prefillJulius Härtl2021-12-291-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix Login & Users settings pageJohn Molakvoæ (skjnldsv)2021-07-221-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-221-66/+36
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow WebAuthn on localhost as wellMorris Jobke2021-06-171-0/+5
| | | | | | | | * 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-6/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix 'Log in with a device' link focusabilityJan C. Borchardt2021-04-121-2/+4
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow admins to disable the login formRoeland Jago Douma2021-03-081-1/+14
| | | | | | | | | 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>
* Move core/js/files to webpackRoeland Jago Douma2020-05-221-2/+2
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Start with webauthnRoeland Jago Douma2020-03-311-1/+35
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Set direct login after password resetJulius Härtl2020-01-091-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-16/+16
| | | | | | | | | | 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>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Pass on direct query parameter during loginRoeland Jago Douma2019-10-161-0/+5
| | | | | | | 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>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-72/+72
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move actual password reset to vueJulius Härtl2019-07-311-1/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Vueify the login pageChristoph Wurst2019-05-291-0/+125
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>