Jyrki Gadinger
7dee9499f9
Merge pull request #7882 from nextcloud/backport/7880/stable-3.16
...
[stable-3.16] Small improvements in Folder.
2025-02-19 09:01:21 +01:00
Camila Ayres
c4b9bd2bd7
blacklist => selectiveSyncList.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-19 08:52:54 +01:00
Camila Ayres
9f444d83a8
fi => excludeItemFileInfo.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-19 08:52:54 +01:00
Camila Ayres
ef2157e315
Add {} to single line if.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-19 08:52:54 +01:00
Camila Ayres
8cbb62960d
qCInfo => qCDebug
...
Reported at #7873 .
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-19 08:52:54 +01:00
Nextcloud bot
f211ba54a1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-19 02:58:28 +00:00
Matthieu Gallien
6cf7fe048f
Merge pull request #7879 from nextcloud/backport/7869/stable-3.16
...
[stable-3.16] Hide update channels options when needed.
2025-02-18 16:20:37 +01:00
Camila Ayres
4b8e0f9ae3
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 09:48:42 +00:00
Camila Ayres
69551c6e25
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 09:48:42 +00:00
Jyrki Gadinger
08088a90c1
Merge pull request #7878 from nextcloud/backport/7877/stable-3.16
...
[stable-3.16] vfs: fix root folder detection regression
2025-02-18 10:42:45 +01:00
Jyrki Gadinger
fcc532bafb
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:24:08 +00:00
Jyrki Gadinger
90eadf2e17
vfs: fix root folder detection regression
...
Fixes #7864
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-02-18 09:24:08 +00:00
Nextcloud bot
a5bc502bb0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-18 02:56:41 +00:00
Jyrki Gadinger
dd71b44bc7
Merge pull request #7866 from nextcloud/backport/7863/stable-3.16
...
[stable-3.16] chore(i18n): Remove blank
2025-02-17 08:41:12 +01:00
rakekniven
a9d4c05fbd
chore(i18n): Remove blank
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-02-17 07:28:34 +00:00
Nextcloud bot
32f2a5e2a6
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-17 02:56:13 +00:00
Nextcloud bot
6e4f031c30
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-16 03:26:31 +00:00
Nextcloud bot
ca3af6aa63
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-15 02:57:32 +00:00
Jyrki Gadinger
9738daf767
Merge pull request #7858 from nextcloud/backport/7854/stable-3.16
...
[stable-3.16] Fix looks of share note text field
2025-02-14 14:41:20 +01:00
Jyrki Gadinger
48c83f4c07
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:23:14 +00:00
Jyrki Gadinger
f2977ff3ff
don't use palette.dark for icons in share page
...
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-02-14 13:23:14 +00:00
Nextcloud bot
2ec086ab08
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-14 02:57:15 +00:00
Jyrki Gadinger
ee7b4e7b23
Merge pull request #7851 from nextcloud/backport/7849/stable-3.16
...
[stable-3.16] fix rounded corners in the call notification
2025-02-13 10:15:59 +01:00
Jyrki Gadinger
e69881521f
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 08:36:28 +00:00
Nextcloud bot
2c893a6889
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-13 02:59:31 +00:00
Matthieu Gallien
e23ed84ccb
prepare for 3.16.0-rc1
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-02-12 09:59:20 +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
Claudio Cambra
349f667c52
gui/tray: Prevent talk reply text field being too wide and breaking layout
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-02-11 09:13:10 +01:00
Matthieu Gallien
9f553d85b2
Merge pull request #7838 from nextcloud/bugfix/skip-updater
...
skip attempt to install updates at launch when update checks are disabled
2025-02-11 09:12:16 +01:00
Jyrki Gadinger
9c9f1e9e20
skip attempt to install updates at launch when update checks are disabled
...
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-02-11 09:11:45 +01:00
Camila Ayres
f2ac24df50
Merge pull request #7596 from nextcloud/bugfix/network
...
UI: Improves texts displayed to the user when picking the wrong location for syncing
2025-02-11 09:08:41 +01:00
Camila Ayres
f62efca6c4
Improve text returned when checking VFS availability.
...
- Display more clear error when adding local sync folder and when selecting remote folder.
- Modernize FolderWizardRemotePath::isComplete().
- Display the local folder path when warning that folder is already being synced.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-02-11 09:08:26 +01:00
Nextcloud bot
c2e9666e3d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-11 02:59:42 +00:00