]> dgit.raspbian.org Git - nextcloud-desktop.git/log
nextcloud-desktop.git
23 months agofix visibility of dismiss button
Matthieu Gallien [Fri, 27 Sep 2024 09:06:47 +0000 (11:06 +0200)]
fix visibility of dismiss button

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
23 months agoprepare for release 3.14.1
Matthieu Gallien [Fri, 27 Sep 2024 08:30:33 +0000 (10:30 +0200)]
prepare for release 3.14.1

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
23 months agoMerge pull request #7224 from nextcloud/backport/6871/stable-3.14
Matthieu Gallien [Fri, 27 Sep 2024 07:27:03 +0000 (09:27 +0200)]
Merge pull request #7224 from nextcloud/backport/6871/stable-3.14

[stable-3.14] Only check for leading/trailing space for files on Windows.

23 months agoUse preprocessor directives in tests.
Camila Ayres [Thu, 26 Sep 2024 15:29:55 +0000 (17:29 +0200)]
Use preprocessor directives in tests.

Signed-off-by: Camila Ayres <hello@camilasan.com>
23 months agoFix tests for trailing spaces on Linux.
Camila Ayres [Thu, 26 Sep 2024 12:21:34 +0000 (14:21 +0200)]
Fix tests for trailing spaces on Linux.

Signed-off-by: Camila Ayres <hello@camilasan.com>
23 months agoAdd test testCreateLocalPathsWithLeadingAndTrailingSpaces_syncOnSupportingOs.
Camila Ayres [Tue, 9 Jul 2024 13:51:22 +0000 (15:51 +0200)]
Add test testCreateLocalPathsWithLeadingAndTrailingSpaces_syncOnSupportingOs.

- Fix discovery tests for files with invalid names.
- Now leading/trailing spaces trigger an error only on Windows.

Signed-off-by: Camila Ayres <hello@camilasan.com>
23 months agoOnly check leading/trailing spaces for files on Windows.
Camila Ayres [Mon, 1 Jul 2024 14:33:30 +0000 (16:33 +0200)]
Only check leading/trailing spaces for files on Windows.

Fix for #6807.

Signed-off-by: Camila Ayres <hello@camilasan.com>
23 months agoMerge pull request #7218 from nextcloud/backport/7200/stable-3.14
Matthieu Gallien [Thu, 26 Sep 2024 16:12:43 +0000 (18:12 +0200)]
Merge pull request #7218 from nextcloud/backport/7200/stable-3.14

[stable-3.14] disable our code for network timeout

2 years agodisable our code for network timeout
Matthieu Gallien [Wed, 25 Sep 2024 09:41:16 +0000 (11:41 +0200)]
disable our code for network timeout

seems we have an issue with Windows and QTimer instances used to detect
network timeout

workaround, find cause of https://github.com/nextcloud/desktop/issues/7184

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #7217 from nextcloud/backport/7142/stable-3.14
Matthieu Gallien [Thu, 26 Sep 2024 14:11:09 +0000 (16:11 +0200)]
Merge pull request #7217 from nextcloud/backport/7142/stable-3.14

[stable-3.14] Fix alignment and size of buttons.

2 years agoFix alignment and size of buttons.
Camila Ayres [Tue, 17 Sep 2024 12:02:30 +0000 (14:02 +0200)]
Fix alignment and size of buttons.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoMerge pull request #7213 from nextcloud/backport/7208/stable-3.14
Matthieu Gallien [Thu, 26 Sep 2024 10:00:50 +0000 (12:00 +0200)]
Merge pull request #7213 from nextcloud/backport/7208/stable-3.14

[stable-3.14] Bugfix/missing unlock command

2 years agolock token should be sent via webdav only for token lock type
Matthieu Gallien [Wed, 25 Sep 2024 15:20:59 +0000 (17:20 +0200)]
lock token should be sent via webdav only for token lock type

to be able to modify a locked file using token lock, we must sent it
with webdav requests

