Commit graph

22034 commits

Author SHA1 Message Date
Claudio Cambra
2ea96f1398 Bump up minimum system version to 11.0 on macOS (required by Qt 6)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:19:30 +08:00
Claudio Cambra
b46d9bcc4b
Merge pull request #7186 from nextcloud/backport/7173/stable-3.14
[stable-3.14] Add packaging capability to Mac Crafter
2024-09-24 10:18:13 +08:00
Claudio Cambra
48c991d2e5
Add note about packaging tooling in mac crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:46 +08:00
Claudio Cambra
7de3d54d90
Add package command for mac crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:46 +08:00
Claudio Cambra
6a6c53cb8d
Make specific step functions for packaging fileprivate in mac crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:46 +08:00
Claudio Cambra
8a50024b54
Move packaging procedures into a single function in mac crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:45 +08:00
Claudio Cambra
a73e26a70b
Create convenience function to convert architecture string to craft target string
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:45 +08:00
Claudio Cambra
5d21a294ad
Fix work build path used in mac crafter packaging stage
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:45 +08:00
Claudio Cambra
57b1e12c16
Remove unused sparkleFile var
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:45 +08:00
Claudio Cambra
1e4edd39fc
Use appName for packaging step in mac-crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:45 +08:00
Claudio Cambra
1e7328d25e
Add logging to packaging procedures in mac-crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:45 +08:00
Claudio Cambra
4ca57e10bc
Add ability to build and sign sparkle tbz from mac-crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:45 +08:00
Claudio Cambra
8f2061da95
Add ability to notarise package from mac-crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:45 +08:00
Claudio Cambra
1b747fa134
Add ability to sign pkg from mac-crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:44 +08:00
Claudio Cambra
4438836ade
Add flag to build pkg in mac-crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:17:43 +08:00
Claudio Cambra
1c8b2ac4b5
Add buildPackage function to mac crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:16:59 +08:00
Claudio Cambra
d3cd7bb4ae
Merge pull request #7122 from nextcloud/backport/6921/stable-3.14
[stable-3.14] Add additional options to make cross-compiling client feasible with Mac Crafter
2024-09-24 10:14:43 +08:00
Claudio Cambra
149e7d8676 Add option to set product path in mac-crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:10:25 +08:00
Claudio Cambra
1a91e4fa2a
Merge pull request #7192 from nextcloud/backport/7182/stable-3.14
[stable-3.14] Revert always enable http2
2024-09-24 10:09:32 +08:00
Claudio Cambra
0bba8027e6 Revert "Merge pull request #6986 from nextcloud/feature/alwaysEnableHttp2"
This reverts commit 5baec6f128, reversing
changes made to ab06ecbc4d.

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-23 14:24:46 +00:00
Claudio Cambra
7365942803
Merge pull request #7187 from nextcloud/backport/7164/stable-3.14
[stable-3.14] Correctly kill processes spawned by mac-crafter if mac-crafter quits/is killed/etc
2024-09-23 21:02:56 +08:00
Claudio Cambra
b6def1176f Correctly kill processes spawned by mac-crafter if mac-crafter quits/is killed/etc
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-23 08:37:36 +00:00
Matthieu Gallien
e1285f34ef
Merge pull request #7131 from nextcloud/backport/6717/stable-3.14
[stable-3.14] Bugfix/fix vfs folder state when remote move is forbidden
2024-09-16 19:20:13 +02:00
Matthieu Gallien
8131a00265 as a last resort, try to update VFS metadata of folders when discovered
when doing local discovery, it is possible that files or folders may be
discovered with VFS metadata not up to date (i.e. placeholder file not
set in sync)

in such case, generate a propagation instruction to set them in sync

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-09-16 15:32:53 +00:00
Matthieu Gallien
84fd93db93 ensure proper VFS metadata when restoring folders
when remote move is forbidden, desktop client will move back the folder
to its original name

in such cases, we were forgetting to set VFS metadata in their proper
state (i.e. placeholder in sync)

so ensure that when a remote move fails, we still touch VFS metadata
when appropriate and handle errors

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-09-16 15:32:53 +00:00
Matthieu Gallien
d8fcb92737
prepare 3.14.0 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-09-14 10:21:08 +02:00
Matthieu Gallien
8a33bb2a02
prepare 3.14.0 rc4
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-09-13 13:54:21 +02:00
Matthieu Gallien
8dfbc4a384
Merge pull request #7117 from nextcloud/backport/7101/stable-3.14
[stable-3.14] Fix native UI
2024-09-13 13:50:56 +02:00
Camila Ayres
f67582b45c Remove extra ';'
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
25aab97852 Fix wrong Style property.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
986ab83fe9 Fix error: Audio is not a type.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
6322c988fa Remove user status hover effect and background color.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
4edb6aba18 Add todo: check if we should keep bottomUnifiedSearchInputSeparator.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
cccfe23854 Add todo: fix predefined status list.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
c78c716444 Fix emoji selector page: transparency made it unusable. Use windows background color.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
759c28ab7d Adjust radius values: main window and text input uses bigger value, dropdown menus uses half.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
6058997160 Add the same round background rectangle for the talk reply text field.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
3fb2ee6cd4 Remove extra ';'
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
31e6e19ffb Fix height of text input fields and radius.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
c059c55131 Fix unified search input placeholder text alignment and radius.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
662e859308 Fix warning: TypeError: Cannot read property 'height'/'width' of null.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
8131078829 Fix the color of the tab icons in the files details page.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
45afe464b4 Add margin space to the right of the 3 dots user menu.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
0a88d3aa6a Add radius value, border and hover colors in the folder's menus.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
f97d28cf48 Use the same radius value, border colors and hover colors in all header menus.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
927ace37f9 Match the apps menu list look with the user's list look.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
40ccce3ba4 Use Style.trayFolderStatusIndicatorRadiusFactor in the UserLine.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
2de77e5f95 Add new icon for more apps menu.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
7d9d9aaaa4 Use palette.window as header background color.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00
Camila Ayres
8f2ef85698 Add colored to base colors.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-13 11:40:45 +00:00