Nextcloud bot [Thu, 27 Jun 2024 02:39:31 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 26 Jun 2024 12:49:35 +0000 (14:49 +0200)]
Merge pull request #6841 from nextcloud/bugfix/updateEncryptionStateWhenServerChange
Bugfix/update encryption state when server change
Matthieu Gallien [Tue, 21 May 2024 16:06:37 +0000 (18:06 +0200)]
ignore encrypted items during discovery when encryption is disabled
when we know a folder should be encrypted but encryption client side app
is disabled, ignore any items in the encrypted folders
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 15 Mar 2023 14:17:48 +0000 (15:17 +0100)]
do not allow to select e2ee folders if the server support is missing
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 15 Mar 2023 14:16:18 +0000 (15:16 +0100)]
maintain e2ee state even if the server does not support e2ee
might be that the server previously supported e2ee and e2ee folders
exist
so we have to fetch the info to properly handle it on client
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 26 Jun 2024 02:38:52 +0000 (02:38 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Tue, 25 Jun 2024 15:04:18 +0000 (23:04 +0800)]
Merge pull request #6833 from nextcloud/bugfix/fp-account-crash
Fix crash when updating enabled File Provider domains (macOS VFS)
Claudio Cambra [Tue, 25 Jun 2024 10:54:15 +0000 (18:54 +0800)]
Remove no longer existing account id from configured vfs accounts list
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 25 Jun 2024 10:52:31 +0000 (18:52 +0800)]
Prevent crash when updating file provider domains if the account for which a file provider domain was configured no longer exists
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 25 Jun 2024 10:35:57 +0000 (18:35 +0800)]
Use accountfwd header for account forward declaration in account header itself, preventing conflicting decls
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 25 Jun 2024 10:22:30 +0000 (18:22 +0800)]
Assert validity of accountstate and its accountptr when adding it
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 25 Jun 2024 10:19:32 +0000 (18:19 +0800)]
Remove overwrought loadFromSettings method from AccountState
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 25 Jun 2024 10:18:03 +0000 (18:18 +0800)]
Take AccountPtr by reference in accountstate constructor
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Camila Ayres [Tue, 25 Jun 2024 14:26:48 +0000 (16:26 +0200)]
Merge pull request #6637 from nextcloud/feature/nc-assistance
Display the NC assistant in the main Window
Camila Ayres [Tue, 4 Jun 2024 12:47:44 +0000 (14:47 +0200)]
Move the logic for handling the featured app qml to cpp.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 16 Apr 2024 16:24:11 +0000 (18:24 +0200)]
Display the Nextcloud assistant icon in the main window.
- If NC assistant is enabled in the server, display the icon
to open it instead of Talk. Talk is then displayed in the
list with the other apps.
- The direct link is only available in the assistant app >= 1.0.9.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Matthieu Gallien [Tue, 25 Jun 2024 13:32:22 +0000 (15:32 +0200)]
Merge pull request #6832 from nextcloud/ci/testIsMountRootProperty
Ci/test is mount root property
Matthieu Gallien [Tue, 25 Jun 2024 08:33:22 +0000 (10:33 +0200)]
automated test: allow rename of the child items of a mount point
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 25 Jun 2024 08:28:20 +0000 (10:28 +0200)]
automated test: block rename of the top folder of a mount point
encode current behavior in a new automated test
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Sun, 23 Jun 2024 02:40:00 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 22 Jun 2024 03:36:09 +0000 (03:36 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 21 Jun 2024 02:39:20 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 18 Jun 2024 02:39:23 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 15 Jun 2024 02:41:40 +0000 (02:41 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Thu, 13 Jun 2024 11:30:13 +0000 (19:30 +0800)]
Merge pull request #6811 from nextcloud/bugfix/nxtexedit-text-color
Fix text colour for NCInputTextEdit
Claudio Cambra [Thu, 13 Jun 2024 10:59:36 +0000 (18:59 +0800)]
Fix text colour for NCInputTextEdit
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Thu, 13 Jun 2024 02:38:50 +0000 (02:38 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Wed, 12 Jun 2024 09:29:53 +0000 (17:29 +0800)]
Merge pull request #6808 from Johnson-zs/master
fix build failed
Zhang Sheng [Wed, 12 Jun 2024 07:42:46 +0000 (15:42 +0800)]
fix build failed
Signed-off-by: Zhang Sheng <zhangsheng@uniontech.com>
Claudio Cambra [Wed, 12 Jun 2024 06:54:51 +0000 (14:54 +0800)]
Merge pull request #6806 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.12.0
Build(deps): Bump cpp-linter/cpp-linter-action from 2.11.0 to 2.12.0
dependabot[bot] [Mon, 10 Jun 2024 23:50:06 +0000 (23:50 +0000)]
Build(deps): Bump cpp-linter/cpp-linter-action from 2.11.0 to 2.12.0
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.11.0...v2.12.0)
---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Matthieu Gallien [Mon, 10 Jun 2024 13:53:44 +0000 (15:53 +0200)]
Merge pull request #6805 from tanganellilore/patch-config-file-doc
fix doc configuration file
Lorenzo Tanganelli [Mon, 10 Jun 2024 12:30:34 +0000 (14:30 +0200)]
fix doc configuration file
Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
Nextcloud bot [Sat, 8 Jun 2024 02:38:36 +0000 (02:38 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 7 Jun 2024 05:43:51 +0000 (05:43 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 17:03:29 +0000 (01:03 +0800)]
Merge pull request #6798 from nextcloud/bugfix/kde-qml
Fix broken tray GUI on Linux
Claudio Cambra [Thu, 6 Jun 2024 14:36:02 +0000 (22:36 +0800)]
Prevent crash when originalSize is null
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 10:14:59 +0000 (18:14 +0800)]
Remove broken and unneeded scroll view in tray user menu
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 09:58:21 +0000 (17:58 +0800)]
Fix displaying of more button in UserLine
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 09:51:48 +0000 (17:51 +0800)]
Fix displaying of header buttons in tray window
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 09:51:07 +0000 (17:51 +0800)]
Ensure svg icons generated by svgimageprovider have a reasonable default size
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 09:49:11 +0000 (17:49 +0800)]
Fix use of sourceSize in TrayFoldersMenuButton
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 09:48:52 +0000 (17:48 +0800)]
Fix vertical center anchor in trayfoldersmenubutton
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 09:48:28 +0000 (17:48 +0800)]
Remove unneeded qt5compat import in headerbutton
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 09:48:10 +0000 (17:48 +0800)]
Fix breakages in autosizing menu when item does not have expected internal properties
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 09:46:14 +0000 (17:46 +0800)]
Add non-white talk and more-apps svgs
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 6 Jun 2024 09:43:21 +0000 (17:43 +0800)]
Correctly fall back to originalSize if requestedSize not valid in svg image provider
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Thu, 6 Jun 2024 06:11:16 +0000 (06:11 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 5 Jun 2024 02:38:20 +0000 (02:38 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila Ayres [Tue, 4 Jun 2024 21:00:37 +0000 (23:00 +0200)]
Merge pull request #6714 from nextcloud/bugifx/version-suffix
Update build-appimage.sh to use $VERSION_SUFFIX
Camila Ayres [Mon, 29 Apr 2024 19:12:13 +0000 (21:12 +0200)]
Update build-appimage.sh to use $VERSION_SUFFIX
Make sure that we can pass the value of MIRALL_VERSION_SUFFIX via parameter.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Nextcloud bot [Tue, 4 Jun 2024 02:39:43 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Mon, 3 Jun 2024 08:10:39 +0000 (10:10 +0200)]
Merge pull request #6779 from nextcloud/Jerome-Herbinet-replace-edit-with-open-in-browser
Replace "Edit" with "Open in browser"
Jérôme Herbinet [Fri, 24 May 2024 12:16:25 +0000 (14:16 +0200)]
Replace "Edit" with "Open in browser"
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Nextcloud bot [Sun, 2 Jun 2024 02:37:38 +0000 (02:37 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 28 May 2024 02:34:13 +0000 (02:34 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 25 May 2024 02:38:07 +0000 (02:38 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 24 May 2024 02:33:09 +0000 (02:33 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 23 May 2024 02:34:33 +0000 (02:34 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 22 May 2024 02:33:45 +0000 (02:33 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 21 May 2024 02:34:00 +0000 (02:34 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Sun, 19 May 2024 20:57:35 +0000 (22:57 +0200)]
Merge pull request #6738 from nextcloud/bugfix/incorrect-date-parsing
Fix incorrect date parsing.
Matthieu Gallien [Thu, 16 May 2024 13:39:54 +0000 (15:39 +0200)]
Merge pull request #6758 from nextcloud/ci/githubActionsForAppimage
produce Appimage packages from github actions
Matthieu Gallien [Wed, 15 May 2024 15:21:48 +0000 (17:21 +0200)]
produce Appimage packages from github actions
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Thu, 16 May 2024 02:34:05 +0000 (02:34 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Wed, 15 May 2024 19:47:54 +0000 (21:47 +0200)]
Merge pull request #6706 from nextcloud/bugfix/account-details
Claudio Cambra [Fri, 26 Apr 2024 10:06:29 +0000 (18:06 +0800)]
Censor account details string in file provider logging
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Wed, 15 May 2024 16:28:22 +0000 (18:28 +0200)]
Merge pull request #6713 from nextcloud/ci/fixWindowsTests
some files just cannot sync on windows: get automated tests to work
Matthieu Gallien [Mon, 29 Apr 2024 09:48:30 +0000 (11:48 +0200)]
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>
Matthieu Gallien [Wed, 15 May 2024 15:39:35 +0000 (17:39 +0200)]
Merge pull request #6756 from nextcloud/ci/fixMacCi
skip tests currently broken on macOS: enable mandatory tests for macOS
Matthieu Gallien [Wed, 15 May 2024 13:18:15 +0000 (15:18 +0200)]
skip tests currently broken on macOS: enable mandatory tests for macOS
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 15 May 2024 15:01:59 +0000 (17:01 +0200)]
Merge pull request #6715 from nextcloud/updateInstallRequirementsInDoc
update doc with install requirements fom Qt6 supported platforms
Matthieu Gallien [Tue, 30 Apr 2024 08:24:36 +0000 (10:24 +0200)]
update doc with install requirements for Qt6 supported platforms
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Camila Ayres [Wed, 15 May 2024 13:42:33 +0000 (15:42 +0200)]
Merge pull request #6725 from nextcloud/update/documentation
Extend 'How the "Edit locally" functionality works' text.
Camila Ayres [Thu, 2 May 2024 15:27:26 +0000 (17:27 +0200)]
Extend 'How the "Edit locally" functionality works' text.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Matthieu Gallien [Wed, 15 May 2024 13:38:33 +0000 (15:38 +0200)]
Merge pull request #6705 from nextcloud/ci/fixWindowsCi
use windows-2022 image to run our windows CI on github actions
Matthieu Gallien [Wed, 15 May 2024 12:18:05 +0000 (14:18 +0200)]
skip FolderWatcher on windows: really not a reliable test
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 15 May 2024 10:35:05 +0000 (12:35 +0200)]
disable some unreliable tests for CfApi CI
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 7 May 2024 17:07:49 +0000 (19:07 +0200)]
fix regression with VFS update metadata instruction
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 7 May 2024 16:31:02 +0000 (18:31 +0200)]
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>
Matthieu Gallien [Tue, 7 May 2024 14:54:17 +0000 (16:54 +0200)]
remove usage of memory sanitizers in drone tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 30 Apr 2024 08:04:32 +0000 (10:04 +0200)]
better automated tests log
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 30 Apr 2024 08:05:42 +0000 (10:05 +0200)]
catch std::filesystem exceptions in automated tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 30 Apr 2024 08:05:12 +0000 (10:05 +0200)]
temporarily ignore failed tests on windows
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Claudio Cambra [Fri, 26 Apr 2024 15:04:20 +0000 (23:04 +0800)]
Update macos-build-and-test.yml with latest Xcode
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Fri, 26 Apr 2024 11:47:47 +0000 (13:47 +0200)]
simplify macOS targets and try arm64 craft target
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 26 Apr 2024 09:35:02 +0000 (11:35 +0200)]
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>
Matthieu Gallien [Wed, 15 May 2024 12:34:57 +0000 (14:34 +0200)]
Merge pull request #6751 from nextcloud/bugfix/fixWrongMemoryAccessInExcludeFiles
avoid accessing a temp QString via QStringView after it is deleted
Matthieu Gallien [Tue, 14 May 2024 14:09:16 +0000 (16:09 +0200)]
avoid accessing a temp QString via QStringView after it is deleted
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Claudio Cambra [Wed, 15 May 2024 12:29:35 +0000 (14:29 +0200)]
Merge pull request #6753 from nextcloud/bugfix/mdm-postinstall-mac
Do not open client on install as this breaks MDM deployments
Claudio Cambra [Wed, 15 May 2024 09:07:28 +0000 (11:07 +0200)]
Do not open client on install as this breaks MDM deployments
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Wed, 15 May 2024 02:31:38 +0000 (02:31 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Tue, 14 May 2024 10:42:05 +0000 (12:42 +0200)]
Merge pull request #6736 from nextcloud/update/docs-qt6
Update the documentation on how to build the client
Camila Ayres [Tue, 7 May 2024 20:55:18 +0000 (22:55 +0200)]
Improve text about %PATH% and KDE Craft.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 7 May 2024 20:02:07 +0000 (22:02 +0200)]
Remove duplicated instructions.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 7 May 2024 20:01:33 +0000 (22:01 +0200)]
Fix documentation style.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 7 May 2024 19:58:22 +0000 (21:58 +0200)]
Update instructions to build the client on mac OS.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 7 May 2024 19:51:44 +0000 (21:51 +0200)]
Update instructions to build on Windows.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 7 May 2024 19:24:46 +0000 (21:24 +0200)]
Add documentation about how to compile the client on Windows with Qt6.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Claudio Cambra [Tue, 14 May 2024 08:27:56 +0000 (10:27 +0200)]
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