Commit Graph

23026 Commits

Author SHA1 Message Date
Jyrki Gadinger
fa6e4efbd9 use colour from Style instead of palette for icons
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-19 12:10:47 +00:00
Jyrki Gadinger
fa5d3bc2f6 explicitly set colours for header items
the _Universal_ theme notably sets [`icon.color` on `Button`s][0] and
also the [`color` on `Label`s][1], ignoring what's set through the
`palette` property ...

[0]: 215619d71b/src/quickcontrols/universal/Button.qml (L23)
[1]: 215619d71b/src/quickcontrols/universal/Label.qml (L12)

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-19 12:10:47 +00:00
Matthieu Gallien
39f949d04a
override French translations to fix a display issue
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-19 12:44:31 +01:00
Nextcloud bot
7b4eb35ba0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-19 03:05:13 +00:00
Matthieu Gallien
c1590434b3
prepare for release 3.16.2
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-18 12:58:03 +01:00
Matthieu Gallien
893a9d1218
Merge pull request #8042 from nextcloud/backport/8041/stable-3.16
[stable-3.16] Bugfix/input pin title too wide
2025-03-18 12:34:39 +01:00
Matthieu Gallien
2a395ed7fa French title for input dialog for PIN is too wide
the whole title is not readable

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-18 11:33:50 +00:00
Matthieu Gallien
1d20d8fbb8
Merge pull request #8037 from nextcloud/backport/8033/stable-3.16
[stable-3.16] gui: fix dark mode change on Windows 10 with universal style
2025-03-18 09:08:33 +01:00
Jyrki Gadinger
6898f86aeb gui: fix dark mode change on Windows 10 with universal style
The _Universal_ QML style has a theme that uses the colour scheme from
the system.  This can be set by either configuring
`qtquickcontrols2.conf` or setting the environment variable
`QT_QUICK_CONTROLS_UNIVERSAL_THEME=System`.

Unfortunately, due to [QTBUG-128825], setting the theme in the
configuration file/environment variable results in the dark/light mode
setting only be set during startup, not during runtime.  Not ideal, but
still better than not having a broken dark mode theme at all.

Fixes #7991

[QTBUG-128825]: https://bugreports.qt.io/browse/QTBUG-128825

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-18 07:54:44 +00:00
Matthieu Gallien
b234cd2e2f
Merge pull request #8028 from nextcloud/backport/8027/stable-3.16
[stable-3.16] gui/macOS: Avoid UB in edge cases where there is no matching accountstate for a domain
2025-03-14 16:38:57 +01:00
Claudio Cambra
b26d74146b gui/macOS: Avoid UB in edge cases where there is no matching account state for a domain
Do not assume existence of an account for a given domain identifier --
users can modify the config in unexpected ways

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-14 14:44:41 +00:00
Matthieu Gallien
462d294cda
Merge pull request #8025 from nextcloud/backport/8016/stable-3.16
[stable-3.16] remove gcc and clang build checks
2025-03-14 11:49:14 +01:00
Matthieu Gallien
79bd6d7381 remove gcc and clang build checks
they are redondant apart from the end-to-end tests

those end-to-end tests were never reliable and regularly fail removing
the usefulness of running them

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-14 11:35:56 +01:00
Matthieu Gallien
1b730905d6
Merge pull request #7986 from nextcloud/backport/7930/stable-3.16
[stable-3.16] make version.cmake more readable
2025-03-14 11:35:27 +01:00
Rello
89e81f5e4c
make version.cmake more readable
* all changeable variables are now at the beginning

* double definitions cleaned

Signed-off-by: Rello <Rello@users.noreply.github.com>
2025-03-14 10:52:06 +01:00
Nextcloud bot
2eb22ad8d4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-03-14 03:09:27 +00:00
Matthieu Gallien
d78359d1bc
prepare for 3.16.1 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-13 14:43:45 +01:00
Matthieu Gallien
8a89ab7215
Merge pull request #8017 from nextcloud/backport/8012/stable-3.16
[stable-3.16] ensure user receiving an encrypted share maintain proper state
2025-03-13 12:35:37 +01:00
Matthieu Gallien
1c90fb08e0 ensure user receiving an encrypted share maintain proper state
will make sure the client internal database keeps proper encryption
information

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-03-13 12:35:24 +01:00
Matthieu Gallien
bf3ce29d1e
Merge pull request #8014 from nextcloud/backport/8009/stable-3.16
[stable-3.16] gui/macOS: Do not log account detail-related messages that were not sent on dead file provider socket
2025-03-13 12:34:56 +01:00
Claudio Cambra
3f3c3cddb3 gui/macOS: Do not log account detail-related messages that were not sent on dead file provider socket
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 12:34:40 +01:00
Matthieu Gallien
5ba6ce14bc
Merge pull request #8015 from nextcloud/backport/7988/stable-3.16
[stable-3.16] Fix build when BUILD_WEBENGINE=OFF
2025-03-13 12:33:56 +01:00
Sandro Knauß
1f0fd81316 Fix build without WebEngine=OFF.
Signed-off-by: Sandro Knauß <hefee@debian.org>
2025-03-13 11:26:24 +00:00
Matthieu Gallien
173b945f60
Merge pull request #8002 from nextcloud/backport/7933/stable-3.16
[stable-3.16] Add option to disable virtual files syncing on Windows.
2025-03-13 12:24:36 +01:00
Camila Ayres
a3ae0441c3
Add option to disable virtual files syncing on Windows.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-03-13 12:15:46 +01:00
Matthieu Gallien
e6c5c3628f
Merge pull request #8013 from nextcloud/backport/7971/stable-3.16
[stable-3.16] display reshares in sharing dialog
2025-03-13 12:09:17 +01:00
Jyrki Gadinger
f526c972ca display reshares in sharing dialog
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-13 11:08:07 +00:00
Matthieu Gallien
4ec6f51547
Merge pull request #8011 from nextcloud/backport/7992/stable-3.16
[stable-3.16] gui/tray: Hide resume all menu item when no local sync folders are configured
2025-03-13 11:55:09 +01:00
Claudio Cambra
394f20bffd gui/tray: Hide resume sync for all/pause sync for all menu item if there are no configured sync folders
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 10:31:45 +00:00
Claudio Cambra
5e71d6c026 gui: Expose if there are any configured sync folders in systray class to QML
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 10:31:45 +00:00
Matthieu Gallien
8f878635b4
Merge pull request #8006 from nextcloud/bugfix/backport-7875
[stable-3.16] gui/wizard: Integrate macOS VFS (File Provider) configuration into account wizard
2025-03-13 11:29:32 +01:00
Claudio Cambra
04cc424610 gui/wizard: Display macOS-specific VFS information where relevant in advanced setup page
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 11:29:11 +01:00
Claudio Cambra
db1f1a8638 gui/wizard: Add orientation message for macOS VFS users using virtual files
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 11:29:11 +01:00
Claudio Cambra
4f37465b2f gui/wizard: When selecting VFS sync with macOS File Provider, do not set up local folder unexpectedly
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-03-13 11:29:11 +01:00
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