nextcloud-desktop/src/gui/creds
Jocelyn Turcotte 6d027ebd40 Separate the credential dialog from their fetch #3350
This moves the responsibility of asking the user or not for
credentials from the Credentials classes back to the AccountState.
fetch() now only extract credentials from the keychain, reports
the result to the AccountState which then decides if askFromUser()
should be called or not. The result is once more reported to the
AccounState.

This also replaces the HttpCredentials::queryPassword virtual
which now lets HttpCredentialsGui and HttpCredentialsText do it
the way that they prefer.
2015-09-05 16:00:45 +02:00
..
shibboleth Get rid of ShibbolethRefresher 2015-09-05 15:45:54 +02:00
credentialsfactory.cpp Credential: move the implementation to the gui 2015-06-15 17:39:28 +02:00
credentialsfactory.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
httpcredentialsgui.cpp Separate the credential dialog from their fetch #3350 2015-09-05 16:00:45 +02:00
httpcredentialsgui.h Separate the credential dialog from their fetch #3350 2015-09-05 16:00:45 +02:00
shibbolethcredentials.cpp Separate the credential dialog from their fetch #3350 2015-09-05 16:00:45 +02:00
shibbolethcredentials.h Separate the credential dialog from their fetch #3350 2015-09-05 16:00:45 +02:00