nextcloud-desktop/src/gui/creds
Olivier Goffart 7af81f7665 OAuth: Fix crash when closing the browser while identifying
To reproduce, log in and click "authorize" on the browser, then close
the browser before the client has replied, (but after redirected to localhost,
i.e. when the client is asking the server for the token)

The problem is that socket can be destroyed so we don't need to answer on a
destroyed socket.
2017-09-26 14:56:57 +02:00
..
shibboleth Port to new signal-slot syntax what cannot be done automatically 2017-09-21 14:05:39 +02:00
credentialsfactory.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
credentialsfactory.h Apply clang-format 2017-05-17 12:26:27 +02:00
httpcredentialsgui.cpp Httpcreds: Fix double slash in the Request App Password url 2017-09-23 10:10:40 +02:00
httpcredentialsgui.h Http credentials: Fix behavior for bad password #5989 2017-09-07 11:23:24 +02:00
oauth.cpp OAuth: Fix crash when closing the browser while identifying 2017-09-26 14:56:57 +02:00
oauth.h OAuth: Better message when loggin in with the wrong username 2017-07-14 11:17:24 +02:00
shibbolethcredentials.cpp Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
shibbolethcredentials.h Credentials: Use per-account keychain entries #5830 2017-09-15 09:29:05 +02:00