Commit Graph

22992 Commits

Author SHA1 Message Date
Claudio Cambra
ad99ccef60 gui/wizard: Correctly handle vfs enablement state on account config finish when using macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 11:29:11 +01:00
Claudio Cambra
d43b816c0b gui/wizard: Do not check vfs path availability with macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 11:29:11 +01:00
Claudio Cambra
c1b39fdab1 gui/wizard: Present virtual files checkbox if using macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 11:29:11 +01:00
Claudio Cambra
bad94dbf10 gui/wizard: When asking about virtual files, do not notify user if using macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 11:29:11 +01:00
Claudio Cambra
23a90120e2 gui/macOS: Do not automatically configure file provider domains for new accounts
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 11:29:11 +01:00
Nextcloud bot
7f2c0d821e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-13 03:07:04 +00:00
Claudio Cambra
8b3c2c4fd9
Merge pull request #8008 from nextcloud/backport/7997/stable-3.16
[stable-3.16] Fix version detection by the Ubuntu/Debian build script
2025-03-13 10:16:28 +08:00
István Váradi
ac0553f405 Fix version detection by the Ubuntu/Debian build script
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2025-03-13 01:53:18 +00:00
Matthieu Gallien
a79b66e413
Merge pull request #8001 from nextcloud/backport/7977/stable-3.16
[stable-3.16] Bugfix/do not warn about invalid files in not synced folders
2025-03-12 15:13:06 +01:00
Matthieu Gallien
d530ce3dc3 avoid showing warnings for excluded files to not confuse users
if a file name is invalid, the files will be ignored

if a file is excluded because of selective sync, the file will be
ignored

if a file is ignored for those both reasons, avoid showing a very
visible warning to the user

will limit too many warnings and notifications being shown

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-12 15:12:50 +01:00
Matthieu Gallien
33834b83c6 ensure invalid file names are reported for files that are not ignored
we currently notify invalid file names for files that the sync engine
will not upload because they are ignored for other reasons (selective
sync for example)

let's first check if the file is ignored and only if the file would be
uploaded, we can check the file name validity

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-12 15:12:50 +01:00
Matthieu Gallien
d212df70fe
Merge pull request #8003 from nextcloud/backport/7987/stable-3.16
[stable-3.16] use our own Craft cache for macOS builds
2025-03-12 14:30:47 +01:00
Jyrki Gadinger
6f7d8ee317 use our own Craft cache for macOS builds
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-12 13:01:42 +00:00
Matthieu Gallien
1b10a2acf0
Merge pull request #7993 from nextcloud/backport/7989/stable-3.16
[stable-3.16] fix setups that use basic auth
2025-03-11 11:56:50 +01:00
Jyrki Gadinger
79c9851208 fix setups that use basic auth
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-11 08:43:41 +00:00
Nextcloud bot
810bcce75e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-11 03:03:47 +00:00
Nextcloud bot
631f514499
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-08 02:59:51 +00:00
Matthieu Gallien
d704434a8c
Merge pull request #7985 from nextcloud/backport/7983/stable-3.16
[stable-3.16] remove unused capture of this in one lambda
2025-03-07 11:29:49 +01:00
Matthieu Gallien
809642791d remove unused capture of this in one lambda
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-07 09:33:28 +00:00
Nextcloud bot
6c2206217e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-07 03:01:11 +00:00
Matthieu Gallien
cbe48da7dc
prepare 3.16.0 final release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-06 10:00:02 +01:00
Matthieu Gallien
50d18ab06d
Merge pull request #7976 from nextcloud/backport/7974/stable-3.16
[stable-3.16] always set a user if we got asked for one
2025-03-06 09:38:31 +01:00
Jyrki Gadinger
2257d189e4 always set a user if we got asked for one
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-06 09:35:31 +01:00
Matthieu Gallien
50a32d3bc6
Merge pull request #7975 from nextcloud/backport/7973/stable-3.16
[stable-3.16] make use of the new `x-nc-skip-trashbin` header
2025-03-06 09:34:06 +01:00
Jyrki Gadinger
54d4930f44 make use of the new x-nc-skip-trashbin header
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-06 08:22:55 +00:00
Matthieu Gallien
f1a27cc9f7
Merge pull request #7972 from nextcloud/backport/7959/stable-3.16
[stable-3.16] gui/macOS: Fix emitted signal in file provider sync status GUI component
2025-03-06 09:13:36 +01:00
Claudio Cambra
497ab39ea3 gui/macOS: Fix emitted signal in file provider sync status GUI component
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-06 08:12:49 +00:00
Matthieu Gallien
9ce91fee62
Merge pull request #7968 from nextcloud/backport/7964/stable-3.16
[stable-3.16] Remove aditional text when error occurs.
2025-03-06 09:10:25 +01:00
Camila Ayres
dfff06eb16 Remove aditional text when error occurs.
Additional text was not user friendly since Sparkle throws an error when no new update is available.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-03-06 09:10:14 +01:00
Nextcloud bot
684867323b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-06 03:02:28 +00:00
Nextcloud bot
7a5b8b8fe9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-05 03:01:56 +00:00
Matthieu Gallien
a3bc8519b4
Merge pull request #7963 from nextcloud/backport/7961/stable-3.16
[stable-3.16] Revert "gui: do not allow MainWindow to be resized"
2025-03-04 11:16:32 +01:00
Jyrki Gadinger
6449eda361 Revert "gui: do not allow MainWindow to be resized"
This reverts commit 0963856a94.

