[Pkg-owncloud-commits] [owncloud-client] branch upstream updated (2f68a12 -> 1e78618)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:25 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 2f68a12 Imported Upstream version 1.6.0+dfsg
new 13f9970 Fix some possible "Precondition Failed" bug
new 24616be Fix syncing a folder with '#' in the name
new 6e10b8c Propagator: Recover from 'precondition failed' error
new 6605a89 csync_statedb: Fix wrong % code in debug output
new a4f6370 propagator: do not update perent directory etag before sub directories are removed
new 7a7b0e8 propagator: Ignore new directory inside removed directory.
new ded8914 [Janitor] Bump version to 1.6.1pre
new b814b45 Add version and product information to installer properties
new ed26bcb Theme: Show the stringified app version rather than the major version.
new 4a5ef8f Fix a possible crash caused by a dangling pointer
new c72c72a FolderWizard: Get folder map from FolderMan rather than store locally.
new e1db834 Add missing cmakedefine for HAVE_ASPRINTF and minor cleanup.
new 4abe00f Shib: Ensure browser view gets closed before QNAM
new b2966fe Shib: remove slotLoadFinished() from webview dtor
new 1230e87 Propagator: Give a more specific error message on file remove.
new 2d234cd Propagator: Handle file open error properly and log error message.
new b91967f Fix regression over 1.5: Fix non-fba auth for Shib IdPs
new b71881d SyncEngine: Use QSet for the seenFiles rather than QHash.
new 0a953b9 csync_vio_local: fix memory leak on windows
new 0880444 Syncengine: Wait for the neon thead to be finished before destroying the Propagator and calling csync_commit
new 646eafb Legacy propagator jobs: Do not limit bandwidth when aborting
new 9ee86cf Fix resource leak in win32 code path, added free of locale filename.
new d0c992c Updater: Free tmp variable that might point to temp malloced memory
new 6b041b0 Fix use-after-free in QNAM propagator
new f9710cc c_time: Fix resource leak in error case
new bec66c8 Fix potential memory leak
new df8553e httpbf.c: Fix resource leak
new c263c38 statedb.c: fix potential memory leak on win32
new e4f8a13 StateDB: Free locale string also if attribs are invalid.
new 85cdbd1 stateDB: Close the file descriptor even if stat failed.
new 5225fe0 csync_owncloud_recursive_propfind: "fix" possible memory leak
new b144a5b csync_exclude: Add a missing free of path components.
new 4d4a014 owncloudgui: use QUrl::fromLocalFile
new 2e51721 owncloudgui: Fix compilation
new 83171bf accountsettings: remove unused function
new 1e788d3 folderwizard: fix possible use of null pointer
new f04c80d httpbf: silent coverity issue 12905
new 407b3be csync file util: Remove compare file function, not needed anymore.
new 61ad376 accountsettings: silent coverity warning 12884
new b7c9fa6 csync_owncloud: silent CID 12883
new b34afa1 reconcile: use the proper enum type
new 1dd58a5 owncloudcmd: Fix structurally dead code.
new 3217e42 SyncJournalDB: Initialize size member properly with 0
new d995d11 SyncFileItem: Some more proper member initializations.
new db3d2ee csync core: Remove logically dead code: Can never be reached.
new 73ab280 owncloudwizard: properly initialize _account memember
new 6d13b5c wizard setuppage: Clean up and properly initialize members
new 6ff38d8 Cleanup member initialization in Theme
new bbf8b9f syncengine: properly initialize all members in ctor
new 8877677 Legacy Propagator: Properly initialize members
new 31469d6 Folderwizard: Properly initialize all members
new 1309dc2 Remove previously unused member
new f3de6f4 Folder: Removed unused member _pathWatcher
new 485a692 FancyLineEdit: initialize all members
new b29a757 Revert "csync file util: Remove compare file function, not needed anymore."
new 9ca82ba NSIS: add libwinpthread dependency
new 041066a Exclude: Add a missing free in case of empty lines.
new ae5cbb8 Version: Bumped to rc1
new f593fc8 NSIS: Bump required libpng version to 16
new c855b78 NSIS: Remove duplicated entry
new b7b6cf4 Shibboleth: Always ask for the password if we are going to open the log window
new 603a238 Disable minimize button for Preferences on Mac
new 7a8a385 Mac: Make <ESC> close the settings dialog again
new a7d251f Update changelog for 1.6.1
new 9adc30a Shibboleth: keep the cookie from the wizard to the ShibolethCredentials
new 23e0af5 Documentation update from Mark.
new 40d765c Remove version suffix, final release 1.6.1
new 1e78618 Imported Upstream version 1.6.1+dfsg
The 68 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 | 21 ++
VERSION.cmake | 4 +-
cmake/modules/NSIS.template.in | 10 +-
csync/config_csync.h.cmake | 2 +-
csync/src/csync.c | 5 -
csync/src/csync_exclude.c | 4 +
csync/src/csync_owncloud.c | 2 +-
csync/src/csync_owncloud_recursive_propfind.c | 7 +-
csync/src/csync_reconcile.c | 12 +-
csync/src/csync_statedb.c | 14 +-
csync/src/csync_update.c | 3 +
csync/src/csync_util.c | 12 +-
csync/src/httpbf/src/httpbf.c | 4 +-
csync/src/std/c_time.c | 3 +-
csync/src/vio/csync_vio_local.c | 1 +
doc/accountsetup.rst | 41 ++-
doc/architecture.rst | 263 ++++++++---------
doc/autoupdate.rst | 139 +++++----
doc/building.rst | 160 ++++++-----
doc/conffile.rst | 24 +-
doc/faq.rst | 17 +-
doc/images/client_setup_wizard_components.png | Bin 0 -> 35196 bytes
doc/images/client_setup_wizard_install_finish.png | Bin 0 -> 21141 bytes
.../client_setup_wizard_install_progress.png | Bin 0 -> 19726 bytes
doc/images/client_setup_wizard_location.png | Bin 0 -> 30498 bytes
doc/images/client_setup_wizard_main.png | Bin 0 -> 25868 bytes
doc/images/client_setup_wizard_reinstall.png | Bin 0 -> 33624 bytes
doc/images/client_setup_wizard_uninstall.png | Bin 0 -> 33621 bytes
doc/images/client_setup_wizard_uninstall_2.png | Bin 0 -> 29159 bytes
doc/images/client_setup_wizard_uninstall_3.png | Bin 0 -> 31134 bytes
doc/images/download_button.png | Bin 0 -> 1163 bytes
doc/images/log_output_window.png | Bin 0 -> 43946 bytes
doc/images/oc_client_download_options.png | Bin 0 -> 7171 bytes
doc/images/oc_client_linux_download.png | Bin 0 -> 35366 bytes
doc/images/oc_client_macosx_download.png | Bin 0 -> 33779 bytes
doc/images/oc_client_windows_download.png | Bin 0 -> 24779 bytes
doc/images/oc_client_windows_option.png | Bin 0 -> 1689 bytes
doc/images/oc_connection_wizard_credentials.png | Bin 0 -> 33007 bytes
doc/images/oc_connection_wizard_finish.png | Bin 0 -> 40657 bytes
doc/images/oc_connection_wizard_localfolder.png | Bin 0 -> 37287 bytes
doc/images/oc_connection_wizard_server.png | Bin 0 -> 32433 bytes
doc/images/oc_website.png | Bin 0 -> 72353 bytes
doc/images/owncloud_logo_transparent.png | Bin 0 -> 47374 bytes
doc/images/owncloud_small_wh_bl.jpg | Bin 0 -> 11741 bytes
doc/images/save_log_file.png | Bin 0 -> 68034 bytes
doc/images/security_warning_windows.png | Bin 0 -> 13093 bytes
doc/index.rst | 5 +-
doc/installing-linux.rst | 208 ++++++++++++++
doc/installing-macosx.rst | 4 +
doc/installing-windows.rst | 102 +++++++
doc/installing.rst | 13 +
doc/introduction.rst | 34 +--
doc/logo-blue.pdf | Bin 1851 -> 1849 bytes
doc/navigating.rst | 313 +++++++++++++++++++++
doc/options.rst | 15 +-
doc/owncloud.1.rst | 8 +-
doc/owncloudcmd.1.rst | 28 +-
doc/owncloudcmd.rst | 57 ++--
doc/troubleshooting.rst | 269 +++++++++++-------
src/3rdparty/fancylineedit/fancylineedit.cpp | 2 +-
src/creds/shibboleth/shibbolethuserjob.h | 4 +-
src/creds/shibboleth/shibbolethwebview.cpp | 20 --
src/creds/shibboleth/shibbolethwebview.h | 3 +-
src/creds/shibbolethcredentials.cpp | 47 +++-
src/creds/shibbolethcredentials.h | 6 +
src/mirall/accountsettings.cpp | 30 +-
src/mirall/accountsettings.h | 1 -
src/mirall/folder.cpp | 15 +-
src/mirall/folder.h | 1 -
src/mirall/folderstatusmodel.h | 3 -
src/mirall/folderwizard.cpp | 16 +-
src/mirall/folderwizard.h | 5 +-
src/mirall/owncloudgui.cpp | 5 +-
src/mirall/owncloudpropagator.cpp | 35 ++-
src/mirall/owncloudtheme.cpp | 3 +-
src/mirall/propagator_legacy.cpp | 5 +
src/mirall/propagator_legacy.h | 3 +-
src/mirall/propagator_qnam.cpp | 41 ++-
src/mirall/settingsdialogmac.cpp | 12 +
src/mirall/syncengine.cpp | 22 +-
src/mirall/syncengine.h | 3 +-
src/mirall/syncfileitem.h | 5 +-
src/mirall/syncjournaldb.cpp | 24 +-
src/mirall/syncjournaldb.h | 10 +-
src/mirall/theme.cpp | 10 +-
src/mirall/theme.h | 2 +-
src/owncloudcmd/owncloudcmd.cpp | 1 -
src/wizard/owncloudsetuppage.cpp | 2 +
src/wizard/owncloudsetuppage.h | 1 -
src/wizard/owncloudshibbolethcredspage.cpp | 13 +-
src/wizard/owncloudshibbolethcredspage.h | 3 +-
src/wizard/owncloudwizard.cpp | 1 +
93 files changed, 1532 insertions(+), 628 deletions(-)
create mode 100644 doc/images/client_setup_wizard_components.png
create mode 100644 doc/images/client_setup_wizard_install_finish.png
create mode 100644 doc/images/client_setup_wizard_install_progress.png
create mode 100644 doc/images/client_setup_wizard_location.png
create mode 100644 doc/images/client_setup_wizard_main.png
create mode 100644 doc/images/client_setup_wizard_reinstall.png
create mode 100644 doc/images/client_setup_wizard_uninstall.png
create mode 100644 doc/images/client_setup_wizard_uninstall_2.png
create mode 100644 doc/images/client_setup_wizard_uninstall_3.png
create mode 100644 doc/images/download_button.png
create mode 100644 doc/images/log_output_window.png
create mode 100644 doc/images/oc_client_download_options.png
create mode 100644 doc/images/oc_client_linux_download.png
create mode 100644 doc/images/oc_client_macosx_download.png
create mode 100644 doc/images/oc_client_windows_download.png
create mode 100644 doc/images/oc_client_windows_option.png
create mode 100644 doc/images/oc_connection_wizard_credentials.png
create mode 100644 doc/images/oc_connection_wizard_finish.png
create mode 100644 doc/images/oc_connection_wizard_localfolder.png
create mode 100644 doc/images/oc_connection_wizard_server.png
create mode 100644 doc/images/oc_website.png
create mode 100644 doc/images/owncloud_logo_transparent.png
create mode 100644 doc/images/owncloud_small_wh_bl.jpg
create mode 100644 doc/images/save_log_file.png
create mode 100644 doc/images/security_warning_windows.png
create mode 100644 doc/installing-linux.rst
create mode 100644 doc/installing-macosx.rst
create mode 100644 doc/installing-windows.rst
create mode 100644 doc/installing.rst
create mode 100644 doc/navigating.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