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-11-19macOS: Use local socket to communicate with finder extensionwork/macos-use-local-socketErik Verbruggen
https://github.com/owncloud/client/issues/6343
2021-11-17macOS: change SOCKETAPI_TEAM_IDENTIFIER_PREFIX concatenationwork/move-the-dot-aroundErik Verbruggen
Previously, the socket api prefix was created by concatenating SOCKETAPI_TEAM_IDENTIFIER_PREFIX and OC_APPLICATION_REV_DOMAIN together, so the first variable had to end in a "." to get the correct result. This change moves adding that period from configuration to the places where the concatenation happens.
2021-11-17Clean-ups before switching macOS to local socketsErik Verbruggen
- introduce the Platform class, which can do RAII style set-up/tear-down - macOS: move Finder integration into the Utility namespace - move retrieve the socket path into the Utility namespace
2021-11-15Apply changes from 2.9.1 Release ticket (#9198)Gabriele Mohr
* Apply changes from 2.9.1 Release * item to trigger start of documentation work * add item to start doc work ggrrr * revert duplicate commit. github is wonky today * remaining todo * add marketing here * remove maketing here Co-authored-by: Jürgen Weigert <jnweiger@gmail.com>
2021-11-12macOS: allow for debug builds in xcode-buildErik Verbruggen
Propagate the cmake build type to xcode-build too. Previously, a release build would always be done. Now, a debug build will be done when the cmake build type is Debug.
2021-11-12Always set the request time, response value and request IdKlaas Freitag
These values are written to the .owncloudsync.log file which is useful for debugging. For some operations, some data is missing. This PR fixes that. Fixes: #7348
2021-11-04Ci: msvc2017 -> msvc2019Hannah von Reth
2021-11-03Use QVersionNumber with our updaterHannah von Reth
2021-11-03Use QVersionNumber for our own versionHannah von Reth
2021-10-28Remove version definesHannah von Reth
Moving the generated values to a cpp means that we won't need to recompile all files including the version.h
2021-10-28Require Qt 5.15Hannah von Reth
2021-10-27Move writeRandomFile to test utilsHannah von Reth
2021-10-27Add Utility::stringToEnumHannah von Reth
2021-10-27We have a hard dependency on zlibHannah von Reth
Fixes: #9156
2021-10-27Linux: make FileWatcher debug messages more detailedErik Verbruggen
... for subfolder scanning
2021-10-27Linux: fix warning logic for sub-folder scanningErik Verbruggen
2021-10-27Linux: FolderWatcher clean-upErik Verbruggen
Mostly modernising C++ code, and de-C-ifying it.
2021-10-27Windows: clean-up FolderWatcherErik Verbruggen
- use a QScopedPointer for heap-allocation handling of the thread - change WatcherThread::watchChanges result type to more clearly indicate why it is returning - remove the _done field: it's not needed after changing watchChanges - do conversions for _longPath/_longPathW once in the constructor, not on every call or watchChanges - break nested loop out of watchChanges for readability
2021-10-27Make _ready member field private or constexprErik Verbruggen
Make _ready constexpr on macOS and Linux, so it doesnt' use any space. On Windows it's now private.
2021-10-27macOS: Clean-up the folder watcher.Erik Verbruggen
Mostly just fixing compiler warnings.
2021-10-27Automated changelog update [skip ci]Hannah von Reth
2021-10-27Merge remote-tracking branch 'origin/2.9'Hannah von Reth
2021-10-27Add branding parameter to disable explorer context menu iconsHannah von Reth
Fixes: #9167
2021-10-27Fix warnings for using deprecated Qt APIErik Verbruggen
This patch only fixes those warnings that we can still build against Qt 5.12.
2021-10-26Revert "Ci: Disable old wget on Windows"Hannah von Reth
This reverts commit 50aecdf538cb0ae36d70f07344f3718ef478c800. Fixed in new craft versions
2021-10-26add gui tests for selective sync scenarios (#9009)Saw-jan Gurung
add more tests for selective sync scenarios address reviews refactor test steps address reviews
2021-10-26[tests-only] add tests for files/folder share (#9162)Swoichha Adhikari
2021-10-25Read the Header OC-Perm for the remote permissions on TUS.Klaas Freitag
With this the client will save a subsequent PROPFIND request after a TUS upload. It requires that the server sends the OC-Perm header. oCIS will do that.
2021-10-22Update libcrashreporter-qtHannah von Reth
2021-10-22[tests-only] add tests for edit files (#9077)Swoichha Adhikari
* [tests-only] add tests for edit files * edit file with special char
2021-10-22Version bumpHannah von Reth
2021-10-21[tx] updated client translations from transifex [skip ci]ownClouders
2021-10-20Properly unselect the vfs button.Hannah von Reth
Fixes: #9159
2021-10-16[tx] updated client translations from transifex [skip ci]ownClouders
2021-10-15macOS: Fix warnings in socketapisocket_mac.mmErik Verbruggen
This includes bounds checks on integers, because there are a lot of 32<->64 bit and signed<->unsigned conversions happening.
2021-10-15Fix icon name in desktop file with ownBrander themesFabian Müller
Fixes broken icon reference in desktop entries for some branded build themes. The icon files are not named by the executable name, but by the short name.
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-15Fix remove sync root folder on disabled folderErik Verbruggen
Fixes: #9129
2021-10-15[tx] updated client translations from transifex [skip ci]ownClouders
2021-10-14Update CONTRIBUTING.mdHannah von Reth
2021-10-14Ci: Update craft core to fix python 3.10 supportHannah von Reth
2021-10-14Print message before shutting downHannah von Reth
2021-10-14[tx] updated client translations from transifex [skip ci]ownClouders
2021-10-13Automated changelog update [skip ci]Hannah von Reth
2021-10-13Merge remote-tracking branch 'origin/2.9'Hannah von Reth
2021-10-13Fix application shutdown during Windows logoutHannah von Reth
2021-10-13Automated changelog update [skip ci]Hannah von Reth
2021-10-13Merge remote-tracking branch 'origin/2.9'Hannah von Reth
2021-10-13Merge remote-tracking branch 'origin/2.9.1' into 2.9Hannah von Reth