Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-15Remove dead codeHannah von Reth
2019-10-07No more MacSettingsDialog #7371Markus Goetz
2019-08-19Remove outdated binary folderHannah von Reth
2019-03-20Docs: Remove doc-themes submoduleChristian Kamm
2018-10-29Update zsync submoduleOlivier Goffart
2018-09-20Update zsyncOlivier Goffart
With MSVC fixes
2018-09-14Merge remote-tracking branch 'owncloud/master' into delta-syncOlivier Goffart
Conflicts: .gitmodules src/cmd/cmd.cpp src/gui/generalsettings.ui src/libsync/propagatedownload.cpp src/libsync/propagateuploadng.cpp
2018-05-25Update libcrashreporter-qt to build it with msvcDominik Schmidt
(cherry picked from commit b9323bd1913a91471b13bb17069d43dd0acea27b)
2018-05-02Use external theme in documentationMatthew Setter
2018-05-02Use HTTPS rather than SSH schema for the _shared_assets submoduleSamuel Alfageme
2018-05-02Add the docs-themes repository as a submoduleMatthew Setter
This provides a simpler way of integrating the external theme. Relates to: - owncloud/client#6163 - owncloud/client#6169 - #3240 - owncloud/client#6497
2018-02-06Fix submodule URLMarkus Goetz
2018-02-06Fix compile for libcrashreporter-qt on macOSMarkus Goetz
2018-01-15Implementation of delta-sync support on client-side.Ahmed Ammar
This commit adds client-side support for delta-sync, this adds a new 3rdparty submodule `gh:ahmedammar/zsync`. This zsync tree is a modified version of upstream, adding some needed support for the upload path and other requirements. If the server does not announce the required zsync capability then a full upload/download is fallen back to. Delta synchronization can be enabled/disabled using command line, config, or gui options. On both upload and download paths, a check is made for the existance of a zsync metadata file on the server for a given path. This is provided by a dav property called `zsync`, found during discovery phase. If it doesn't exist the code reverts back to a complete upload or download, i.e. previous implementations. In the case of upload, a new zsync metadata file will be uploaded as part of the chunked upload and future synchronizations will be delta-sync capable. Chunked uploads no longer use sequential file names for each chunk id, instead, they are named as the byte offset into the remote file, this is a minimally intrusive modification to allow fo delta-sync and legacy code paths to run seamlessly. A new http header OC-Total-File-Length is sent, which informs the server of the final expected size of the file not just the total transmitted bytes as reported by OC-Total-Length. The seeding and generation of the zsync metadata file is done in a separate thread since this is a cpu intensive task, ensuring main thread is not blocked. This commit closes owncloud/client#179.
2017-09-08Remove qtkeychain submodule #6004Markus Goetz
2017-07-31Clean up the client docs removing old, outdated, contentMatthew Setter
This makes changes as suggested by @michaelstingl in https://github.com/owncloud/documentation/issues/3240.
2016-03-15Submodule: Use https pathMarkus Goetz
Else I got a git hickup here
2016-01-04OS X: Fix alignment of "Copy" button in protocol #4207Markus Goetz
2015-07-16Change repo for src/3rdparty/qtmacgoodiesDaniel Molkentin
Changes required by 3d55191573e39962422f629c7df35f01c501c052 are not yet in shadone's upstream repo
2014-11-12Merge remote-tracking branch 'origin/master' into crashreporterDaniel Molkentin
Conflicts: src/libsync/utility.cpp src/libsync/utility.h
2014-09-12Fix apple build.Tim Vandecasteele
The apple build was broken because the elseif in the CMakeLists is never triggered. Some code was not properly adapted for the new qtmacgoodies. Some paths were not adapted to new split.
2014-08-26Add crash reporter using libcrashreporter-qtDominik Schmidt
2014-08-12OS X: Finally(?) fix stay-on-top behaviour of settings dialogMarkus Goetz
Fixes #1795
2014-08-06Add binary submoduleDaniel Molkentin
2014-02-18Added Mac-specific settings dialog that looks more nativeDenis Dzyubenko
2013-09-02Docs: Allow to build with org and com brandingDaniel Molkentin