Claudio Cambra [Wed, 21 Feb 2024 11:19:41 +0000 (19:19 +0800)]
Add starter FPUIExtensionService protocol
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 10:59:39 +0000 (18:59 +0800)]
Extract display updating upon url acquisition to different method in ShareViewController
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 10:49:58 +0000 (18:49 +0800)]
Set the right filename and icon on share view controller view
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 10:48:42 +0000 (18:48 +0800)]
Add domain property to document action view controller
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 10:03:29 +0000 (18:03 +0800)]
Make close button work properly in share view
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 09:58:39 +0000 (17:58 +0800)]
Store file provider item identifiers in ShareViewController
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 09:56:57 +0000 (17:56 +0800)]
Add proper design for share view in file provider UI
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 09:45:20 +0000 (17:45 +0800)]
Properly add share custom action
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 09:45:03 +0000 (17:45 +0800)]
Remove unused IBActions in DocumentActionViewController
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 09:44:49 +0000 (17:44 +0800)]
Add convenience method to prepare child view controllers in DocumentActionViewController
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 09:21:50 +0000 (17:21 +0800)]
Create ShareViewController
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 09:20:48 +0000 (17:20 +0800)]
Add logging for prepare methods of document action view controller
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 09:18:57 +0000 (17:18 +0800)]
Add logger extension to FileProviderUIExt
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 08:18:52 +0000 (16:18 +0800)]
Add FileProviderUIExt entitlements file
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 21 Feb 2024 07:43:07 +0000 (15:43 +0800)]
Build and install FileProviderUIExt via CMake
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 20 Feb 2024 12:03:50 +0000 (20:03 +0800)]
Add new FileProviderUIExt target
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 16 Apr 2024 20:45:43 +0000 (04:45 +0800)]
Merge pull request #6636 from nextcloud/backport/6635/stable-3.13
[stable-3.13] Fix crash when in debug mode when toggling enabled status of an account's virtual files (macOS)
Claudio Cambra [Tue, 16 Apr 2024 19:05:46 +0000 (03:05 +0800)]
Fix crash when in debug mode when toggling enabled status of an account's virtual files (macOS)
Caused by comparing to the wrong thing in the Q_ASSERT *facepalm*
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Wed, 10 Apr 2024 21:53:37 +0000 (23:53 +0200)]
Merge pull request #6519 from nextcloud/ci/fixWindowsCi
fix windows and macOS ci checks
Matthieu Gallien [Wed, 10 Apr 2024 15:27:43 +0000 (17:27 +0200)]
just use the default value for "Packager/RepositoryUrl"
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 8 Mar 2024 08:43:12 +0000 (09:43 +0100)]
disable coverage on windows due to a crash
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 8 Mar 2024 08:41:17 +0000 (09:41 +0100)]
update python for macos and update deployment target
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 7 Mar 2024 20:13:00 +0000 (21:13 +0100)]
install inkscape using same cache as OpenCppCoverage
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 7 Mar 2024 18:33:43 +0000 (19:33 +0100)]
install inkscape via chocolatey after other dependencies
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 7 Mar 2024 17:23:57 +0000 (18:23 +0100)]
switch Craft cache to proper location
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 7 Mar 2024 17:08:18 +0000 (18:08 +0100)]
switch CI to python 3.12
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Claudio Cambra [Wed, 10 Apr 2024 06:34:59 +0000 (14:34 +0800)]
Merge pull request #6524 from Zocker1999NET/patch-1
Add typical Syncthing files to default exclusion
Felix Stupp [Sat, 9 Mar 2024 16:54:10 +0000 (16:54 +0000)]
Add typical Syncthing files to default exclusion
For increasing default interoperability between Syncthing & Nextcloud if users may want to sync a (sub-)directory with both tools without thinking about that those hidden files synced by Nextcloud might break Syncthing
Signed-off-by: Felix Stupp <felix.stupp@banananet.work>
Claudio Cambra [Wed, 10 Apr 2024 06:34:14 +0000 (14:34 +0800)]
Merge pull request #6579 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.10.2
Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2
dependabot[bot] [Mon, 25 Mar 2024 23:59:24 +0000 (23:59 +0000)]
Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.10.0 to 2.10.2.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.10.0...v2.10.2)
---
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>
Nextcloud bot [Wed, 10 Apr 2024 02:43:38 +0000 (02:43 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 8 Apr 2024 02:39:53 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 6 Apr 2024 02:50:18 +0000 (02:50 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 4 Apr 2024 02:39:27 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Tue, 2 Apr 2024 21:51:22 +0000 (23:51 +0200)]
Merge pull request #6563 from nextcloud/bugfix/outdated-call-notifications
Bugfix. Remove seen call notifications from the list.
alex-z [Wed, 20 Mar 2024 20:17:06 +0000 (21:17 +0100)]
Bugfix. Remove seen call notifications from the list.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Tue, 2 Apr 2024 02:38:16 +0000 (02:38 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 1 Apr 2024 02:38:52 +0000 (02:38 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 31 Mar 2024 02:40:50 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 30 Mar 2024 02:48:03 +0000 (02:48 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 29 Mar 2024 02:44:39 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Thu, 28 Mar 2024 10:21:19 +0000 (18:21 +0800)]
Also prevent use of std::filesystem in macOS 10.14
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 26 Mar 2024 16:58:22 +0000 (00:58 +0800)]
Wrap all use of std::filesystem in ifdefs to fix legacy build for <macOS 10.15
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Thu, 28 Mar 2024 02:39:19 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 27 Mar 2024 13:29:44 +0000 (14:29 +0100)]
Merge pull request #6578 from nextcloud/bugfix/allowRenamingFoldersInsideGroupFolders
properly compute if a folder is top level or child extern mounted
Matthieu Gallien [Mon, 25 Mar 2024 21:06:11 +0000 (22:06 +0100)]
properly compute if a folder is top level or child extern mounted
asks new permission to server to be able to know if a folder is a top
level mounted folder
should allow detecting the top level folders from external storages or
group folders
should also make the client reliably detect that it is handling a child
folder inside a group folder and be allowed to rename such folders
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 27 Mar 2024 11:02:27 +0000 (12:02 +0100)]
Merge pull request #6573 from nextcloud/bugfix/fasterContextMenuWindowsVirtualFiles
context menu: do not recursively check pin and availability states
Matthieu Gallien [Fri, 22 Mar 2024 16:24:40 +0000 (17:24 +0100)]
context menu: do not recursively check pin and availability states
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 27 Mar 2024 09:34:30 +0000 (10:34 +0100)]
Merge pull request #6580 from nextcloud/ci/someUnityBuildFixes
Ci/some unity build fixes
Matthieu Gallien [Tue, 26 Mar 2024 08:37:35 +0000 (09:37 +0100)]
ensure we ignore deprecated warnings from openssl in unity builds
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 26 Mar 2024 08:36:46 +0000 (09:36 +0100)]
partial fix for compilation with QT_NO_KEYWORDS
need to replace signals by Q_SIGNALS and so on
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 27 Mar 2024 08:56:53 +0000 (09:56 +0100)]
Merge pull request #6582 from nextcloud/bugfix/fixExplorerCrashWindows
Bugfix/fix explorer crash windows
Matthieu Gallien [Tue, 26 Mar 2024 14:04:47 +0000 (15:04 +0100)]
Revert "Allow installation to close shell extension DLLs via the custom action. Disable reboot prompt in case of the version with this change was previously already installed."
Close #6566
This reverts commit
c1719bc817421e46ba95f8919e3dc2d977ee81af.
Nextcloud bot [Wed, 27 Mar 2024 02:42:13 +0000 (02:42 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 26 Mar 2024 02:39:59 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 24 Mar 2024 02:42:22 +0000 (02:42 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 23 Mar 2024 02:49:57 +0000 (02:49 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 22 Mar 2024 16:26:07 +0000 (17:26 +0100)]
Merge pull request #6568 from nextcloud/bugfix/defaultIgnorePatternsShouldBeCorrect
use the proper name when reading system exclude config file
Matthieu Gallien [Fri, 22 Mar 2024 09:37:32 +0000 (10:37 +0100)]
use the proper name when reading system exclude config file
Close #6539
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Fri, 22 Mar 2024 02:38:01 +0000 (02:38 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 21 Mar 2024 02:40:14 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 20 Mar 2024 11:28:53 +0000 (12:28 +0100)]
Merge pull request #6137 from tintou/tintou/pkgconfig-define-variables
libcloudproviders: Use DEFINE_VARIABLES to install in the correct directory
Corentin Noël [Thu, 12 Oct 2023 14:26:39 +0000 (16:26 +0200)]
libcloudproviders: Use DEFINE_VARIABLES to install in the correct directory
Conditionnaly require CMake 3.28 to install in the right directory.
Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
Matthieu Gallien [Wed, 20 Mar 2024 09:09:48 +0000 (10:09 +0100)]
Merge pull request #6532 from nextcloud/fix/docs/promptDeleteAllFiles
fix(docs): parameter promptDeleteAllFiles defaults to false not true
Josh [Mon, 11 Mar 2024 13:27:53 +0000 (09:27 -0400)]
fix(docs): parameter promptDeleteAllFiles defaults to false not true
The default was changed to false in #1201
Signed-off-by: Josh <josh.t.richards@gmail.com>
Matthieu Gallien [Wed, 20 Mar 2024 09:03:21 +0000 (10:03 +0100)]
Merge pull request #6514 from nextcloud/bugfix/minSupportDesktopVerMsg
User 'Connection issue' instead of 'Network error' in systray notification
Camila Ayres [Wed, 6 Mar 2024 17:07:56 +0000 (18:07 +0100)]
User 'Connection issue' instead of 'Network error' in systray notification.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Matthieu Gallien [Wed, 20 Mar 2024 08:49:36 +0000 (09:49 +0100)]
Merge pull request #6553 from nextcloud/bugfix/preventMissingContextMenuOnWindowsFileExplorer
if desktop client sent a first reply: wait for the menu data
Matthieu Gallien [Tue, 19 Mar 2024 08:39:36 +0000 (09:39 +0100)]
if desktop client sent a first reply: wait for the menu data
may need the user to wait a bit longer but should prevent missing the
context menu
should still be robust since we only wait indefinitely if desktop client
sent a first reply
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 20 Mar 2024 08:14:59 +0000 (09:14 +0100)]
Merge pull request #6537 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.10.0
Bump cpp-linter/cpp-linter-action from 2.9.1 to 2.10.0
dependabot[bot] [Mon, 18 Mar 2024 08:47:32 +0000 (08:47 +0000)]
Bump cpp-linter/cpp-linter-action from 2.9.1 to 2.10.0
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.9.1...v2.10.0)
---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Wed, 20 Mar 2024 02:39:44 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Wed, 20 Mar 2024 00:32:20 +0000 (01:32 +0100)]
Merge pull request #6528 from nextcloud/bugfix/e2ee-vfs-disallow-move
E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss.
alex-z [Sun, 10 Mar 2024 12:02:40 +0000 (13:02 +0100)]
E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss.
Signed-off-by: alex-z <blackslayer4@gmail.com>
allexzander [Wed, 20 Mar 2024 00:07:52 +0000 (01:07 +0100)]
Merge pull request #6529 from nextcloud/bugfix/foldermetadata-fetch-root
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
alex-z [Sat, 9 Mar 2024 21:17:27 +0000 (22:17 +0100)]
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Matthieu Gallien [Tue, 19 Mar 2024 14:58:09 +0000 (15:58 +0100)]
Merge pull request #6521 from nextcloud/bugfix/allowWipeData
allow wipe feature to delete data of a wiped user account
Matthieu Gallien [Fri, 8 Mar 2024 11:22:56 +0000 (12:22 +0100)]
allow wipe feature to delete data of a wiped user account
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
allexzander [Tue, 19 Mar 2024 14:16:54 +0000 (15:16 +0100)]
Merge pull request #6525 from nextcloud/feature/msi-customaction-close-shellextensions
Allow installation to close shell extension DLLs via the custom action. Disable reboot prompt in case of the version with this change was previously already installed.
alex-z [Mon, 4 Mar 2024 18:29:24 +0000 (19:29 +0100)]
Allow installation to close shell extension DLLs via the custom action. Disable reboot prompt in case of the version with this change was previously already installed.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Tue, 19 Mar 2024 02:39:43 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Mon, 18 Mar 2024 12:53:40 +0000 (13:53 +0100)]
Merge pull request #6547 from nextcloud/bugfix/files-lock-incorrect-readonly-set
Bugfix. Files-lock. Incorrect readonly state for TokenLock.
Matthieu Gallien [Mon, 18 Mar 2024 08:46:52 +0000 (09:46 +0100)]
Merge pull request #6542 from nextcloud/bugfix/avoidRepeatingTheSameNetworkError
only display changed network errors during validation of connection
Matthieu Gallien [Fri, 15 Mar 2024 17:55:11 +0000 (18:55 +0100)]
update parts of CI to get tests to be OK
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 15 Mar 2024 17:09:05 +0000 (18:09 +0100)]
sonarcloud CI check with address sanitizer
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 15 Mar 2024 10:34:41 +0000 (11:34 +0100)]
switch to ubuntu-latest image for CI github actions
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 13 Mar 2024 14:52:06 +0000 (15:52 +0100)]
only display changed network errors during validation of connection
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
alex-z [Fri, 15 Mar 2024 16:04:16 +0000 (17:04 +0100)]
Bugfix. Files-lock. Inorrect readonly state for TokenLock.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Sat, 16 Mar 2024 02:48:33 +0000 (02:48 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 15 Mar 2024 02:47:11 +0000 (02:47 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 14 Mar 2024 02:39:59 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Thu, 14 Mar 2024 00:24:10 +0000 (01:24 +0100)]
Merge pull request #6540 from nextcloud/bugfix/e2ee-v1.2-version-double
Bugfix. E2EE. Use 'double' for legacy metadata.
alex-z [Tue, 12 Mar 2024 17:46:31 +0000 (18:46 +0100)]
Bugfix. E2EE. Use 'double' for legacy metadata.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Wed, 13 Mar 2024 04:29:55 +0000 (04:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 12 Mar 2024 22:30:14 +0000 (23:30 +0100)]
Merge pull request #6343 from nextcloud/feature/applyPermissionsFromServerToFolders
newly created folders will be read-only when needed
Matthieu Gallien [Mon, 11 Mar 2024 13:57:24 +0000 (14:57 +0100)]
make folder read-write before deleting it
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 10 Jan 2024 23:16:43 +0000 (00:16 +0100)]
newly created folders will be read-only when needed
Close #6296
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 1 Feb 2024 14:48:40 +0000 (15:48 +0100)]
gather more information on exceptions that happen when running tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 1 Feb 2024 11:12:28 +0000 (12:12 +0100)]
update automated test to work with read only folders
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 24 Jan 2024 13:29:26 +0000 (14:29 +0100)]
ensure we get proper logs for permissions automated tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>