Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/creds
AgeCommit message (Expand)Author
2014-03-27Do not let user change it's login while using shibboletOlivier Goffart
2014-03-26Fix leak: don't leak the settingsOlivier Goffart
2014-03-21Token Credentials: Support actual tokensMarkus Goetz
2014-03-17Merge branch '1.5'Olivier Goffart
2014-03-17Remove debug output that might cause a crashOlivier Goffart
2014-03-14Merge remote-tracking branch 'origin/1.5'Olivier Goffart
2014-03-11Improve libowncloudsyncMarkus Goetz
2014-03-06Do not beleive that the credidential are wrong when the job is cancelledOlivier Goffart
2014-03-06Merge branch '1.5'Olivier Goffart
2014-03-03Keep the rentrency flag when asking the user for the passwordOlivier Goffart
2014-03-03Use the mirall config file for all Keychain jobs.Klaas Freitag
2014-03-03Do proper initialization of _fetchJobInProgress.Klaas Freitag
2014-02-28Do not erase the username and password from the config if we never connectedOlivier Goffart
2014-02-28Do not erase the full account config if an old version of the client stored t...Olivier Goffart
2014-02-27Mask password lineeditDaniel Molkentin
2014-02-27Remove spurious error message.Olivier Goffart
2014-02-27Try to handle auth requests by a Shibboleth IdPDaniel Molkentin
2014-02-27Merge branch '1.5'Olivier Goffart
2014-02-26Avoid re-entrency in HTTPCredidential::fetchOlivier Goffart
2014-02-25Shibboleth: Detect also QNAM redirectsMarkus Goetz
2014-02-25Shibboleth: Have proper invalidation if timeout during syncMarkus Goetz
2014-02-20Handle empty passwords returning from the keychain read procedure.Klaas Freitag
2014-02-20Do not store the password in the config file. Erase it if it is there.Klaas Freitag
2014-02-12Merge branch 'master' into parallel_uploadOlivier Goffart
2014-02-06ShibbolethCredetials: Try to avoid re-authDaniel Molkentin
2014-02-06Move code from HTTPCredentials to more generic locationsDaniel Molkentin
2014-02-06Credentials: Remove unused fetchFromUser methodsDaniel Molkentin
2014-02-06use QNAM for the PUTOlivier Goffart
2014-01-28Fix fetching the user name in the wizzardOlivier Goffart
2014-01-28Handle the fact that the user might cancel the password dialogOlivier Goffart
2014-01-27Fix HttpCredentials::invalidateToken to invalidate the password in the config...Olivier Goffart
2014-01-21Implement Certificate Information WidgetDaniel Molkentin
2013-12-17Read password from old settings if exist.Klaas Freitag
2013-12-05A different user constitutes a different accountDaniel Molkentin
2013-11-25Distiguish "Signed out" from "Disconnected"Daniel Molkentin
2013-11-25Remove credential-exposing debug outputDaniel Molkentin
2013-11-25Introduce online/offline state, accessible via GUIDaniel Molkentin
2013-11-25Fix indentationDaniel Molkentin
2013-11-25Query credentials when needed. Put the account offline if user aborts.Daniel Molkentin
2013-11-13CleanupDaniel Molkentin
2013-11-13Make user() available throught AbsctractCredentialsDaniel Molkentin
2013-11-11Remove legacy codeDaniel Molkentin
2013-11-11Remove obsolete credentialstore classDaniel Molkentin
2013-11-07Make Shibboleth browser aware of AccountsDaniel Molkentin
2013-11-07Fix the key used for storing the passwordDaniel Molkentin
2013-11-05Make http credentials workDaniel Molkentin
2013-11-04- Make saving/restoring accounts work.Daniel Molkentin
2013-10-30Credential Store is no longer staticDaniel Molkentin
2013-10-30More porting to Account classDaniel Molkentin
2013-10-23Basic port, misses wizardDaniel Molkentin