Commit Graph

22629 Commits

Author SHA1 Message Date
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
Nextcloud bot
fd9aa7eb61
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-03 02:58:01 +00:00
Matthieu Gallien
7daa78cd10
Merge pull request #7708 from nextcloud/ci/documentationViaGithubActions
add a simple github action workflow to build test the documentation
2025-01-02 16:02:19 +01:00
Matthieu Gallien
95b4f26b19
add a simple github action workflow to build test the documentation
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-02 15:28:18 +01:00
Matthieu Gallien
f3d04ab1f6
Merge pull request #7699 from kleifgch/fix-filename-warning
Call setDesktopFileName without `.desktop` suffix
2025-01-02 12:31:53 +01:00
kleifgch
5d36070d15 Call setDesktopFileName without .desktop suffix
As clarified in [1], the method expects to be called without the suffix.

[1] 0c5135a9df

Signed-off-by: kleifgch <81602214+kleifgch@users.noreply.github.com>
2025-01-02 11:57:13 +01:00
Matthieu Gallien
1441c89d11
Merge pull request #7704 from sol8712/master
url update in readme
2025-01-02 11:34:34 +01:00
sol8712
201a6b2a4d url update in readme
Signed-off-by: sol8712 <sol8712@users.noreply.github.com>
2025-01-02 11:34:24 +01:00
Matthieu Gallien
9a6ba19971
Merge pull request #7641 from nextcloud/bugfix/assert
Remove assert for when the timestamp is not empty.
2025-01-02 11:33:46 +01:00
Camila Ayres
d9e42e7ad1 Remove assert for when the timestamp is not empty.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-01-02 11:33:37 +01:00
Matthieu Gallien
4931980d34
Merge pull request #7679 from nextcloud/bugfix/elidedtext
Bugfix/elidedtext
2025-01-02 11:33:26 +01:00
Camila Ayres
c3a7306b2d Remove extra \n.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-01-02 11:02:34 +01:00
Camila Ayres
932a223f59 Use Qt::ElideRight.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-01-02 11:02:34 +01:00
Matthieu Gallien
4a8f3ec95a
Merge pull request #7684 from nextcloud/bugfix/catchExceptionsToPreventCrash
Bugfix/catch exceptions to prevent crash
2025-01-02 10:49:58 +01:00
Matthieu Gallien
b2b5fb793c ensure no crash due to uncatched exception from std c++ lib
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-02 10:20:27 +01:00
Matthieu Gallien
1f32d1f9d7 prevent crash by catching more exception types from c++ std lib
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-01-02 10:20:27 +01:00
Nextcloud bot
ad6a6132cd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-02 02:58:59 +00:00
Nextcloud bot
abe5e1be86
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-30 02:58:20 +00:00
Nextcloud bot
ef1d2a34cc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-28 02:58:31 +00:00
Nextcloud bot
1ca034b3d6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-27 02:58:19 +00:00
Nextcloud bot
a901ad4405
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-26 02:58:33 +00:00
Nextcloud bot
9f4e2db6df
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-22 03:13:10 +00:00
Nextcloud bot
fd33227edc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-21 02:57:45 +00:00
Matthieu Gallien
e960b9041c
Merge pull request #7584 from nextcloud/bugfix/qt-6-8-compat
all: Fix deprecation warnings when building with Qt 6.8.0
2024-12-20 16:27:07 +01:00
Matthieu Gallien
f48b988a65 use existing craft cache version 24.10
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-12-20 16:26:57 +01:00