[Pkg-owncloud-commits] [owncloud-client] branch master updated (ddf19fb -> 399239a)

Sandro Knauß hefee at debian.org
Sat Dec 16 10:42:16 UTC 2017


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

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

      from  ddf19fb   Remove applied patches.
      adds  177246b   New upstream version 2.4.0~rc1+dfsg
      adds  63cf0e3   [tx-robot] updated from transifex
      adds  40665c0   [tx-robot] updated from transifex
      adds  9a4871a   [tx-robot] updated from transifex
      adds  529bcab   [tx-robot] updated from transifex
      adds  480932a   Checksum: Ignore unkown OC-Checksum header when downloading...
      adds  86c2e9e   Tray: Fix 'Open folder' action creation
      adds  14a5145   Link share: Move 'delete' button to the bottom #6163
      adds  e7a91a1   AccountSettings: Use the proper position to show the menu over sub-folder
      adds  658a8c0   mirall.desktop.in: Clean bogus comments #5767
      adds  72783aa   [tx-robot] updated from transifex
      adds  96dede4   TestChunkingNG: Test that resuming does not send past data.
      adds  01377f6   [tx-robot] updated from transifex
      adds  7a790c8   [tx-robot] updated from transifex
      adds  72809ef   csync_update: ignore remote files that cannot be encoded
      adds  e99d640   [tx-robot] updated from transifex
      adds  c0ae96e   [tx-robot] updated from transifex
      adds  753d7ad   libsync: Fix compilation with TOKEN_AUTH_ONLY
      adds  b844405   AccountSettings: Fix the size of the "Add Sync Folder Connection" button
      adds  7a80fe4   [tx-robot] updated from transifex
      adds  6cc5ce7   [tx-robot] updated from transifex
      adds  482d538   [tx-robot] updated from transifex
      adds  cde6589   owncloudcmd: Don't need Qt Sql module
      adds  6276d92   utility_mac: Check for NULL from LSSharedFileListItemResolve #6123
      adds  e86937e   [tx-robot] updated from transifex
      adds  30e3932   FolderWizard: Fix minimum size
      adds  58bcbba   [tx-robot] updated from transifex
      adds  5ff3e44   [tx-robot] updated from transifex
      adds  e0954b0   test/syncenginetestutils.h: Don't use toTimeZone only to get the UTC
      adds  10efe1f   [tx-robot] updated from transifex
      adds  823c746   [tx-robot] updated from transifex
      adds  f2beaba   [tx-robot] updated from transifex
      adds  ee98daf   Shibboleth: Upgrade to OAuth2 When the server supports it
      adds  0be7b6f   Only enable -fstack-protector-strong compiler flag for gcc > 4.9
      adds  0479322   fstack-protector: Improve previous commit
      adds  b29e9b9   move man rst files to separate dir
      adds  1a1ab92   make doc-man working again.
      adds  755ef01   ChangeLog: More 2.4.0 changes up to now
      adds  67d77dd   [tx-robot] updated from transifex
      adds  ac93703   [tx-robot] updated from transifex
      adds  99f32dc   Clear csync rename mappings after reconcile
      adds  ceac18c   Reconcile: Rename maps are consistent with update phase #6212
      adds  a1136e7   [tx-robot] updated from transifex
      adds  3485109   Jenkinsfile: Fix compilation
      adds  fc8c88b   [tx-robot] updated from transifex
      adds  ca48ff7   [tx-robot] updated from transifex
      adds  9a835af   [tx-robot] updated from transifex
      adds  36573a5   [tx-robot] updated from transifex
      adds  3e294d5   [tx-robot] updated from transifex
      adds  dcf0baa   Journal: 64bit inodes, fix storing uint64s generally
      adds  530853c   [tx-robot] updated from transifex
      adds  75676f8   Notifications: Propagate "Dismiss" as DELETE to server #5922
      adds  1b2a8ba   Enable stack-protector-strong on Windows and macOS.
      adds  5cc3b52   stack-protector is not supported on hppa.
      adds  b357003   [tx-robot] updated from transifex
      adds  8d5afff   Update ChangeLog for 2.4.0
      adds  47d282f   VERSION.cmake: 2.4.0-rc2
      adds  79dd8e9   [tx-robot] updated from transifex
      adds  298f1ab   Disable stack protection for mingw win32 builds in 2.4
      adds  61939d6   Merge branch '2.4' into 2.4.0-rc2
       new  bd3a17f   New upstream version 2.4.0~rc2+dfsg
       new  399239a   Update upstream source from tag 'upstream/2.4.0_rc2+dfsg'

The 2 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