nextcloud/apps/settings/src/store
Peter Ringelmann 4aa0fe1467 fix(settings): confirm before revoking app tokens
Adds an NcDialog confirmation to the Revoke action; deletion was
previously instant on click. When the token is marked for remote
wipe, the dialog surfaces a warning and the destructive button
switches to "Cancel wipe and revoke" so cancelling an in-flight
wipe is an explicit opt-in.

Also migrates the existing Wipe confirm from the legacy
window.OC.dialogs.confirm helper to NcDialog, matching the new
delete dialog. The auth token store actions are now pure API
callers; the UI does the gating.

Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-27 15:43:19 +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(settings): confirm before revoking app tokens 2026-05-27 15:43:19 +02: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