mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Nextcloud Desktop client
While uploading a new folder, if the folder is renamed on the server when still uploading, the result will be that the files that are already uploaded will end up in the new filder name, but the file that were not still are in the old folder. After renaming, all the new uploads wil fail with an error on this sync because the parent directory don't exist. But they were uploaded with the old name in the next sync because the renaming was not detected because the file id was not in the DB Fix the problem by fetching the file id always when creating a new directory, on the next sync, and saving it in the database ummediatly https://github.com/owncloud/enterprise/issues/191 |
||
|---|---|---|
| admin | ||
| cmake | ||
| csync | ||
| doc | ||
| resources | ||
| src | ||
| test | ||
| theme | ||
| translations | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .tag | ||
| ChangeLog | ||
| CMakeLists.txt | ||
| config.h.in | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| COPYING.documentation | ||
| CPackOptions.cmake.in | ||
| issue_template.md | ||
| mirall.desktop.in | ||
| mirall.qrc | ||
| OWNCLOUD.cmake | ||
| OwnCloudCPack.cmake | ||
| README.md | ||
| sync-exclude.lst | ||
| theme.qrc | ||
| VERSION.cmake | ||
Mirall
Introduction
Mirall is a tool to synchronize files from ownCloud Server with your computer. It uses OCSync as its syncing backend.
Download
Binary packages
- Refer to the download page http://owncloud.org/sync-clients/
Source code
Building the source code
Please refer to doc/building.rst, or Building the Client in the ownCloud client manual.
Authors
- Duncan Mac-Vicar P. duncan@kde.org (original Mirall author)
- Klaas Freitag freitag@owncloud.com
- Daniel Molkentin danimo@owncloud.com
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.