Commit Graph

22862 Commits

Author SHA1 Message Date
Camila Ayres
69acd45389
fi => excludeItemFileInfo.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-18 16:00:21 +01:00
Camila Ayres
a955a83b39
Add {} to single line if.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-18 16:00:20 +01:00
Camila Ayres
eb4add9ee6
qCInfo => qCDebug
Reported at #7873.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-18 16:00:14 +01:00
Camila Ayres
c36b6a7de3
Merge pull request #7869 from nextcloud/bugfix/update
Hide update channels options when needed.
2025-02-18 10:48:32 +01:00
Camila Ayres
711f983370 Don't display the option to change update channels when server has valid subscription.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-18 10:48:17 +01:00
Camila Ayres
6e5db72633 Disable the option to select an update channel when server has a valid subscription.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-18 10:48:17 +01:00
Jyrki Gadinger
826e6cc926
Merge pull request #7877 from nextcloud/bugfix/vfs-on-root-drive-subdir
vfs: fix root folder detection regression
2025-02-18 10:23:55 +01:00
Jyrki Gadinger
7cdf15bea9 vfs: use native separators for displayed error message
i.e. `C:\Nextcloud` instead of `C:/Nextcloud`

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-02-18 09:49:09 +01:00
Jyrki Gadinger
0b31319c79 vfs: fix root folder detection regression
Fixes #7864

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-02-18 09:48:32 +01:00
Matthieu Gallien
77b622c18a
Merge pull request #7865 from nextcloud/bugfix/tray-sync-status-file-provider
Provide macOS VFS sync states in tray window GUI
2025-02-18 09:19:14 +01:00
Claudio Cambra
746e34913a gui/tray: Ensure file provider sync state is correctly restored on tray open
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-02-18 09:19:02 +01:00
Claudio Cambra
5c0fa587f8 gui/tray: Wrap onFileProviderDomainSyncStateChanged in ifdef
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-02-18 09:19:02 +01:00
Claudio Cambra
7f6d7a5f9e gui/tray: Handle troubled/no longer troubled file provider sync states
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-02-18 09:19:02 +01:00
Claudio Cambra
3fab33a5d5 gui/tray: Also update sync state when file provider states change
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-02-18 09:19:02 +01:00
Claudio Cambra
842e6269e4 gui/tray: Separate setting of sync state from handling of folder object that has changed
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-02-18 09:19:02 +01:00
Claudio Cambra
3f2bb42bb3 gui/tray: Simplify folderErrors in sync status summary
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f simp

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-02-18 09:19:02 +01:00
Nextcloud bot
00b02cf545
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-18 02:57:20 +00:00
Jyrki Gadinger
120505be92
Merge pull request #7863 from nextcloud/rakekniven-patch-1
chore(i18n): Remove blank
2025-02-17 08:27:47 +01:00
rakekniven
2f77e015c8 chore(i18n): Remove blank
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-02-17 07:58:54 +01:00
Nextcloud bot
45efc32e1e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-17 02:56:50 +00:00
Nextcloud bot
5a4a6da80f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-16 03:27:08 +00:00
Nextcloud bot
ffd95d022a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-15 02:58:11 +00:00
Matthieu Gallien
c902662f57
Merge pull request #7857 from nextcloud/bugfix/betterVersionString
provide consistent version info including human readable version
2025-02-14 16:55:12 +01:00
Matthieu Gallien
80445b4ff8 provide consistent version info including human readable version
should avoid displaying to an user a version number like 3.15.81

will remove some duplicated code

should allow to always use same way to display to an user the version
number

will make "3.15.81" be shown as "3.16.0 rc1"

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-02-14 16:08:08 +01:00
Jyrki Gadinger
228be5712a
Merge pull request #7854 from nextcloud/bugfix/native-share-note
Fix looks of share note text field
2025-02-14 14:22:28 +01:00
Jyrki Gadinger
7e819b3c04 use TextArea instead of TextEdit for share note field
it's already styled properly as it's part of Qt Quick Controls, **and**
it allows for a placeholder text!

also changed the logic for displaying the text field a bit ...

