• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H28-May-2021-356269

admin/osx/H03-May-2022-1,2391,166

changelog/H28-May-2021-2,1471,771

cmake/H28-May-2021-893686

docs/H03-May-2022-5,1754,189

man/H03-May-2022-12989

resources/font-awesome/H28-May-2021-1812

shell_integration/H03-May-2022-4,7123,340

src/H03-May-2022-276,425194,811

test/H03-May-2022-14,05510,676

theme/H28-May-2021-

translations/H28-May-2021-144,831144,395

.clang-formatH A D28-May-20212.1 KiB6450

.craft.iniH A D28-May-20212.8 KiB10081

.craft.shelfH A D28-May-20212.2 KiB164111

.drone-secrets.env.inH A D28-May-202132 32

.drone.starH A D28-May-202113.9 KiB459436

.git-blame-ignore-revsH A D28-May-202179 21

.gitattributesH A D28-May-2021189 65

.gitignoreH A D28-May-20212.4 KiB173146

.gitmodulesH A D28-May-2021145 43

.source_date_epochH A D28-May-202111 21

.tagH A D28-May-202141 21

CHANGELOG.mdH A D28-May-2021114.5 KiB2,2871,874

CONTRIBUTING.mdH A D28-May-20212.2 KiB5037

COPYINGH A D28-May-202117.7 KiB340281

COPYING.documentationH A D28-May-202119 KiB320293

OWNCLOUD.cmakeH A D28-May-20211.1 KiB2417

README.mdH A D28-May-20213.5 KiB8959

THEME.cmakeH A D28-May-20211.8 KiB5139

VERSION.cmakeH A D28-May-20211 KiB2722

client.qrcH A D28-May-20212.5 KiB3028

config.h.inH A D28-May-20211.3 KiB3527

core_theme.qrcH A D28-May-20212.8 KiB3231

mirall.desktop.inH A D28-May-202111 KiB219214

sync-exclude.lstH A D28-May-2021418 4334

version.h.inH A D28-May-20211.4 KiB4132

README.md

1# ownCloud Desktop Client
2
3[![Build Status](https://drone.owncloud.com/api/badges/owncloud/client/status.svg)](https://drone.owncloud.com/owncloud/client) [![Build Status](https://github.com/owncloud/client/workflows/ownCloud%20CI/badge.svg)](https://github.com/owncloud/client/actions)
4
5
6## Introduction
7
8The ownCloud Desktop Client is a tool to synchronize files from ownCloud Server
9with your computer.
10
11## Download
12
13### Binary packages
14
15* Refer to the download page https://owncloud.org/download/#owncloud-desktop-client
16
17### Source code
18
19The ownCloud Desktop Client is developed in Git. Since Git makes it easy to
20fork and improve the source code and to adapt it to your need, many copies
21can be found on the Internet, in particular on GitHub. However, the
22authoritative repository maintained by the developers is located at
23https://github.com/owncloud/client.
24
25## Building the source code
26
27[Building the Client](https://doc.owncloud.org/desktop/building.html)
28in the ownCloud Desktop Client manual.
29
30## Reporting issues and contributing
31
32If you find any bugs or have any suggestion for improvement, please
33file an issue at https://github.com/owncloud/client/issues. Do not
34contact the authors directly by mail, as this increases the chance
35of your report being lost.
36
37If you created a patch, please submit a [Pull
38Request](https://github.com/owncloud/client/pulls). For non-trivial
39patches, we need you to sign the [Contributor
40Agreement](https://owncloud.org/contribute/agreement) before
41we can accept your patch.
42
43If you want to contact us, e.g. before starting a more complex feature,
44you can join us at
45[#owncloud-client-dev](irc://irc.freenode.net/#owncloud-client-dev).
46
47## Maintainers and Contributors
48
49The current maintainers of this repository are:
50
51* Hannah von Reth <hannah.vonreth@owncloud.com>
52* Dominik Schmidt <dev@dominik-schmidt.de>
53* Markus Goetz <guruz@owncloud.com>
54* Olivier Goffart <ogoffart@owncloud.com>
55* Christian Kamm <mail@ckamm.de>
56
57ownCloud Desktop Client is developed by the ownCloud community and [receives
58patches from a variety of authors](https://github.com/owncloud/client/graphs/contributors).
59
60Past maintainers:
61
62* Thomas Müller <thomas.mueller@owncloud.com>
63* Klaas Freitag <freitag@owncloud.com>
64* Daniel Molkentin <daniel@molkentin.de>
65* Andreas Schneider <asn@cryptomilk.org>
66
67## Building the Documentation
68
69The documentation has been migrated from Sphinx-Doc to [Antora](https://docs.antora.org/), which is based on [the AsciiDoc format](https://github.com/owncloud/docs/blob/master/docs/getting-started.md).
70For the moment, it is not possible to generate the client documentation directly, as was previously the case, via a CMake command.
71Instead, 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).
72
73**Please note:** investigations are underway to see if it can be built both standalone and as as part of the larger documentation bundle.
74This README will be updated as more information is available.
75
76## License
77
78    This program is free software; you can redistribute it and/or modify
79    it under the terms of the GNU General Public License as published by
80    the Free Software Foundation; either version 2 of the License, or
81    (at your option) any later version.
82
83    This program is distributed in the hope that it will be useful, but
84    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
85    or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
86    for more details.
87
88
89