nextcloud-desktop/src/creds
Olivier Goffart 5254c9785c shibboleth: Fix connection when the URL do not have a path
When the url do not have a path (for example: "http://example.com" as
opposed to "http://example.com/"),  its path is not a prefix of the
root path of the cookie (usually '/')

By adding the dav path, we make sure the URL has a path.

This made a bug when the owncloud url was just a domain name and did not
have a path
2014-07-28 13:50:24 +02:00
..
http Remove obsolete credentialstore class 2013-11-11 15:24:07 +01:00
shibboleth shibboleth: Fix the waiting curser that would not disapear 2014-07-07 14:08:13 +02:00
abstractcredentials.cpp Move code from HTTPCredentials to more generic locations 2014-02-06 13:02:01 +01:00
abstractcredentials.h Add export macro to all classes that need to be exported 2014-04-29 15:31:14 +02:00
credentialscommon.cpp Implement Certificate Information Widget 2014-01-21 09:21:33 +01:00
credentialscommon.h Cleanup 2013-11-13 19:11:46 +01:00
credentialsfactory.cpp Add missing include 2014-04-29 16:04:24 +02:00
credentialsfactory.h fix forward declaration of CredentialsFactory::create 2014-04-29 15:50:19 +02:00
dummycredentials.cpp Merge branch 'master' into parallel_upload 2014-02-12 16:50:45 +01:00
dummycredentials.h Merge branch 'master' into parallel_upload 2014-02-12 16:50:45 +01:00
httpcredentials.cpp HTTPCreds: Do delete the WritePasswordJob to not leak memory. 2014-07-23 17:59:02 +02:00
httpcredentials.h HTTP Credentials: Read the password from the old location if not found. 2014-07-04 13:27:22 +02:00
shibbolethcredentials.cpp shibboleth: Fix connection when the URL do not have a path 2014-07-28 13:50:24 +02:00
shibbolethcredentials.h Shibboleth: keep the cookie from the wizard to the ShibolethCredentials 2014-06-24 11:44:52 +02:00
tokencredentials.cpp An abort on the reply is not usually a password error. 2014-04-22 12:52:13 +02:00
tokencredentials.h Add EXPORT macro to owncloudsync library 2014-04-24 23:45:20 +02:00