Fixes #7847

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-02-14 13:53:44 +01:00
Jyrki Gadinger
4fa4220132 don't use palette.dark for icons in share page
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-02-14 13:53:44 +01:00
Nextcloud bot
c0ada1fc3b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-14 02:57:52 +00:00
Matthieu Gallien
1c324c0964
Merge pull request #7849 from nextcloud/bugfix/rounded-talk-notification-corners
fix rounded corners in the call notification
2025-02-13 09:36:17 +01:00
Jyrki Gadinger
90e4a53d22 fix rounded corners in the call notification
also enforce a non-transparent base background colour (e.g. for Win11)

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-02-13 09:06:09 +01:00
Nextcloud bot
e60b7902e3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-13 03:00:11 +00:00
Matthieu Gallien
4494cb9ac7
master is now 3.16.50 development branch for 3.17.x release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-02-12 09:58:22 +01:00
Matthieu Gallien
8fd376992d
Merge pull request #7687 from nextcloud/bugfix/vmware
Attempt to detect if client is running in a Vmware to disable graphic acceleration
2025-02-12 09:54:48 +01:00
Matthieu Gallien
4544c2f06b use qputenv to modify the running process environment
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-02-12 09:54:38 +01:00
Camila Ayres
5275a91907 Detect if it is running in a Vmware or being access via RDP to disable graphic acceleration.
There has been reports of the client crashing in a VMware or being accessed via RDP
starting with 3.15.0 due to the client's use of graphic acceleration.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-12 09:54:38 +01:00
Matthieu Gallien
f56fff04a3
Merge pull request #7842 from nextcloud/bugfix/testFolderStatusModel
add test skeleton for OCC::FolderStatusModel
2025-02-12 09:54:11 +01:00
Matthieu Gallien
9949d0cb20 add test skeleton for OCC::FolderStatusModel
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-02-12 09:49:09 +01:00
Nextcloud bot
93e39c848f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-12 03:01:10 +00:00
Matthieu Gallien
2cb35b951a
Merge pull request #7815 from alexknop/conflictdialogfix
Fix Height for Resolve Conflicts Dialog
2025-02-11 11:14:43 +01:00
Alex Knop
854de28c98 dialogfix
Signed-off-by: Alex Knop <alexknoptech@protonmail.com>
2025-02-11 11:14:26 +01:00
Matthieu Gallien
29858d03b1
Merge pull request #7807 from nextcloud/bugfix/migration
Bugfix migration from legacy clients.
2025-02-11 10:57:12 +01:00
Camila Ayres
417f692ff5 Overwrite the user exclude list when the client is branded.
Enforce specific sync-exclude file to all users.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-11 10:57:01 +01:00
Camila Ayres
51043986cf Remove check for overrideurl when migrating account.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-11 10:57:01 +01:00
Camila Ayres
59f1b6aa7d Check for FoldersWithPlaceholders when migrating account's folders.
Improve logs.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-11 10:57:01 +01:00
Camila Ayres
69b7e054c6 Update the max folder and the max account version.
Improve log output when migrating settings.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-11 10:57:01 +01:00
Camila Ayres
5236b1bc92 Look for previous used application name for config folder.
oldDir => legacyDataDir.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-11 10:57:01 +01:00
Matthieu Gallien
b3886ed1b6 while migrating from another version, clean updater config
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-02-11 10:57:01 +01:00
Matthieu Gallien
c21d7067ea
Merge pull request #6695 from nextcloud/bugfix/migration-1.2-to-2.0-nestedfolders
Bugfix. E2EE. Always migrate from 1.2 to 2.0, even with nested folders.
2025-02-11 09:15:10 +01:00
alex-z
a83a636273 Bugfix. E2EE. Always migrate from 1.2 to 2.0, even with nested folders.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2025-02-11 09:14:58 +01:00
Matthieu Gallien
6afd749f4b
Merge pull request #7839 from nextcloud/bugfix/broken-reply-text-label
gui/tray: Prevent talk reply text field being too wide and breaking layout
2025-02-11 09:13:29 +01:00