nextcloud-desktop/src/creds
Olivier Goffart 1f9d02e7fa Shibboleth: Fix our implemtnation of CookieJar::deleteCookie
It was deleting too many cookies.
That function is virtual in Qt5 and is used when adding cookie.
But some Shibboleth have several cookies with the same name, and we need to keep them.

Our implementaiton was meant to delete all the shiboleth cookies when we want to log out
2014-11-27 12:26:59 +01:00
..
http Remove obsolete credentialstore class 2013-11-11 15:24:07 +01:00
shibboleth Always handle 401 requests, except for network jobs 2014-08-12 19:25:59 +02:00
abstractcredentials.cpp correct spelling on user is empty error. 2014-10-27 07:59:31 -04: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 Allow passing user/pass explicitly or via netrc 2014-09-16 23:52:28 +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 Add Q_DECL_OVERRIDE for all function that are overriding something 2014-07-09 23:31:56 +02:00
httpcredentials.cpp credentials: Allow to trust ssl certs in subclasses of HTTPCredentials. 2014-10-11 17:17:43 +02:00
httpcredentials.h credentials: Allow to trust ssl certs in subclasses of HTTPCredentials. 2014-10-11 17:17:43 +02:00
shibbolethcredentials.cpp Shibboleth: Fix our implemtnation of CookieJar::deleteCookie 2014-11-27 12:26:59 +01:00
shibbolethcredentials.h Always handle 401 requests, except for network jobs 2014-08-12 19:25:59 +02:00
tokencredentials.cpp TokenCredentials: Fix cookie behaviour 2014-06-19 14:41:47 +02:00
tokencredentials.h TokenCredentials: Fix cookie behaviour 2014-06-19 14:41:47 +02:00