mirror of
https://github.com/nextcloud/server.git
synced 2026-06-27 17:40:37 -04:00
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> |
||
|---|---|---|
| .. | ||
| admin-security.js | ||
| api.js | ||
| app-api-store.ts | ||
| apps-store.ts | ||
| apps.js | ||
| authtoken.ts | ||
| index.js | ||
| oc.js | ||
| users-settings.js | ||
| users.js | ||