nextcloud/apps/settings
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
..
appinfo feat(users): Add support for admin delegation for users and groups management 2024-07-22 17:17:35 +02:00
composer feat(SetupChecks): Add check for TaskProcessing pickup speed 2025-05-26 14:15:24 +02:00
css chore(assets): Recompile assets 2025-01-25 08:10:21 +00:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img chore: Add SPDX header 2024-06-06 22:53:41 +02:00
js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
l10n fix(l10n): Update translations from Transifex 2025-10-10 00:13:39 +00:00
lib fix(admin): use correct delegation class 2026-03-18 10:07:06 +00:00
src fix(frontend): add strict password confirmation for sensitive admin actions 2026-04-23 15:08:00 +02:00
templates chore: apply code style 2025-04-30 19:04:59 +02:00
tests fix: Fix button alignment for email templates in Outlook 2025-08-06 19:50:55 +02:00
.editorconfig chore: Add SPDX header 2024-06-03 20:33:31 +02:00
.gitignore chore: Add SPDX header 2024-06-03 20:33:31 +02:00
.l10nignore chore: Add SPDX header 2024-06-03 20:33:31 +02:00
openapi-administration.json fix(settings): Fix log file download return type 2025-01-08 10:14:11 +00:00
openapi-administration.json.license chore: Add SPDX header 2024-06-03 20:33:31 +02:00
openapi-full.json fix(settings): Fix log file download return type 2025-01-08 10:14:11 +00:00
openapi-full.json.license chore: Add SPDX header 2024-06-03 20:33:31 +02:00
openapi.json chore(deps): Update openapi-extractor 2024-07-02 09:08:04 +02:00
openapi.json.license chore: Add SPDX header 2024-06-03 20:33:31 +02:00