István Váradi
ca08119f3a
Merge pull request #7801 from nextcloud/plucky
...
Add Ubuntu Plucky
2025-01-29 11:29:17 +01:00
István Váradi
ef1fc3caa8
Add Ubuntu Plucky
...
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2025-01-29 10:42:45 +01:00
Matthieu Gallien
ddeb2ca820
Merge pull request #7799 from nextcloud/bugfix/fixAgainEndToEndEncryptionKeyGeneration
...
fix wrong if condition
2025-01-29 09:29:56 +01:00
Matthieu Gallien
fb0b89f5fa
fix wrong if condition
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-27 18:56:48 +01:00
Matthieu Gallien
53bf28efd6
Merge pull request #7416 from nextcloud/feature/windowsQmlStyleFluent
...
use new in Qt6.8 windows fluent style
2025-01-27 11:01:59 +01:00
Matthieu Gallien
21c24072e8
on windows use Qt FluentWinUI3 style unless win10: Universal
...
use Universal qmt style on windows release before windows 11 then use
FluentWinUI3 which should fit with default windows 11 native style
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-27 10:06:13 +01:00
Matthieu Gallien
d7ada98bab
switch to latest Qt 6.8.1 ci image
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-27 10:03:39 +01:00
Jyrki Gadinger
37df1b21df
Remove transparency value from system colours where needed
...
For some reason Windows11 has some transparency in the system colours
which makes reading drawers difficult
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-27 10:03:39 +01:00
Matthieu Gallien
d9962df0ac
switch drone ci to Qt 6.8.0 based images
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-27 10:03:39 +01:00
Matthieu Gallien
3659bfebfb
require Qt 6.8.0
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-27 10:03:39 +01:00
Matthieu Gallien
81ad96c174
use new in Qt6.8 windows fluent style
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-27 10:03:33 +01:00
Nextcloud bot
548707f876
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-27 02:54:41 +00:00
Nextcloud bot
2c485293f0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-26 03:04:44 +00:00
Nextcloud bot
e14df532fd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-25 03:15:42 +00:00
Matthieu Gallien
60a106cfb1
Merge pull request #7768 from nextcloud/bugfix/relogin-after-initial-setup-wizard
...
persist credentials retrieved through the wizard
2025-01-24 15:07:24 +01:00
Jyrki Gadinger
75fdfea212
persist credentials retrieved through the wizard
...
When setting up an account through the wizard for the first time, the
credentials are not saved properly. This requires the user to sign in
again after an application restart.
At least for the login flow v2 case, the `WebFlowCredentials` class
eventually persists the retrieved credentials, whereas the class used
within the wizard (`OCC::Flow2AuthCredsPage`) doesn't.
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-24 15:07:16 +01:00
Matthieu Gallien
af2027d040
Merge pull request #7789 from nextcloud/bugfix/show-resolve-conflicts-dialog
...
fix "Resolve conflicts" dialog not showing up
2025-01-24 15:06:40 +01:00
Jyrki Gadinger
e921e969a5
fix "Resolve conflicts" dialog not showing up
...
commit 00b616ba9d
removed the call to
`QScopedPointer::take` as it's considered deprecated in Qt 6.1 and
advises to use `std::unique_ptr` with `release()` instead
--> replace `QScopedPointer` with `std::unique_ptr` and call its
`release()` method as part of the cast to `QQuickWindow*`
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-24 15:06:16 +01:00
Matthieu Gallien
0fb6dd4505
Merge pull request #7786 from nextcloud/bugfix/correct-link-call-dialog
...
notifications: Do not assume root activity link is the correct "join call" link
2025-01-24 10:09:05 +01:00
Claudio Cambra
ce15373950
Do not assume root activity link is the correct "join call" link
...
Use the link in the activity's 'links'
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-24 09:33:18 +01:00
Matthieu Gallien
1f3faaff68
Merge pull request #7782 from nextcloud/feature/client-alma8
...
modify AppImage build script to work with an EL8 base
2025-01-24 09:15:16 +01:00
Matthieu Gallien
9340a2e003
use latest appimage build docker image
...
see https://github.com/nextcloud/docker-ci/pkgs/container/continuous-integration-client-appimage-qt6/342431972?tag=client-appimage-el8-6.8.1-2
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-24 09:08:02 +01:00
Jyrki Gadinger
4d935f5b09
update AppImage build comment text
...
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-24 09:08:02 +01:00
Matthieu Gallien
b3648eb954
update the drone signature
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-24 09:08:02 +01:00
Jyrki Gadinger
868e233131
replace drone PR appimage setup with GitHub Actions
...
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-24 09:08:02 +01:00
Jyrki Gadinger
8d249a46e9
start using the EL8 image for building the appimage
...
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-24 09:08:02 +01:00
Jyrki Gadinger
02a2ec4d3d
gitignore: add .cache and *.AppImage
...
.cache is used by clangd on my setup; built AppImages also shouldn't be
part of the repo
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-24 09:08:02 +01:00
Jyrki Gadinger
9411837b6c
modify appimage build script to work with an EL8 base
...
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-24 09:07:56 +01:00
Nextcloud bot
2997388a9c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-24 02:57:08 +00:00
Matthieu Gallien
55059ec464
Merge pull request #7718 from Diff-fusion/improve-log-speed
...
Log path strings directly instead of accumulating
2025-01-23 20:45:41 +01:00
Felix
1001a1dff4
Check if discovery paths are empty before logging
...
Signed-off-by: Felix <felix-git@0xf.eu>
2025-01-23 20:45:09 +01:00
Felix
2c2cb135ca
Log path strings directly instead of accumulating
...
Signed-off-by: Felix <felix-git@0xf.eu>
2025-01-23 20:45:09 +01:00
Matthieu Gallien
af4aff8694
Merge pull request #7780 from nextcloud/feature/cleanDeprecatedHashAlgorithm
...
switch client side encryption to use sha256 hash algorithm
2025-01-23 12:13:13 +01:00
Matthieu Gallien
6cc7a9955f
switch client side encryption to use sha256 hash algorithm
...
Close #5989
only support sha1 for depreceted read-only usage
use sha256 for new encrypted write operations
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-23 10:47:16 +01:00
Nextcloud bot
2c9bc0ccd1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 02:59:03 +00:00
Matthieu Gallien
9046f75d80
Merge pull request #7772 from nextcloud/feature/capabilities-chunk-size-server
...
sync: Respect maximum chunk size provided in server capabilities
2025-01-23 03:42:03 +01:00
Claudio Cambra
46dc2a71f7
Apply max concurrent chunk uploads retrieved from server capabilities
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
59f85467f7
Expose maxConcurrentChunkUploads from Capabilities
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
bca2f1db9d
Remove overrideServerChunkSize config entry
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
0f02d70e3c
Actually call overrideServerChunkSize
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
b3ff083c02
Do not apply max capabilities chunk size as min chunk size too
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
a77f3271bd
Fix capsMaxChunkSize comparison
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
44a599e7ae
Remove extraneous parenthesis
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
36b1f92810
Fix naming for overrideSercerChunkSize constexpr
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
93570808d4
Add config entry to override server chunk size
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
a7d044f9e6
Enforce chunk size provided by server capabilities
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
d7c5435e42
Override config chunk sizing values with max chunk size retrieved from capabilities
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Claudio Cambra
35c7020d99
Add maxChunkSize getter function to get chunked upload max size from capabilities
...
This will be added with NC31
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-23 10:13:51 +08:00
Jyrki Gadinger
0f867d4fdf
Merge pull request #7754 from nextcloud/Rello-patch-1
...
Make Brander QT selection dynamic
2025-01-22 16:04:57 +01:00
Rello
b6d3ecb14c
Update craftmaster.ini
...
Co-authored-by: Jyrki Gadinger <nilsding@nilsding.org>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2025-01-22 15:20:14 +01:00