Commit graph

21892 commits

Author SHA1 Message Date
Claudio Cambra
54f595bb1d Accept combo box selection as completed state in setup page
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 12:15:37 +00:00
Claudio Cambra
237b58d042 Show or hide multi-server overrides or text field depending on type of override url
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 12:15:37 +00:00
Claudio Cambra
eb843d7c64 Do not apply override server url as account url if this is a multi-server JSON string
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 12:15:37 +00:00
Claudio Cambra
a3fe1a7fab Add property for detecting of application override server url is in fact a JSON array string describing multiple servers
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 12:15:37 +00:00
Claudio Cambra
f1d3d5e0be Add combo box to setup page UI
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 12:15:37 +00:00
Claudio Cambra
db6c297425
Merge pull request #7189 from nextcloud/backport/7172/stable-3.14
[stable-3.14] Fix issues with minimum system versions and deployment targets on macOS
2024-09-24 14:39:10 +08:00
Claudio Cambra
f2deed5492 Remove now unneeded deployment target checks in CMake
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:19:30 +08:00
Claudio Cambra
4e3129f4f4 Downgrade deployment target variables to 11.0 as 12.0 is not necessary
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-09-24 10:19:30 +08:00
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