turns out it's fine on Sonoma, whereas it breaks on Sequoia (the window
now gets stuck below the menubar) -- maybe I'll open up a QTBUG later if
I can reproduce this with a minimal example

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-04 10:12:57 +00:00
Nextcloud bot
f7c2f0dba8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-04 03:03:45 +00:00
Camila Ayres
8c55841030
Bump version to release 3.16.0-rc4.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-03-03 19:33:27 +01:00
Camila Ayres
bddbd6f740
Merge pull request #7957 from nextcloud/backport/7956/stable-3.16
[stable-3.16] gui: do not allow MainWindow to be resized
2025-03-03 19:16:12 +01:00
Jyrki Gadinger
e879eaddc0 gui: do not allow MainWindow to be resized
previously macOS let you resize the activity window, resulting in
strange visual artifacts...

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-03 18:12:08 +00:00
Matthieu Gallien
d34da66de0
Merge pull request #7955 from nextcloud/backport/7937/stable-3.16
[stable-3.16] gui/tray: Fix some tray view papercuts
2025-03-03 17:21:30 +01:00
Claudio Cambra
0a241a3354 gui/tray: Make bottom buttons in user status selector smaller
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-03 16:18:32 +00:00
Claudio Cambra
284a403037 gui/tray: Do not add custom styling to status message text field in user status
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-03 16:18:32 +00:00
Claudio Cambra
6719461318 gui/tray: Add hacky workaround to avoid icon and text for menu items in tray header being too close
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-03 16:18:32 +00:00
Claudio Cambra
0668730f09 gui/tray: Let menu handle sizing of child menu items in tray window header
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-03 16:18:32 +00:00
Claudio Cambra
d7e0923227 gui/tray: Use standard native buttons for bottom buttons in user status selector page
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-03 16:18:31 +00:00
Matthieu Gallien
c2f3bb37f9
Merge pull request #7954 from nextcloud/backport/7950/stable-3.16
[stable-3.16] update AppImage builds to Qt 6.8.2
2025-03-03 17:15:16 +01:00
Jyrki Gadinger
e44c53aefc update AppImage builds to Qt 6.8.2
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-03 16:14:01 +00:00
Matthieu Gallien
0ed6916ed5
Merge pull request #7953 from nextcloud/backport/7928/stable-3.16
[stable-3.16] gui/macOS: Remove "advanced settings" section for macOS VFS settings
2025-03-03 17:12:32 +01:00
Claudio Cambra
6e179afd3d gui/macOS: Use attached tooltip properties rather than creating a new tooltip in request sync button
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-03 16:11:48 +00:00
Claudio Cambra
5cea713ab9 gui/macOS: Add tooltip explaining the "request sync" action in the File Provider settings
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-03 16:11:48 +00:00
Claudio Cambra
3dcc438b71 gui/macOS: Reimplement sync button more subtly within the sync status component
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-03 16:11:47 +00:00
Claudio Cambra
9a76d2d203 gui/macOS: Remove "Advanced" settings from File Provider settings
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-03 16:11:47 +00:00