Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/settings/src/service/WebAuthnRegistrationSerice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import type { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON } from '@simplewebauthn/types'
import type { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON } from '@simplewebauthn/browser'

import { translate as t } from '@nextcloud/l10n'
import { generateUrl } from '@nextcloud/router'
Expand Down
2 changes: 1 addition & 1 deletion core/src/services/WebAuthnAuthenticationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import type { AuthenticationResponseJSON, PublicKeyCredentialRequestOptionsJSON } from '@simplewebauthn/types'
import type { AuthenticationResponseJSON, PublicKeyCredentialRequestOptionsJSON } from '@simplewebauthn/browser'

import { startAuthentication as startWebauthnAuthentication } from '@simplewebauthn/browser'
import { generateUrl } from '@nextcloud/router'
Expand Down
4 changes: 2 additions & 2 deletions dist/core-login.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/core-login.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ SPDX-FileCopyrightText: Roeland Jago Douma
SPDX-FileCopyrightText: Rob Cresswell <[email protected]>
SPDX-FileCopyrightText: OpenJS Foundation and other contributors
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Matthew Miller <[email protected]>
SPDX-FileCopyrightText: Matt Zabriskie
SPDX-FileCopyrightText: Joyent
SPDX-FileCopyrightText: Jonas Schade <[email protected]>
Expand Down Expand Up @@ -92,6 +93,9 @@ This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.25.1
- license: AGPL-3.0-or-later
- @simplewebauthn/browser
- version: 13.1.0
- license: MIT
- @vueuse/core
- version: 11.3.0
- license: MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/core-login.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-webauthn.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/settings-vue-settings-personal-webauthn.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: T. Jameson Little <[email protected]>
SPDX-FileCopyrightText: Roman Shtylman <[email protected]>
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Matthew Miller <[email protected]>
SPDX-FileCopyrightText: Matt Zabriskie
SPDX-FileCopyrightText: Joyent
SPDX-FileCopyrightText: John-David Dalton <[email protected]>
Expand Down Expand Up @@ -64,6 +65,9 @@ This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.25.1
- license: AGPL-3.0-or-later
- @simplewebauthn/browser
- version: 13.1.0
- license: MIT
- @vueuse/core
- version: 11.3.0
- license: MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-webauthn.js.map

Large diffs are not rendered by default.

18 changes: 5 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@nextcloud/sharing": "^0.2.4",
"@nextcloud/upload": "^1.9.1",
"@nextcloud/vue": "^8.25.1",
"@simplewebauthn/browser": "^12.0.0",
"@simplewebauthn/browser": "^13.1.0",
"@vue/web-component-wrapper": "^1.3.0",
"@vueuse/components": "^11.3.0",
"@vueuse/core": "^11.0.1",
Expand Down Expand Up @@ -132,7 +132,6 @@
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^6.3.0",
"@pinia/testing": "^0.1.7",
"@simplewebauthn/types": "^12.0.0",
"@testing-library/cypress": "^10.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
Expand Down
Loading