[Pkg-owncloud-commits] [owncloud-client] branch upstream updated (b08bece -> 0ff6b2e)
Sandro Knauß
hefee at debian.org
Sat Dec 16 10:38:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a change to branch upstream
in repository owncloud-client.
from b08bece New upstream version 2.4.0~beta1+dfsg
new 63cf0e3 [tx-robot] updated from transifex
new 40665c0 [tx-robot] updated from transifex
new 9a4871a [tx-robot] updated from transifex
new 529bcab [tx-robot] updated from transifex
new 480932a Checksum: Ignore unkown OC-Checksum header when downloading...
new 86c2e9e Tray: Fix 'Open folder' action creation
new 14a5145 Link share: Move 'delete' button to the bottom #6163
new e7a91a1 AccountSettings: Use the proper position to show the menu over sub-folder
new 658a8c0 mirall.desktop.in: Clean bogus comments #5767
new 72783aa [tx-robot] updated from transifex
new 96dede4 TestChunkingNG: Test that resuming does not send past data.
new 01377f6 [tx-robot] updated from transifex
new 7a790c8 [tx-robot] updated from transifex
new 72809ef csync_update: ignore remote files that cannot be encoded
new e99d640 [tx-robot] updated from transifex
new c0ae96e [tx-robot] updated from transifex
new 753d7ad libsync: Fix compilation with TOKEN_AUTH_ONLY
new b844405 AccountSettings: Fix the size of the "Add Sync Folder Connection" button
new 7a80fe4 [tx-robot] updated from transifex
new 6cc5ce7 [tx-robot] updated from transifex
new 482d538 [tx-robot] updated from transifex
new cde6589 owncloudcmd: Don't need Qt Sql module
new 6276d92 utility_mac: Check for NULL from LSSharedFileListItemResolve #6123
new e86937e [tx-robot] updated from transifex
new 30e3932 FolderWizard: Fix minimum size
new 58bcbba [tx-robot] updated from transifex
new 5ff3e44 [tx-robot] updated from transifex
new e0954b0 test/syncenginetestutils.h: Don't use toTimeZone only to get the UTC
new 10efe1f [tx-robot] updated from transifex
new 823c746 [tx-robot] updated from transifex
new f2beaba [tx-robot] updated from transifex
new ee98daf Shibboleth: Upgrade to OAuth2 When the server supports it
new 0be7b6f Only enable -fstack-protector-strong compiler flag for gcc > 4.9
new 0479322 fstack-protector: Improve previous commit
new b29e9b9 move man rst files to separate dir
new 1a1ab92 make doc-man working again.
new 755ef01 ChangeLog: More 2.4.0 changes up to now
new 67d77dd [tx-robot] updated from transifex
new ac93703 [tx-robot] updated from transifex
new 99f32dc Clear csync rename mappings after reconcile
new ceac18c Reconcile: Rename maps are consistent with update phase #6212
new a1136e7 [tx-robot] updated from transifex
new 3485109 Jenkinsfile: Fix compilation
new fc8c88b [tx-robot] updated from transifex
new ca48ff7 [tx-robot] updated from transifex
new 9a835af [tx-robot] updated from transifex
new 36573a5 [tx-robot] updated from transifex
new 3e294d5 [tx-robot] updated from transifex
new dcf0baa Journal: 64bit inodes, fix storing uint64s generally
new 530853c [tx-robot] updated from transifex
new 75676f8 Notifications: Propagate "Dismiss" as DELETE to server #5922
new 1b2a8ba Enable stack-protector-strong on Windows and macOS.
new 5cc3b52 stack-protector is not supported on hppa.
new b357003 [tx-robot] updated from transifex
new 8d5afff Update ChangeLog for 2.4.0
new 47d282f VERSION.cmake: 2.4.0-rc2
new 79dd8e9 [tx-robot] updated from transifex
new 298f1ab Disable stack protection for mingw win32 builds in 2.4
new 61939d6 Merge branch '2.4' into 2.4.0-rc2
new 0ff6b2e New upstream version 2.4.0~rc2+dfsg
The 60 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 | 1 +
ChangeLog | 11 +-
Jenkinsfile | 4 +-
VERSION.cmake | 2 +-
doc/CMakeLists.txt | 10 +-
man/CMakeLists.txt | 14 ++
man/index.rst | 1 +
man/owncloud.1.rst | 33 ++++
man/owncloudcmd.1.rst | 97 +++++++++++
mirall.desktop.in | 229 -------------------------
src/CMakeLists.txt | 23 ++-
src/cmd/CMakeLists.txt | 2 +-
src/common/checksums.cpp | 15 ++
src/common/checksums.h | 10 ++
src/common/ownsql.cpp | 1 +
src/common/syncjournaldb.cpp | 2 +-
src/common/utility_mac.cpp | 4 +-
src/csync/csync.cpp | 7 +-
src/csync/csync.h | 3 +-
src/csync/csync_exclude.h | 3 +-
src/csync/csync_reconcile.cpp | 47 +++--
src/csync/csync_rename.cpp | 20 ++-
src/csync/csync_rename.h | 15 +-
src/csync/csync_update.cpp | 12 ++
src/gui/accountsettings.cpp | 7 +-
src/gui/activitywidget.cpp | 3 +-
src/gui/creds/shibbolethcredentials.cpp | 27 ++-
src/gui/folderstatusdelegate.cpp | 5 +-
src/gui/folderwizard.cpp | 23 +++
src/gui/folderwizard.h | 3 +
src/gui/notificationwidget.cpp | 4 +-
src/gui/ocsjob.cpp | 1 +
src/gui/ocsjob.h | 2 +
src/gui/owncloudgui.cpp | 2 +-
src/gui/servernotificationhandler.cpp | 14 +-
src/gui/sharelinkwidget.cpp | 2 +-
src/libsync/account.cpp | 2 +
src/libsync/account.h | 7 +
src/libsync/connectionvalidator.cpp | 17 +-
src/libsync/connectionvalidator.h | 2 +
src/libsync/creds/tokencredentials.cpp | 2 +-
src/libsync/creds/tokencredentials.h | 2 +-
src/libsync/discoveryphase.cpp | 25 +--
src/libsync/networkjobs.cpp | 3 +-
src/libsync/networkjobs.h | 5 +-
src/libsync/propagatedownload.cpp | 2 +-
src/libsync/syncengine.cpp | 3 +
test/syncenginetestutils.h | 2 +-
test/testchunkingng.cpp | 13 +-
test/testsyncengine.cpp | 16 +-
test/testsyncjournaldb.cpp | 7 +-
test/testsyncmove.cpp | 27 ++-
translations/client_ca.ts | 272 ++++++++++++++++-------------
translations/client_cs.ts | 272 ++++++++++++++++-------------
translations/client_de.ts | 288 +++++++++++++++++--------------
translations/client_el.ts | 272 ++++++++++++++++-------------
translations/client_en.ts | 272 ++++++++++++++++-------------
translations/client_es.ts | 278 +++++++++++++++++-------------
translations/client_es_AR.ts | 272 ++++++++++++++++-------------
translations/client_et.ts | 272 ++++++++++++++++-------------
translations/client_eu.ts | 272 ++++++++++++++++-------------
translations/client_fa.ts | 272 ++++++++++++++++-------------
translations/client_fi.ts | 272 ++++++++++++++++-------------
translations/client_fr.ts | 277 +++++++++++++++++-------------
translations/client_gl.ts | 272 ++++++++++++++++-------------
translations/client_hu.ts | 272 ++++++++++++++++-------------
translations/client_it.ts | 272 ++++++++++++++++-------------
translations/client_ja.ts | 286 +++++++++++++++++--------------
translations/client_nb_NO.ts | 280 +++++++++++++++++-------------
translations/client_nl.ts | 272 ++++++++++++++++-------------
translations/client_pl.ts | 295 ++++++++++++++++++--------------
translations/client_pt.ts | 272 ++++++++++++++++-------------
translations/client_pt_BR.ts | 276 +++++++++++++++++-------------
translations/client_ru.ts | 276 +++++++++++++++++-------------
translations/client_sk.ts | 272 ++++++++++++++++-------------
translations/client_sl.ts | 272 ++++++++++++++++-------------
translations/client_sr.ts | 272 ++++++++++++++++-------------
translations/client_sv.ts | 278 +++++++++++++++++-------------
translations/client_th.ts | 276 +++++++++++++++++-------------
translations/client_tr.ts | 272 ++++++++++++++++-------------
translations/client_uk.ts | 272 ++++++++++++++++-------------
translations/client_zh_CN.ts | 272 ++++++++++++++++-------------
translations/client_zh_TW.ts | 294 +++++++++++++++++--------------
84 files changed, 5258 insertions(+), 4082 deletions(-)
create mode 100644 man/CMakeLists.txt
create mode 100644 man/index.rst
create mode 100644 man/owncloud.1.rst
create mode 100644 man/owncloudcmd.1.rst
--
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