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-05-20Siplify replacementHannah von Reth
2022-05-20Fix object path passed to DBus by libcloudprovidersFabian Müller
2022-04-20Fix internal API usage libcloudproviders integrationFabian Müller
Was overlooked in #9583.
2022-04-13Use the folder object directly instead of looking it up by its name (#9583)Hannah von Reth
2021-10-15Merge remote-tracking branch 'origin/2.9'Hannah von Reth
2021-10-15Fix installation of libcloudproviders filesFabian Müller
This commit fixes the installation of the INI file that belongs to libcloudproviders. I suppose the intention was to use CMake's GNUInstallDirs due to the variable name. The variable was unset, thus the file was installed to /cloud-providers instead of share/cloud-providers, causing the RPM builds to complain.
2021-10-06Fix CMake warning in FindLibcloudprovidersDominik Schmidt
2021-10-01Modernise libcloudprovider cmake codeHannah von Reth
2021-09-28Fix build with libcloudproviders, reported in #8996Klaas Freitag
2021-09-23Fix libcloudproviders cmakeHannah von Reth
(cherry picked from commit fa9b1595b5387778b9a1cefce693a3b38ed17bd3)
2021-08-06Align sync status iconsHannah von Reth
Display info state if we have ignored issues Fixes: #7715 Fixes: #7365 Fixes: #7200 Fixes: #5860
2020-07-15Fix assert overload, not supported by msvcHannah von Reth
warning C4002: too many arguments for function-like macro invocation 'ENFORCE_1'
2020-06-17CMake: Only look for libcloudproviders on unixHannah von Reth
2019-10-07Fix warnings about class vs. struct mismatchOlivier Goffart
2019-06-12libcloudproviders: Fix build with missing pkgconfig #7240Christian Kamm
2019-06-07Minimal libcloudproviders support #7209Christian Kamm
- Add it as an optional dependency for linux builds, controlled by WITH_LIBCLOUDPROVIDERS, which is enabled automatically if the dependencies are available. Note that >=0.3.0 is required. - Add code to export sync folders through the library and to add a minimal "Settings..." menu action. - Set up cloud provider registration by installing a file into a path like /usr/share/cloud-providers/. - DBus name and path are derived from APPLICATION_REV_DOMAIN by default and may be overridden with APPLICATION_CLOUDPROVIDERS_DBUS_NAME and APPLICATION_CLOUDPROVIDERS_DBUS_PATH if necessary.