suiso67 [Fri, 26 Jul 2024 02:30:36 +0000 (11:30 +0900)]
Narrow down ReadWrite folder permission to owner
Signed-off-by: suiso67 <suiso67@macadamia.rocks>
Matthieu Gallien [Wed, 21 Aug 2024 12:38:31 +0000 (14:38 +0200)]
Merge pull request #7010 from nextcloud/bugfix/deleteReadonlyFolders
Bugfix/delete readonly folders
Matthieu Gallien [Mon, 19 Aug 2024 13:04:58 +0000 (15:04 +0200)]
make folders read-write when needed when deleting local items
if a folder is read-only, when deleting content inside this folder, it
may be needed to make it temporary read-write
do this as required by the automated tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 19 Aug 2024 11:33:36 +0000 (13:33 +0200)]
add automated test for deletion of child items in read-only folders
should ensure we are able to get files or dolders be deleted by sync
engine within read-only folders
would happen as the result of changes on server side being propagated
locally or when using selective sync
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 21 Aug 2024 09:56:56 +0000 (11:56 +0200)]
Merge pull request #6965 from nextcloud/feature/server-forbidden-filenames
Feature/server forbidden filenames
Claudio Cambra [Tue, 20 Aug 2024 14:01:34 +0000 (22:01 +0800)]
When forbidden filename sync warning is encountered, add reason why the filename is forbidden to the item's error string
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 20 Aug 2024 14:01:05 +0000 (22:01 +0800)]
Store forbidden filename match bools outside of if statement
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 20 Aug 2024 08:22:49 +0000 (16:22 +0800)]
Set invalid filename dialog mode in activity list model
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 20 Aug 2024 08:22:37 +0000 (16:22 +0800)]
Provide different message and explanation strings in invalid filename dialog depending on invalid mode
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 20 Aug 2024 08:22:08 +0000 (16:22 +0800)]
Add invalid mode enum to invalid filename dialog
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 20 Aug 2024 07:24:06 +0000 (15:24 +0800)]
Handle invalid filename activities button verb in activity list model
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 20 Aug 2024 07:23:33 +0000 (15:23 +0800)]
Add rename file link/button to invalid filename activities
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 20 Aug 2024 07:22:57 +0000 (15:22 +0800)]
Also provide notification for items that have file name invalid on server
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 20 Aug 2024 04:37:16 +0000 (12:37 +0800)]
Assign invalid filename on server syncfileitem status to items with forbidden filenames
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 6 Aug 2024 06:34:41 +0000 (14:34 +0800)]
Provide Windows-compatible forbidden filename character in forbidden filenames test
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 5 Aug 2024 10:03:21 +0000 (18:03 +0800)]
Add test for new forbidden filename capabilities
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 5 Aug 2024 09:50:46 +0000 (17:50 +0800)]
Check for new forbidden filename-related capabilities during exclusion handling in discovery
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 5 Aug 2024 09:50:03 +0000 (17:50 +0800)]
Parse forbidden filename related capability features
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Wed, 21 Aug 2024 07:49:33 +0000 (09:49 +0200)]
Merge pull request #7006 from nextcloud/fix/bug-issue-template-package-list
fix: Update bug reporting package list + misc tweaks
Josh [Fri, 16 Aug 2024 02:07:22 +0000 (22:07 -0400)]
fix: Update bug reporting package list + misc tweaks
Signed-off-by: Josh <josh.t.richards@gmail.com>
Matthieu Gallien [Tue, 20 Aug 2024 14:50:35 +0000 (16:50 +0200)]
Merge pull request #7011 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.12.1
Bump cpp-linter/cpp-linter-action from 2.12.0 to 2.12.1
dependabot[bot] [Mon, 19 Aug 2024 23:46:58 +0000 (23:46 +0000)]
Bump cpp-linter/cpp-linter-action from 2.12.0 to 2.12.1
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.12.0...v2.12.1)
---
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>
Matthieu Gallien [Tue, 20 Aug 2024 13:15:52 +0000 (15:15 +0200)]
Merge pull request #6855 from raldone01/fix/cropped_thumbnails
Keep aspect ratio for thumbnails
raldone01 [Fri, 28 Jun 2024 16:06:30 +0000 (18:06 +0200)]
Fixes cropped thumbnails #6154
Signed-off-by: raldone01 <raldone01@gmail.com>
Matthieu Gallien [Tue, 20 Aug 2024 09:01:09 +0000 (11:01 +0200)]
Merge pull request #7004 from nextcloud/fix/issue-6723-http-icon
fix(settings): Use broken lock icon when not using https
Josh [Wed, 14 Aug 2024 20:26:24 +0000 (16:26 -0400)]
fix(settings): Use broken lock icon when not using https
Fixes #6723
Signed-off-by: Josh <josh.t.richards@gmail.com>
Nextcloud bot [Tue, 20 Aug 2024 02:50:39 +0000 (02:50 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 19 Aug 2024 02:43:53 +0000 (02:43 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 17 Aug 2024 02:47:00 +0000 (02:47 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 16 Aug 2024 02:47:15 +0000 (02:47 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 15 Aug 2024 02:58:21 +0000 (02:58 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 14 Aug 2024 02:46:06 +0000 (02:46 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 13 Aug 2024 02:47:01 +0000 (02:47 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 12 Aug 2024 16:38:26 +0000 (18:38 +0200)]
Merge pull request #6994 from nextcloud/bugfix/remove-systray-popup
Remove systray call to display network errors.
Camila Ayres [Mon, 12 Aug 2024 12:41:19 +0000 (14:41 +0200)]
Remove systray call to display network errors.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Matthieu Gallien [Mon, 12 Aug 2024 14:53:48 +0000 (16:53 +0200)]
Merge pull request #6993 from nextcloud/bugfix/removeTransparentBackgroundColor
remove most usages of transparent background: fix visual regressions
Matthieu Gallien [Mon, 12 Aug 2024 13:37:03 +0000 (15:37 +0200)]
fix header buttons background color to match existing colors
the bckground of buttons on teh top bar of main dialog had a wrong color
not matching the top bar background color
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 12 Aug 2024 12:55:48 +0000 (14:55 +0200)]
change color used for background to match system window default color
avoid having many background colors being transparent when they should
never have been
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 12 Aug 2024 11:50:09 +0000 (13:50 +0200)]
avoid transparent background in user menu from main dialog
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 12 Aug 2024 08:18:32 +0000 (10:18 +0200)]
remove most usages of transparent background: fix visual regressions
with transparent backgrounds, most of teh time the result is hard to
read
that is mostly unintended and unless there is some blur added, the UI
becomes unusable
Close https://github.com/nextcloud/desktop/issues/6992
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 12 Aug 2024 14:52:50 +0000 (16:52 +0200)]
Merge pull request #6991 from nextcloud/bugfix/notif-tr
Make multiple notifications text translatable
Claudio Cambra [Mon, 12 Aug 2024 07:53:53 +0000 (15:53 +0800)]
Make multiple notifications text translatable
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Mon, 12 Aug 2024 14:26:29 +0000 (16:26 +0200)]
Merge pull request #6986 from nextcloud/feature/alwaysEnableHttp2
always enable http2
Matthieu Gallien [Fri, 9 Aug 2024 08:01:05 +0000 (10:01 +0200)]
always enable http2
Nextcloud server documentation is recommending enabling http2 for
performance resons
https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#enable-http-2-for-faster-loading
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 12 Aug 2024 09:48:54 +0000 (11:48 +0200)]
Merge pull request #6985 from nextcloud/ci/removeDeprecatedQtCompatibilityCode
remove deprecated code only usefull for very old Qt releases
Matthieu Gallien [Fri, 9 Aug 2024 08:02:55 +0000 (10:02 +0200)]
remove deprecated code only usefull for very old Qt releases
we require Qt > 6.0 so any conditionnal code for older releases can be
deleted
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 12 Aug 2024 07:59:59 +0000 (09:59 +0200)]
Merge pull request #6987 from nextcloud/bugfix/fixCrazyNetworkTimeout
use very coarse timers for network timeout
Matthieu Gallien [Fri, 9 Aug 2024 13:00:18 +0000 (15:00 +0200)]
use very coarse timers for network timeout
seems to work around some timers expiring too early
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Mon, 12 Aug 2024 02:43:30 +0000 (02:43 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 10 Aug 2024 02:46:00 +0000 (02:46 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 9 Aug 2024 02:50:16 +0000 (02:50 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 8 Aug 2024 02:46:24 +0000 (02:46 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 7 Aug 2024 10:17:39 +0000 (12:17 +0200)]
Merge pull request #6937 from nextcloud/dependabot/github_actions/platisd/clang-tidy-pr-comments-1.5.0
Bump platisd/clang-tidy-pr-comments from 1.4.3 to 1.5.0
dependabot[bot] [Mon, 22 Jul 2024 23:58:37 +0000 (23:58 +0000)]
Bump platisd/clang-tidy-pr-comments from 1.4.3 to 1.5.0
Bumps [platisd/clang-tidy-pr-comments](https://github.com/platisd/clang-tidy-pr-comments) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/platisd/clang-tidy-pr-comments/releases)
- [Commits](https://github.com/platisd/clang-tidy-pr-comments/compare/v1.4.3...v1.5.0)
---
updated-dependencies:
- dependency-name: platisd/clang-tidy-pr-comments
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Matthieu Gallien [Wed, 7 Aug 2024 10:17:00 +0000 (12:17 +0200)]
Merge pull request #6958 from nextcloud/bugfix/preventCrashOnEncryptShellIntegrationRequests
prevent event loop reentrance when handling ENCRYPT socket requests
Matthieu Gallien [Wed, 31 Jul 2024 16:14:26 +0000 (18:14 +0200)]
prevent event loop reentrance when handling ENCRYPT socket requests
when receiving a shell integration socket command for ENCRYPT, a generic
interface and generic code paths was used
the assumption was that the listener socket would need (and remain)
valid while hanlding teh request
some code paths need to display error messages to the user via a
QMessageBox
the issue is that this will execute a Qt event loop that will handle the
socket disconnection while the socket variable from the caller seems it
will stay valid and alive
prevent that by not using a blocking method invocation such that life
time mishandling about the socket listener is not possible
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 7 Aug 2024 02:44:43 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 6 Aug 2024 17:34:52 +0000 (19:34 +0200)]
Merge pull request #6954 from nextcloud/enh/account-folder-list
List sync folders in the file explorer with user's username.
Camila Ayres [Tue, 30 Jul 2024 10:12:48 +0000 (12:12 +0200)]
List sync folders in the file explorer with user's username.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Matthieu Gallien [Tue, 6 Aug 2024 16:34:52 +0000 (18:34 +0200)]
Merge pull request #6974 from nextcloud/bugfix/update-channels
Make sure to not repeat the update channels list when loading the settings for a second account.
Camila Ayres [Tue, 6 Aug 2024 10:37:43 +0000 (12:37 +0200)]
Make sure to not repeat the update channels list when loading the settings for a second account.
When adding a new account, the combo box would list each update channels twice.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Matthieu Gallien [Tue, 6 Aug 2024 16:22:49 +0000 (18:22 +0200)]
Merge pull request #6939 from nextcloud/rakekniven-patch-1
chore(i18n): Changed grammar
rakekniven [Tue, 23 Jul 2024 10:03:02 +0000 (12:03 +0200)]
chore(i18n): Add trailing space to show them separated at Transifex.
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
rakekniven [Tue, 23 Jul 2024 09:59:41 +0000 (11:59 +0200)]
chore(i18n): Changed grammar
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Matthieu Gallien [Tue, 6 Aug 2024 16:21:53 +0000 (18:21 +0200)]
Merge pull request #6888 from nextcloud/bugfix/signupWithProviderPage
Bugfix/signup with provider page
Matthieu Gallien [Mon, 8 Jul 2024 16:48:08 +0000 (18:48 +0200)]
fix authentication using provider page and web page login flow
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 6 Aug 2024 16:20:43 +0000 (18:20 +0200)]
Merge pull request #6975 from nextcloud/bugfix/fixImplicitHydrationCorruptedData
use QByteArray::left to send the newly received data during hydration
Matthieu Gallien [Tue, 6 Aug 2024 14:39:41 +0000 (16:39 +0200)]
use QByteArray::left to send the newly received data during hydration
we use the proper method from QByteArray to forward the data received by
GETFileJob to the socket connected to teh fetch data CfApi callback
Close https://github.com/nextcloud/desktop/issues/6769
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 6 Aug 2024 15:30:44 +0000 (17:30 +0200)]
Merge pull request #6973 from nextcloud/bugfix/login-dialog-crash
Fix crash: web flow credential dialog is deleted when closing it.
Camila Ayres [Tue, 6 Aug 2024 10:34:08 +0000 (12:34 +0200)]
Fix crash: web flow credential dialog is deleted when closing it.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 6 Aug 2024 09:06:02 +0000 (11:06 +0200)]
Merge pull request #6966 from nextcloud/bugfix/mac-crafter-product-path
Fix product path handling in Mac Crafter
Claudio Cambra [Tue, 6 Aug 2024 08:59:23 +0000 (16:59 +0800)]
Add mac-crafter Package.resolved to gitignore
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 6 Aug 2024 08:57:33 +0000 (16:57 +0800)]
Add default product folder to gitignore
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 5 Aug 2024 11:00:38 +0000 (19:00 +0800)]
Only create product path's directory if it doesn't exist already
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 5 Aug 2024 11:00:21 +0000 (19:00 +0800)]
Fix final path that app is copied to in mac crafter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Tue, 6 Aug 2024 08:31:29 +0000 (10:31 +0200)]
Merge pull request #6968 from nextcloud/bugfix/handlePermanentRedirect
forward the redirected signal from QNetworkReply to detect them
Matthieu Gallien [Mon, 5 Aug 2024 14:41:01 +0000 (16:41 +0200)]
forward the redirected signal from QNetworkReply to detect them
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Tue, 6 Aug 2024 02:44:04 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila Ayres [Sun, 4 Aug 2024 18:37:41 +0000 (20:37 +0200)]
Merge pull request #6963 from nextcloud/bugfix/enterprise-channel-infinite-recursion
Fix infinite recursion caused by default value call in desktopEnterpriseChannel
Claudio Cambra [Fri, 2 Aug 2024 11:30:05 +0000 (19:30 +0800)]
Fix infinite recursion caused by default value call in desktopEnterpriseChannel
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Sat, 3 Aug 2024 03:29:56 +0000 (03:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 2 Aug 2024 02:40:24 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 1 Aug 2024 05:44:41 +0000 (05:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 31 Jul 2024 02:42:29 +0000 (02:42 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila Ayres [Tue, 30 Jul 2024 10:35:44 +0000 (12:35 +0200)]
Merge pull request #6882 from nextcloud/enh/syncing-status
Improve the syncing status text displayed to the user
Camila Ayres [Mon, 29 Jul 2024 17:30:09 +0000 (19:30 +0200)]
List less file names in the sync progress bar text.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Mon, 29 Jul 2024 15:51:55 +0000 (17:51 +0200)]
Capitalize sync instruction strings returned by Progress::asActionString.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Fri, 5 Jul 2024 09:48:50 +0000 (11:48 +0200)]
Make sync status text easier to understand.
- Never display "please wait" to users.
- Only start displaying status starting at 1. e.g. "0 f 6 files" => "1 of 6 files"
- Improve text for FolderStatusDelegate::FolderSyncText.
- Reconciling => Syncing.
- Syncing => Sync.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Wed, 7 Feb 2024 21:03:04 +0000 (22:03 +0100)]
Modernize FolderStatusModel::slotSetProgress.
- Add const auto.
- Change variable names to be more clear.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Wed, 7 Feb 2024 21:01:00 +0000 (22:01 +0100)]
Display more details of the sync progress in the settings dialog.
- Add margin to sync progress text.
- Make use of the text in FolderStatusDelegate::FolderSyncText.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Claudio Cambra [Mon, 29 Jul 2024 09:28:53 +0000 (17:28 +0800)]
Merge pull request #6951 from nextcloud/bugfix/ncfpk-stable-ncaccount-changes
Remove ncAccount usages removed in NCFPK API
Claudio Cambra [Mon, 29 Jul 2024 08:05:51 +0000 (16:05 +0800)]
Remove ncAccount usages removed in NCFPK API
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Fri, 26 Jul 2024 02:40:45 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 25 Jul 2024 02:40:32 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 24 Jul 2024 02:40:42 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Tue, 23 Jul 2024 06:58:04 +0000 (14:58 +0800)]
Merge pull request #6930 from nextcloud/bugfix/file-provider-sync-status
Reflect File Provider domain sync status in tray icon (macOS VFS)
Claudio Cambra [Fri, 19 Jul 2024 10:21:00 +0000 (18:21 +0800)]
Ensure file provider instance gets initialised at app launch WITHOUT creating a separate instance from expected singleton
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 19 Jul 2024 08:10:31 +0000 (16:10 +0800)]
Clean up unused components in file provider socket controller
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 19 Jul 2024 07:32:55 +0000 (15:32 +0800)]
Provide state message in popup for vfs accounts that synced successfully or had an issue
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 19 Jul 2024 07:06:20 +0000 (15:06 +0800)]
Ensure all sync result status types are handled for file provider in owncloudgui
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>