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
Claudio Cambra
60da482b79
Use std::next rather than adding to iterator in tests
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
ab51b11ca3
Use QTimeZone in startOfDay for QDate in tests
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
f2182ad9cf
Use non-deprecated qChecksum in qtlocalpeer of qtsingleapplication
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
271f2eb9b6
Replace aAsConst with std::as_const in tests
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Matthieu Gallien
0ac9ee20ee
use CI images with Qt 6.8.0
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
078fd07591
Use default downloaddir for craft
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
77c3c4679a
Move pinned Qt and Craft cache versions to 6.8.0 and 24.12 respectively
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
b2a70435c8
Use QDomDocument content method returning ParseResult
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Use ParseResult returning QDomDocument setContent
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
f parseresult
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
4f2223b582
Replace QWebSocket::error with errorOccurred
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
f2d49f5591
Use std::prev ove -1ing the iterator
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Use std::prev for it rather than -1 in Syncengine
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
87b6b3cfbd
Use matchView instead of match
...
match is deprecated
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00