Claudio Cambra
952e2d9fdc
Set allPaused as false if we have available FileProvider domains with macOS VFS
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-15 11:27:45 +01:00
Matthieu Gallien
e4d7bbe958
Merge pull request #7750 from nextcloud/feature/sparkle-2
...
updater: Upgrade to Sparkle 2
2025-01-15 11:27:07 +01:00
Claudio Cambra
12dee2fb16
updater: Provide feedURL via non-deprecated delegate method
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-15 09:21:19 +01:00
Claudio Cambra
d16efb0727
mac-crafter: Apply code-signing procedure on Sparkle as recommended by Sparkle docs
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-15 09:21:19 +01:00
Claudio Cambra
bbde9bb237
updater: Refactor NCSparkleUpdaterDelegate to conform to SPUUpdaterDelegate
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-15 09:21:19 +01:00
Claudio Cambra
2cce2636ef
updater: Replace SUUpdater with SPUStandardUpdaterController
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-15 09:21:19 +01:00
Claudio Cambra
51ffdb2a53
mac-crafter: Update Sparkle version to 2.6.4
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-15 09:21:19 +01:00
Nextcloud bot
14d6930d16
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-15 02:57:53 +00:00
Nextcloud bot
5081024cff
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-14 01:38:12 +00:00
Matthieu Gallien
e90d049ddb
Merge pull request #7737 from nextcloud/feature/improveLoginFlowV2Dialog
...
update runwizard introduction screen
2025-01-13 17:18:26 +01:00
Ankur Bavisa
ddc4d4fe62
update runwizard introduction screen
...
Signed-off-by: Ankur Bavisa <Ankur.Bavisa@t-systems.com>
2025-01-13 15:40:35 +01:00
Matthieu Gallien
d69a8aa1a7
Merge pull request #7749 from nextcloud/rakekniven-patch-1
...
chore(i18n): Improved grammar
2025-01-13 15:39:32 +01:00
rakekniven
92488042ee
chore(i18n): Improved grammar
...
Reported on the forums
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-01-13 15:39:24 +01:00
Matthieu Gallien
9d860d0d61
Merge pull request #7742 from nextcloud/tflidd-patch-1
...
Update macosvfs.rst
2025-01-13 10:46:27 +01:00
tflidd
937d99bf18
Update macosvfs.rst
...
Typo in the header
Signed-off-by: tflidd <tflidd@aspekte.net>
2025-01-13 09:55:38 +01:00
Nextcloud bot
800690a14c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-13 02:56:11 +00:00
Nextcloud bot
1ffc210ac4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-11 02:56:02 +00:00
Matthieu Gallien
042568cd36
Merge pull request #7583 from nextcloud/bugfix/remove-bcc
...
gui/tray: Remove BasicComboBox QML component, prefer native component
2025-01-10 19:10:42 +01:00
Claudio Cambra
1c68012ac3
Delete unused BasicComboBox component
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-10 18:29:50 +01:00
Claudio Cambra
60daba9147
Use standard ComboBox for user status selector
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-10 18:29:50 +01:00
Matthieu Gallien
305ae10cb5
Merge pull request #7743 from nextcloud/improve-doc-generation-feedback
...
improve feedback from documentation generation workflow
2025-01-10 18:17:10 +01:00
Jyrki Gadinger
d12b51c116
improve feedback from documentation generation workflow
...
see also: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-a-warning-message
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-10 10:57:12 +01:00
Nextcloud bot
745b34ce4e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-09 02:59:37 +00:00
Matthieu Gallien
cfd36c77b5
Merge pull request #7730 from nextcloud/bugfix/close-opened-menus
...
Fix "open local or group folders" menu not showing
2025-01-08 14:27:49 +01:00
Jyrki Gadinger
bf6b3ca7ae
fix apps menu not closing when the window is hidden, and make group folders menu work again
...
this change resolves this ReferenceError when the window is being closed:
```
2025-01-08 10:56:40:389 [ warning default qrc:/qml/src/gui/tray/MainWindow.qml:100 ]: qrc:/qml/src/gui/tray/MainWindow.qml💯 ReferenceError: appsMenu is not defined
```
I also noticed that the "Open local or group folders" dropdown menu
wouldn't show up due to this error:
```
2025-01-08 10:56:23:327 [ warning default qrc:/qml/src/gui/tray/TrayFoldersMenuButton.qml:33 ]: qrc:/qml/src/gui/tray/TrayFoldersMenuButton.qml:33: Error: Cannot call method QQuickPopup::open on QQuickLoader_QML_48(0x5569fb4648d0)
```
--> wrapped the calls to the open/close methods in a closure
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-08 10:55:47 +01:00
Jyrki Gadinger
19eab9d569
remove old vim swap file
...
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-01-08 10:55:21 +01:00
Nextcloud bot
b64e980c30
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-08 02:57:13 +00:00
Matthieu Gallien
7f0ea06025
Merge pull request #7725 from nextcloud/bugfix/tray-ui-colours
...
gui/tray: Fix colour for secondary text items being too pale
2025-01-07 10:56:45 +01:00
Claudio Cambra
0daec76aee
Use dark palette colour for secondary text
...
Improves readability in dark mode
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-07 10:56:37 +01:00
Claudio Cambra
b89bd88f98
Replace use of midlight palette colour for secondary text with mid colour
...
Improves visibility
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-01-07 10:56:37 +01:00
Matthieu Gallien
dd888a1252
Merge pull request #7720 from PatrickJosh/master
...
Make extraction of ETag header independent of capitalisation
2025-01-07 10:55:34 +01:00
Joshua Noeske
80b6d0e961
Make extraction of ETag header independent of capitalisation.
...
Fixes #7703 .
Signed-off-by: Joshua Noeske <git@joshuanoeske.de>
2025-01-07 09:38:12 +01:00
Matthieu Gallien
9a0c501c7e
Merge pull request #7724 from nextcloud/bugfix/ensureDbAccess
...
ensure proper read write access to root folder and db files
2025-01-07 08:45:26 +01:00
Matthieu Gallien
2701a3c9f4
ensure proper read write access to root folder and db files
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-07 08:45:16 +01:00
Nextcloud bot
e8c632de88
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-07 02:55:34 +00:00
Matthieu Gallien
e465468680
Merge pull request #7683 from kaikli/fix-dev-app-name
...
fix dev application name to keep a consitant migration behaviour for the dev and prod build
2025-01-06 11:00:01 +01:00
kaikli
a1362049c7
fix dev application name
...
keep application name and short name the same for the dev and prod build or some migration logic will work differently for each build
Signed-off-by: kaikli <75146125+kaikli@users.noreply.github.com>
2025-01-06 10:33:28 +01:00
Nextcloud bot
9d2f681b08
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-06 03:23:31 +00:00
Nextcloud bot
e1371e1d5e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-05 03:08:40 +00:00
Nextcloud bot
5af3c885cf
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-04 02:57:42 +00:00
Matthieu Gallien
a25dc6ab25
Merge pull request #7713 from nextcloud/bugfix/doNotAlwaysFreeUpStorageWindowsShortcuts
...
Bugfix/do not always free up storage windows shortcuts
2025-01-03 17:14:37 +01:00
Matthieu Gallien
6f8a40f73e
prevent implicit hydration when checking PIN state
...
to enable move to trash, we check availability of a folder recursively
that will trigger implicit hydration of its content
we will now prevent moving to trash for VFS CfApi native VFS on Windows
will fix teh bug and probably be much more robust and reliable
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-03 17:14:28 +01:00
Matthieu Gallien
f12f66f4e6
fix code style
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-03 17:14:28 +01:00
Matthieu Gallien
3f49361712
force dehydratation of lnk files when vfs metadata are wrong
...
Close #7696
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-03 17:14:28 +01:00
Matthieu Gallien
1e91c0e947
Merge pull request #7698 from fredrik-eriksson/netrcfix
...
Fix .netrc parsing
2025-01-03 16:35:27 +01:00
Fredrik Eriksson
294bb1adb3
Enable netrc tests
...
Test for spaces in usernames and passwords is disabled for now as it's
not supported by current implementation.
Signed-off-by: Fredrik Eriksson <feffe@fulh.ax>
2025-01-03 14:46:33 +01:00
Fredrik Eriksson
65db9a0253
Fix index check
...
Also fixes handling of empty netrc.
Signed-off-by: Fredrik Eriksson <feffe@fulh.ax>
2025-01-03 14:46:33 +01:00
Fredrik Eriksson
38f1d05636
Fix .netrc parsing
...
Fixes : #7177
Signed-off-by: Fredrik Eriksson <feffe@fulh.ax>
2025-01-03 14:46:33 +01:00
Matthieu Gallien
6b4fb46802
Merge pull request #7691 from Flowdalic/fix-macosvfs-file-sharing.png
...
Fix filename of fix-macosvfs-file-sharing.png
2025-01-03 11:14:41 +01:00
Florian Schmaus
cb0d738481
Fix filename of fix-macosvfs-file-sharing.png
...
Downstream bug: https://bugs.gentoo.org/946689
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
2025-01-03 10:39:22 +01:00