Commit graph

20245 commits

Author SHA1 Message Date
Matthieu Gallien
54706dc333
Merge pull request #6236 from nextcloud/bugfix/fixLockStateWhenUnlockHappensDuringSync
maintain lock state if unlock happens during sync
2023-12-05 08:57:38 +01:00
Matthieu Gallien
1dcde3a41f 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>
2023-12-05 08:57:17 +01:00
Matthieu Gallien
f34a9dc3bf
Merge pull request #6161 from nextcloud/bugfix/sparkle-state-info-log
Change logging for sparkle update to qCInfo
2023-12-05 08:52:18 +01:00
Claudio Cambra
de4645f36b Change logging for sparkle update to qCInfo
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2023-12-05 08:52:06 +01:00
Matthieu Gallien
ff93f3da86
Merge pull request #6220 from nextcloud/dependabot/github_actions/actions/github-script-7
Build(deps): Bump actions/github-script from 6 to 7
2023-12-05 08:51:43 +01:00
dependabot[bot]
bb9b62f00c 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>
2023-12-05 08:51:23 +01:00
Matthieu Gallien
56f043f375
Merge pull request #6257 from nextcloud/ci/buildWithoutQt5WebEngine
add a cmake flag to not build with Qt5 WebEngine
2023-12-05 08:50:04 +01:00
Matthieu Gallien
68763fa577
add a cmake flag to not build with Qt5 WebEngine
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-12-04 16:29:52 +01:00
Nextcloud bot
b565a2b1a6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-04 02:32:18 +00:00
Matthieu Gallien
6d5fd1df71
Merge pull request #6246 from nextcloud/jr-stalebot
Update stale.yml: Unify "needs info" handling with other NC repos
2023-11-29 09:16:46 +01:00
Josh Richards
dbe3d42c86 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>
2023-11-29 09:16:33 +01:00
Nextcloud bot
ffc56f5d3c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-29 02:40:24 +00:00
Matthieu Gallien
c5cada352d
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
2023-11-28 10:23:07 +01:00
dependabot[bot]
4194d9f43d 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](c6c9a1a660...23ff15729e)

---
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>
2023-11-28 10:22:54 +01:00
Matthieu Gallien
5998db0489
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
2023-11-28 10:22:30 +01:00
dependabot[bot]
fb1b7444ed 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>
2023-11-28 10:22:21 +01:00
Matthieu Gallien
6db34dd941
Merge pull request #6237 from nextcloud/enh/3189-logs-sensitive-info-docs
docs(troubleshooting): Add warning about sensitive data in logs
2023-11-28 10:21:27 +01:00
Josh Richards
7544abf215 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>
2023-11-28 10:02:00 +01:00
Nextcloud bot
0bcf5030b3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-28 02:44:41 +00:00
Nextcloud bot
63444bc6c8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-27 02:39:42 +00:00
Matthieu Gallien
6b66b389bb
Merge pull request #6216 from nextcloud/bugfix/fixEditLocallyFromServerWithDataFingerprint
avoid restore algorithm by setting the data fingerprint from sync DB
2023-11-24 15:20:57 +01:00
Matthieu Gallien
f8730b6bfb 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>
2023-11-24 15:20:40 +01:00
Nextcloud bot
c052ee19b9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-24 03:12:22 +00:00
Nextcloud bot
bfb016c289
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-23 02:42:58 +00:00
Matthieu Gallien
219823f157
Merge pull request #6234 from nextcloud/strugee-patch-1
Don't log notification successes as warnings
2023-11-21 08:46:57 +01:00
AJ Jordan
5c7fb58919
Don't log notification successes as warnings
Signed-off-by: AJ Jordan <alex@strugee.net>
2023-11-20 23:49:32 -05:00
Nextcloud bot
f3663bbbce
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-21 02:44:20 +00:00
alex-z
19f7b87809 Fix. Bulk upload. Accumulate sent bytes. Fix negative value in UI.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-11-20 17:02:31 +01:00
alex-z
c2143b0553 Folders. Fix incorrect alias concatenation. Avoids leading zero.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-11-20 16:48:18 +01:00
alex-z
e77b52e708 VFS. Properly set Folders/WithPlaceholders in config when switching modes. Refactoring.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-11-20 16:48:18 +01:00
Nextcloud bot
62a2594049
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-17 02:45:33 +00:00
Nextcloud bot
914d0f7a5a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-16 03:12:25 +00:00
Nextcloud bot
d50a633327
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-15 02:49:03 +00:00
Nextcloud bot
d9c73f9985
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-14 02:39:57 +00:00
allexzander
e2f6b5f7cb
Merge pull request #6209 from nextcloud/bugfix/test-check-ntfs-permission
Check path validity on Windows will validate NTFS permissions for network drives
2023-11-13 14:18:36 +01:00
alkl58
9c6839969c Check path validity on Windows will validate NTFS permissions for network drives.
Signed-off-by: Alkl58 <alkl58@protonmail.com>
2023-11-13 12:00:52 +01:00
Nextcloud bot
d0cd017857
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-12 02:40:58 +00:00
Nextcloud bot
d9d8d0ada4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-11 02:40:58 +00:00
Nextcloud bot
2cc23deaf0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-10 02:37:10 +00:00
Matthieu Gallien
b643773b10
Merge pull request #6178 from nextcloud/bugfix/checksum-calculator-crash
Fix crash. Remove unnecessary dependency injection causing crash.
2023-11-09 15:16:14 +01:00
alex-z
dd178f032c Fix crash. Remove unnecessary dependency injection causing crash.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-11-09 13:24:10 +01:00
Nextcloud bot
ab3e4e724f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-08 02:49:30 +00:00
Camila
78b592843f
Merge pull request #6184 from nextcloud/bugfix/messagebox-crash
Fix crash when clicking on import legacy account dialog 'Skip' button.
2023-11-07 14:46:11 -03:00
Camila
44e8e4b2e9 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>
2023-11-07 14:33:48 -03:00
Nextcloud bot
f3dff83fa2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-07 02:51:31 +00:00
Nextcloud bot
291b5b9e92
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-04 02:44:38 +00:00
Nextcloud bot
6a65f7749d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-02 02:44:23 +00:00
Nextcloud bot
3d24bd36f0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-01 02:49:18 +00:00
Nextcloud bot
e721569d56
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-31 02:47:26 +00:00
Nextcloud bot
5f3f4cc589
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-30 02:44:22 +00:00