this must not be sent if the file is locked but the lock type is not a
token lock

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoclarify when desktop client should offer to unlock a file
Matthieu Gallien [Wed, 25 Sep 2024 14:38:17 +0000 (16:38 +0200)]
clarify when desktop client should offer to unlock a file

a file can be unlocked when:

 * the lock is an user lock from the current user
 * the lock is a token lock from the current desktop files client

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #7207 from nextcloud/backport/7167/stable-3.14
Matthieu Gallien [Wed, 25 Sep 2024 16:43:43 +0000 (18:43 +0200)]
Merge pull request #7207 from nextcloud/backport/7167/stable-3.14

[stable-3.14] Use version of linuxdeploy-plugin-qt from PR in the project.

2 years agoUse version of linuxdeploy-plugin-qt from PR in the project.
Camila Ayres [Thu, 19 Sep 2024 14:32:32 +0000 (16:32 +0200)]
Use version of linuxdeploy-plugin-qt from PR in the project.

Fix for #7128.

See https://github.com/linuxdeploy/linuxdeploy-plugin-qt/pull/186.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoMerge pull request #7206 from nextcloud/backport/7199/stable-3.14
Matthieu Gallien [Wed, 25 Sep 2024 15:45:11 +0000 (17:45 +0200)]
Merge pull request #7206 from nextcloud/backport/7199/stable-3.14

[stable-3.14] Bugfix/startup qml on windows

2 years agoadd seemingly needed qml import path
Matthieu Gallien [Wed, 25 Sep 2024 09:37:20 +0000 (11:37 +0200)]
add seemingly needed qml import path

will hopefuly make the qml engine search inside install dir within qml
sub folder

Close #7156

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agorename our Window component to MainWindow to not use an existing name
Matthieu Gallien [Wed, 25 Sep 2024 08:56:06 +0000 (10:56 +0200)]
rename our Window component to MainWindow to not use an existing name

we import QtQuick module that also define Window component name

to avoid any ambiguity, just use a different name on our side

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agochange the order of imports in Window.qml
Matthieu Gallien [Wed, 25 Sep 2024 08:52:34 +0000 (10:52 +0200)]
change the order of imports in Window.qml

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #7201 from nextcloud/backport/7193/stable-3.14
Matthieu Gallien [Wed, 25 Sep 2024 13:56:30 +0000 (15:56 +0200)]
Merge pull request #7201 from nextcloud/backport/7193/stable-3.14

[stable-3.14] Bugfix/fix upload locked files

2 years agoprovide LOCK token when uploading a single file via PUT
Matthieu Gallien [Mon, 23 Sep 2024 16:48:47 +0000 (18:48 +0200)]
provide LOCK token when uploading a single file via PUT

for simple webDAV upload via PUT verb, provide the needed lock token

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoif a file is locked/ provide token during upload
Matthieu Gallien [Mon, 23 Sep 2024 16:32:10 +0000 (18:32 +0200)]
if a file is locked/ provide token during upload

will add needed lock token in final move headers for chunk upload

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoreceive and decode tokens for locks
Matthieu Gallien [Thu, 19 Sep 2024 16:50:33 +0000 (18:50 +0200)]
receive and decode tokens for locks

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agostore lock tokens in database
Matthieu Gallien [Thu, 19 Sep 2024 15:56:34 +0000 (17:56 +0200)]
store lock tokens in database

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #7197 from nextcloud/backport/7160/stable-3.14
Tobias Kaminsky [Wed, 25 Sep 2024 05:24:01 +0000 (07:24 +0200)]
Merge pull request #7197 from nextcloud/backport/7160/stable-3.14

[stable-3.14] Add ability to provide multiple hardcoded server URLs via CMake define

