nextcloud/apps/settings/src/store
Peter Ringelmann dfaf200838
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-21 15:44:02 +02:00
..
admin-security.js chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
api.js fix(frontend): add strict password confirmation for sensitive admin actions 2026-04-21 15:44:02 +02:00
app-api-store.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
apps-store.ts fix(settings): Reactive UI updates for app group limitations 2025-11-19 22:05:47 +01:00
apps.js fix(frontend): add strict password confirmation for sensitive admin actions 2026-04-21 15:44:02 +02:00
authtoken.ts fix(apppasswords): Require password also on delete and update 2026-04-13 13:53:53 +00:00
index.js chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
oc.js chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
users-settings.js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
users.js fix(settings): resolve Cypress crash on undefined showConfig 2025-12-19 13:42:36 +01:00