nextcloud-desktop/src/gui/creds
Michael Schuster 0bcac1882a Make WebFlowCredentialsDialog cancellation- and deletion-safe
- Add new signal to let WebFlowCredentials know and emit asked() to also
  tell AccountState that the user won't authenticate, and triggering
  log-out state in the settings window.

- Use deleteLater() to safely delete WebFlowCredentialsDialog, so
  that Qt can free it at the right time and without crashes.
  Do the same with it's _webView and _flow2AuthWidget on closeEvent().

Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-12-24 07:46:57 +01: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 Flow2: Add poll status text, ProgressIndicator and countdown timer 2019-12-24 07:46:57 +01:00
flow2auth.h Flow2: Add poll status text, ProgressIndicator and countdown timer 2019-12-24 07:46:57 +01: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 Make WebFlowCredentialsDialog cancellation- and deletion-safe 2019-12-24 07:46:57 +01:00
webflowcredentials.h Make WebFlowCredentialsDialog cancellation- and deletion-safe 2019-12-24 07:46:57 +01:00
webflowcredentialsdialog.cpp Make WebFlowCredentialsDialog cancellation- and deletion-safe 2019-12-24 07:46:57 +01:00
webflowcredentialsdialog.h Make WebFlowCredentialsDialog cancellation- and deletion-safe 2019-12-24 07:46:57 +01:00