]>
dgit.raspbian.org Git - nextcloud-desktop.git/log
Sandro Knauß [Tue, 12 Dec 2023 11:18:00 +0000 (12:18 +0100)]
New upstream version 3.11.0
Matthieu Gallien [Mon, 11 Dec 2023 17:50:46 +0000 (18:50 +0100)]
prepare for final release 3.11.0
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
alex-z [Thu, 30 Nov 2023 16:34:09 +0000 (17:34 +0100)]
Added error reporting for E2EE issues.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Thu, 30 Nov 2023 14:00:18 +0000 (15:00 +0100)]
Report error Virus Detected. Updated tests.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Thu, 30 Nov 2023 13:25:33 +0000 (14:25 +0100)]
Allow sending E2EE and Virus_Detected statuses. Also updated tests.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Mon, 27 Nov 2023 21:12:26 +0000 (22:12 +0100)]
Prevent issues when changing the enum.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Mon, 27 Nov 2023 17:47:17 +0000 (18:47 +0100)]
Generate client status report records when errors happen.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Fri, 24 Nov 2023 15:26:20 +0000 (16:26 +0100)]
Iteration. Properly process server reply.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Fri, 24 Nov 2023 15:00:40 +0000 (16:00 +0100)]
Iteration. Use Capabilities to control Client Status Reporting availibility.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Fri, 24 Nov 2023 14:47:51 +0000 (15:47 +0100)]
Send status report. Improved logic and database columns.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Tue, 21 Nov 2023 19:35:38 +0000 (20:35 +0100)]
Client status reporting feature. First iteration.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Camila [Mon, 11 Dec 2023 15:09:14 +0000 (12:09 -0300)]
Merge pull request #6281 from nextcloud/backport/6207/stable-3.11
[stable-3.11] Bug fixes for mac OS
Camila [Mon, 20 Nov 2023 21:18:51 +0000 (22:18 +0100)]
Use a new FindSQLite3 cmake module.
Add find sqlite to the root CMakeLists.txt.
Signed-off-by: Camila <hello@camila.codes>
Claudio Cambra [Mon, 13 Nov 2023 03:51:17 +0000 (11:51 +0800)]
Only set linker flags needed for macOS on Apple
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Camila [Mon, 6 Nov 2023 22:37:08 +0000 (23:37 +0100)]
Fix crash on mac OS < 13.
It's caused by the new optimized Xcode 15 linker when linking static libraries.
source: https://crystalidea.com/blog/qt-apps-crash-when-using-xcode-15
Signed-off-by: Camila <hello@camila.codes>
Claudio Cambra [Wed, 6 Dec 2023 13:56:11 +0000 (21:56 +0800)]
Merge pull request #6265 from nextcloud/backport/6258/stable-3.11
[stable-3.11] Fix build with latest NextcloudKit, caused by search for XCTest and friends
Claudio Cambra [Mon, 4 Dec 2023 13:24:32 +0000 (21:24 +0800)]
Fix build with latest NextcloudKit, caused by search for XCTest and friends
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Wed, 6 Dec 2023 10:54:37 +0000 (11:54 +0100)]
Merge pull request #6263 from nextcloud/backport/6212/stable-3.11
[stable-3.11] avoid modifying a placeholder (virtual files) when not needed
Matthieu Gallien [Mon, 20 Nov 2023 11:17:35 +0000 (12:17 +0100)]
extend log to get information about mtime modifications by the client
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 9 Nov 2023 21:38:41 +0000 (22:38 +0100)]
avoid modifying a placeholder (virtual files) when not needed
acoid modifying some metadata of the placeholder when this placeholder
has just been uploaded to the server (will avoid truncating the
timestamps)
Close #6190
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 4 Dec 2023 16:59:08 +0000 (17:59 +0100)]
fix include order from most specific to less specific
shoudl ensure that included headers are self sufficient
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 5 Dec 2023 08:17:53 +0000 (09:17 +0100)]
prepare 3.11 RC1
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 5 Dec 2023 07:57:38 +0000 (08:57 +0100)]
Merge pull request #6236 from nextcloud/bugfix/fixLockStateWhenUnlockHappensDuringSync
maintain lock state if unlock happens during sync
Matthieu Gallien [Wed, 22 Nov 2023 11:10:18 +0000 (12:10 +0100)]
maintain lock state if unlock happens during sync
currently unlock can happen during the sync
in that case, it may be possible that the propagator will lose the lock
state changes and override them when updating teh etag after a file has
been uploaded
detect that case and ensure we keep consistent state about files
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 5 Dec 2023 07:52:18 +0000 (08:52 +0100)]
Merge pull request #6161 from nextcloud/bugfix/sparkle-state-info-log
Change logging for sparkle update to qCInfo
Claudio Cambra [Tue, 24 Oct 2023 05:37:17 +0000 (13:37 +0800)]
Change logging for sparkle update to qCInfo
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Tue, 5 Dec 2023 07:51:43 +0000 (08:51 +0100)]
Merge pull request #6220 from nextcloud/dependabot/github_actions/actions/github-script-7
Build(deps): Bump actions/github-script from 6 to 7
dependabot[bot] [Wed, 29 Nov 2023 08:17:36 +0000 (08:17 +0000)]
Build(deps): Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Matthieu Gallien [Tue, 5 Dec 2023 07:50:04 +0000 (08:50 +0100)]
Merge pull request #6257 from nextcloud/ci/buildWithoutQt5WebEngine
add a cmake flag to not build with Qt5 WebEngine
Matthieu Gallien [Mon, 4 Dec 2023 15:29:52 +0000 (16:29 +0100)]
add a cmake flag to not build with Qt5 WebEngine
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Mon, 4 Dec 2023 02:32:18 +0000 (02:32 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 29 Nov 2023 08:16:46 +0000 (09:16 +0100)]
Merge pull request #6246 from nextcloud/jr-stalebot
Update stale.yml: Unify "needs info" handling with other NC repos
Josh Richards [Mon, 27 Nov 2023 01:30:52 +0000 (20:30 -0500)]
Update stale.yml: Unify "needs info" handling
Unifies stale handling of bug tagged Issues with other Nextcloud repos (e.g. server and android).
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Nextcloud bot [Wed, 29 Nov 2023 02:40:24 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 28 Nov 2023 09:23:07 +0000 (10:23 +0100)]
Merge pull request #6185 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3.1.0
Build(deps): Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0
dependabot[bot] [Mon, 30 Oct 2023 23:51:48 +0000 (23:51 +0000)]
Build(deps): Bump peter-evans/create-or-update-comment
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/
c6c9a1a66007646a28c153e2a8580a5bad27bcfa ...
23ff15729ef2fc348714a3bb66d2f655ca9066f2 )
---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Matthieu Gallien [Tue, 28 Nov 2023 09:22:30 +0000 (10:22 +0100)]
Merge pull request #6233 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.7.1
Build(deps): Bump cpp-linter/cpp-linter-action from 2.6.1 to 2.7.1
dependabot[bot] [Mon, 20 Nov 2023 23:33:26 +0000 (23:33 +0000)]
Build(deps): Bump cpp-linter/cpp-linter-action from 2.6.1 to 2.7.1
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.6.1...v2.7.1)
---
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>
Matthieu Gallien [Tue, 28 Nov 2023 09:21:27 +0000 (10:21 +0100)]
Merge pull request #6237 from nextcloud/enh/3189-logs-sensitive-info-docs
docs(troubleshooting): Add warning about sensitive data in logs
Josh Richards [Wed, 22 Nov 2023 21:39:36 +0000 (16:39 -0500)]
docs(troubleshooting) Add warning about sensitive data in logs
Fixes #3189
A follow-up may be desired to also add a warning in the user interface when the debug archive is created.
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Nextcloud bot [Tue, 28 Nov 2023 02:44:41 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 27 Nov 2023 02:39:42 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 24 Nov 2023 14:20:57 +0000 (15:20 +0100)]
Merge pull request #6216 from nextcloud/bugfix/fixEditLocallyFromServerWithDataFingerprint
avoid restore algorithm by setting the data fingerprint from sync DB
Matthieu Gallien [Fri, 10 Nov 2023 13:48:26 +0000 (14:48 +0100)]
avoid restore algorithm by setting the data fingerprint from sync DB
avoid single file sync to switch to data fingerprint restore sync mode if
a data fingerprint has been saved in the database but missed during
single file sync
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Fri, 24 Nov 2023 03:12:22 +0000 (03:12 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 23 Nov 2023 02:42:58 +0000 (02:42 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 21 Nov 2023 07:46:57 +0000 (08:46 +0100)]
Merge pull request #6234 from nextcloud/strugee-patch-1
Don't log notification successes as warnings
AJ Jordan [Tue, 21 Nov 2023 04:49:32 +0000 (23:49 -0500)]
Don't log notification successes as warnings
Signed-off-by: AJ Jordan <alex@strugee.net>
Nextcloud bot [Tue, 21 Nov 2023 02:44:20 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
alex-z [Thu, 16 Nov 2023 14:36:49 +0000 (15:36 +0100)]
Fix. Bulk upload. Accumulate sent bytes. Fix negative value in UI.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Tue, 14 Nov 2023 18:20:51 +0000 (19:20 +0100)]
Folders. Fix incorrect alias concatenation. Avoids leading zero.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Tue, 14 Nov 2023 18:18:01 +0000 (19:18 +0100)]
VFS. Properly set Folders/WithPlaceholders in config when switching modes. Refactoring.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Fri, 17 Nov 2023 02:45:33 +0000 (02:45 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 16 Nov 2023 03:12:25 +0000 (03:12 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 15 Nov 2023 02:49:03 +0000 (02:49 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 14 Nov 2023 02:39:57 +0000 (02:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Mon, 13 Nov 2023 13:18:36 +0000 (14:18 +0100)]
Merge pull request #6209 from nextcloud/bugfix/test-check-ntfs-permission
Check path validity on Windows will validate NTFS permissions for network drives
alkl58 [Thu, 9 Mar 2023 12:05:19 +0000 (13:05 +0100)]
Check path validity on Windows will validate NTFS permissions for network drives.
Signed-off-by: Alkl58 <alkl58@protonmail.com>
Nextcloud bot [Sun, 12 Nov 2023 02:40:58 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 11 Nov 2023 02:40:58 +0000 (02:40 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 10 Nov 2023 02:37:10 +0000 (02:37 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 9 Nov 2023 14:16:14 +0000 (15:16 +0100)]
Merge pull request #6178 from nextcloud/bugfix/checksum-calculator-crash
Fix crash. Remove unnecessary dependency injection causing crash.
alex-z [Fri, 27 Oct 2023 18:32:40 +0000 (20:32 +0200)]
Fix crash. Remove unnecessary dependency injection causing crash.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Wed, 8 Nov 2023 02:49:30 +0000 (02:49 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila [Tue, 7 Nov 2023 17:46:11 +0000 (14:46 -0300)]
Merge pull request #6184 from nextcloud/bugfix/messagebox-crash
Fix crash when clicking on import legacy account dialog 'Skip' button.
Camila [Mon, 30 Oct 2023 16:48:15 +0000 (17:48 +0100)]
Fix crash when clicking on import legacy account dialog 'Skip' button.
- mac OS only: With Qt::WA_DeleteOnClose the dialog was being deleted twice.
Signed-off-by: Camila <hello@camila.codes>
Nextcloud bot [Tue, 7 Nov 2023 02:51:31 +0000 (02:51 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 4 Nov 2023 02:44:38 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 2 Nov 2023 02:44:23 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 1 Nov 2023 02:49:18 +0000 (02:49 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 31 Oct 2023 02:47:26 +0000 (02:47 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 30 Oct 2023 02:44:22 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 28 Oct 2023 02:45:40 +0000 (02:45 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 26 Oct 2023 08:18:38 +0000 (10:18 +0200)]
Merge pull request #6174 from nextcloud/doc/updateMacOSRequirements
we require version 12.0+ for macOS
Matthieu Gallien [Thu, 26 Oct 2023 08:12:05 +0000 (10:12 +0200)]
we require version 12.0+ for macOS
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Thu, 26 Oct 2023 02:46:08 +0000 (02:46 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 25 Oct 2023 11:45:35 +0000 (13:45 +0200)]
Merge pull request #6158 from nextcloud/bugfix/vfs-state-incorrect
Enforce virtual file type when it is falsely marked as non-virtual. Added more logs for scenarios when virtual placeholder gets marked as non-virtual.
alex-z [Tue, 17 Oct 2023 15:37:25 +0000 (17:37 +0200)]
Enforce virtual file type when it is falsely marked as non-virtual. Added more logs for scenarios when virtual placeholder gets marked as non-virtual.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Matthieu Gallien [Wed, 25 Oct 2023 09:28:17 +0000 (11:28 +0200)]
Merge pull request #6129 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.6.1
Build(deps): Bump cpp-linter/cpp-linter-action from 2.1.1 to 2.6.1
dependabot[bot] [Wed, 25 Oct 2023 09:27:06 +0000 (09:27 +0000)]
Build(deps): Bump cpp-linter/cpp-linter-action from 2.1.1 to 2.6.1
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.1.1 to 2.6.1.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.1.1...v2.6.1)
---
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>
Matthieu Gallien [Wed, 25 Oct 2023 09:26:34 +0000 (11:26 +0200)]
Merge pull request #6128 from nextcloud/dependabot/github_actions/actions/setup-python-4
Build(deps): Bump actions/setup-python from 1 to 4
dependabot[bot] [Wed, 25 Oct 2023 09:25:55 +0000 (09:25 +0000)]
Build(deps): Bump actions/setup-python from 1 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Matthieu Gallien [Wed, 25 Oct 2023 09:26:01 +0000 (11:26 +0200)]
Merge pull request #6094 from nextcloud/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
dependabot[bot] [Wed, 25 Oct 2023 09:25:03 +0000 (09:25 +0000)]
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...
8ade135a41bc03ea155e62e844d188df1ea18608 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Matthieu Gallien [Wed, 25 Oct 2023 09:25:13 +0000 (11:25 +0200)]
Merge pull request #6093 from nextcloud/dependabot/github_actions/actions/stale-8
Bump actions/stale from 3 to 8
dependabot[bot] [Wed, 25 Oct 2023 09:24:47 +0000 (09:24 +0000)]
Bump actions/stale from 3 to 8
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v3...v8)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Matthieu Gallien [Wed, 25 Oct 2023 09:24:29 +0000 (11:24 +0200)]
Merge pull request #6091 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3.0.2
Bump peter-evans/create-or-update-comment from 3.0.1 to 3.0.2
dependabot[bot] [Wed, 4 Oct 2023 07:10:46 +0000 (07:10 +0000)]
Bump peter-evans/create-or-update-comment from 3.0.1 to 3.0.2
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/
ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b ...
c6c9a1a66007646a28c153e2a8580a5bad27bcfa )
---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Matthieu Gallien [Wed, 25 Oct 2023 09:23:55 +0000 (11:23 +0200)]
Merge pull request #6092 from nextcloud/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
dependabot[bot] [Wed, 4 Oct 2023 07:10:50 +0000 (07:10 +0000)]
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Matthieu Gallien [Wed, 25 Oct 2023 09:23:26 +0000 (11:23 +0200)]
Merge pull request #6166 from nextcloud/upgrade/macos-min-version
Upgrade to Mac OS 12.0.0.
Claudio Cambra [Wed, 25 Oct 2023 02:25:36 +0000 (10:25 +0800)]
Update MACOSX_DEPLOYMENT_TARGET in NextcloudIntegration to 12.0
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Camila [Tue, 24 Oct 2023 16:38:00 +0000 (18:38 +0200)]
Upgrade to Mac OS 12.0.0.
- Mac OS Monterey should be the minimun OS version since Apple stopped
supporting anything bellow.
Signed-off-by: Camila <hello@camila.codes>
Nextcloud bot [Wed, 25 Oct 2023 03:02:20 +0000 (03:02 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Tue, 24 Oct 2023 11:00:32 +0000 (13:00 +0200)]
Merge pull request #6160 from nextcloud/bugfix/vfs-error-dialog-on-uknown-error
Do not show failure popul for VFS when hydration finished with code 200 or 204.
alex-z [Mon, 23 Oct 2023 18:56:53 +0000 (20:56 +0200)]
Do not show failure popul for VFS when hydration finished with code 200 or 204.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Tue, 24 Oct 2023 02:47:14 +0000 (02:47 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Mon, 23 Oct 2023 14:45:47 +0000 (16:45 +0200)]
Merge pull request #6150 from nextcloud/feature/settings-dialog-design-improvements
Improve Settings dialog design.
alex-z [Mon, 9 Oct 2023 20:51:05 +0000 (22:51 +0200)]
Improve Settings dialog design.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Mon, 23 Oct 2023 02:48:21 +0000 (02:48 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>