nextcloud/apps/settings/src/components
Peter Ringelmann 10d1cec02d fix(frontend): add strict password confirmation for sensitive admin actions
Register axios password confirmation interceptors in the apps
management, admin delegation, admin security, and OAuth2 settings
bundles, and pass PwdConfirmationMode.Strict on requests to endpoints
protected with #[PasswordConfirmationRequired(strict: true)], so that
the user password is verified via Basic auth on the request itself
rather than relying on the session timestamp.

Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-04-23 15:08:00 +02:00
..
AdminDelegation fix(frontend): add strict password confirmation for sensitive admin actions 2026-04-23 15:08:00 +02:00
AppList fix(ci): fix eslint errors 2024-10-30 20:36:58 +02:00
AppStoreDiscover chore: Make active apps initial state consistent with OCS API 2024-07-10 01:35:24 +02:00
AppStoreSidebar chore(assets): Recompile assets + lint fix 2024-11-20 09:08:34 +00:00
BasicSettings chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
DeclarativeSettings refactor: Improve design of declarative settings 2024-07-16 15:38:34 +02:00
Encryption fix(settings): Clarify peculiarities of enabling encryption 2025-01-31 17:30:20 +01:00
PersonalInfo fix(core): Stop abusing the cache for avatar upload 2025-09-26 19:34:58 +02:00
Users fix(NewUserDialog): allow to deselect a group from the list 2025-12-15 14:54:20 +00:00
WebAuthn chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
AdminAI.vue fix: Update AdminAI.vue 2024-09-09 08:42:15 +00:00
AdminDelegating.vue chore: Add SPDX header 2024-06-03 20:33:31 +02:00
AdminSettingsSharingForm.vue fix(files_sharing): ensure password or date is enabled by default to be enforced 2025-08-04 17:18:36 +00:00
AdminTwoFactor.vue fix(frontend): add strict password confirmation for sensitive admin actions 2026-04-23 15:08:00 +02:00
AppList.vue fix(apps): Sort names separately from active/update state 2025-05-06 09:28:22 +00:00
AppNavigationGroupList.vue fix(AppNavigationGroupList): restore navigation panel and search/filter functionality for sub-admin groups 2025-06-02 07:19:42 +00:00
AuthToken.vue chore: Add SPDX header 2024-06-03 20:33:31 +02:00
AuthTokenList.vue chore: Add SPDX header 2024-06-03 20:33:31 +02:00
AuthTokenSection.vue chore: Add SPDX header 2024-06-03 20:33:31 +02:00
AuthTokenSetup.vue chore: Add SPDX header 2024-06-03 20:33:31 +02:00
AuthTokenSetupDialog.vue chore: Add SPDX header 2024-06-03 20:33:31 +02:00
GroupListItem.vue refactor(settings): replace "remove" wording with "delete" 2025-05-24 08:00:39 +00:00
Markdown.cy.ts fix(app-store): Correctly render Markdown in app description 2024-10-24 13:35:52 +02:00
Markdown.vue fix(app-store): Correctly render Markdown in app description 2024-10-24 13:35:52 +02:00
PasswordSection.vue chore: Add SPDX header 2024-06-03 20:33:31 +02:00
SelectSharingPermissions.vue chore: Add SPDX header 2024-06-03 20:33:31 +02:00
SvgFilterMixin.vue chore: Add SPDX header 2024-06-03 20:33:31 +02:00
UserList.vue fix(settings): group admins only can add users to their groups 2025-04-27 12:44:51 +02:00