[Pkg-owncloud-commits] [owncloud-client] branch master updated (8bf4912 -> 8f6ea74)

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:04 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  8bf4912   release to experimental
       new  59efea1   [tx-robot] updated from transifex
       new  9cd81d8   add 64-bit windows registry location
       new  1bd1c61   Merge pull request #2399 from r2evans/patch-1
       new  3b1ff5b   [tx-robot] updated from transifex
       new  2f0a40c   [tx-robot] updated from transifex
       new  cddad94   Selective Sync:  change the label text
       new  ab5dae7   Show GIT SHA sum in cmake output.
       new  2498c13   options are required at the beginning of owncloudcmd.
       new  05c0249   correct spelling on user is empty error.
       new  ce300d8   Wizard:  show the choice to start a clean sync if the directory exist even on new accounts
       new  b691521   tests: Fix CSync Journal test, use real CSYNC struct from csync_private.
       new  05ceed9   SyncEngine: Log for an assert, return -1 for nondebug compile
       new  4c1a000   Make two more asserts usable in nondebug
       new  b0882a5   Fix compile
       new  95a9b04   doc: Fix markup in build.rst
       new  0692fea   discovery: handle 503 reply code from server for directories
       new  5723abe   Merge remote-tracking branch 'origin/fix_service_unavailable' into 1.7
       new  b7ce5ba   Doc: Fix build documentation, adjust it to 1.7.
       new  47e3da9   Merge pull request #2414 from owncloud/fix_2365
       new  26ff6be   [tx-robot] updated from transifex
       new  105ff69   SyncEngine: Handle 503 condition as soft error to properly handle etags.
       new  ff570c4   ownSql: Don't set busy timeout on bad object
       new  7824635   ownSql: Also mention filename
       new  eeb5429   [tx-robot] updated from transifex
       new  7bad731   CheckServerJob: Guard again null reply
       new  a470138   Windows Shell Integration: refresh the cache on UPDATE_VIEW
       new  7810da5   Propagator:  report error when deleting directories
       new  1eccfb7   Add missing license headers
       new  825eca0   tests: make t1.pl work on jenkins, for that disable a size compare.
       new  1029f95   tests: exit t5.pl if running against ownCloud 6
       new  f563eb1   [tx-robot] updated from transifex
       new  45eeb50   Download: Avoid overwriting file with case conflict. #1914
       new  cf6219b   NetworkJobs: Improve timeout handling and increase timeout by 5 sec
       new  d3662d0   [tx-robot] updated from transifex
       new  cd72d13   [tx-robot] updated from transifex
       new  dd2a71f   [tx-robot] updated from transifex
       new  6b6b212   [tx-robot] updated from transifex
       new  af68cb6   Move binary submodule to current master
       new  c34c8ff   Windows Overlay: Use FLUSHNOW everywhere to speed up updates
       new  19daff3   Windows Overlay: Fix icon refresh
       new  8d30fc2   Update binary subrepo to master
       new  39bfacf   [tx-robot] updated from transifex
       new  5805ffe   Windows Shell Integration: Show status icon for root folder
       new  af4e9c3   Bump binary directory to current master
       new  63e901c   [tx-robot] updated from transifex
       new  7440ffc   Download: Fix data loss when rename fails. #2428
       new  9b640d5   Wizard: Fix local folder warning in advanced setup wizard. #2362
       new  b87931c   Logging: Print etags, not just result of comparison.
       new  a49a6bf   Logging: Report setModTime failures.
       new  0ba07f1   [tx-robot] updated from transifex
       new  a78bb25   Nautilus shell: Remove some useless logging.
       new  6eec896   FolderWatcher: Check for hidden outside of loop
       new  eed91dd   Legacy propagator: Don't use mtime retrieved via _fstat64.
       new  1f09a24   Resync button: Remove partial downloads too. #2445
       new  174e1ac   Folder::wipe(): Remove partial downloads and -shm,-wal db files.
       new  b70ecc3   Never overwrite the mtime from the local file system in the db when updating the metadata
       new  176413d   Revert "Windows Shell Integration: Show status icon for root folder"
       new  5c5a89c   Revert "Bump binary directory to current master"
       new  5c9564a   Add to 1.7 changelog.
       new  5db55d9   Prettify Changelog
       new  776f4dc   v1.7.0
       new  17a4299   Fix nautilus python integration
       new  61f5669   Imported Upstream version 1.7.0+dfsg
       new  5ec1b7a   Merge tag 'upstream/1.7.0+dfsg'
       new  0dc0ba9   new upstream release
       new  2a60b2d   Removed backported patch
       new  b6617b9   Updated only hunks of 0005-remove_admin.patch
       new  3666539   Updated copyright file
       new  8f6ea74   release to experimental

