[Pkg-owncloud-commits] [owncloud-client] branch master updated (06907f9 -> fa0548f)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 21:28:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a change to branch master
in repository owncloud-client.
from 06907f9 release to unstable
new d4fa955 Don't fetch credidentials from application.cpp
new 33ae2eb Try to handle auth requests by a Shibboleth IdP
new e809a59 Remove spurious error message.
new 9c70ee6 Mask password lineedit
new 36cd9d9 Shibboleth: Move browser window to the offset of the setup wizard
new c8714be mac os sign script: quote all params
new f8d9962 OS X: Make script more even robust
new 9a60732 Do not erase the full account config if an old version of the client stored the password
new eeb6891 Do not erase the username and password from the config if we never connected
new 0658802 Fix layout of the network tab
new b8e5230 Do proper initialization of _fetchJobInProgress.
new 1eb0875 Use the mirall config file for all Keychain jobs.
new 4240010 Add method clearCookieJar which wipes QNAMs cookies.
new 2164f5d Remove a superflous MessageBox. User is asked for Password instead.
new 228de7e Make the CheckServerJob ignoring credential fails.
new 9eb3452 Do not wipe the credentials from config for reconnect.
new 60a1d50 Keep the rentrency flag when asking the user for the password
new 76b24ff Revert "Do not wipe the credentials from config for reconnect."
new 6df00ad Only removes the password from the credidentials if it has been fetched before
new 66b152a Remove left over member variables.
new eb7074e csync: Don't free proxy settings on commit
new 7a3abac Bump version to 1.5.3rc1
new f348499 For Windows, add the __USE_MINGW_ANSI_STDIO=1 switch
new 630f611 Proxy: Try to fix issue
new 8bf2c54 Install include dirs app name aware.
new 2656cc7 1.5.3 final
new c8a8eb3 Disable the folder if it is going to be removed.
new 3417870 Imported Upstream version 1.5.3+dfsg
new b3e3975 Merge tag 'upstream/1.5.3+dfsg'
new fa0548f new upstream release
The 30 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.tag | 2 +-
CMakeLists.txt | 3 +
ChangeLog | 18 +-
VERSION.cmake | 2 +-
csync/ConfigureChecks.cmake | 5 -
csync/src/csync_owncloud.c | 5 -
debian/changelog | 6 +
src/CMakeLists.txt | 6 +-
src/creds/httpcredentials.cpp | 49 +++-
src/creds/shibboleth/authenticationdialog.cpp | 56 +++++
.../shibboleth/authenticationdialog.h} | 34 ++-
src/creds/shibboleth/shibbolethwebview.cpp | 26 +-
src/creds/shibboleth/shibbolethwebview.h | 1 +
src/mirall/account.cpp | 5 +
src/mirall/account.h | 2 +
src/mirall/application.cpp | 34 +--
src/mirall/application.h | 1 -
src/mirall/connectionvalidator.cpp | 13 +-
src/mirall/folderman.cpp | 9 +-
src/mirall/mirallaccessmanager.cpp | 14 ++
src/mirall/mirallaccessmanager.h | 2 +
src/mirall/networkjobs.cpp | 10 +-
src/mirall/networksettings.ui | 278 +++++++++++----------
src/wizard/owncloudshibbolethcredspage.cpp | 1 +
24 files changed, 370 insertions(+), 212 deletions(-)
create mode 100644 src/creds/shibboleth/authenticationdialog.cpp
copy src/{mirall/networksettings.h => creds/shibboleth/authenticationdialog.h} (50%)
--
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