Граф коммитов

22255 Коммитов

Автор SHA1 Сообщение Дата
Claudio Cambra c465b7de85
Merge pull request #7529 from nextcloud/bugfix/mac-crafter-escape-entitlement-paths
Escape code sign entitlement paths in mac crafter
2024-11-20 18:17:02 +08:00
Claudio Cambra 0239ee3eae Escape code sign entitlement paths in mac crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-20 18:16:51 +08:00
Claudio Cambra feec773d3f
Merge pull request #7527 from nextcloud/bugfix/yet-another-path-problem-mac-crafter
Fix codesign path for app bundle main binaries
2024-11-20 18:12:19 +08:00
Claudio Cambra 4d15f47e09
Fix codesign path for app bundle main binaries
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-20 18:03:33 +08:00
Claudio Cambra 5f62cd8b7d
Merge pull request #7524 from nextcloud/bugfix/more-escapes-mac-crafter
Also escape codesign call with saving entitlements
2024-11-20 16:57:43 +08:00
Claudio Cambra f5d91953bf
Use recursive codesign instead of broken wildcard path for sparkle Autoupdate app
Broken when we starting escaping paths in codesign arguments

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-20 16:34:09 +08:00
Claudio Cambra 7c171b8e20
Also add options to recursive codesign function
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-20 16:33:36 +08:00
Claudio Cambra f6eb3f9b79
Also escape codesign call with saving entitlements
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-20 16:11:32 +08:00
Claudio Cambra d3677a583d
Merge pull request #7521 from nextcloud/bugfix/conflict-bad-xpc-vfs
Add missing brace in FileProviderXPC's fileProviderExtReachable
2024-11-20 14:57:46 +08:00
Claudio Cambra 5e778f96c6
Add missing brace in FileProviderXPC's fileProviderExtReachable
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-20 14:53:27 +08:00
Claudio Cambra 8797243fd2
Merge pull request #7519 from nextcloud/bugfix/mac-crafter-codesign-paths-with-spaces
Ensure paths are passed properly escaped into codesign command in mac-crafter
2024-11-20 12:13:54 +08:00
Claudio Cambra 533b04baf9 Ensure paths are passed properly escaped into codesign command in mac-crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-20 12:13:25 +08:00
Nextcloud bot b046f500fc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-20 03:03:15 +00:00
Matthieu Gallien 14e40fc55b
Merge pull request #7511 from nextcloud/dependabot/github_actions/platisd/clang-tidy-pr-comments-1.6.1
Build(deps): Bump platisd/clang-tidy-pr-comments from 1.5.1 to 1.6.1
2024-11-19 16:56:37 +01:00
dependabot[bot] f148e311ed Build(deps): Bump platisd/clang-tidy-pr-comments from 1.5.1 to 1.6.1
Bumps [platisd/clang-tidy-pr-comments](https://github.com/platisd/clang-tidy-pr-comments) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/platisd/clang-tidy-pr-comments/releases)
- [Commits](https://github.com/platisd/clang-tidy-pr-comments/compare/v1.5.1...v1.6.1)

---
updated-dependencies:
- dependency-name: platisd/clang-tidy-pr-comments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 16:56:15 +01:00
Matthieu Gallien 13e07faf74
Merge pull request #7463 from nextcloud/bugfix/revert-windows-dark-regressions
Revert dark mode regressions on Windows 10
2024-11-19 14:13:31 +01:00
Matthieu Gallien 011fcd04f7 some improvements for account network settings
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-19 14:09:05 +01:00
Matthieu Gallien 1a9ba18661 on Windows 10 follow color scheme changes and apply them
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-19 14:09:05 +01:00
Matthieu Gallien 1399a32edc implement a drak mode palette and use it when needed
for now unable to dynamically switch between light and dark mode

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-19 14:09:05 +01:00
Matthieu Gallien bce61115ef create a log category for OCC::Theme class
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-19 14:09:05 +01:00
Matthieu Gallien 194f918788 use QWidget Fusion style on Windows 10: enable dark mode
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-19 14:09:05 +01:00
Claudio Cambra e69b6cb4c6 Use QOperatingSystemVersion in Windows 11 check
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 14:09:05 +01:00
Claudio Cambra 5f6712f442 Use registry-based dark mode detection on <= Windows 10
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 14:09:05 +01:00
Claudio Cambra 800b84d165 If <= Windows 10, use the reserve dark palette for dark mode
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 14:09:05 +01:00
Claudio Cambra d2d91bb105 Use old palette change detection method on Windows 10 and under
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 14:09:05 +01:00
Claudio Cambra 7c2102547d Add convenience method to check Windows 11 availability
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 14:09:05 +01:00
Claudio Cambra 1f4f7c7d0f Revert "remove broken system paellete detection within our custom style"
This reverts commit 2d08cdb503.

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 14:09:05 +01:00
Matthieu Gallien c1f9861265
Merge pull request #7432 from nextcloud/bugfix/findersyncext-crash-pt3000
Fix crash when setting badge for a path that results in a nil URL (macOS FinderSyncExt)
2024-11-19 14:08:38 +01:00
Claudio Cambra ffa0e55025 Do not set badge identifier for a given path URL if the URL is nil
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 14:08:29 +01:00
Claudio Cambra 87d90aba27 Rewrite setResult:forPath: method signature for SyncClient and FinderSync
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 14:08:29 +01:00
Matthieu Gallien a72670c6dc
Merge pull request #7509 from nextcloud/bugfix/appimage-url
Update url to dowload linuxdeploy-plugin-qt tool latest version.
2024-11-19 14:07:51 +01:00
Camila Ayres a82b0e96cc Update url to dowload linuxdeploy-plugin-qt tool latest version.
Fix https://github.com/linuxdeploy/linuxdeploy-plugin-qt/pull/186 for Qt6 has been released.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-19 14:07:42 +01:00
Matthieu Gallien 4b23ffe8e8
Merge pull request #7462 from nextcloud/bugfix/reconnect-to-fpext
If File Provider Extension is unreachable, try to reconfigure client communication interface
2024-11-19 13:59:13 +01:00
Claudio Cambra 43ea9b6d83 If fileProviderExtRecheable is false, try to reconfigure client communication service
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 13:59:04 +01:00
Matthieu Gallien 3c707ac3b6
Merge pull request #7407 from nextcloud/bugfix/encoding-override-server-url
Fix encoding used for override server url
2024-11-19 13:40:27 +01:00
Claudio Cambra 96e2264baa Fix encoding used for override server url
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-19 13:40:18 +01:00
Nextcloud bot 8268c0fb87
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-19 02:53:36 +00:00
Matthieu Gallien 3e92a27c6e
Merge pull request #7374 from nextcloud/bugfix/tf-backgrounds-issue
Fix QML errors caused by illegal customisation of text field backgrounds on native styles
2024-11-18 09:59:33 +01:00
Claudio Cambra bcc968deb1 Add small top margin to shareview
Fixes highlight of sharee search field with macOS styling

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-18 09:59:19 +01:00
Claudio Cambra 0561a143af Remove background from textfields to fix errors
Fixes the following errors:

ShareeSearchField.qml:53:17: QML QQuickRectangle: The current style does
not support customization of this control (property: "background" item:
QQuickRectangle(0x600001d42140, parent=0x0, geometry=0,0 0x0)).

NCInputTextField.qml:57:17: QML QQuickRectangle: The current style does
not support customization of this control (property: "background" item:
QQuickRectangle(0x600001d42220, parent=0x0, geometry=0,0 0x0)).

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-18 09:59:19 +01:00
Matthieu Gallien 336c5d1213
Merge pull request #7506 from nextcloud/bugfix/removeAssertInIconUtils
remove assert that is being hit always when running debug builds
2024-11-18 09:00:42 +01:00
Matthieu Gallien 519f38f92c
remove assert that is being hit always when running debug builds
makes no sense as I have to always patch it out to be able to run a
debug build

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-18 08:54:01 +01:00
Nextcloud bot 708fcde533
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-18 02:54:13 +00:00
Claudio Cambra 5af266c2cf
Merge pull request #7494 from nextcloud/feature/macos-vfs-doc
Add documentation page on the macOS virtual files client
2024-11-17 22:33:08 +08:00
Claudio Cambra 20ec036498 Add section on configuration for macosvfs docs
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-17 22:23:45 +08:00
Claudio Cambra 5aebe0842d Add note on notify_push to macosvfs doc
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-17 22:23:45 +08:00
Claudio Cambra 84003d4d66 Add section on finder integration to macosvfs docs
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-17 22:23:45 +08:00
Claudio Cambra f6a601b5e5 Add install/initial setup section to macosvfs docs
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-17 22:23:45 +08:00
Claudio Cambra 443880a8ec Add introduction section to macosvfs docs
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-17 22:23:45 +08:00
Claudio Cambra d9f16f9633 Add starter documentation page on macOS VFS
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-17 22:23:45 +08:00