The 69 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                                          |  18 +-
 VERSION.cmake                                      |   2 +-
 csync/src/csync_update.c                           |  11 +
 csync/src/httpbf/src/httpbf.c                      |   5 +-
 csync/src/httpbf/src/httpbf.h                      |   1 +
 csync/tests/ownCloud/ownCloud/Test.pm              |   4 +-
 csync/tests/ownCloud/t5.pl                         |   6 +-
 csync/tests/ownCloud/t8.pl                         |  22 +-
 debian/changelog                                   |   9 +-
 debian/copyright                                   |   2 +
 debian/patches/0005-remove_admin.patch             |   6 +-
 ...Sync-Journal-test-use-real-CSYNC-struct-f.patch |  64 -----
 debian/patches/series                              |   1 -
 doc/autoupdate.rst                                 |   5 +-
 doc/building.rst                                   |  86 ++++---
 shell_integration/nautilus/syncstate.py            |   3 +-
 shell_integration/testclient/main.cpp              |  13 +
 shell_integration/testclient/socketclient.cpp      |  12 +
 shell_integration/testclient/socketclient.h        |  13 +
 shell_integration/testclient/window.cpp            |  13 +
 shell_integration/testclient/window.h              |  13 +
 src/creds/abstractcredentials.cpp                  |   2 +-
 src/mirall/application.cpp                         |   4 +
 src/mirall/clientproxy.cpp                         |   4 +
 src/mirall/filesystem.cpp                          |  10 +-
 src/mirall/filesystem.h                            |   2 +-
 src/mirall/folder.cpp                              |  36 ++-
 src/mirall/folder.h                                |   2 +
 src/mirall/folderwatcher.cpp                       |  12 +-
 src/mirall/networkjobs.cpp                         |  13 +-
 src/mirall/owncloudsetupwizard.cpp                 |   1 +
 src/mirall/ownsql.cpp                              |   7 +-
 src/mirall/propagator_legacy.cpp                   |  12 +-
 src/mirall/propagator_qnam.cpp                     |  25 +-
 src/mirall/propagatorjobs.cpp                      |  32 ++-
 src/mirall/protocolwidget.cpp                      |  34 ++-
 src/mirall/protocolwidget.h                        |   4 +-
 src/mirall/selectivesyncdialog.cpp                 |   4 +-
 src/mirall/settingsdialogmac.cpp                   |  13 +
 src/mirall/settingsdialogmac.h                     |  14 ++
 src/mirall/syncengine.cpp                          |  20 +-
 src/mirall/syncjournaldb.cpp                       |  18 ++
 src/mirall/syncjournaldb.h                         |   1 +
 src/owncloudcmd/owncloudcmd.cpp                    |   2 +-
 src/wizard/owncloudadvancedsetuppage.cpp           |   5 +-
 test/testcsyncsqlite.h                             |  32 +--
 translations/mirall_ca.ts                          | 221 +++++++++--------
 translations/mirall_cs.ts                          | 223 +++++++++--------
 translations/mirall_de.ts                          | 229 +++++++++--------
 translations/mirall_el.ts                          | 223 +++++++++--------
 translations/mirall_en.ts                          | 217 ++++++++--------
 translations/mirall_es.ts                          | 223 +++++++++--------
 translations/mirall_es_AR.ts                       | 217 ++++++++--------
 translations/mirall_et.ts                          | 227 +++++++++--------
 translations/mirall_eu.ts                          | 256 ++++++++++---------
 translations/mirall_fa.ts                          | 217 ++++++++--------
 translations/mirall_fi.ts                          | 221 +++++++++--------
 translations/mirall_fr.ts                          | 239 +++++++++---------
 translations/mirall_gl.ts                          | 221 +++++++++--------
 translations/mirall_hu.ts                          | 217 ++++++++--------
 translations/mirall_it.ts                          | 227 +++++++++--------
 translations/mirall_ja.ts                          | 238 +++++++++---------
 translations/mirall_nl.ts                          | 227 +++++++++--------
 translations/mirall_pl.ts                          | 221 +++++++++--------
 translations/mirall_pt.ts                          | 223 +++++++++--------
 translations/mirall_pt_BR.ts                       | 223 +++++++++--------
 translations/mirall_ru.ts                          | 230 +++++++++--------
 translations/mirall_sk.ts                          | 221 +++++++++--------
 translations/mirall_sl.ts                          | 273 +++++++++++----------
 translations/mirall_sv.ts                          | 235 +++++++++---------
 translations/mirall_th.ts                          | 217 ++++++++--------
 translations/mirall_tr.ts                          | 227 +++++++++--------
 translations/mirall_uk.ts                          | 223 +++++++++--------
 translations/mirall_zh_CN.ts                       | 217 ++++++++--------
 translations/mirall_zh_TW.ts                       | 217 ++++++++--------
 77 files changed, 3926 insertions(+), 3265 deletions(-)
 delete mode 100644 debian/patches/0006-tests-Fix-CSync-Journal-test-use-real-CSYNC-struct-f.patch

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