[Pkg-owncloud-commits] [owncloud-client] branch master updated (36fddee -> cc4478d)

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Feb 17 18:06:32 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  36fddee   typo
       new  1f631e6   watch for stable releases.
       new  e001e70   Sparkle: Get it working
       new  034c3ae   Sparkle: Sample RSS
       new  1471e15   Sparkle: Add more delegate methods
       new  25ee44d   [tx-robot] updated from transifex
       new  3480cb4   [tx-robot] updated from transifex
       new  fdf73fe   - Replace undeclared variables:   - PageReinstall_OLD_MUI_HEADER_TEXT_SUBTITLE   - PageReinstall_OLD_Field_2   - PageReinstall_OLD_Field_3   - REVISION - README.md updated - calling bin/l10n.sh was missing
       new  33ab854   SslErrorDialog: Ensure to run into a timeout while showing the dialog
       new  49562ca   Remove unused members
       new  ee3df45   remove csync_lock
       new  bee5940   Credentials: Remove unused fetchFromUser methods
       new  ccb45bf   Move code from HTTPCredentials to more generic locations
       new  4ae66b8   ShibbolethCredetials: Try to avoid re-auth
       new  8f1494f   Report an error if fetching the etag fails
       new  bb37890   Also force an update of the etag in case of renames
       new  9734544   Updater: Unify Sparkle&non-Sparkle URLs
       new  5a6a8b5   Mac OS: Build fix
       new  0322a44   Adding quotes - necessary for themes containing spaces in APPLICATION_NAME
       new  153aa31   OS X: Workaround Qt5 QNAM bug
       new  1a9a14b   Fix problems if a file is moved, and another file is created with the same name
       new  a677f97   Fix removing and renaming directories from the Shared directory
       new  f79ecfe   more verbose ssl error logging
       new  bcf73cf   SSLButton: Omit arrow on Windows which can't display it
       new  958253b   Respect skipUpdate policy from global config files and windows policy.
       new  4db7b5f   NSIS: accept /noautoupdate
       new  05ae467   Remove debug
       new  fd40a25   Use the appName (which is the short name) instead of the full length name
       new  1875a93   RC2
       new  1eb6e16   Add documentation on auto update feature
       new  8b9cd43   OS X: Read system-wide plist in /Library
       new  372f8b3   OS X: Document how to disable the auto updater
       new  393ac82   Update documentation for 1.5.1
       new  e667573   Theme: Update general disclaimer.
       new  86e9045   Removed not expected whitespace.
       new  e134ae2   Disable explorer.exe integration on WinXP
       new  3234e48   final version
       new  d56c913   v1.5.1 ChangeLog
       new  cf600e0   Imported Upstream version 1.5.1+dfsg
       new  d5830e5   Merge tag 'upstream/1.5.1+dfsg'
       new  2e892b9   debian/watch: using sssl site.
       new  01e238d   Update changelog
       new  6f30830   Removed autopkgtest (Closes: #735535)
       new  fb5bccb   Added recplace/breaks for libocsnyc(ocsync is now part of owncloud-client)
       new  e0f3f45   Removed old packages.
       new  041cf96   Added kwalletmanager as recommended to have cryped password support
       new  92d5118   release to unstable
       new  cc4478d   Updated 0001-disable-updatecheck.patch

The 47 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                                     |  35 ++++
 OWNCLOUD.cmake                                |   2 +-
 VERSION.cmake                                 |   2 +-
 cmake/modules/MacOSXBundleInfo.plist.in       |   4 +
 cmake/modules/NSIS.template.in                |  56 +++---
 config.h.in                                   |   2 +
 csync/src/CMakeLists.txt                      |   1 -
 csync/src/csync.c                             |  47 +----
 csync/src/csync.h                             |   7 +-
 csync/src/csync_exclude.c                     |   5 -
 csync/src/csync_lock.c                        | 236 -----------------------
 csync/src/csync_lock.h                        |  66 -------
 csync/src/csync_reconcile.c                   |  35 ++--
 csync/src/csync_update.c                      |   3 +-
 csync/tests/CMakeLists.txt                    |   4 -
 csync/tests/csync_tests/check_csync_lock.c    |  94 ---------
 csync/tests/ownCloud/t3.pl                    |  12 ++
 debian/changelog                              |  14 +-
 debian/control                                |  22 +--
 debian/patches/0001-disable-updatecheck.patch |  22 ++-
 debian/tests/control                          |   2 -
 debian/tests/make-tests                       |   4 -
 debian/watch                                  |   2 +-
 doc/accountsetup.rst                          |  28 ++-
 doc/architecture.rst                          |   2 +-
 doc/autoupdate.rst                            |  81 ++++++++
 doc/images/folderwizard_local.png             | Bin 0 -> 73614 bytes
 doc/images/folderwizard_remote.png            | Bin 0 -> 55791 bytes
 doc/images/icon.png                           | Bin 1290 -> 1301 bytes
 doc/images/ignored_files_editor.png           | Bin 49080 -> 107117 bytes
 doc/images/menu.png                           | Bin 18110 -> 40563 bytes
 doc/images/settings_activity.png              | Bin 0 -> 336801 bytes
 doc/images/settings_general.png               | Bin 50908 -> 97877 bytes
 doc/images/settings_network.png               | Bin 60526 -> 113591 bytes
 doc/images/sync_protocol.png                  | Bin 171942 -> 0 bytes
 doc/images/wizard_targetfolder.png            | Bin 39694 -> 92661 bytes
 doc/images/wizard_url.png                     | Bin 40236 -> 74341 bytes
 doc/images/wizard_user.png                    | Bin 38342 -> 75305 bytes
 doc/index.rst                                 |   1 +
 doc/introduction.rst                          |  25 +--
 doc/options.rst                               |   8 +-
 doc/visualtour.rst                            | 175 ++++++++++-------
 src/CMakeLists.txt                            |   7 +
 src/creds/abstractcredentials.cpp             |  42 ++++
 src/creds/abstractcredentials.h               |   3 +-
 src/creds/dummycredentials.cpp                |   6 -
 src/creds/dummycredentials.h                  |   1 -
 src/creds/httpcredentials.cpp                 |  34 ----
 src/creds/httpcredentials.h                   |   2 -
 src/creds/shibboleth/shibbolethwebview.cpp    |   3 +-
 src/creds/shibboleth/shibbolethwebview.h      |   4 +-
 src/creds/shibbolethcredentials.cpp           |  80 ++++++--
 src/creds/shibbolethcredentials.h             |   9 +-
 src/mirall/account.cpp                        |  10 +-
 src/mirall/account.h                          |   2 +
 src/mirall/application.cpp                    |  10 +-
 src/mirall/folder.cpp                         |   5 -
 src/mirall/folder.h                           |   3 -
 src/mirall/mirallaccessmanager.cpp            |   7 +
 src/mirall/mirallconfigfile.cpp               |  58 +++++-
 src/mirall/mirallconfigfile.h                 |   2 +
 src/mirall/networkjobs.cpp                    |  35 +++-
 src/mirall/networkjobs.h                      |  14 ++
 src/mirall/owncloudpropagator.cpp             |  54 ++++--
 src/mirall/owncloudpropagator.h               |   6 +-
 src/mirall/sslbutton.cpp                      |   7 +-
 src/mirall/syncjournaldb.cpp                  |  19 ++
 src/mirall/syncjournaldb.h                    |   1 +
 src/mirall/theme.cpp                          |   8 +-
 src/mirall/utility.cpp                        |   7 +-
 src/updater/ocupdater.cpp                     |  43 +----
 src/updater/ocupdater.h                       |   2 -
 src/updater/sparkleupdater_mac.mm             |  47 +++++
 src/updater/updater.cpp                       |  60 +++++-
 src/updater/updater.h                         |   8 +-
 src/wizard/owncloudshibbolethcredspage.cpp    |   6 +-
 src/wizard/owncloudshibbolethcredspage.h      |   3 +-
 translations/mirall_ca.ts                     | 208 ++++++++++----------
 translations/mirall_cs.ts                     | 119 +++++++-----
 translations/mirall_de.ts                     | 121 ++++++------
 translations/mirall_el.ts                     | 119 +++++++-----
 translations/mirall_en.ts                     | 119 +++++++-----
 translations/mirall_es.ts                     | 121 ++++++------
 translations/mirall_es_AR.ts                  | 119 +++++++-----
 translations/mirall_et.ts                     | 119 +++++++-----
 translations/mirall_eu.ts                     | 119 +++++++-----
 translations/mirall_fa.ts                     | 119 +++++++-----
 translations/mirall_fi.ts                     | 119 +++++++-----
 translations/mirall_fr.ts                     | 119 +++++++-----
 translations/mirall_gl.ts                     | 121 ++++++------
 translations/mirall_hu.ts                     | 119 +++++++-----
 translations/mirall_it.ts                     | 127 ++++++------
 translations/mirall_ja.ts                     | 267 ++++++++++++++------------
 translations/mirall_nl.ts                     | 119 +++++++-----
 translations/mirall_pl.ts                     | 119 +++++++-----
 translations/mirall_pt.ts                     | 119 +++++++-----
 translations/mirall_pt_BR.ts                  | 121 ++++++------
 translations/mirall_ru.ts                     | 119 +++++++-----
 translations/mirall_sk.ts                     | 119 +++++++-----
 translations/mirall_sl.ts                     | 119 +++++++-----
 translations/mirall_sv.ts                     | 119 +++++++-----
 translations/mirall_th.ts                     | 119 +++++++-----
 translations/mirall_uk.ts                     | 119 +++++++-----
 translations/mirall_zh_CN.ts                  | 119 +++++++-----
 translations/mirall_zh_TW.ts                  | 119 +++++++-----
 translations/pofiles/tr.po                    | 121 ++++++------
 107 files changed, 2850 insertions(+), 2463 deletions(-)
 delete mode 100644 csync/src/csync_lock.c
 delete mode 100644 csync/src/csync_lock.h
 delete mode 100644 csync/tests/csync_tests/check_csync_lock.c
 delete mode 100644 debian/tests/control
 delete mode 100755 debian/tests/make-tests
 create mode 100644 doc/autoupdate.rst
 create mode 100644 doc/images/folderwizard_local.png
 create mode 100644 doc/images/folderwizard_remote.png
 create mode 100644 doc/images/settings_activity.png
 delete mode 100644 doc/images/sync_protocol.png
 create mode 100644 src/creds/abstractcredentials.cpp

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