[Pkg-owncloud-commits] [owncloud-client] branch upstream updated (cf600e0 -> 1ab5ea1)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Feb 27 19:44:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a change to branch upstream
in repository owncloud-client.
from cf600e0 Imported Upstream version 1.5.1+dfsg
new 1b03dc7 fixing typo
new e4965ab Mac FS watcher: ignore events from the same process
new a51f050 More fix for moving shared directories
new e74f0f2 Better support when user remove or rename the Shared directory
new 726b41b Shib: Close browser window after login
new 82afb3b If a file in a read only share was edited, restore and create conflict.
new e991bcd Do not store the password in the config file. Erase it if it is there.
new 04647b0 Handle empty passwords returning from the keychain read procedure.
new 30d0e2f Remove stray debug
new b51a722 Fix German translation for branch
new 8e7290b Fix online state handling
new 67c07c4 bump to 1.5.2
new cd13144 Fix adding a file in a Shared readonly directory
new a71cb1d Fix potential crash in case of abort while update:
new f92cf3d ammand last commit
new 5c1d612 Account settings: Set correct state icon right away
new 1e43d1f Add missing license headers in tests
new 995e893 SSLButton: Fix certificate display
new 45a7d4f Fix Wizard when returning from later steps
new 7f508c0 Account needs qRegisterMetaType
new 51b5f3c Propfind Job: Print redirect URL in log
new b56843e Account: Fix Metatype registratition
new 75cff87 add missing copyright header
new 065690c Shibboleth: Have proper invalidation if timeout during sync
new d4fa06c Fix potential crash in c_iconv on Mac OS X
new c7e7053 Shibboleth: Detect also QNAM redirects
new b8a4a2d Add ChangeLog
new 05a1f7b Another fix for the reconnect-logic
new e468ea2 Avoid re-entrency in HTTPCredidential::fetch
new 8607300 Make "Sign Out" forget the cookies
new d4dd5af Revert "Make "Sign Out" forget the cookies"
new 02bfb4f Amend ChangeLog
new 1ab5ea1 Imported Upstream version 1.5.2+dfsg
The 33 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 +-
ChangeLog | 22 ++++++
VERSION.cmake | 2 +-
csync/src/csync_update.c | 9 +--
csync/src/httpbf/tests/hbf_send_test.c | 20 ++++++
csync/src/std/c_string.c | 2 +-
csync/tests/cmdline.c | 19 +++++
csync/tests/csync_tests/check_csync_commit.c | 19 +++++
csync/tests/csync_tests/check_csync_create.c | 19 +++++
csync/tests/csync_tests/check_csync_exclude.c | 19 +++++
csync/tests/csync_tests/check_csync_init.c | 19 +++++
csync/tests/csync_tests/check_csync_log.c | 19 +++++
csync/tests/csync_tests/check_csync_misc.c | 19 +++++
csync/tests/csync_tests/check_csync_statedb_load.c | 19 +++++
.../tests/csync_tests/check_csync_statedb_query.c | 19 +++++
csync/tests/csync_tests/check_csync_time.c | 19 +++++
csync/tests/csync_tests/check_csync_treewalk.c | 19 +++++
csync/tests/csync_tests/check_csync_update.c | 19 +++++
csync/tests/csync_tests/check_csync_util.c | 19 +++++
csync/tests/encoding_tests/check_encoding.c | 19 +++++
csync/tests/httpbf_tests/hbf_send_test.c | 19 +++++
csync/tests/log_tests/check_log.c | 19 +++++
csync/tests/ownCloud/t1.pl | 14 ++++
csync/tests/ownCloud/t2.pl | 14 ++++
csync/tests/ownCloud/t3.pl | 14 ++++
csync/tests/ownCloud/t4.pl | 14 ++++
csync/tests/std_tests/check_std_c_alloc.c | 19 +++++
csync/tests/std_tests/check_std_c_dir.c | 19 +++++
csync/tests/std_tests/check_std_c_file.c | 19 +++++
csync/tests/std_tests/check_std_c_list.c | 19 +++++
csync/tests/std_tests/check_std_c_path.c | 19 +++++
csync/tests/std_tests/check_std_c_rbtree.c | 19 +++++
csync/tests/std_tests/check_std_c_str.c | 19 +++++
csync/tests/std_tests/check_std_c_time.c | 19 +++++
csync/tests/torture.c | 19 +++++
csync/tests/torture.h | 19 +++++
csync/tests/vio_tests/check_vio.c | 19 +++++
csync/tests/vio_tests/check_vio_file_stat.c | 19 +++++
csync/tests/vio_tests/check_vio_handle.c | 19 +++++
doc/scripts/htmlhelp.sh | 13 ++++
src/CMakeLists.txt | 2 +
src/creds/abstractcredentials.h | 4 ++
src/creds/httpcredentials.cpp | 80 ++++++++++++++--------
src/creds/httpcredentials.h | 1 +
src/creds/shibboleth/shibbolethaccessmanager.cpp | 3 +-
src/creds/shibbolethcredentials.cpp | 68 +++++++++++++++---
src/creds/shibbolethcredentials.h | 5 ++
src/mirall/account.cpp | 14 +++-
src/mirall/account.h | 4 ++
src/mirall/accountsettings.cpp | 9 ++-
src/mirall/application.cpp | 30 +++++++-
src/mirall/application.h | 3 +-
src/mirall/folder.cpp | 5 +-
src/mirall/folderwatcher_mac.cpp | 2 +-
src/mirall/mirallconfigfile.cpp | 1 -
src/mirall/networkjobs.cpp | 10 +--
src/mirall/owncloudgui.cpp | 8 ---
src/mirall/owncloudgui.h | 4 --
src/mirall/owncloudpropagator.cpp | 72 +++++++++++++------
src/mirall/owncloudpropagator.h | 10 ++-
src/mirall/quotainfo.cpp | 49 +++++++------
src/mirall/quotainfo.h | 9 ++-
src/mirall/settingsdialog.cpp | 15 ++--
src/mirall/settingsdialog.h | 2 +-
src/mirall/sslbutton.cpp | 25 ++++---
src/mirall/syncjournaldb.cpp | 3 +-
src/mirall/theme.cpp | 2 +-
.../abstractcredswizardpage.cpp} | 36 ++++------
src/wizard/abstractcredswizardpage.h | 3 +-
src/wizard/owncloudshibbolethcredspage.cpp | 4 +-
test/manual/favlink/main.cpp | 12 ++++
test/scripts/torture_create_files.pl | 13 ++++
test/scripts/torture_gen_layout.pl | 13 ++++
translations/mirall_de.ts | 6 +-
74 files changed, 1036 insertions(+), 168 deletions(-)
copy src/{creds/abstractcredentials.cpp => wizard/abstractcredswizardpage.cpp} (52%)
--
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