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-10-27correct spelling on user is empty error.Brandon Coleman
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-30Merge missing commits from 1.6.2-themefix into 1.7Olivier Goffart
2014-08-12Always handle 401 requests, except for network jobsDaniel Molkentin
2014-08-07Merge branch 'il'Olivier Goffart
2014-07-28shibboleth: Fix connection when the URL do not have a pathOlivier 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-07shibboleth: Fix the waiting curser that would not disapearOlivier 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-07-01Merge remote-tracking branch 'origin/il'Olivier Goffart
2014-06-27Merge remote-tracking branch 'origin/1.6'Daniel Molkentin
2014-06-25httpcredentials: Remove useless mutexOlivier Goffart
2014-06-24Shibboleth: keep the cookie from the wizard to the ShibolethCredentialsOlivier Goffart
2014-06-23Merge remote-tracking branch 'origin/1.6' into ilOlivier Goffart
2014-06-20Shibboleth: Always ask for the password if we are going to open the log windowOlivier Goffart
2014-06-19TokenCredentials: Fix cookie behaviourMarkus Goetz
2014-06-17Fix regression over 1.5: Fix non-fba auth for Shib IdPsDaniel Molkentin
2014-06-16Merge remote-tracking branch 'origin/1.6' into 'il'Olivier Goffart
2014-06-14Shib: remove slotLoadFinished() from webview dtorDaniel Molkentin
2014-06-14Shib: Ensure browser view gets closed before QNAMDaniel Molkentin
2014-06-03CSync & Propagator: Support a direct download URLMarkus Goetz
2014-06-02[Shib] Ensure only one fetch job can open the browserDaniel Molkentin
2014-05-28Shib: Show a notification whenever the shib session times outDaniel Molkentin
2014-05-28Only remove session cookiesOlivier Goffart
2014-05-28Clear all cookies when loging outOlivier Goffart
2014-05-28Fix the sib window re-appearing.Olivier Goffart
2014-05-28ShibCredentials: Ensure that _stillValid is not reset while the browser windo...Daniel Molkentin
2014-05-15Decrease debug noiseDaniel Molkentin
2014-05-15Fix crash: if the credentials cannot be cast, don't deref, assume changeDaniel Molkentin
2014-05-15Fix wizard flow with shibbolethDaniel Molkentin
2014-05-14Add missing header to fix Qt5 compilationDaniel Molkentin
2014-05-14CookieJar refactoring required to overcome issues in Shibboleth supportDaniel Molkentin
2014-05-13Use a different key than "user" to store the shib userOlivier Goffart
2014-04-29Add missing includeOlivier Goffart
2014-04-29fix forward declaration of CredentialsFactory::createOlivier Goffart
2014-04-29Add export macro to all classes that need to be exportedOlivier Goffart
2014-04-25Add EXPORT macro to owncloudsync libraryOlivier Goffart
2014-04-22An abort on the reply is not usually a password error.Olivier Goffart
2014-04-21WiP: Attempt to compile without UIMarkus Goetz
2014-04-14AbstractNetworkJob Allow finished() to defer Job deletionDaniel Molkentin
2014-04-07Include correct QtKeychain headersDaniel Molkentin
2014-03-27Fix Qt4 compilationOlivier Goffart
2014-03-27Do not let user change it's login while using shibboletOlivier Goffart
2014-03-26Fix leak: don't leak the settingsOlivier Goffart