Commit graph

21229 commits

Author SHA1 Message Date
Matthieu Gallien
f15810ae0d
Merge pull request #6758 from nextcloud/ci/githubActionsForAppimage
produce Appimage packages from github actions
2024-05-16 15:39:54 +02:00
Matthieu Gallien
df7527c310 produce Appimage packages from github actions
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-16 11:56:22 +02:00
Nextcloud bot
064e134569
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-16 02:34:05 +00:00
Claudio Cambra
22f2fe1218
Merge pull request #6706 from nextcloud/bugfix/account-details 2024-05-15 21:47:54 +02:00
Claudio Cambra
57ced98f98 Censor account details string in file provider logging
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-05-15 21:47:05 +02:00
Matthieu Gallien
a06fe10f65
Merge pull request #6713 from nextcloud/ci/fixWindowsTests
some files just cannot sync on windows: get automated tests to work
2024-05-15 18:28:22 +02:00
Matthieu Gallien
9ed87bf2ad some files just cannot sync on windows: get automated tests to work
fix one automated test knowing the platform limitations of windows

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 17:48:58 +02:00
Matthieu Gallien
d228ec445f
Merge pull request #6756 from nextcloud/ci/fixMacCi
skip tests currently broken on macOS: enable mandatory tests for macOS
2024-05-15 17:39:35 +02:00
Matthieu Gallien
3626e4c0c0 skip tests currently broken on macOS: enable mandatory tests for macOS
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 17:05:46 +02:00
Matthieu Gallien
36c2c618ec
Merge pull request #6715 from nextcloud/updateInstallRequirementsInDoc
update doc with install requirements fom Qt6 supported platforms
2024-05-15 17:01:59 +02:00
Matthieu Gallien
3342a13f44
update doc with install requirements for Qt6 supported platforms
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:49:53 +02:00
Camila Ayres
6a6138c6b4
Merge pull request #6725 from nextcloud/update/documentation
Extend 'How the "Edit locally" functionality works' text.
2024-05-15 15:42:33 +02:00
Camila Ayres
011dd6c4cb Extend 'How the "Edit locally" functionality works' text.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-05-15 15:42:23 +02:00
Matthieu Gallien
42ed8b454c
Merge pull request #6705 from nextcloud/ci/fixWindowsCi
use windows-2022 image to run our windows CI on github actions
2024-05-15 15:38:33 +02:00
Matthieu Gallien
a3083f8be4 skip FolderWatcher on windows: really not a reliable test
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:11 +02:00
Matthieu Gallien
e2ed718030 disable some unreliable tests for CfApi CI
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:11 +02:00
Matthieu Gallien
7c9f652c3e fix regression with VFS update metadata instruction
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:11 +02:00
Matthieu Gallien
91bea6f305 only compute checksum of a local file that is not a virtual one
should avoid triggering implicit hydration from within the desktop
client

