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
AgeCommit message (Expand)Author
2014-10-11credentials: Allow to trust ssl certs in subclasses of HTTPCredentials.Klaas Freitag
2014-09-17Allow passing user/pass explicitly or via netrcDaniel Molkentin
2014-08-07Merge branch 'il'Olivier Goffart
2014-07-25Merge remote-tracking branch 'origin/1.6' into ilMarkus Goetz
2014-07-23HTTPCreds: Do delete the WritePasswordJob to not leak memory.Klaas Freitag
2014-07-16Merge branch 'il'Olivier Goffart
2014-07-16Merge branch '1.6' into ilOlivier Goffart
2014-07-10Add Q_DECL_OVERRIDE for all function that are overriding somethingOlivier Goffart
2014-07-04HTTP Creds: In case of Keychain error, open the interact password dialogKlaas Freitag
2014-07-04HTTP Credentials: Read the password from the old location if not found.Klaas Freitag
2014-06-25httpcredentials: Remove useless mutexOlivier Goffart
2014-05-15Fix crash: if the credentials cannot be cast, don't deref, assume changeDaniel Molkentin
2014-04-07Include correct QtKeychain headersDaniel Molkentin
2014-03-26Fix leak: don't leak the settingsOlivier Goffart
2014-03-17Merge branch '1.5'Olivier Goffart
2014-03-17Remove debug output that might cause a crashOlivier Goffart
2014-03-06Do not beleive that the credidential are wrong when the job is cancelledOlivier 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-26Avoid re-entrency in HTTPCredidential::fetchOlivier Goffart
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-06Move code from HTTPCredentials to more generic locationsDaniel Molkentin
2014-02-06Credentials: Remove unused fetchFromUser methodsDaniel Molkentin
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
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-25Query credentials when needed. Put the account offline if user aborts.Daniel Molkentin
2013-11-13CleanupDaniel Molkentin
2013-11-11Remove legacy codeDaniel 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-21WIP: Dissolve owncloudinfo classDaniel Molkentin
2013-09-11Minor code cleanups-Klaas Freitag
2013-09-11Send basic auth in utf8.Daniel Molkentin
2013-08-06Handle SSL problems also for Shibboleth servers.Krzesimir Nowak
2013-08-05Revert "Temporarily log HTTP traffic done by MirallAccessManager."Daniel Molkentin
2013-08-02Temporarily log HTTP traffic done by MirallAccessManager.Krzesimir Nowak
2013-08-01Create a QNetworkAccessManager subclass which sets proper user agent and use it.Krzesimir Nowak