nextcloud-desktop.git
2 years agoNew upstream version 3.9.0
Sandro Knauß [Thu, 29 Jun 2023 20:20:21 +0000 (22:20 +0200)]
New upstream version 3.9.0

2 years agoprepare 3.9.0-rc4
Matthieu Gallien [Mon, 12 Jun 2023 17:22:44 +0000 (19:22 +0200)]
prepare 3.9.0-rc4

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #5799 from nextcloud/backport/5796/stable-3.9
Matthieu Gallien [Mon, 12 Jun 2023 17:13:19 +0000 (19:13 +0200)]
Merge pull request #5799 from nextcloud/backport/5796/stable-3.9

[stable-3.9] Bugfix/adjust log levels

2 years agorotate logs based on the lines count instead of teh file size
Matthieu Gallien [Mon, 12 Jun 2023 10:57:17 +0000 (12:57 +0200)]
rotate logs based on the lines count instead of teh file size

will omit querying teh file size repeatedly (and not cost free)

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoless info logs during discovery
Matthieu Gallien [Mon, 12 Jun 2023 09:02:16 +0000 (11:02 +0200)]
less info logs during discovery

those log lines mostly duplicate info we already have at info level

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoenable "Processing" log lines again but with some removed data
Matthieu Gallien [Mon, 12 Jun 2023 08:33:03 +0000 (10:33 +0200)]
enable "Processing" log lines again but with some removed data

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoavoid info level for new entries in ActivityListModel
Matthieu Gallien [Mon, 12 Jun 2023 08:18:42 +0000 (10:18 +0200)]
avoid info level for new entries in ActivityListModel

should also decrease the number of log lines during heavy sync

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoby default hide most discovery log traces
Matthieu Gallien [Fri, 9 Jun 2023 17:36:52 +0000 (19:36 +0200)]
by default hide most discovery log traces

will make the logs much less usefull by default

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agodowngrade some log lines to be less verbose
Matthieu Gallien [Fri, 9 Jun 2023 17:36:06 +0000 (19:36 +0200)]
downgrade some log lines to be less verbose

those log lines can easily be skipped from info level as they are needed
in very rare occasion

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agofully hide some logs from release builds
Matthieu Gallien [Fri, 9 Jun 2023 16:58:50 +0000 (18:58 +0200)]
fully hide some logs from release builds

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #5795 from nextcloud/backport/5792/stable-3.9
Matthieu Gallien [Mon, 12 Jun 2023 17:10:25 +0000 (19:10 +0200)]
Merge pull request #5795 from nextcloud/backport/5792/stable-3.9

[stable-3.9] Bugfix/rotate log less often