2 years agoEnsure we hide the combo box for multiple override servers by default
Claudio Cambra [Thu, 19 Sep 2024 11:10:07 +0000 (19:10 +0800)]
Ensure we hide the combo box for multiple override servers by default

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoUse a raw string in config.h.in for application server url
Claudio Cambra [Thu, 19 Sep 2024 10:13:42 +0000 (18:13 +0800)]
Use a raw string in config.h.in for application server url

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoDisplay server URL in multi-server enforced combo box
Claudio Cambra [Thu, 19 Sep 2024 10:13:18 +0000 (18:13 +0800)]
Display server URL in multi-server enforced combo box

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoDo not automatically validate server URL when enforced servers is active but have...
Claudio Cambra [Thu, 19 Sep 2024 10:13:05 +0000 (18:13 +0800)]
Do not automatically validate server URL when enforced servers is active but have multiple servers

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoUse url method instead of text field contents as url when deciding on error string...
Claudio Cambra [Thu, 19 Sep 2024 07:09:01 +0000 (15:09 +0800)]
Use url method instead of text field contents as url when deciding on error string in setup page

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoIf using multi-server override url and forcing it then provide combo box selection...
Claudio Cambra [Thu, 19 Sep 2024 07:08:30 +0000 (15:08 +0800)]
If using multi-server override url and forcing it then provide combo box selection url as url in setup page

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAccept combo box selection as completed state in setup page
Claudio Cambra [Thu, 19 Sep 2024 07:07:15 +0000 (15:07 +0800)]
Accept combo box selection as completed state in setup page

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoShow or hide multi-server overrides or text field depending on type of override url
Claudio Cambra [Thu, 19 Sep 2024 07:06:59 +0000 (15:06 +0800)]
Show or hide multi-server overrides or text field depending on type of override url

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoDo not apply override server url as account url if this is a multi-server JSON string
Claudio Cambra [Thu, 19 Sep 2024 07:06:01 +0000 (15:06 +0800)]
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>
2 years agoAdd property for detecting of application override server url is in fact a JSON array...
Claudio Cambra [Thu, 19 Sep 2024 07:05:24 +0000 (15:05 +0800)]
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>
2 years agoAdd combo box to setup page UI
Claudio Cambra [Wed, 18 Sep 2024 11:05:02 +0000 (19:05 +0800)]
Add combo box to setup page UI

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #7189 from nextcloud/backport/7172/stable-3.14
Claudio Cambra [Tue, 24 Sep 2024 06:39:10 +0000 (14:39 +0800)]
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

2 years agoRemove now unneeded deployment target checks in CMake
Claudio Cambra [Fri, 20 Sep 2024 10:10:20 +0000 (18:10 +0800)]
Remove now unneeded deployment target checks in CMake

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoDowngrade deployment target variables to 11.0 as 12.0 is not necessary
Claudio Cambra [Fri, 20 Sep 2024 10:09:44 +0000 (18:09 +0800)]
Downgrade deployment target variables to 11.0 as 12.0 is not necessary

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoBump up minimum system version to 11.0 on macOS (required by Qt 6)
Claudio Cambra [Fri, 20 Sep 2024 10:09:15 +0000 (18:09 +0800)]
Bump up minimum system version to 11.0 on macOS (required by Qt 6)

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #7186 from nextcloud/backport/7173/stable-3.14
Claudio Cambra [Tue, 24 Sep 2024 02:18:13 +0000 (10:18 +0800)]
Merge pull request #7186 from nextcloud/backport/7173/stable-3.14

[stable-3.14] Add packaging capability to Mac Crafter

