nextcloud-desktop/src/gui/creds
Camila San 19491ff85f
Once client gets 401/403 from the server, check if remote wipe was requested.
- When the the users logs because of 401 or 403 errors, it checks if the
server requested the remote wipe. If yes, locally deletes account and folders
connected to the account and notify the server. If no, proceeds to ask the
user to login again.
- The app password is restored in the keychain.
- WIP: The change also includes a test class for RemoteWipe.

Signed-off-by: Camila San <hello@camila.codes>
2019-10-17 20:11:31 +02:00
..
shibboleth Fixed typo 2019-05-12 19:11:33 +03:00
credentialsfactory.cpp Start with persisting credentials 2018-05-02 22:50:48 +02:00
credentialsfactory.h Apply clang-format 2017-05-17 12:26:27 +02:00
flow2auth.cpp Add a 'Content-Length: 0' header to initial POST requests 2019-10-10 05:17:22 +02:00
flow2auth.h Login Flow V2: adds re-auth upon logout, improvements 2019-08-26 20:03:15 +02:00
httpcredentialsgui.cpp correct app passwords link 2019-02-14 05:26:21 +01:00
httpcredentialsgui.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
oauth.cpp OAuth: Remove the timeout 2018-09-09 17:57:38 +02:00
oauth.h Test OAuth2 2017-09-28 18:38:33 +02:00
shibbolethcredentials.cpp GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
shibbolethcredentials.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
webflowcredentials.cpp Once client gets 401/403 from the server, check if remote wipe was requested. 2019-10-17 20:11:31 +02:00
webflowcredentials.h fix indents, add comment 2019-08-30 05:35:36 +02:00
webflowcredentialsdialog.cpp Fix some compiler warnings 2019-08-26 20:41:14 +02:00
webflowcredentialsdialog.h Fix some compiler warnings 2019-08-26 20:41:14 +02:00