2 years agorotate the logs less often (around every 3 MB of compressed logs)
Matthieu Gallien [Fri, 9 Jun 2023 13:41:07 +0000 (15:41 +0200)]
rotate the logs less often (around every 3 MB of compressed logs)

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 12 Jun 2023 02:25:15 +0000 (02:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 11 Jun 2023 02:42:44 +0000 (02:42 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 10 Jun 2023 02:23:36 +0000 (02:23 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #5794 from nextcloud/backport/5736/stable-3.9
Matthieu Gallien [Fri, 9 Jun 2023 15:47:16 +0000 (17:47 +0200)]
Merge pull request #5794 from nextcloud/backport/5736/stable-3.9

[stable-3.9] chore: update workflows from templates

2 years agochore: update workflows from templates
John Molakvoæ [Thu, 1 Jun 2023 14:26:53 +0000 (16:26 +0200)]
chore: update workflows from templates

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #5790 from nextcloud/backport/5786/stable-3.9
Matthieu Gallien [Fri, 9 Jun 2023 14:51:59 +0000 (16:51 +0200)]
Merge pull request #5790 from nextcloud/backport/5786/stable-3.9

[stable-3.9] Fix colouring of NCRadioButton

2 years agoFix colouring of NCRadioButton
Claudio Cambra [Thu, 8 Jun 2023 07:38:48 +0000 (15:38 +0800)]
Fix colouring of NCRadioButton

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #5789 from nextcloud/backport/5773/stable-3.9
Matthieu Gallien [Fri, 9 Jun 2023 14:14:52 +0000 (16:14 +0200)]
Merge pull request #5789 from nextcloud/backport/5773/stable-3.9

[stable-3.9] addd a cmake option to enable single account desktop client

2 years agoaddd a cmake option to enable single account desktop client
Matthieu Gallien [Tue, 6 Jun 2023 10:33:34 +0000 (12:33 +0200)]
addd a cmake option to enable single account desktop client

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 9 Jun 2023 02:25:41 +0000 (02:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #5785 from nextcloud/backport/5764/stable-3.9
Matthieu Gallien [Thu, 8 Jun 2023 09:30:14 +0000 (11:30 +0200)]
Merge pull request #5785 from nextcloud/backport/5764/stable-3.9

[stable-3.9] Fix UnifiedSearch text field placeholder text color for light and dark theme

2 years agoFix UnifiedSearch text field placeholder text color for light and dark theme.
alex-z [Mon, 5 Jun 2023 16:14:20 +0000 (18:14 +0200)]
Fix UnifiedSearch text field placeholder text color for light and dark theme.

Signed-off-by: alex-z <blackslayer4@gmail.com>
2 years agoprepare 3.9.0-rc3
Matthieu Gallien [Thu, 8 Jun 2023 07:41:32 +0000 (09:41 +0200)]
prepare 3.9.0-rc3

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge tag 'v3.9.0-rc2' into stable-3.9
Matthieu Gallien [Thu, 8 Jun 2023 07:39:29 +0000 (09:39 +0200)]
Merge tag 'v3.9.0-rc2' into stable-3.9

Release 3.9.0-rc2

2 years agoMerge pull request #5782 from nextcloud/backport/5768/stable-3.9
Matthieu Gallien [Thu, 8 Jun 2023 07:26:30 +0000 (09:26 +0200)]
Merge pull request #5782 from nextcloud/backport/5768/stable-3.9

[stable-3.9] display subject when we have sync issues like network errors

2 years agosonarcloud action will run on ubuntu:22.04
Matthieu Gallien [Wed, 7 Jun 2023 15:41:37 +0000 (17:41 +0200)]
sonarcloud action will run on ubuntu:22.04

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agodisable one definition rule sanitizer check
Matthieu Gallien [Wed, 1 Feb 2023 14:44:26 +0000 (15:44 +0100)]
disable one definition rule sanitizer check

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agouse a better user message for network errors
Matthieu Gallien [Tue, 6 Jun 2023 16:16:43 +0000 (18:16 +0200)]
use a better user message for network errors

tell users this is a network error and the client wll retry
automatically

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoadd more metadata to sync errors to allow filtering
Matthieu Gallien [Tue, 11 Oct 2022 14:10:53 +0000 (16:10 +0200)]
add more metadata to sync errors to allow filtering

in order to be able to filter some errors when showing them into the
main dialog activity list, add some more info about the error to know
the origin (like a network issue or a sync issue)

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agodeclare ErrorCategory enum class and declare its metatype
Matthieu Gallien [Tue, 11 Oct 2022 20:13:50 +0000 (22:13 +0200)]
declare ErrorCategory enum class and declare its metatype

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agodisplay subject when we have sync issues like network errors
Matthieu Gallien [Tue, 6 Jun 2023 08:47:47 +0000 (10:47 +0200)]
display subject when we have sync issues like network errors

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 8 Jun 2023 02:22:08 +0000 (02:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #5777 from nextcloud/backport/5766/stable-3.9
Camila [Wed, 7 Jun 2023 10:09:59 +0000 (07:09 -0300)]
Merge pull request #5777 from nextcloud/backport/5766/stable-3.9

[stable-3.9] Bugfix. Conflict resolution button not clickable.

2 years agoBugfix. Conflict resolution button not clickable.
alex-z [Mon, 5 Jun 2023 17:55:57 +0000 (19:55 +0200)]
Bugfix. Conflict resolution button not clickable.

Signed-off-by: alex-z <blackslayer4@gmail.com>
2 years agoRevert "Merge pull request #5527 from nextcloud/feature/file-provider-try-2"
Claudio Cambra [Tue, 6 Jun 2023 14:01:52 +0000 (22:01 +0800)]
Revert "Merge pull request #5527 from nextcloud/feature/file-provider-try-2"

This reverts commit c4d12115a9a9fd9c10627c434f16d7f280d82ca9, reversing
changes made to 9b77da6569ec49b8a14db8f5df367a7948f34702.

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoRevert "Merge pull request #5742 from nextcloud/backport/5707/stable-3.9"
Claudio Cambra [Tue, 6 Jun 2023 14:01:35 +0000 (22:01 +0800)]
Revert "Merge pull request #5742 from nextcloud/backport/5707/stable-3.9"

This reverts commit 5118bcfaba1595e52a1eabd30b4012b875bc1fde, reversing
changes made to d9603fc84cd81b44da085bd824321167c935125b.

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #5775 from nextcloud/backport/5769/stable-3.9
Matthieu Gallien [Wed, 7 Jun 2023 08:56:08 +0000 (10:56 +0200)]
Merge pull request #5775 from nextcloud/backport/5769/stable-3.9

[stable-3.9] Bugfix/log less verbose

2 years agodo not log twice in debug mode
Matthieu Gallien [Tue, 6 Jun 2023 12:45:18 +0000 (14:45 +0200)]
do not log twice in debug mode

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agorotate log files every 3 MBs
Matthieu Gallien [Tue, 6 Jun 2023 12:45:02 +0000 (14:45 +0200)]
rotate log files every 3 MBs

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoby default disable debug log level
Matthieu Gallien [Tue, 6 Jun 2023 12:44:17 +0000 (14:44 +0200)]
by default disable debug log level

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #5762 from nextcloud/backport/5757/stable-3.9
Claudio Cambra [Tue, 6 Jun 2023 14:07:46 +0000 (22:07 +0800)]
Merge pull request #5762 from nextcloud/backport/5757/stable-3.9

[stable-3.9] Fix macOS icon

2 years agoRevert "Annotated version of Big Sur icon"
Claudio Cambra [Fri, 2 Jun 2023 06:53:04 +0000 (14:53 +0800)]
Revert "Annotated version of Big Sur icon"

This reverts commit 04d16b7824e633b66fbd9fbbed98c615e14e8c2d.

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 3 Jun 2023 02:21:36 +0000 (02:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #5748 from nextcloud/backport/5745/stable-3.9
Matthieu Gallien [Fri, 2 Jun 2023 08:51:50 +0000 (10:51 +0200)]
Merge pull request #5748 from nextcloud/backport/5745/stable-3.9

[stable-3.9] fix build on windows by adding missing archive name properties on libs

2 years agofix build on windows by adding missing archive name properties on libs
Matthieu Gallien [Wed, 31 May 2023 13:45:09 +0000 (15:45 +0200)]
fix build on windows by adding missing archive name properties on libs

the archive output name is used on windows but was never set for 2
libraries

with this they will have a proper name matching other components of the
shared library

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 2 Jun 2023 02:20:29 +0000 (02:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #5744 from nextcloud/backport/5743/stable-3.9
Matthieu Gallien [Thu, 1 Jun 2023 09:13:38 +0000 (11:13 +0200)]
Merge pull request #5744 from nextcloud/backport/5743/stable-3.9

[stable-3.9] Fix dark mode switch issues in tray controls manually overriding palette colours

2 years agoUse Style constants for UnifiedSearchInputContainer measurements
Claudio Cambra [Wed, 31 May 2023 07:47:45 +0000 (15:47 +0800)]
Use Style constants for UnifiedSearchInputContainer measurements

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix switching from dark/light mode for checkboxes in file details window
Claudio Cambra [Wed, 31 May 2023 07:36:07 +0000 (15:36 +0800)]
Fix switching from dark/light mode for checkboxes in file details window

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix faulty dark/light mode switching in UnifiedSearchInputContainer
Claudio Cambra [Wed, 31 May 2023 06:02:33 +0000 (14:02 +0800)]
Fix faulty dark/light mode switching in UnifiedSearchInputContainer

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #5742 from nextcloud/backport/5707/stable-3.9
Claudio Cambra [Thu, 1 Jun 2023 05:10:15 +0000 (13:10 +0800)]
Merge pull request #5742 from nextcloud/backport/5707/stable-3.9

[stable-3.9] Fix macOS build when file provider module build is disabled

2 years agoRemove redundant definition addition for BUILD_FILE_PROVIDER_MODULE
Claudio Cambra [Fri, 26 May 2023 02:02:06 +0000 (10:02 +0800)]
Remove redundant definition addition for BUILD_FILE_PROVIDER_MODULE

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdded BUILD_FILE_PROVIDER_MODULE to config.h.in
Claudio Cambra [Wed, 24 May 2023 06:58:43 +0000 (14:58 +0800)]
Added BUILD_FILE_PROVIDER_MODULE to config.h.in

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix macOS build when file provider module build is disabled
Claudio Cambra [Wed, 17 May 2023 06:19:34 +0000 (14:19 +0800)]
Fix macOS build when file provider module build is disabled

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 31 May 2023 02:28:43 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump version for 3.9.0-rc2 release.
Camila [Tue, 30 May 2023 14:43:48 +0000 (16:43 +0200)]
Bump version for 3.9.0-rc2 release.

Signed-off-by: Camila <hello@camila.codes>
2 years agoMerge pull request #5741 from nextcloud/backport/5715/stable-3.9
Matthieu Gallien [Tue, 30 May 2023 09:41:02 +0000 (11:41 +0200)]
Merge pull request #5741 from nextcloud/backport/5715/stable-3.9

[stable-3.9] Fix tray styling

2 years agoDeclare hoverEnabled: true explicitly in CustomButton
Claudio Cambra [Sat, 27 May 2023 16:00:58 +0000 (00:00 +0800)]
Declare hoverEnabled: true explicitly in CustomButton

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix highlight in activity list
Claudio Cambra [Thu, 25 May 2023 04:28:30 +0000 (12:28 +0800)]
Fix highlight in activity list

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix caret colour in basic combo box
Claudio Cambra [Thu, 25 May 2023 04:16:15 +0000 (12:16 +0800)]
Fix caret colour in basic combo box

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoRemove unnecessary background components
Claudio Cambra [Thu, 25 May 2023 04:12:34 +0000 (12:12 +0800)]
Remove unnecessary background components

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAlways use palette colours for colouring UI elements
Claudio Cambra [Thu, 25 May 2023 03:51:51 +0000 (11:51 +0800)]
Always use palette colours for colouring UI elements

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoDefine all QML windows as ApplicationWindows, define palettes here
Claudio Cambra [Thu, 25 May 2023 02:32:20 +0000 (10:32 +0800)]
Define all QML windows as ApplicationWindows, define palettes here

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix contentwidth of dialogbuttonbox in ShareDetailsPage
Claudio Cambra [Tue, 23 May 2023 16:49:31 +0000 (00:49 +0800)]
Fix contentwidth of dialogbuttonbox in ShareDetailsPage

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix dark mode in ResolveConflictsDialog
Claudio Cambra [Tue, 23 May 2023 16:30:53 +0000 (00:30 +0800)]
Fix dark mode in ResolveConflictsDialog

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix outline for progress bar in fusion
Claudio Cambra [Tue, 23 May 2023 16:19:26 +0000 (00:19 +0800)]
Fix outline for progress bar in fusion

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix checkbox palettes in share details
Claudio Cambra [Tue, 23 May 2023 16:16:06 +0000 (00:16 +0800)]
Fix checkbox palettes in share details

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoUnify small icon sizes in file details components
Claudio Cambra [Tue, 23 May 2023 16:00:42 +0000 (00:00 +0800)]
Unify small icon sizes in file details components

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix dark mode switching issues with main tray window
Claudio Cambra [Tue, 23 May 2023 15:27:30 +0000 (23:27 +0800)]
Fix dark mode switching issues with main tray window

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix large number of warnings related to unavailable property
Claudio Cambra [Tue, 23 May 2023 15:25:11 +0000 (23:25 +0800)]
Fix large number of warnings related to unavailable property

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix image sizing and positioning in NCButtonContents
Claudio Cambra [Fri, 19 May 2023 15:23:48 +0000 (23:23 +0800)]
Fix image sizing and positioning in NCButtonContents

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoIncrease size of dismiss button
Claudio Cambra [Fri, 19 May 2023 14:58:36 +0000 (22:58 +0800)]
Increase size of dismiss button

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoReduce minimum size of activity
Claudio Cambra [Fri, 19 May 2023 14:58:28 +0000 (22:58 +0800)]
Reduce minimum size of activity

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd darker hover to make hovering on an item within an item with lightHover visible
Claudio Cambra [Fri, 19 May 2023 14:58:17 +0000 (22:58 +0800)]
Add darker hover to make hovering on an item within an item with lightHover visible

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoRespect icon.height and width in custom button contents
Claudio Cambra [Fri, 19 May 2023 14:38:30 +0000 (22:38 +0800)]
Respect icon.height and width in custom button contents

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoRespect icon.height and width in custom button contents
Claudio Cambra [Fri, 19 May 2023 14:38:30 +0000 (22:38 +0800)]
Respect icon.height and width in custom button contents

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoLimit the max height of images inside CustomButton
Claudio Cambra [Fri, 19 May 2023 14:38:09 +0000 (22:38 +0800)]
Limit the max height of images inside CustomButton

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoSimplify and fix activity content layout by going back to using RowLayout instead...
Claudio Cambra [Fri, 19 May 2023 10:00:48 +0000 (18:00 +0800)]
Simplify and fix activity content layout by going back to using RowLayout instead of Item

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoUse standard size instead of unncessary additional value
Claudio Cambra [Fri, 19 May 2023 09:49:46 +0000 (17:49 +0800)]
Use standard size instead of unncessary additional value

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix text lines, don't leave only one line
Claudio Cambra [Fri, 19 May 2023 09:20:02 +0000 (17:20 +0800)]
Fix text lines, don't leave only one line

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMove filedetails button to activity top row
Claudio Cambra [Fri, 19 May 2023 09:17:36 +0000 (17:17 +0800)]
Move filedetails button to activity top row

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMake dismiss button slightly larger
Claudio Cambra [Fri, 19 May 2023 09:13:37 +0000 (17:13 +0800)]
Make dismiss button slightly larger

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix more button icon when in dark mode
Claudio Cambra [Fri, 19 May 2023 09:13:27 +0000 (17:13 +0800)]
Fix more button icon when in dark mode

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoUse custombutton with filedetails button to make it not look horrible
Claudio Cambra [Fri, 19 May 2023 09:13:18 +0000 (17:13 +0800)]
Use custombutton with filedetails button to make it not look horrible

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoHide second subject line in activity when nothing is visible
Claudio Cambra [Fri, 19 May 2023 09:12:59 +0000 (17:12 +0800)]
Hide second subject line in activity when nothing is visible

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix alignment of main subject line with time line in activity
Claudio Cambra [Fri, 19 May 2023 09:12:40 +0000 (17:12 +0800)]
Fix alignment of main subject line with time line in activity

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoUse custombutton for dismiss button, give hover feedback
Claudio Cambra [Fri, 19 May 2023 09:12:16 +0000 (17:12 +0800)]
Use custombutton for dismiss button, give hover feedback

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 30 May 2023 02:24:18 +0000 (02:24 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 28 May 2023 02:23:25 +0000 (02:23 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 27 May 2023 02:22:20 +0000 (02:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 26 May 2023 02:22:07 +0000 (02:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #5733 from nextcloud/backport/5731/stable-3.9
Matthieu Gallien [Thu, 25 May 2023 13:39:12 +0000 (15:39 +0200)]
Merge pull request #5733 from nextcloud/backport/5731/stable-3.9

[stable-3.9] ensure that the file to test monitoring is hidden

2 years agoensure that the file to test monitoring is hidden
Matthieu Gallien [Wed, 24 May 2023 14:37:45 +0000 (16:37 +0200)]
ensure that the file to test monitoring is hidden

we create a file inside the sync folder to test file system monitoring

ensure this file is hidden (i.e. has the proper hidden property)

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 25 May 2023 02:29:37 +0000 (02:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 24 May 2023 02:23:21 +0000 (02:23 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #5725 from nextcloud/backport/5724/stable-3.9
Matthieu Gallien [Tue, 23 May 2023 12:59:42 +0000 (14:59 +0200)]
Merge pull request #5725 from nextcloud/backport/5724/stable-3.9

[stable-3.9] align activity text with "Sync now" text

2 years agoalign activity text with "Sync now" text
Matthieu Gallien [Mon, 22 May 2023 15:33:56 +0000 (17:33 +0200)]
align activity text with "Sync now" text

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #5723 from nextcloud/backport/5712/stable-3.9
Matthieu Gallien [Tue, 23 May 2023 12:20:25 +0000 (14:20 +0200)]
Merge pull request #5723 from nextcloud/backport/5712/stable-3.9

[stable-3.9] Fix tray window header folders button colour