Kent Delante
1ff14bd2c6
feat: emit an event when an S3 bucket is created
...
Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-11-25 21:35:29 +08:00
Louis Chmn
a661f804dc
feat(EphemeralSessions): Introduce lax period
...
Signed-off-by: Louis Chmn <louis@chmn.me>
2025-11-06 11:29:05 +01:00
Marcel Müller
779b5da2d3
fix(appstore): Also catch ClientException and ServerException
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-10-01 20:47:27 +00:00
Joas Schilling
01992b3105
fix(2fa): Fix 2FA session setup when ephemeral session is used
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-08-26 13:46:26 +00:00
Robin Appelman
7dd310e377
fix: don't update cached mountpoints if the request doesn't have filesystem access
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-24 20:22:37 +02:00
skjnldsv
d869f1f60f
fix(lib): get fileinfo before locking
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-08-05 19:36:18 +02:00
Marcel Klehr
9d44c4759d
fix(ConnectionFactory): Apply Oracle connection fix to primary and replica params as well
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-07-28 08:45:52 +02:00
Robin Appelman
662129ca0a
perf: set the folder size in the same query as we create it
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-05 11:57:59 +02:00
Louis Chemineau
dafdd6167e
fix(S3): Use original folder size during copy
...
This prevent having copied folders with a wrongly set size of 0KB.
- Fix https://github.com/nextcloud/server/issues/51916
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-06-05 11:57:59 +02:00
Louis Chemineau
45d2cccf47
fix(blurhash): Skip generation the if previews are disabled.
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-05-27 12:56:07 +00:00
Andy Scherzinger
d9fdd39181
Merge pull request #52788 from nextcloud/backport/51920/stable29
...
[stable29] fix: improve handling of newFolder race condition handling
2025-05-25 16:52:00 +02:00
Nextcloud bot
615d53926c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-20 00:22:49 +00:00
Nextcloud bot
aea66d3f26
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-18 00:23:04 +00:00
Nextcloud bot
f9f04f1ae4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-17 00:23:40 +00:00
Nextcloud bot
08b4baf5be
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-16 00:23:15 +00:00
Nextcloud bot
d113f7e2c7
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-15 00:23:23 +00:00
Stephan Orbaugh
b483969e8f
Merge pull request #52659 from nextcloud/backport/52360/stable29
...
[stable29] fix(blurhash): Use preview API to generate the previews
2025-05-14 10:05:02 +02:00
Stephan Orbaugh
52f052a27f
Merge pull request #52697 from nextcloud/backport/49903/stable29
...
[stable29] fix: restore updated encrypted version when copying versions
2025-05-14 10:04:30 +02:00
Nextcloud bot
2d21aee4ef
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-14 00:22:52 +00:00
Robin Appelman
e30bd9120b
fix: improve handling of newFolder race condition handling
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-13 11:59:16 +00:00
Louis Chemineau
62c2525c19
fix(blurhash): Use preview API to generate the previews
...
This allows to benefit from all the checks done by the preview API.
This also use the newly introduced `cacheResult` argument to limit disk usage.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-05-13 11:15:55 +02:00
Nextcloud bot
e5a1b48f8a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-12 00:23:09 +00:00
Nextcloud bot
0dded1b1b4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-11 00:23:05 +00:00
Nextcloud bot
6629fc029a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-10 00:23:22 +00:00
Nextcloud bot
9aa35a1e67
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-09 00:24:09 +00:00
Robin Appelman
63e7bb6291
fix: restore updated encrypted version when copying versions
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-08 18:57:27 +00:00
Nextcloud bot
0d30f66812
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-08 00:23:48 +00:00
Louis Chemineau
d73b9bdcf7
feat(previews): Support in memory preview request
...
This allows callers to use the API without increasing the disk usage.
Example: blurhash generation, where we request a preview for all uploaded pictures, but don't want to necessarily store that preview.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-05-06 12:19:06 +00:00
Nextcloud bot
34b19266ad
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-04 00:23:03 +00:00
Nextcloud bot
82312ad586
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-03 00:23:04 +00:00
Nextcloud bot
8bbf7690ae
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-02 00:23:20 +00:00
Nextcloud bot
ecbcdc43e8
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-01 00:23:23 +00:00
Nextcloud bot
d1a2535126
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-30 00:23:40 +00:00
Nextcloud bot
0ccc0485d2
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-29 00:23:05 +00:00
Côme Chilliet
a1065197b5
fix: Fix copying to the root of another mountpoint
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-28 10:25:44 +00:00
Nextcloud bot
6de5be9af8
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-28 00:23:42 +00:00
Andy Scherzinger
5231687214
Merge pull request #52231 from nextcloud/backport/52223/stable29
...
[stable29] feat(security): add configurable IPv6 subnet for BFP and throttling
2025-04-27 22:47:54 +02:00
Nextcloud bot
6fcef05a3a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-27 00:23:21 +00:00
Nextcloud bot
1c746157b4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-26 00:23:20 +00:00
Benjamin Gaussorgues
bf550f4819
feat(ip): add configurable IPv6 subnet for BFP and throttling
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-04-25 14:22:43 +02:00
Joas Schilling
306e03b080
fix(config): Censor more app configs in system report
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-04-25 11:03:46 +00:00
Andy Scherzinger
a5fb9c1e74
Merge pull request #52385 from nextcloud/backport/51994/stable29
...
[stable29] fix(federation): allows equal signs in federation id
2025-04-24 00:03:33 +02:00
Andy Scherzinger
cdc308c308
Merge pull request #52239 from nextcloud/backport/50465/stable29
...
[stable29] fix: Check that user actually can validate password for js
2025-04-23 22:33:56 +02:00
Maxence Lange
dc3a1997c2
fix(federation): allows equal signs in federation id
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-04-23 19:23:27 +00:00
Nextcloud bot
af0013279e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-23 00:23:18 +00:00
Nextcloud bot
c7008d80fb
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-22 00:23:23 +00:00
Nextcloud bot
2d6a9f987a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-21 00:23:32 +00:00
Nextcloud bot
bcd3c86de6
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-20 00:23:27 +00:00
Nextcloud bot
497c0078fc
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-19 00:23:09 +00:00
Nextcloud bot
65f093ac06
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-18 00:23:54 +00:00