2 years agoAdd note about packaging tooling in mac crafter
Claudio Cambra [Fri, 20 Sep 2024 10:54:48 +0000 (18:54 +0800)]
Add note about packaging tooling in mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd package command for mac crafter
Claudio Cambra [Fri, 20 Sep 2024 10:46:28 +0000 (18:46 +0800)]
Add package command for mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMake specific step functions for packaging fileprivate in mac crafter
Claudio Cambra [Fri, 20 Sep 2024 10:46:01 +0000 (18:46 +0800)]
Make specific step functions for packaging fileprivate in mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMove packaging procedures into a single function in mac crafter
Claudio Cambra [Fri, 20 Sep 2024 10:45:40 +0000 (18:45 +0800)]
Move packaging procedures into a single function in mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoCreate convenience function to convert architecture string to craft target string
Claudio Cambra [Fri, 20 Sep 2024 10:42:32 +0000 (18:42 +0800)]
Create convenience function to convert architecture string to craft target string

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix work build path used in mac crafter packaging stage
Claudio Cambra [Fri, 20 Sep 2024 10:08:09 +0000 (18:08 +0800)]
Fix work build path used in mac crafter packaging stage

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoRemove unused sparkleFile var
Claudio Cambra [Thu, 19 Sep 2024 13:10:55 +0000 (21:10 +0800)]
Remove unused sparkleFile var

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoUse appName for packaging step in mac-crafter
Claudio Cambra [Thu, 19 Sep 2024 13:08:00 +0000 (21:08 +0800)]
Use appName for packaging step in mac-crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd logging to packaging procedures in mac-crafter
Claudio Cambra [Thu, 19 Sep 2024 13:06:23 +0000 (21:06 +0800)]
Add logging to packaging procedures in mac-crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd ability to build and sign sparkle tbz from mac-crafter
Claudio Cambra [Thu, 19 Sep 2024 13:02:43 +0000 (21:02 +0800)]
Add ability to build and sign sparkle tbz from mac-crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd ability to notarise package from mac-crafter
Claudio Cambra [Thu, 19 Sep 2024 13:01:39 +0000 (21:01 +0800)]
Add ability to notarise package from mac-crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd ability to sign pkg from mac-crafter
Claudio Cambra [Thu, 19 Sep 2024 13:00:52 +0000 (21:00 +0800)]
Add ability to sign pkg from mac-crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd flag to build pkg in mac-crafter
Claudio Cambra [Thu, 19 Sep 2024 13:00:15 +0000 (21:00 +0800)]
Add flag to build pkg in mac-crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd buildPackage function to mac crafter
Claudio Cambra [Thu, 19 Sep 2024 12:59:46 +0000 (20:59 +0800)]
Add buildPackage function to mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #7122 from nextcloud/backport/6921/stable-3.14
Claudio Cambra [Tue, 24 Sep 2024 02:14:43 +0000 (10:14 +0800)]
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

2 years agoAdd option to set product path in mac-crafter
Claudio Cambra [Tue, 16 Jul 2024 07:54:44 +0000 (15:54 +0800)]
Add option to set product path in mac-crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #7192 from nextcloud/backport/7182/stable-3.14
Claudio Cambra [Tue, 24 Sep 2024 02:09:32 +0000 (10:09 +0800)]
Merge pull request #7192 from nextcloud/backport/7182/stable-3.14

[stable-3.14] Revert always enable http2

2 years agoRevert "Merge pull request #6986 from nextcloud/feature/alwaysEnableHttp2"
Claudio Cambra [Sun, 22 Sep 2024 08:43:22 +0000 (16:43 +0800)]
Revert "Merge pull request #6986 from nextcloud/feature/alwaysEnableHttp2"

This reverts commit 5baec6f128734bc8ed0845ac7a8c269904c1027e, reversing
changes made to ab06ecbc4d02c4b18174e8280a8f242da9ea7970.

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #7187 from nextcloud/backport/7164/stable-3.14
Claudio Cambra [Mon, 23 Sep 2024 13:02:56 +0000 (21:02 +0800)]
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

2 years agoCorrectly kill processes spawned by mac-crafter if mac-crafter quits/is killed/etc
Claudio Cambra [Thu, 19 Sep 2024 12:10:46 +0000 (20:10 +0800)]
Correctly kill processes spawned by mac-crafter if mac-crafter quits/is killed/etc

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #7131 from nextcloud/backport/6717/stable-3.14
Matthieu Gallien [Mon, 16 Sep 2024 17:20:13 +0000 (19:20 +0200)]
Merge pull request #7131 from nextcloud/backport/6717/stable-3.14

[stable-3.14] Bugfix/fix vfs folder state when remote move is forbidden

