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
Claudio Cambra
fa33dd61cf
Only present proxy password delete error if it is not a "does not exist" error
...
Prevent error on deletion when the proxy password does not exist
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-08 12:41:03 +08:00
Nextcloud bot
c75a324ef0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-07 02:57:13 +00:00
Claudio Cambra
e1449ccb8d
Merge pull request #7398 from nextcloud/bugfix/copyright-year-macOS
...
Update copyright year in macOS info.plist template
2024-11-05 16:19:03 +09:00
Claudio Cambra
7142f55788
Update copyright year in macOS info.plist template
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 16:18:16 +09:00
Claudio Cambra
a255c1f1cb
Merge pull request #7401 from nextcloud/bugfix/materialised-storage-calculation-macOS
...
Fix materialised storage use calculation (macOS VFS)
2024-11-05 15:00:10 +09:00
Claudio Cambra
4f8a83b080
Start counting storage usage from 0 for macOS virtual files account
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:53 +09:00
Claudio Cambra
01da699e7a
Merge pull request #7397 from nextcloud/bugfix/mac-vfs-syncstatechange-freeze
...
Fix stuttering and freezing of client while computing sync state changes (macOS VFS)
2024-11-05 14:59:30 +09:00
Claudio Cambra
c48ecf8d60
Store reachability of FileProviderExt by respective account
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:13 +09:00
Claudio Cambra
4ecaed47df
Increase reachability retry timeout
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:13 +09:00
Claudio Cambra
eae8e76fd9
Slash semaphore wait delta on reachability down to 1 second
...
Any longer does not really yield any positive result and freezes the
client for longer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:13 +09:00
Claudio Cambra
2214c1d3d5
Do not attempt to reach out to FileProviderExt every single time we want to check if it is reachable
...
Only check every 60 seconds, this way we do not freeze the client for 3
seconds every time that we want to check the reachability while the
extension is unreachable
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-05 14:59:13 +09:00