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
Nextcloud bot
63093bb16c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-17 03:00:32 +00:00
Nextcloud bot
eb092d0954
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-16 02:52:14 +00:00
Matthieu Gallien
d64d17887e
Merge pull request #7238 from nextcloud/bugfix/removeuser
...
Always remove folder icon when removing folder.
2024-11-15 18:26:32 +01:00
Camila Ayres
d5278c58e1
Modernize Utility::removeFavLink and Utility::setupFavLink.
...
Exit setupFavLink function when SHGetKnownFolderPath fails.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-15 18:26:20 +01:00
Camila Ayres
38eefd4dc7
Add documentation about Utility::setupFavLink and Utility::removeFavLink.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-15 18:26:20 +01:00
Camila Ayres
a3bc54f488
Modernize NavigationPaneHelper class.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-15 18:26:20 +01:00
Camila Ayres
669754b904
f => folderToRemove.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-15 18:26:20 +01:00
Camila Ayres
cc2b5c627b
Add step to remove Desktop.ini to removeFolder function.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-15 18:26:20 +01:00
Matthieu Gallien
f6921ca8ed
Merge pull request #7487 from Kaskadee/bugfix/null-check-resultdacl
...
Fix crash on setting folder permission on non-NTFS file systems on Windows
2024-11-15 09:28:19 +01:00
Fabian Creutz
0f85a0bd10
Add null check for resultDacl after calling GetSecurityDescriptorDacl
...
Signed-off-by: Fabian Creutz <fabian.creutz@kaskadee.eu>
2024-11-15 09:28:05 +01:00
Rello
65d43111da
Merge pull request #7478 from nextcloud/Rello-patch-1
...
Update nextcloudcmd.rst
2024-11-15 09:26:09 +01:00
Rello
f6fc74e396
Update doc/nextcloudcmd.rst
...
Co-authored-by: Camila Ayres <hello@camilasan.com>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-11-15 09:25:42 +01:00
Rello
d02f115cff
Update nextcloudcmd.rst
...
add note on exclude file
https://github.com/nextcloud/desktop/issues/2917
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-11-15 09:25:42 +01:00
Claudio Cambra
73947c7296
Merge pull request #7488 from nextcloud/bugfix/close-wizard-properly
2024-11-15 13:50:44 +08:00
Claudio Cambra
fe7c121156
Clear wizard static pointer on wizardClosed
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-15 13:36:17 +08:00
Claudio Cambra
6820e1a717
Also emit close signal on window hide (i.e. user close) on macOS
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-15 13:36:17 +08:00
Claudio Cambra
1ba6b61e7e
Emit a signal on wizard close
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-15 13:36:17 +08:00
Claudio Cambra
3078664a32
Merge pull request #7475 from nextcloud/feature/dev-builds-mac-crafter
2024-11-15 13:35:09 +08:00
Claudio Cambra
62bc088ea1
Add option to create developer builds of client via mac crafter
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-15 13:32:30 +08:00
Claudio Cambra
bf03dbb776
Merge pull request #7491 from nextcloud/bugfix/ats-restrictions-macos
...
Add section on Apple ATS to docs troubleshooting section
2024-11-14 15:47:20 +08:00
Claudio Cambra
48b0933f81
Add section on Apple ATS to docs troubleshooting section
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-14 15:46:38 +08:00
Nextcloud bot
e76a5d0eea
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-14 02:55:19 +00:00
Nextcloud bot
0443951d10
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-12 02:55:13 +00:00
Nextcloud bot
b3f29300b5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-11 02:53:02 +00:00
Nextcloud bot
279b8e46ba
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-10 02:55:28 +00:00
Nextcloud bot
be314c3778
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-09 02:53:42 +00:00
Claudio Cambra
c0ffd38778
Merge pull request #7468 from nextcloud/bugfix/delete-proxypass-whenempty
2024-11-08 12:55:16 +08:00