summaryrefslogtreecommitdiffstats
path: root/core/src/components/login/LoginForm.vue
Commit message (Expand)AuthorAgeFilesLines
* fix(login): only show error state on login box if user interactedFerdinand Thiessen2025-02-171-0/+5
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
* fix(login): Prevent submitting the login form multiple timesMarcel Müller2024-06-061-1/+7
* feat(login-mask): remove `Login with` from labelSimon L.2024-05-211-2/+2
* chore(core): Change "username" to "account name"Christopher Ng2024-05-171-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+3
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-251-7/+54
* feat: Limit email input on auth pages to 255 charsfenn-cs2024-03-211-1/+7
* fix: login page now correctly shows email LDAP settingsEduardo Morales2024-03-101-1/+16
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-0/+8
* chore: Migrate to new @nextcloud/vue APIChristopher Ng2023-08-291-2/+0
* Wrap long productName on login formfenn-cs2023-08-131-0/+1
* Remove jstz usage from serverThomas Citharel2023-01-041-2/+1
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-291-3/+5
* Fix warnings on login pageVincent Petry2022-11-181-2/+2
* Fix rendering of login headlineChristopher Ng2022-11-081-1/+2
* Fix empty password string being submitted to serverChristopher Ng2022-10-131-1/+1
* Set focus to input fieldDaniel Kesselberg2022-09-161-2/+2
* add a heading to the login formszaimen2022-09-121-0/+5
* More cleaning up of the login componentCarl Schwan2022-09-061-34/+29
* Use new vue components in login formCarl Schwan2022-09-051-74/+60
* More dark theme fixesCarl Schwan2022-08-261-1/+1
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-4/+4
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
* LoginForm: Fix password label translation callMarcel Klehr2022-07-181-1/+1
* Use Button component to show password for improved accessibilityChristopher Ng2022-07-071-13/+37
* Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-211-5/+1
* Add autocompletion for password resetCarl Schwan2021-10-221-2/+5
* Fix Login & Users settings pageJohn Molakvoæ (skjnldsv)2021-07-221-1/+3
* Fix password visibility toggle alt text and hover/focus feedbackJan C. Borchardt2021-04-121-1/+1
* Fix untranslated "User disabled" on login screenNina Pypchenko2020-12-161-1/+1
* Use generateUrl and imagePath instead of OC.*Joas Schilling2020-07-141-3/+16
* Use space instead of tab inside translationJoas Schilling2020-07-141-1/+1
* Fix #20551 - Disable autocapitalize for username field on login / reset passw...Liam JACK2020-04-211-0/+1
* Start with webauthnRoeland Jago Douma2020-03-311-14/+5
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-13/+13
* Pass on direct query parameter during loginRoeland Jago Douma2019-10-161-0/+8
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-131/+131
* Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-1/+2
* Force proper action for login formJulius Härtl2019-08-191-0/+1
* adding toggle password to be able to see itPhie2019-07-091-1/+14
* Vueify the login pageChristoph Wurst2019-05-291-0/+202