Nextcloud Desktop client
Go to file
2019-04-27 11:37:51 +02:00
.github *.linux-repo.html needs adaption when copying... 2019-03-22 15:50:23 +01:00
admin WebKit: Remove more from macOS and NSIS builds #6451 2019-04-27 11:37:51 +02:00
binary@09f12de312
cmake WebKit: Remove more from macOS and NSIS builds #6451 2019-04-27 11:37:51 +02:00
docs LogWindow: Remove output, add "go to log folder" button #6475 2019-04-09 13:15:05 +02:00
man
resources
shell_integration Windows: Fix compile in shell_integration (3) 2019-03-21 10:32:26 +01:00
src Vfs: Mark sqlite temporaries excluded on db-open #7141 2019-04-26 13:51:18 +02:00
test Vfs: "free space" only shows when it has an effect #7143 2019-04-23 09:21:17 +02:00
theme
translations Add Makefile for handling client translations in Transifex 2019-04-10 11:12:04 +02:00
.clang-format
.drone.yml Only notify rocket.chat on failure or change 2019-02-12 20:30:30 +01:00
.git-blame-ignore-revs
.gitattributes
.gitignore Reintroduce the building.adoc file 2019-02-12 20:30:29 +01:00
.gitmodules Docs: Remove doc-themes submodule 2019-03-20 15:21:28 +01:00
.tag
appveyor.ini
appveyor.yml
ChangeLog Merge remote-tracking branch 'origin/2.5' into 2.6 2019-04-17 13:43:53 +02:00
client.qrc
CMakeLists.txt macOS: Fix vfs suffix plugin paths #7090 2019-03-16 13:53:48 +01:00
config.h.in Add PLUGINDIR cmake setting and define #7027 2019-03-14 08:11:47 +01:00
CONTRIBUTING.md
COPYING
COPYING.documentation
CPackOptions.cmake.in
mirall.desktop.in [tx-robot] updated from transifex 2019-02-20 02:18:42 +01:00
OWNCLOUD.cmake
OwnCloudCPack.cmake
README.md Add note about the documentation to the README 2019-02-12 20:30:29 +01:00
sync-exclude.lst
THEME.cmake Add doc CMake target 2019-02-12 20:30:30 +01:00
theme.qrc
VERSION.cmake VERSION.cmake: This branch is 2.5.5 now 2019-03-11 11:17:16 +01:00
version.h.in

ownCloud Desktop Client

Build Status Build status

Introduction

The ownCloud Desktop Client is a tool to synchronize files from ownCloud Server with your computer.

Download

Binary packages

Source code

The ownCloud Desktop Client is developed in Git. Since Git makes it easy to fork and improve the source code and to adapt it to your need, many copies can be found on the Internet, in particular on GitHub. However, the authoritative repository maintained by the developers is located at https://github.com/owncloud/client.

Building the source code

Building the Client in the ownCloud Desktop Client manual.

Reporting issues and contributing

If you find any bugs or have any suggestion for improvement, please file an issue at https://github.com/owncloud/client/issues. Do not contact the authors directly by mail, as this increases the chance of your report being lost.

If you created a patch, please submit a Pull Request. For non-trivial patches, we need you to sign the Contributor Agreement before we can accept your patch.

If you want to contact us, e.g. before starting a more complex feature, you can join us at #owncloud-client-dev.

Maintainers and Contributors

The current maintainers of this repository are:

ownCloud Desktop Client is developed by the ownCloud community and receives patches from a variety of authors.

Past maintainers:

Building the Documentation

The documentation has been migrated from Sphinx-Doc to Antora, which is based on the AsciiDoc format. For the moment, it is not possible to generate the client documentation directly, as was previously the case, via a CMake command. Instead, the client documentation is built when the entire ownCloud documentation is built; (this is a combination of the administration, developer, and user, iOS, and Android manuals).

Please note: investigations are underway to see if it can be built both standalone and as as part of the larger documentation bundle. This README will be updated as more information is available.

License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.