Nextcloud bot
d87b6080c8
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-01 00:22:14 +07:00
Nextcloud bot
455880d5ca
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-31 00:22:55 +07:00
Nextcloud bot
6ed6316c4f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-30 00:22:51 +07:00
Maxence Lange
f2f526b0b6
fix(metadata): set background job on fresh setup
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-05-29 14:52:40 +07:00
Jonas
10034c4d15
fix(node): emit hooks on `Node::copy()`
...
When calling `Files\Node\Node::copy()`, `Files\View::copy()` gets called,
but `Files\View::fakeRoot` is empty so the hooks are not emitted if no
path is given to `Files\View::shouldEmitHooks()`.
This results in node-related events like `NodeCopiedEvent` not being
fired when copying files via `Files\Node\Node::copy()`.
`Files\View::shouldEmitHooks()` is given a path as parameter in almost
all places except when called from the `copy()` function. This commit
changes it and passes the copy target path.
Fixes : nextcloud/collectives#1756
Signed-off-by: Jonas <jonas@freesources.org>
2025-05-28 11:49:58 +07:00
Nextcloud bot
aed33e9335
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-28 00:22:53 +07:00
Edward Ly
94cb83eb1f
fix(TaskProcessing): increase task cleanup delay
...
Signed-off-by: Edward Ly <contact@edward.ly>
2025-05-27 08:39:43 +07:00
Louis Chemineau
7ac1adeccf
fix(blurhash): Skip generation the if previews are disabled.
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-05-27 12:56:19 +07:00
Jonas
e4261a6be1
Merge pull request #53132 from nextcloud/backport/53131/stable30
...
[stable30] fix(FileReferenceEventListener): Invalidate cache after node was renamed
2025-05-27 13:37:44 +07:00
Stephan Orbaugh
0d394fc9e9
Merge pull request #52988 from nextcloud/backport/50157/stable30
...
[stable30] feat(UserMountCache): Emit events for added, removed and updated mounts
2025-05-27 13:24:15 +07:00
Jonas
9dd48a1837
fix(FileReferenceEventListener): Invalidate cache after node was renamed
...
Fixes : nextcloud/collectives#1527
Signed-off-by: Jonas <jonas@freesources.org>
2025-05-27 12:33:09 +07:00
Christoph Wurst
7b38b3049f
fix(log): map all warnings to warn log level, notice to info
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-05-27 06:22:44 +07:00
Nextcloud bot
eec3b79d6e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-27 00:22:30 +07:00
provokateurin
a8b96fd4f8
feat(UserMountCache): Emit events for added, removed and updated mounts
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-05-26 08:34:45 +07:00
Robin Appelman
fe29175144
Merge pull request #52884 from nextcloud/backport/52873/stable30
...
[stable30] fix: improve error message when cache rename source can't be found
2025-05-25 16:50:16 +07:00
Kate
4d63308cbf
Merge pull request #52990 from nextcloud/backport/52972/stable30
2025-05-23 14:31:24 +07:00
SebastianKrupinski
b7d1691462
fix: add calendar enable
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-05-23 10:39:45 +07:00
Nextcloud bot
769a94497a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-22 00:22:57 +07:00
Nextcloud bot
e42a35f291
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-21 00:25:01 +07:00
Joas Schilling
e269df3bc8
fix: Fix warning when crash reporter fails to get loaded
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-20 20:30:19 +07:00
provokateurin
8ed7fdafaf
fix(SetupManager): Include home and root providers when registering mounts
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-05-20 15:14:08 +07:00
Akhil
bdc3521619
fix: Throw exception in PreviewManager when preview is not available
...
Signed-off-by: Akhil <akhil@e.email>
2025-05-20 11:32:54 +07:00
Nextcloud bot
6b387d8821
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-20 00:22:42 +07:00
Kate
119727d74a
Merge pull request #52759 from nextcloud/backport/49352/stable30
2025-05-19 06:44:24 +07:00
Nextcloud bot
d687eef216
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-18 00:22:57 +07:00
Nextcloud bot
b9428bf8cd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-17 00:23:32 +07:00
Robin Appelman
09e1ecd15b
Merge pull request #52867 from nextcloud/backport/51603/stable30
...
[stable30] Add command to list orphan objects
2025-05-16 21:36:28 +07:00
Louis
921c98e4df
Merge pull request #52696 from nextcloud/backport/49903/stable30
2025-05-16 16:23:56 +07:00
Daniel
4f583f073c
Merge pull request #52881 from nextcloud/backport/50234/stable30
...
[stable30] fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlist
2025-05-16 13:17:22 +07:00
Daniel
327ce31c66
Merge pull request #52814 from nextcloud/backport/52798/stable30
...
[stable30] fix: log requests exceeding the rate limiting
2025-05-16 13:11:52 +07:00
Christoph Wurst
87dcb67da4
Merge pull request #52803 from nextcloud/backport/52782/stable30
...
[stable30] feat(log): Log the request id sent with the request
2025-05-16 10:59:34 +07:00
Nextcloud bot
4fc106a489
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-16 00:23:08 +07:00
Robin Appelman
a4f0a9c7ca
fix: improve error message when cache rename source can't be found
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-15 16:34:39 +07:00
Robin Appelman
86206e9bac
fix: keep IObjectStoreMetaData in private namespace for backports
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-15 18:00:35 +07:00
Joas Schilling
b6a8287ce1
fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlist
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-15 17:52:02 +07:00
Robin Appelman
ca6e59c820
Merge pull request #52824 from nextcloud/backport/52775/stable30
...
[stable30] fix unjailedroot of nested jails if there are other wrappers in between
2025-05-15 14:57:11 +07:00
Robin Appelman
9da4ebd650
feat: add command to list objects
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-15 14:13:06 +07:00
Robin Appelman
042934a99f
feat: add command to get object metadata
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-15 14:13:06 +07:00
Robin Appelman
cc56c3b603
Merge pull request #52784 from nextcloud/backport/52681/stable30
...
[stable30] feat: add command to check files_external dependencies
2025-05-15 14:09:35 +07:00
Robin Appelman
855f3f1b4f
Merge pull request #52763 from nextcloud/backport/52706/stable30
...
[stable30] feat: add more encryption checks to info:file
2025-05-15 14:05:34 +07:00
Robin Appelman
b253b70d16
Merge pull request #52761 from nextcloud/backport/52707/stable30
...
[stable30] fix: throw a better error if we can't get the encrypted header size
2025-05-15 14:03:07 +07:00
Robin Appelman
e3a2a35fdf
Merge pull request #52789 from nextcloud/backport/51920/stable30
...
[stable30] fix: improve handling of newFolder race condition handling
2025-05-15 13:41:34 +07:00
Nextcloud bot
3f230d7633
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-15 00:23:14 +07:00
Robin Appelman
195358eb8e
fix: fix unjailedroot of nested jails if there are other wrappers in between
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-14 20:08:02 +07:00
Robin Appelman
e5aabded60
test: add test for nested cache jail unjailedroot
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-14 20:06:56 +07:00
Daniel Kesselberg
0edd50647e
fix: log requests exceeding the rate limiting
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-05-14 12:55:05 +07:00
Côme Chilliet
01e2e30767
fix(log): Only log client request id if present, and at the end
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-05-14 08:07:46 +07:00
Côme Chilliet
acf03a2389
feat(log): Log the request id sent with the request
...
This should help matching client logs with server logs, hopefully.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-05-14 08:07:45 +07:00
Nextcloud bot
0b626f5d21
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-14 00:22:44 +07:00
Robin Appelman
ae4b127daa
fix: use nc's binary finding logic for smb
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-13 14:08:00 +07:00