2 years agoas a last resort, try to update VFS metadata of folders when discovered
Matthieu Gallien [Tue, 30 Apr 2024 11:33:58 +0000 (13:33 +0200)]
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>
2 years agoensure proper VFS metadata when restoring folders
Matthieu Gallien [Tue, 30 Apr 2024 11:31:54 +0000 (13:31 +0200)]
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>
2 years agoprepare 3.14.0 release
Matthieu Gallien [Sat, 14 Sep 2024 08:21:08 +0000 (10:21 +0200)]
prepare 3.14.0 release

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoprepare 3.14.0 rc4
Matthieu Gallien [Fri, 13 Sep 2024 11:54:21 +0000 (13:54 +0200)]
prepare 3.14.0 rc4

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #7117 from nextcloud/backport/7101/stable-3.14
Matthieu Gallien [Fri, 13 Sep 2024 11:50:56 +0000 (13:50 +0200)]
Merge pull request #7117 from nextcloud/backport/7101/stable-3.14

[stable-3.14] Fix native UI

2 years agoRemove extra ';'
Camila Ayres [Fri, 13 Sep 2024 10:34:09 +0000 (12:34 +0200)]
Remove extra ';'

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix wrong Style property.
Camila Ayres [Fri, 13 Sep 2024 10:10:55 +0000 (12:10 +0200)]
Fix wrong Style property.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix error: Audio is not a type.
Camila Ayres [Fri, 13 Sep 2024 09:57:42 +0000 (11:57 +0200)]
Fix error: Audio is not a type.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove user status hover effect and background color.
Camila Ayres [Fri, 13 Sep 2024 09:28:14 +0000 (11:28 +0200)]
Remove user status hover effect and background color.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoAdd todo: check if we should keep bottomUnifiedSearchInputSeparator.
Camila Ayres [Fri, 13 Sep 2024 09:11:49 +0000 (11:11 +0200)]
Add todo: check if we should keep bottomUnifiedSearchInputSeparator.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoAdd todo: fix predefined status list.
Camila Ayres [Fri, 13 Sep 2024 08:57:52 +0000 (10:57 +0200)]
Add todo: fix predefined status list.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix emoji selector page: transparency made it unusable. Use windows background color.
Camila Ayres [Fri, 13 Sep 2024 08:54:22 +0000 (10:54 +0200)]
Fix emoji selector page: transparency made it unusable. Use windows background color.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoAdjust radius values: main window and text input uses bigger value, dropdown menus...
Camila Ayres [Fri, 13 Sep 2024 08:30:30 +0000 (10:30 +0200)]
Adjust radius values: main window and text input uses bigger value, dropdown menus uses half.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoAdd the same round background rectangle for the talk reply text field.
Camila Ayres [Fri, 13 Sep 2024 08:29:47 +0000 (10:29 +0200)]
Add the same round background rectangle for the talk reply text field.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove extra ';'
Camila Ayres [Fri, 13 Sep 2024 07:20:50 +0000 (09:20 +0200)]
Remove extra ';'

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix height of text input fields and radius.
Camila Ayres [Thu, 12 Sep 2024 20:34:49 +0000 (22:34 +0200)]
Fix height of text input fields and radius.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix unified search input placeholder text alignment and radius.
Camila Ayres [Thu, 12 Sep 2024 19:59:29 +0000 (21:59 +0200)]
Fix unified search input placeholder text alignment and radius.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix warning: TypeError: Cannot read property 'height'/'width' of null.
Camila Ayres [Thu, 12 Sep 2024 19:03:50 +0000 (21:03 +0200)]
Fix warning: TypeError: Cannot read property 'height'/'width' of null.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix the color of the tab icons in the files details page.
Camila Ayres [Thu, 12 Sep 2024 18:54:09 +0000 (20:54 +0200)]
Fix the color of the tab icons in the files details page.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoAdd margin space to the right of the 3 dots user menu.
Camila Ayres [Thu, 12 Sep 2024 17:52:13 +0000 (19:52 +0200)]
Add margin space to the right of the 3 dots user menu.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoAdd radius value, border and hover colors in the folder's menus.
Camila Ayres [Thu, 12 Sep 2024 17:33:46 +0000 (19:33 +0200)]
Add radius value, border and hover colors in the folder's menus.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoUse the same radius value, border colors and hover colors in all header menus.
Camila Ayres [Thu, 12 Sep 2024 16:20:36 +0000 (18:20 +0200)]
Use the same radius value, border colors and hover colors in all header menus.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoMatch the apps menu list look with the user's list look.
Camila Ayres [Thu, 12 Sep 2024 15:34:29 +0000 (17:34 +0200)]
Match the apps menu list look with the user's list look.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoUse Style.trayFolderStatusIndicatorRadiusFactor in the UserLine.
Camila Ayres [Thu, 12 Sep 2024 15:06:08 +0000 (17:06 +0200)]
Use Style.trayFolderStatusIndicatorRadiusFactor in the UserLine.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoAdd new icon for more apps menu.
Camila Ayres [Thu, 12 Sep 2024 14:26:26 +0000 (16:26 +0200)]
Add new icon for more apps menu.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoUse palette.window as header background color.
Camila Ayres [Thu, 12 Sep 2024 14:01:10 +0000 (16:01 +0200)]
Use palette.window as header background color.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoAdd colored to base colors.
Camila Ayres [Thu, 12 Sep 2024 12:08:58 +0000 (14:08 +0200)]
Add colored to base colors.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix display of icons in dark/light theme.
Camila Ayres [Thu, 12 Sep 2024 11:25:15 +0000 (13:25 +0200)]
Fix display of icons in dark/light theme.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix dark/light mode for account menu.
Camila Ayres [Wed, 11 Sep 2024 14:27:29 +0000 (16:27 +0200)]
Fix dark/light mode for account menu.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix caret-down icon theme, size and alignment.
Camila Ayres [Wed, 11 Sep 2024 13:45:09 +0000 (15:45 +0200)]
Fix caret-down icon theme, size and alignment.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix tray header light/dark theme.
Camila Ayres [Wed, 11 Sep 2024 12:30:15 +0000 (14:30 +0200)]
Fix tray header light/dark theme.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoMerge pull request #7115 from nextcloud/backport/7096/stable-3.14
Matthieu Gallien [Fri, 13 Sep 2024 10:30:27 +0000 (12:30 +0200)]
Merge pull request #7115 from nextcloud/backport/7096/stable-3.14

