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
2022-06-28Move resources to a shared libaryHannah von Reth
This allows us to use resources in the cmd app and the unit tests. Fixes: #8839
2022-06-21CMake: install cmake version infoHannah von Reth
2022-06-17Provide cmake install targets and install filesystembase.hHannah von Reth
2022-05-10Move vfs plugins out of libsyncHannah von Reth
2021-10-28Require Qt 5.15Hannah von Reth
2021-04-08Exclude 3rd party targets from "all"Fabian Müller
Makes "make all" runs faster by excluding third-party targets, e.g., tests or libraries, which no other target in the main project links to, from building by default.
2020-06-23CMake: Remove krazy2 support, we now use clazyHannah von Reth
2020-03-12Fix build with mingwHannah von Reth
Stack protections still breaks mingw builds
2020-02-28Merge branch '2.6'Hannah von Reth
2020-02-27Lower required version to 5.10.Dominik Schmidt
It's what we use for our legacy macOS builds for 2.6.x. master still requires 5.12.
2020-02-26For a satisfying and secure experience we require Qt 5.12Hannah von Reth
2019-10-28Qt 5.12 is now the required minimal Qt versionOlivier Goffart
2019-08-19Don't set gnu style flags with msvcHannah von Reth
The settings are enabled by default with msvc
2019-02-11Build fix for mingw64 7.3 (Qt 5.12.0)Christian Kamm
2018-11-26winvfs: initial workChristian Kamm
Done by ckamm and dschmidt
2018-11-09Disable stack protector features when cross compilingGerhard Gappmeier
When cross-compiling this for remarkable using the poky toolchain this results in linker errors with stack protector: libssp_nonshared.a not found
2018-11-08Add CMake option to disable GUI buildGerhard Gappmeier
2018-08-22CMakeLists.txt: Log the Qt version in compileMarkus Goetz
2018-06-20Rename ocsync library to ${APPLICATION_EXECUTABLE}_csyncDominik Schmidt
2018-01-14Revert "Disable stack protection for mingw win32 builds in 2.4"Dominik Schmidt
This reverts commit 298f1ab57000afd7acb8c0ddbddca8a1fc6cd92a. We're shipping libssp-0.dll now with mingw builds. We would have enough time to test this for 2.5.0 now anyway, but we also will most likely switch to MSVC for that release.
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-16Also disable fstack-protector for alpha plattform.Hefee
This fixes #6211.
2017-12-15Disable stack protection for mingw win32 builds in 2.4Christian Kamm
Mingw builds could have it enabled! But we need to ship libssp and test this more. For the upcoming 2.4 release it should be disabled.
2017-12-13stack-protector is not supported on hppa.rockihack
(cherry picked from commit 8a963a67f25fe9226d8700ceaf119e2010c8738c)
2017-12-13Enable stack-protector-strong on Windows and macOS.rockihack
(cherry picked from commit 586fd346ead9aaa21aace8b2ffd616f0cc249a9e)
2017-12-04fstack-protector: Improve previous commitMarkus Goetz
2017-12-04Only enable -fstack-protector-strong compiler flag for gcc > 4.9Klaas Freitag
On older/other compilers this flag is not understood.
2017-09-29Linux Hardeningrockihack
see: https://wiki.debian.org/Hardening#User_Space
2017-09-11Enable DEP & ASLR on Windowsrockihack
2017-08-22Move csync to src/csyncJocelyn Turcotte
2017-07-13csync: Use Qt for encodeing/decoding filesystem stringsOlivier Goffart
Issues: - #5661 On mac, iconv did not support all of unicode and some files with emoji in the filename could not be uploaded - #5719 , #5676 On linux, we will now support non utf-8 locale
2017-04-20Require Qt5Olivier Goffart
2017-02-14Fix the UNIT_TESTING build on WindowsJocelyn Turcotte
- Put all tests in the bin directory so that DLLs can be loaded - Add missing exports - Skip tests that use code depending on zlib - The "GMT" timezone is named differently, use the int constructor instead 5 tests are still failing, it's not really worth fixing at the moment since no developper is currently using Windows as its main platform.
2016-04-12CMakeLists: move QtKeychain detection in clientOlivier Goffart
2016-04-11CMakeLists: fix Qt4 buildOlivier Goffart
Only the src subdirectory needs Qt. Otherwise it activates Qt4 also for the dolphin plugin which always need Qt5
2015-07-02Force linkage against libc++Daniel Molkentin
2014-11-12Merge remote-tracking branch 'origin/master' into crashreporterDaniel Molkentin
Conflicts: src/libsync/utility.cpp src/libsync/utility.h
2014-11-08Fix the il branch merge: Move the bandwidthmanager to libsyncOlivier Goffart
2014-11-08Merge remote-tracking branch 'origin/il'Olivier Goffart
Conflicts: csync/src/csync_private.h src/CMakeLists.txt src/gui/folder.cpp src/libsync/owncloudpropagator.cpp src/libsync/owncloudpropagator.h src/libsync/propagator_qnam.cpp src/libsync/propagator_qnam.h src/libsync/syncengine.cpp src/libsync/syncengine.h src/mirall/syncjournaldb.cpp
2014-10-07Propagator: Bandwidth limiting for new propagatorMarkus Goetz
2014-08-26Add crash reporter using libcrashreporter-qtDominik Schmidt
2014-08-26Build after mergeDaniel Molkentin
2014-08-26Merge remote-tracking branch 'origin/master' into move_lib_to_sep_dirDaniel Molkentin
Conflicts: src/CMakeLists.txt src/gui/accountsettings.cpp src/gui/folderwizard.cpp src/gui/settingsdialog.cpp src/libsync/syncengine.h
2014-08-15Merge remote-tracking branch 'origin/master' into selective_syncOlivier Goffart
2014-08-12Always handle 401 requests, except for network jobsDaniel Molkentin
It is not enough to only implement it for the QNAM returned by the ShibbolethCredentials, because we sometimes need it when we have no valid credentials set (and are using dummy credentials in the course). The main use case is the Webview opened by Shibboleth for FBA. But as a side-effect, we can use it to handle auth requests from the updater and other places.
2014-08-12OS X: Finally(?) fix stay-on-top behaviour of settings dialogMarkus Goetz
Fixes #1795
2014-08-11Move the update job in a new file named discoveryphaseOlivier Goffart
"Discovery" is a better name than "update"
2014-08-11Selective sync: Add UI to select pathsOlivier Goffart
2014-08-08CMake: Don't need translations with token auth compileMarkus Goetz
2014-07-14Make krazy target work againDaniel Molkentin