[Pkg-owncloud-commits] [owncloud-client] 42/70: Merge pull request #1765 from owncloud/shibcookies

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat May 17 20:01:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 16ffd7fbe43ca8e6ca55c38ca5f1140abee06bd6
Merge: cf145fe ba959f7
Author: Daniel Molkentin <daniel at molkentin.de>
Date:   Wed May 14 11:14:42 2014 +0200

    Merge pull request #1765 from owncloud/shibcookies
    
    CookieJar refactoring required to overcome issues in Shibboleth support

 src/CMakeLists.txt                               |   4 +-
 src/creds/shibboleth/shibbolethaccessmanager.cpp |  55 --------
 src/creds/shibboleth/shibbolethaccessmanager.h   |  43 -------
 src/creds/shibboleth/shibbolethconfigfile.cpp    | 104 ---------------
 src/creds/shibboleth/shibbolethconfigfile.h      |  38 ------
 src/creds/shibboleth/shibbolethcookiejar.cpp     |  34 -----
 src/creds/shibboleth/shibbolethcookiejar.h       |  41 ------
 src/creds/shibboleth/shibbolethwebview.cpp       |  74 ++++-------
 src/creds/shibboleth/shibbolethwebview.h         |   6 +-
 src/creds/shibbolethcredentials.cpp              | 153 +++++++++++------------
 src/creds/shibbolethcredentials.h                |  19 +--
 src/mirall/account.cpp                           |  17 ++-
 src/mirall/account.h                             |   3 +
 src/mirall/application.cpp                       |   1 +
 src/mirall/cookiejar.cpp                         | 148 ++++++++++++++++++++++
 src/mirall/cookiejar.h                           |  44 +++++++
 src/mirall/mirallaccessmanager.cpp               |   3 +
 src/wizard/owncloudshibbolethcredspage.cpp       |  58 +--------
 src/wizard/owncloudshibbolethcredspage.h         |   9 +-
 19 files changed, 336 insertions(+), 518 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list