[stable-3.14] gui: add some context for translators

2 years agogui: add some context for translators
Jyrki Gadinger [Tue, 10 Sep 2024 07:53:20 +0000 (09:53 +0200)]
gui: add some context for translators

Resolves #7095

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2 years agoMerge pull request #7112 from nextcloud/backport/7098/stable-3.14
Matthieu Gallien [Thu, 12 Sep 2024 10:44:53 +0000 (12:44 +0200)]
Merge pull request #7112 from nextcloud/backport/7098/stable-3.14

[stable-3.14] Fix building of client on macOS 10.13 and 10.14

2 years agoWrap use of folder permissions restore in mac ifdefs
Claudio Cambra [Wed, 11 Sep 2024 06:21:25 +0000 (14:21 +0800)]
Wrap use of folder permissions restore in mac ifdefs

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoWrap all uses of FileSystem::setFolderPermissions in ifdefs for macOS
Claudio Cambra [Wed, 11 Sep 2024 06:18:15 +0000 (14:18 +0800)]
Wrap all uses of FileSystem::setFolderPermissions in ifdefs for macOS

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #7114 from nextcloud/backport/6970/stable-3.14
Matthieu Gallien [Thu, 12 Sep 2024 10:15:19 +0000 (12:15 +0200)]
Merge pull request #7114 from nextcloud/backport/6970/stable-3.14

[stable-3.14] Make sure we do not renotify notifications when we have received the same etag as during the last check