Commit Graph

22745 Commits

Author SHA1 Message Date
Nextcloud bot
2b7a77b953
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-03 03:20:34 +00:00
Nextcloud bot
7b329af5c3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-01 02:58:17 +00:00
Matthieu Gallien
c151888683
Merge pull request #7812 from nextcloud/bugfix/fluent-style
use correct qml style on Windows
2025-01-31 16:00:43 +01:00
Jyrki Gadinger
438391d37a use correct qml style on Windows
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-31 15:11:44 +01:00
Matthieu Gallien
6fb73daef3
Merge pull request #7422 from Integral-Tech/qstring-refactor
refactor: replace QString() with QStringLiteral() for better performance
2025-01-31 15:11:13 +01:00
Integral
356e4f9296 refactor: replace QString() with QStringLiteral() for better performance
Signed-off-by: Integral <integral@member.fsf.org>
2025-01-31 15:11:02 +01:00
Matthieu Gallien
2f2dadbe6a
Merge pull request #7755 from nextcloud/bugfix/icons-darkmode
fix colours in dark mode
2025-01-31 13:34:15 +01:00
Jyrki Gadinger
0ca7304e0f fix colours in dark mode
- use placeholderText for TextField icons (introduced in Qt 5.12)
- use windowText for the large icons in activity view/search results
- also fix retrieval of icons from the server

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-31 12:54:40 +01:00
Matthieu Gallien
2447c0162e
Merge pull request #7811 from nextcloud/Rello-patch-2
Update doc link in issue template
2025-01-31 10:28:31 +01:00
Rello
886cedf892 Update BUG_REPORT.yml
Signed-off-by: Rello <Rello@users.noreply.github.com>
2025-01-31 10:28:14 +01:00
Matthieu Gallien
829a748f43
Merge pull request #7810 from nextcloud/Rello-patch-1
Link to new documentation
2025-01-31 10:27:12 +01:00
Rello
bbdea80574 Link to new documentation
Signed-off-by: Rello <Rello@users.noreply.github.com>
2025-01-31 10:26:58 +01:00
Rello
65ab4f9bde
Delete .github/workflows/documentation.yml
Documentation was moved to 
https://github.com/nextcloud/documentation

Signed-off-by: Rello <Rello@users.noreply.github.com>
2025-01-31 09:18:26 +01:00
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