nextcloud/apps/settings
Peter Ringelmann b866c4e4fe
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-27 10:46:36 +02:00
..
appinfo feat(settings): Cache app discover images to ensure privacy of users 2024-03-14 20:45:25 +01:00
composer feat(settings): add big file upload setup checks 2024-11-19 16:23:47 +00:00
css style(settings): align icons at legacy help navigation 2024-07-26 16:41:15 +00:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img fix(settings): set viewBox on SVG icons 2024-01-22 23:54:45 +01:00
js feat(files): add Folder Preview ressource handler 2024-03-07 11:06:37 +01:00
l10n fix(l10n): Update translations from Transifex 2025-05-20 00:22:49 +00:00
lib fix(admin): use correct delegation class 2026-03-18 15:00:47 +01:00
src fix(frontend): add strict password confirmation for sensitive admin actions 2026-04-27 10:46:36 +02:00
templates style(settings): align icons at legacy help navigation 2024-07-26 16:41:15 +00:00
tests fix(Mailer): Fix sendmail binary fallback 2025-02-17 19:21:42 +01:00
.editorconfig
.gitignore
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
openapi-administration.json feat: Add declarative settings 2024-03-12 13:56:54 +02:00
openapi-full.json chore(deps): Update openapi-extractor 2024-04-15 08:36:39 +00:00
openapi.json chore(deps): Update openapi-extractor 2024-04-15 08:36:39 +00:00