aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/WebAuthn/AddDevice.vue
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-2/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-2/+2
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-0/+2
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(webauthn): submit device name by pressing enterRichard Steinmetz2024-05-011-8/+11
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: Use `@simplewebauthn` for frontend logicFerdinand Thiessen2024-04-161-88/+69
| | | | | | | | | 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>
* fix(settings): Refactor logger code to use TypescriptFerdinand Thiessen2024-03-051-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* update webauthn section to feature componentsSimon L2024-01-111-4/+10
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-141-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Allow WebAuthn on localhost as wellMorris Jobke2021-06-171-1/+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>
* Fix some linter warnings in settingsRoeland Jago Douma2020-05-111-2/+2
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* l10n: Changed spelling of WebAuthnrakekniven2020-04-041-2/+2
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* Start with webauthnRoeland Jago Douma2020-03-311-0/+215
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>