[Pkg-owncloud-commits] [owncloud-client] branch upstream updated (02e0a41 -> f08937a)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat May 17 20:01:33 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 02e0a41 Imported Upstream version 1.6.0~beta2+dfsg
new 925c648 Propagator: Dont show silly string for non-error
new 752112d Initialize the size properly on windows
new 77c7439 Don't include the directory size in the overall progress
new ce50cde Add one byte per files in the computation of the progress bar
new df8b5b1 Removed unused Q_OBJECT
new a8c1ffc Add a header file for owncloudcmd.cpp to avoid (auto)moc problems.
new 7f7154e Auto generate the Export header.
new 88cb047 Add a timeout when using the QNAM propagation
new 6e48eb9 [tx-robot] updated from transifex
new f8525fa [tx-robot] updated from transifex
new 3d8d4fe delete dead code
new 988c162 Have only one place where we read the timeout
new 6c44f53 Set network timeout to 300 sec
new 2e76fe8 Fix reporting the right error in a GET
new 1631cfd Fix not blacklisting error 5xx
new 2b4e14c [tx-robot] updated from transifex
new 2ce6560 [tx-robot] updated from transifex
new f97fbe8 [tx-robot] updated from transifex
new 370dd99 Super useful source comment.
new a50c39c Maintain the original inode value for renamed files.
new 4c77a04 [tx-robot] updated from transifex
new f034bcb only increment the progressbar for files when the file has been fully transfered
new d7a226e Silent warning:
new ce09e11 Revert "Do not dereference the _engine member variable without check."
new 091e9bb Fix crash when _engine is not available
new d5ba288 [tx-robot] updated from transifex
new 321058e [tx-robot] updated from transifex
new 95747fb [tx-robot] updated from transifex
new 8226507 RemoveADir test should realy test, if it is notified
new af066cc [tx-robot] updated from transifex
new 71c1137 install doc targets in any case.
new f86dd1c Merge pull request #1747 from owncloud/doc_optional
new a9ffd1d [tx-robot] updated from transifex
new 3705a42 Remove misleading error message of "unknown error" for custom errnos.
new 574e030 Use a different key than "user" to store the shib user
new 32e205f Add exclusion for OSX ._<filename> files
new 738f026 Merge pull request #1 from owncloud/master
new e62eb62 Merge pull request #1179 from tomswartz07/master
new cf145fe [tx-robot] updated from transifex
new ba959f7 CookieJar refactoring required to overcome issues in Shibboleth support
new 16ffd7f Merge pull request #1765 from owncloud/shibcookies
new cdd8c81 Add missing header to fix Qt5 compilation
new 64f4d1b Removed block parameter from terminateSync.
new 5493c22 Do not dispatch invalid progress information to avoid "unknown" messages
new 07f57b1 make Debian GNU/kFreeBSD compile
new 5ed4710 Merge pull request #1726 from owncloud/debian_bsd
new 87386ce Fix testcase.
new 17a2e22 Fix memleak
new 7a28b44 [tx-robot] updated from transifex
new de970eb Fix wizard flow with shibboleth
new d96139f Commented verbose logging.
new ef44a59 Better debugability.
new f89bfce Enable core dumping if the env variable OWNCLOUD_CORE_DUMP is defined
new 943f9f6 Documented core dump catching
new 9f6e9f8 Fix crash: if the credentials cannot be cast, don't deref, assume change
new 90ee274 We need to call csync_commit in every error cases
new bb929db fix warning
new 8b469d3 Re-sync immediatly after "Keep files" when all files were removed
new 4bcaebb Decrease debug noise
new 81c7680 Folder: Correctly reflect paused state after restart
new adfb163 1.6.0rc1
new f40a054 Revert "Re-sync immediatly after "Keep files" when all files were removed"
new e1f8eb5 Another way to force a sync when choosing 'Keep files'
new f838f28 [tx-robot] updated from transifex
new 5aa6f81 1.6.0rc2
new f08937a Imported Upstream version 1.6.0~rc2+dfsg
The 66 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 | 8 +-
VERSION.cmake | 2 +-
csync/src/csync.c | 4 +-
csync/src/csync.h | 1 +
csync/src/csync_owncloud.c | 8 +-
csync/src/csync_reconcile.c | 3 +-
csync/src/csync_update.c | 8 +-
csync/src/csync_util.c | 1 +
csync/src/std/c_macro.h | 3 -
csync/src/vio/csync_vio.c | 5 -
csync/src/vio/csync_vio_local.c | 3 +
.../tests/csync_tests/check_csync_statedb_query.c | 17 --
doc/CMakeLists.txt | 13 +-
doc/troubleshooting.rst | 22 ++
src/CMakeLists.txt | 13 +-
src/creds/httpcredentials.cpp | 6 +-
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/shibbolethuserjob.cpp | 2 +-
src/creds/shibboleth/shibbolethwebview.cpp | 86 ++----
src/creds/shibboleth/shibbolethwebview.h | 13 +-
src/creds/shibbolethcredentials.cpp | 168 +++++-----
src/creds/shibbolethcredentials.h | 21 +-
src/main.cpp | 22 ++
src/mirall/account.cpp | 17 +-
src/mirall/account.h | 3 +
src/mirall/accountsettings.cpp | 9 +-
src/mirall/application.cpp | 13 +-
src/mirall/cookiejar.cpp | 149 +++++++++
src/mirall/cookiejar.h | 44 +++
src/mirall/folder.cpp | 19 +-
src/mirall/folder.h | 8 +-
src/mirall/folderman.cpp | 6 +-
src/mirall/folderwatcher.cpp | 4 +-
src/mirall/mirallaccessmanager.cpp | 3 +
src/mirall/networkjobs.h | 5 +-
src/mirall/owncloudpropagator.cpp | 24 +-
src/mirall/owncloudpropagator.h | 7 +-
src/mirall/owncloudsetupwizard.cpp | 10 +-
src/mirall/progressdispatcher.cpp | 4 +-
src/mirall/progressdispatcher.h | 11 +-
src/mirall/propagator_qnam.cpp | 49 ++-
src/mirall/propagator_qnam.h | 11 +
src/mirall/syncengine.cpp | 7 +
src/mirall/syncfileitem.h | 3 +-
src/mirall/syncjournalfilerecord.cpp | 16 +-
src/mirall/utility.cpp | 4 +-
src/owncloudcmd/owncloudcmd.cpp | 13 +-
.../owncloudlib.h => owncloudcmd/owncloudcmd.h} | 23 +-
src/wizard/owncloudshibbolethcredspage.cpp | 64 +---
src/wizard/owncloudshibbolethcredspage.h | 11 +-
sync-exclude.lst | 1 +
test/testfolderwatcher.h | 5 +-
translations/mirall_ca.ts | 189 ++++++------
translations/mirall_cs.ts | 163 +++++-----
translations/mirall_de.ts | 163 +++++-----
translations/mirall_el.ts | 175 ++++++-----
translations/mirall_en.ts | 163 +++++-----
translations/mirall_es.ts | 163 +++++-----
translations/mirall_es_AR.ts | 163 +++++-----
translations/mirall_et.ts | 163 +++++-----
translations/mirall_eu.ts | 189 ++++++------
translations/mirall_fa.ts | 163 +++++-----
translations/mirall_fi.ts | 169 ++++++-----
translations/mirall_fr.ts | 163 +++++-----
translations/mirall_gl.ts | 163 +++++-----
translations/mirall_hu.ts | 163 +++++-----
translations/mirall_it.ts | 163 +++++-----
translations/mirall_ja.ts | 201 ++++++------
translations/mirall_nl.ts | 163 +++++-----
translations/mirall_pl.ts | 163 +++++-----
translations/mirall_pt.ts | 210 +++++++------
translations/mirall_pt_BR.ts | 163 +++++-----
translations/mirall_ru.ts | 175 ++++++-----
translations/mirall_sk.ts | 163 +++++-----
translations/mirall_sl.ts | 163 +++++-----
translations/mirall_sv.ts | 163 +++++-----
translations/mirall_th.ts | 163 +++++-----
translations/mirall_tr.ts | 165 +++++-----
translations/mirall_uk.ts | 163 +++++-----
translations/mirall_zh_CN.ts | 337 +++++++++++----------
translations/mirall_zh_TW.ts | 163 +++++-----
87 files changed, 3339 insertions(+), 3020 deletions(-)
delete mode 100644 src/creds/shibboleth/shibbolethaccessmanager.cpp
delete mode 100644 src/creds/shibboleth/shibbolethaccessmanager.h
delete mode 100644 src/creds/shibboleth/shibbolethconfigfile.cpp
delete mode 100644 src/creds/shibboleth/shibbolethconfigfile.h
delete mode 100644 src/creds/shibboleth/shibbolethcookiejar.cpp
delete mode 100644 src/creds/shibboleth/shibbolethcookiejar.h
create mode 100644 src/mirall/cookiejar.cpp
create mode 100644 src/mirall/cookiejar.h
rename src/{mirall/owncloudlib.h => owncloudcmd/owncloudcmd.h} (55%)
--
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