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
2021-10-01Enable c++17, this enables us to use std::filesystemHannah von Reth
2021-10-01Modernise libcloudprovider cmake codeHannah von Reth
2021-09-27Remove non existing optionHannah von Reth
2021-08-09Set up Git pre-commit hook for clang-formatFabian Müller
2021-07-28Bundle translations using Qt resources systemFabian Müller
2021-06-16Don't let Qt define foreachHannah von Reth
2021-06-10Remove outdate man pagesHannah von Reth
2021-06-02Cleanup the data location handlingHannah von Reth
2021-03-11Instead of renaming the targets, we rename their outputHannah von Reth
This fixes brandings with spaces in the name
2020-11-19Require Sparkle on macOSDominik Schmidt
2020-11-05Always generate legacy icons, independent of build optionsHannah von Reth
2020-11-05Initialise OEM_THEME_DIR before its usedHannah von Reth
2020-11-05Allow to place a branding into the src treeHannah von Reth
2020-11-04Support legacy naming of app iconHannah von Reth
2020-07-20CMake: Make VIRTUAL_FILE_SYSTEM_PLUGINS accessible to cmake toolsHannah von Reth
2020-05-20Use system sqlite on Mac and WindowsHannah von Reth
2020-04-23Plugins: Add a relative plugin search path on LinuxHannah von Reth
This fixes installations where the client is not installed in the same prefix as Qt Fixes: #7801
2020-03-17Require sqlite only when BUILD_CLIENT == ONDominik Schmidt
2020-02-24Don't hardcode PLUGINDIRHannah von Reth
2020-02-19[CMake] Directly install sync-exclude.lst on Windows to the correct directoryHannah von Reth
2020-01-22Remove unused filesHannah von Reth
2020-01-20[CMAKE] Use ecm for autotestsHannah von Reth
2020-01-09[CMAKE] Use FindINotify provided by ecmHannah von Reth
2020-01-09[CMAKE] Resolve some issues discovered during reviewHannah von Reth
2020-01-09[CMAKE] Do not create a deployable mac bundle during buildHannah von Reth
This simplifies the cmake scripts and reduces build times
2020-01-09[CMAKE] Use KDECompilerSettingsHannah von Reth
2020-01-09[CMAKE] Use KDECmakeSettingsHannah von Reth
2020-01-09[CMAKE] Start using extra cmake modulesHannah von Reth
2019-10-18[CMAKE] Deprecate old custom flag for unittestsHannah von Reth
2019-08-27Add GUI testing SocketApi extensionDominik Schmidt
2019-03-16macOS: Fix vfs suffix plugin paths #7090Markus Goetz
2019-03-14Add PLUGINDIR cmake setting and define #7027Christian Kamm
By default, plugins are only searched next to the binary or next to the other Qt plugins. This optional build variable allows another path to be configured. The idea is that on linux the oC packaging probably wants the binary in something like /opt/owncloud/bin and the plugins in /opt/owncloud/lib/plugins. Similarly, distribution packagers probably don't want the plugins next to the binary or next to the other Qt plugins. This flag allows them to configure another path that the executable will look in.
2019-02-12Add doc CMake targetDominik Schmidt
2019-02-08Switch to standard opt-out BUILD_TESTING instead of opt-in UNIT_TESTINGDominik Schmidt
Compare https://cmake.org/cmake/help/v3.0/module/CTest.html Craft automatically handles BUILD_TESTING, so we don't need to handle it in our own blueprint.
2018-12-07Merge remote-tracking branch 'owncloud/vfs-master'Olivier Goffart
Conflicts: src/libsync/filesystem.cpp src/libsync/filesystem.h
2018-11-27Remove Shibboleth supportOlivier Goffart
Issue #6451
2018-11-26Remove unused include directoriesDominik Schmidt
2018-11-26winvfs: initial workChristian Kamm
Done by ckamm and dschmidt
2018-11-08Add CMake option to disable GUI buildGerhard Gappmeier
2018-07-25New Discovery Algo: Permsission checkOlivier Goffart
2018-06-20Rename ocsync library to ${APPLICATION_EXECUTABLE}_csyncDominik Schmidt
2018-06-15Move theme related logic into a single THEME.cmakeDominik Schmidt
2018-05-23Rename Placeholders to Virtual Files in code #6531Christian Kamm
2018-04-20CMake: Add a default placeholder_suffixChristian Kamm
To make themes work that don't define it explicitly.
2018-03-16Define APPLICATION_ICON_NAME fallback only in one placeDominik Schmidt
2018-02-21cmake: Remove references of now unused WITH_TESTINGOlivier Goffart
Issue #6318
2018-01-13Set CMAKE_CXX_STANDARD to 14Dominik Schmidt
2018-01-13Modernize out CMakeLists.txtOlivier Goffart
Mainly uses target_include_directories instead of include_directories so libraries public include directory get automatically added when adding the target in target_link_library
2018-01-13Build system: Get rid of QtVersionAbstraction.cmakeOlivier Goffart
Use modern cmake with target_link_libraries and Qt5:: that automatically add the include path and compile flags
2017-12-14Require Qt >= 5.6 #6241Christian Kamm