nextcloud-desktop/src/libsync/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
..
abstractcredentials.cpp Credentials: Use the bound account everywhere. 2015-01-16 15:22:56 +01:00
abstractcredentials.h Separate the credential dialog from their fetch #3350 2015-09-05 16:00:45 +02:00
credentialscommon.cpp CSync callbacks: Don't use global account. 2014-12-18 15:39:51 +01:00
credentialscommon.h Missing EXPORT macro 2015-06-23 00:53:32 +02:00
dummycredentials.cpp Separate the credential dialog from their fetch #3350 2015-09-05 16:00:45 +02:00
dummycredentials.h Separate the credential dialog from their fetch #3350 2015-09-05 16:00:45 +02:00
httpcredentials.cpp Separate the credential dialog from their fetch #3350 2015-09-05 16:00:45 +02:00
httpcredentials.h Separate the credential dialog from their fetch #3350 2015-09-05 16:00:45 +02:00
tokencredentials.cpp Show a notification instead of a login window on startup #3350 2015-09-01 18:40:20 +02:00
tokencredentials.h Show a notification instead of a login window on startup #3350 2015-09-01 18:40:20 +02:00