triggering an implicit hydration on our own is strictly forbidden as
that is causing issues like deadlock and failed hydration attempts

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:11 +02:00
Matthieu Gallien
a1efabc3b6 remove usage of memory sanitizers in drone tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:11 +02:00
Matthieu Gallien
098f4ef164 better automated tests log
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:11 +02:00
Matthieu Gallien
7cde0b16e1 catch std::filesystem exceptions in automated tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:10 +02:00
Matthieu Gallien
96d1fc0720 temporarily ignore failed tests on windows
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:10 +02:00
Claudio Cambra
df93608477 Update macos-build-and-test.yml with latest Xcode
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-05-15 15:06:10 +02:00
Matthieu Gallien
d4986e15f8 simplify macOS targets and try arm64 craft target
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:10 +02:00
Matthieu Gallien
aa38a0180d use windows-2022 image to run our windows CI on github actions
also switch craft to target windows-msvc2022_64-cl

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:10 +02:00
Matthieu Gallien
1b9fbb03bb
Merge pull request #6751 from nextcloud/bugfix/fixWrongMemoryAccessInExcludeFiles
avoid accessing a temp QString via QStringView after it is deleted
2024-05-15 14:34:57 +02:00
Matthieu Gallien
ba00c50022 avoid accessing a temp QString via QStringView after it is deleted
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 14:34:46 +02:00
Claudio Cambra
62661b7a0b
Merge pull request #6753 from nextcloud/bugfix/mdm-postinstall-mac
Do not open client on install as this breaks MDM deployments
2024-05-15 14:29:35 +02:00
Claudio Cambra
9eb8645b95 Do not open client on install as this breaks MDM deployments
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-05-15 14:28:49 +02:00
Nextcloud bot
5e70aa3634
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-15 02:31:38 +00:00
Claudio Cambra
c8d756ee65
Merge pull request #6736 from nextcloud/update/docs-qt6
Update the documentation on how to build the client
2024-05-14 12:42:05 +02:00
Camila Ayres
71098127fc Improve text about %PATH% and KDE Craft.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-05-14 10:28:17 +02:00
Camila Ayres
88ad7e3b02 Remove duplicated instructions.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-05-14 10:28:17 +02:00
Camila Ayres
4fe7cdd5b0 Fix documentation style.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-05-14 10:28:17 +02:00
Camila Ayres
63fdce3fbe Update instructions to build the client on mac OS.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-05-14 10:28:17 +02:00
Camila Ayres
6d3335bd60 Update instructions to build on Windows.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-05-14 10:28:17 +02:00
Camila Ayres
7d575d9bf0 Add documentation about how to compile the client on Windows with Qt6.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-05-14 10:28:17 +02:00
Claudio Cambra
3dd3082a66
Merge pull request #6733 from nextcloud/dependabot/github_actions/skjnldsv/block-fixup-merge-action-2
Bump skjnldsv/block-fixup-merge-action from 1 to 2
2024-05-14 10:27:56 +02:00
dependabot[bot]
a6d48ef5db Bump skjnldsv/block-fixup-merge-action from 1 to 2
Bumps [skjnldsv/block-fixup-merge-action](https://github.com/skjnldsv/block-fixup-merge-action) from 1 to 2.
- [Release notes](https://github.com/skjnldsv/block-fixup-merge-action/releases)
- [Commits](42d26e1b53...c138ea99e4)

---
updated-dependencies:
- dependency-name: skjnldsv/block-fixup-merge-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 09:56:54 +02:00
Nextcloud bot
52e6b8216f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-14 02:34:12 +00:00
Claudio Cambra
390d6a58a4
Merge pull request #6743 from nextcloud/bugfix/mac-build-qtsix
Fix macOS build on master
2024-05-13 11:10:05 +02:00
Claudio Cambra
4bd0974696 Remove use of setMargin on QVBoxLayout, not present in Qt6
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-05-13 11:07:33 +02:00
Claudio Cambra
afbd2ebc02 Remove all use of MacExtras
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-05-13 11:07:33 +02:00
allexzander
7a49312ddd
Merge pull request #6742 from nextcloud/bugfix/lockownertype-setreadonly-basedoncaps
Bugfix/lockownertype setreadonly basedoncaps
2024-05-12 12:53:56 +02:00
Nextcloud bot
7bd2b8aeff
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-11 02:34:15 +00:00
alex-z
04c0125bd1 Fix incorrect date parsing.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2024-05-09 16:21:46 +02:00
alex-z
c7591f6332 Bugfix. Files lock. Check lock owner type for setting readonly based on server capabilities (NC27/28 compatibility issue).
Signed-off-by: alex-z <blackslayer4@gmail.com>
2024-05-09 16:21:46 +02:00
Nextcloud bot
cf888027df
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-08 02:47:33 +00:00
Nextcloud bot
0d7ab96330
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-03 02:40:59 +00:00
Matthieu Gallien
73c2f17c59
Merge pull request #6718 from nextcloud/ci/improveDevModeOnWindows
improve logs when build with NEXTCLOUD_DEV enabled
2024-05-02 18:17:06 +02:00