Claudio Cambra [Wed, 23 Oct 2024 09:07:17 +0000 (17:07 +0800)]
Start counting storage usage from 0 for macOS virtual files account
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 5 Nov 2024 05:59:30 +0000 (14:59 +0900)]
Merge pull request #7397 from nextcloud/bugfix/mac-vfs-syncstatechange-freeze
Fix stuttering and freezing of client while computing sync state changes (macOS VFS)
Claudio Cambra [Wed, 23 Oct 2024 05:56:30 +0000 (13:56 +0800)]
Store reachability of FileProviderExt by respective account
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Oct 2024 05:48:38 +0000 (13:48 +0800)]
Increase reachability retry timeout
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Oct 2024 05:43:56 +0000 (13:43 +0800)]
Slash semaphore wait delta on reachability down to 1 second
Any longer does not really yield any positive result and freezes the
client for longer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Oct 2024 05:42:21 +0000 (13:42 +0800)]
Do not attempt to reach out to FileProviderExt every single time we want to check if it is reachable
Only check every 60 seconds, this way we do not freeze the client for 3
seconds every time that we want to check the reachability while the
extension is unreachable
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Tue, 5 Nov 2024 02:47:40 +0000 (02:47 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 4 Nov 2024 02:52:30 +0000 (02:52 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 3 Nov 2024 02:55:25 +0000 (02:55 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Sun, 3 Nov 2024 01:22:50 +0000 (10:22 +0900)]
Merge pull request #7428 from nextcloud/dependabot/github_actions/platisd/clang-tidy-pr-comments-1.5.1
Bump platisd/clang-tidy-pr-comments from 1.5.0 to 1.5.1
dependabot[bot] [Mon, 28 Oct 2024 23:12:24 +0000 (23:12 +0000)]
Bump platisd/clang-tidy-pr-comments from 1.5.0 to 1.5.1
Bumps [platisd/clang-tidy-pr-comments](https://github.com/platisd/clang-tidy-pr-comments) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/platisd/clang-tidy-pr-comments/releases)
- [Commits](https://github.com/platisd/clang-tidy-pr-comments/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: platisd/clang-tidy-pr-comments
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 2 Nov 2024 03:26:12 +0000 (03:26 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 1 Nov 2024 02:45:33 +0000 (02:45 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Thu, 31 Oct 2024 18:08:15 +0000 (02:08 +0800)]
Merge pull request #7418 from nextcloud/bugfix/change-log-settings-fix
Claudio Cambra [Fri, 25 Oct 2024 14:45:12 +0000 (22:45 +0800)]
Do not alter the user's debug and expiration settings when changing temporary log dir setting
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Thu, 31 Oct 2024 13:29:48 +0000 (14:29 +0100)]
Merge pull request #7350 from nextcloud/bugfix/updatechannels
Bugfix update channels
Camila Ayres [Thu, 31 Oct 2024 12:01:53 +0000 (13:01 +0100)]
Fix compiling when BUILD_UPDATER is set to OFF.
Only connect signal/slot for update channels listing when BUILD_UPDATER is ON.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 31 Oct 2024 12:01:16 +0000 (13:01 +0100)]
Remove check in setServerHasValidSubscription.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 17 Oct 2024 19:04:56 +0000 (21:04 +0200)]
Address PR feedback.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 17 Oct 2024 18:55:19 +0000 (20:55 +0200)]
Update config value when serverHasValidSubscription when accounts are added or removed.
To give priority to server susbscriptions and keep listing the right update channels.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 17 Oct 2024 17:53:59 +0000 (19:53 +0200)]
Fix logic for initial load of update channels and priority for user with subscription.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 17 Oct 2024 16:40:06 +0000 (18:40 +0200)]
Save serverHasValidsubcription in the account.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 17 Oct 2024 14:51:27 +0000 (16:51 +0200)]
Do not override the channels list if one of the account has enterprise.
Maintain stable and enterprise.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 17 Oct 2024 14:47:59 +0000 (16:47 +0200)]
Do not override the subscription value if one of the account has enterprise.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Wed, 16 Oct 2024 09:43:39 +0000 (11:43 +0200)]
Change the list of update channels when server capabilities change.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 17 Oct 2024 07:35:02 +0000 (09:35 +0200)]
Remove checks for the update channel from the getter function.
It should only return the value.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Claudio Cambra [Thu, 31 Oct 2024 11:00:01 +0000 (19:00 +0800)]
Merge pull request #7423 from nextcloud/bugfix/escaped-infoplist-xml-appvendor
Fix code-signing issues for vendors with special chars
Claudio Cambra [Mon, 28 Oct 2024 05:59:06 +0000 (13:59 +0800)]
Use xml-escaped application vendor in info plist, fixing code-signing issues for vendors with special chars
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 28 Oct 2024 05:58:17 +0000 (13:58 +0800)]
Add xml-escaped version of application vendor variable in CMakeLists
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Thu, 31 Oct 2024 10:23:48 +0000 (11:23 +0100)]
Merge pull request #7439 from nextcloud/bugfix/appimage
Update share link for AppImage tool.
Camila Ayres [Thu, 31 Oct 2024 10:17:36 +0000 (11:17 +0100)]
Update share link for AppImage tool.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Nextcloud bot [Thu, 31 Oct 2024 02:46:40 +0000 (02:46 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 30 Oct 2024 02:47:15 +0000 (02:47 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila Ayres [Tue, 29 Oct 2024 12:41:54 +0000 (13:41 +0100)]
Merge pull request #7426 from nextcloud/bugfix/accounts
Bugfix account removal
Camila Ayres [Mon, 28 Oct 2024 19:27:53 +0000 (20:27 +0100)]
Use const auto.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Mon, 28 Oct 2024 19:07:28 +0000 (20:07 +0100)]
Validate http_user value before assigning it to user in the config file.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Mon, 28 Oct 2024 17:37:15 +0000 (18:37 +0100)]
Remove call to wantsAccountSaved when clearing the cookies.
The cookies are cleared when an account is removed, this call was
bringing back the deleted account.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Nextcloud bot [Tue, 29 Oct 2024 02:44:47 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Mon, 28 Oct 2024 06:27:49 +0000 (14:27 +0800)]
Merge pull request #7379 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.13.3
Bump cpp-linter/cpp-linter-action from 2.13.2 to 2.13.3
dependabot[bot] [Mon, 21 Oct 2024 23:22:13 +0000 (23:22 +0000)]
Bump cpp-linter/cpp-linter-action from 2.13.2 to 2.13.3
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.13.2 to 2.13.3.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.13.2...v2.13.3)
---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Claudio Cambra [Mon, 28 Oct 2024 06:05:17 +0000 (14:05 +0800)]
Merge pull request #7413 from nextcloud/bugfix/display-multi-enforced-servers-name-only
Only display server name in multiple override servers dropdown
Claudio Cambra [Thu, 24 Oct 2024 14:09:15 +0000 (22:09 +0800)]
Only display server name in multiple override servers dropdown
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Sun, 27 Oct 2024 02:55:26 +0000 (02:55 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 26 Oct 2024 02:45:00 +0000 (02:45 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 25 Oct 2024 14:02:06 +0000 (14:02 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 25 Oct 2024 03:02:37 +0000 (03:02 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 24 Oct 2024 15:35:24 +0000 (15:35 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila Ayres [Thu, 24 Oct 2024 12:52:47 +0000 (14:52 +0200)]
Merge pull request #7408 from nextcloud/bugfix/enforceconfig
Change default of promptDeleteFiles to false
Camila Ayres [Thu, 24 Oct 2024 12:14:50 +0000 (14:14 +0200)]
On upgrade notification for mass file deletion is disabled by default.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 24 Oct 2024 11:53:03 +0000 (13:53 +0200)]
Set promptDeleteFiles default to false.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Nextcloud bot [Thu, 24 Oct 2024 12:21:58 +0000 (12:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 24 Oct 2024 03:14:24 +0000 (03:14 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 23 Oct 2024 16:40:55 +0000 (18:40 +0200)]
Merge pull request #7404 from nextcloud/bugfix/improveStateHandlingInToSIntegration
improve again state tracking with terms of service app
Matthieu Gallien [Wed, 23 Oct 2024 13:18:10 +0000 (15:18 +0200)]
improve logs when checking terms of service status
should help diagnosing a client stuck with ToS block while thinking they
had been accepted
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 23 Oct 2024 09:22:28 +0000 (11:22 +0200)]
improve again state tracking with terms of service app
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 23 Oct 2024 02:57:41 +0000 (02:57 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 22 Oct 2024 20:40:41 +0000 (22:40 +0200)]
Merge pull request #7395 from nextcloud/bugfix/fixToSDetection
properly detect need to sign terms of service state
Matthieu Gallien [Tue, 22 Oct 2024 20:39:38 +0000 (22:39 +0200)]
properly detect need to sign terms of service state
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 22 Oct 2024 16:05:31 +0000 (18:05 +0200)]
Merge pull request #7389 from nextcloud/bugfix/dealWithToSApp
content access denied error during discovery: verify server access
Matthieu Gallien [Tue, 22 Oct 2024 15:13:31 +0000 (17:13 +0200)]
notify user once when terms of service need to be signed
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 22 Oct 2024 12:49:51 +0000 (14:49 +0200)]
content access denied error during discovery: verify server access
will trigger a check of the server connectivity in case of content
access denied reporting when listing folders during discovery
should allow discovering early that terms of service need to be signed
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 22 Oct 2024 13:39:47 +0000 (15:39 +0200)]
Merge pull request #7385 from nextcloud/bugfix/dealWithToSApp
detect the terms of service app is requiring the user to sign them
Matthieu Gallien [Tue, 22 Oct 2024 12:49:51 +0000 (14:49 +0200)]
content access denied error during discovery: verify server access
will trigger a check of the server connectivity in case of content
access denied reporting when listing folders during discovery
should allow discovering early that terms of service need to be signed
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 21 Oct 2024 16:25:36 +0000 (18:25 +0200)]
detect the terms of service app is requiring the user to sign them
will query the sign state for the terms of service and automatically
pause or resume sync
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Tue, 22 Oct 2024 02:51:06 +0000 (02:51 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 21 Oct 2024 02:44:08 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 20 Oct 2024 02:48:23 +0000 (02:48 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 19 Oct 2024 03:00:31 +0000 (03:00 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 18 Oct 2024 16:51:02 +0000 (18:51 +0200)]
Merge pull request #7368 from nextcloud/bugfix/pin-qt-version
Pin Craft Qt version to 6.7.2 and binary cache version to 24.08
Claudio Cambra [Fri, 18 Oct 2024 16:48:38 +0000 (00:48 +0800)]
Pin Craft Qt version to 6.7.2 and binary cache version to 24.08
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Fri, 18 Oct 2024 09:05:26 +0000 (11:05 +0200)]
Merge pull request #7339 from nextcloud/feature/distinguisable-shares
Make shares distinguishable if there are sharees with the same display name
Claudio Cambra [Thu, 17 Oct 2024 06:49:35 +0000 (14:49 +0800)]
Ensure on removal of share that display string is updated for last (now non-)duplicate share
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 17 Oct 2024 06:48:58 +0000 (14:48 +0800)]
Store duplicate indices as key-value pair with value storing bucket of all duplicates
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 17 Oct 2024 06:19:37 +0000 (14:19 +0800)]
Clean up check for equality between sharee display names
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 17 Oct 2024 06:17:12 +0000 (14:17 +0800)]
Make sure to update display of all duplicate display name shares
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 17 Oct 2024 06:00:58 +0000 (14:00 +0800)]
Display more verbose share display names for shares that have sharees with identical display names
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 17 Oct 2024 06:00:15 +0000 (14:00 +0800)]
Check for and store indices of shares with duplicate display names
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 17 Oct 2024 05:59:23 +0000 (13:59 +0800)]
Add ability to make share sharee displayname more verbose
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Fri, 18 Oct 2024 08:59:32 +0000 (10:59 +0200)]
Merge pull request #6752 from nextcloud/bugfix/locally-available-folders-open-in-browser-tray-header
Fix opening of locally available groupfolders in web browser from tray drop-down
Claudio Cambra [Wed, 16 Oct 2024 02:10:54 +0000 (10:10 +0800)]
Take reference to folder in folder map within User::getFolder
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 10 May 2024 05:13:38 +0000 (13:13 +0800)]
Prevent double slashes in group folder path parsing
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 10 May 2024 05:11:27 +0000 (13:11 +0800)]
Use for : loop in getFolder
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 10 May 2024 05:10:43 +0000 (13:10 +0800)]
Constify openLocalFolder
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 18 Oct 2024 08:18:13 +0000 (16:18 +0800)]
Merge pull request #7360 from nextcloud/bugfix/mac-vfs-storage-use-elide
Make sure storage headers do not collide with each other in macOS VFS settings
Claudio Cambra [Fri, 18 Oct 2024 08:11:31 +0000 (16:11 +0800)]
Make sure storage headers do not collide with each other in macOS VFS settings
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 18 Oct 2024 06:20:42 +0000 (14:20 +0800)]
Merge pull request #7323 from nextcloud/bugfix/mac-vfs-ci-swift6
Fix Swift 6-related CI errors with macOS VFS module
Claudio Cambra [Tue, 15 Oct 2024 06:21:03 +0000 (14:21 +0800)]
Run post-auth state check with main actor task
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 15 Oct 2024 06:17:56 +0000 (14:17 +0800)]
Fix swift 6 concurrency error regarding use of authAttemptState
Cannot pass a local variable into a concurrently executing Task. It's
not a real issue as we are using a semaphore to wait before using this
variable for anything outside of the Task block, but still.
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 18 Oct 2024 06:00:29 +0000 (14:00 +0800)]
Merge pull request #7328 from nextcloud/bugfix/global-progress-vfs-bigsur
Check for availability of Big Sur (under 11.3) before using VFS progress tracking method
Claudio Cambra [Wed, 16 Oct 2024 06:13:00 +0000 (14:13 +0800)]
Wrap use of NSFileProviderManager globalProgress in availability check
This selector was only made available on macOS 11.3
Just to be safe we should check for the availability
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 18 Oct 2024 05:34:09 +0000 (13:34 +0800)]
Merge pull request #6123 from nextcloud/bugfix/docs-format
Fix issues on manpages
Claudio Cambra [Mon, 9 Oct 2023 02:34:40 +0000 (10:34 +0800)]
Incorporate doc fixes from pull request #6122
Fix issues on manpages
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Fri, 18 Oct 2024 02:52:09 +0000 (02:52 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Fri, 18 Oct 2024 02:22:09 +0000 (10:22 +0800)]
Merge pull request #7351 from nextcloud/bugfix/alwaysRecordMovedItemsAfterServerReplied
on receiving reply of a remote MOVE: always record it
Matthieu Gallien [Thu, 17 Oct 2024 15:58:37 +0000 (17:58 +0200)]
on receiving reply of a remote MOVE: always record it
even if local item has disappeared, record the result of a remote MOVE
when receiving the reply
enable better state tracking when syncing rename or move operations
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Claudio Cambra [Fri, 18 Oct 2024 02:07:58 +0000 (10:07 +0800)]
Merge pull request #7346 from nextcloud/Rello-patch-1
remove ownCloud wording in logging
Rello [Thu, 17 Oct 2024 07:47:16 +0000 (09:47 +0200)]
remove ownCloud wording in logging
remove ownCloud wording in logging
Signed-off-by: Rello <Rello@users.noreply.github.com>
Claudio Cambra [Thu, 17 Oct 2024 08:45:17 +0000 (16:45 +0800)]
Merge pull request #3014 from nextcloud/foreground-background
Show/Hide Menubar and Dock Icon on macOS
Elsie Hupp [Sat, 8 May 2021 15:56:42 +0000 (11:56 -0400)]
Show/Hide Menubar and Dock Icon
Signed-off-by: Elsie Hupp <9206310+elsiehupp@users.noreply.github.com>
Claudio Cambra [Thu, 17 Oct 2024 07:55:13 +0000 (15:55 +0800)]
Merge pull request #4367 from nextcloud/finder-sidebar-icon-fix
Fix Finder sidebar icon to work as a "template" image