Commit graph

24799 commits

Author SHA1 Message Date
John Molakvoæ
edd80b51ef
Merge pull request #53908 from nextcloud/backport/53887/stable30 2025-07-11 10:11:44 +02:00
Kate
f3855a1aa9
Merge pull request #53844 from nextcloud/backport/53109/stable30 2025-07-11 09:08:27 +02:00
skjnldsv
9cbf2edf97 fix: force lowercase emails
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-11 09:05:27 +02:00
Nextcloud bot
8ff1b8fd0e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-11 00:12:36 +00:00
Nextcloud bot
94f59d7eb7
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-10 00:12:21 +00:00
Nextcloud bot
9009552637
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-09 00:12:42 +00:00
Nextcloud bot
6916d29ed2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-08 00:12:27 +00:00
諏訪子
1a2f69e0e7 fix(settings): add link check in webfinger
Signed-off-by: 諏訪子 <suwako@076.moe>
2025-07-07 10:02:24 +00:00
諏訪子
3817a4b445 fix(settings): change Mastodon only URI to webfinger
Signed-off-by: 諏訪子 <suwako@076.moe>
2025-07-07 10:02:23 +00:00
Nextcloud bot
c9a36dded7
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-06 00:12:24 +00:00
Nextcloud bot
56847d10ec
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-05 00:12:18 +00:00
Nextcloud bot
242d497f65
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-04 00:12:25 +00:00
Ferdinand Thiessen
a37bbc51c0
Merge pull request #53699 from nextcloud/backport/53665/stable30
[stable30] fix(encryption): Catch exceptions in encrypt-all command and continue
2025-07-03 16:59:22 +02:00
Côme Chilliet
72eba38e20
fix(encryption): Correctly handle file opening and copying failures
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-07-03 14:02:48 +02:00
Arthur Schiwon
cc4699aea1 fix: unbloc ffmpeg on some broken videos
Co-authored-by: Joas Schilling <coding@schilljs.com>

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-07-03 10:47:19 +02:00
Andy Scherzinger
5bcd26985b
Merge pull request #53747 from nextcloud/backport/53648/stable30
[stable30] fix: don't try to get fileid for non exising nodes when serializing events file
2025-07-03 10:34:59 +02:00
Nextcloud bot
fdb65eb500
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-03 00:12:31 +00:00
Robin Appelman
a79034c056 fix: don't try to get fileid for non exising nodes when serializing events file
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-07-02 23:29:07 +02:00
Kent Delante
af5e411ec0 fix(syslog): open syslog channel on write
This fixes a bug where only one tag gets used when multiple tags have
been configured (e.g. different tags for 'syslog_tag' and 'syslog_tag_audit')

Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-07-02 01:45:40 +00:00
provokateurin
17b81ede52 chore(public): Remove unused union type for user mount events
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-07-01 10:28:19 +00:00
Nextcloud bot
75bed6e72e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-01 00:12:28 +00:00
Nextcloud bot
d8296f0ce6
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-30 12:54:19 +00:00
Nextcloud bot
73ff7aa07e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-26 00:22:56 +00:00
Nextcloud bot
c5cec5edfd
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-25 00:23:37 +00:00
Salvatore Martire
258ab93441 fix: make rotate logs a TimedJob and run every hour
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-06-24 08:28:21 +00:00
Nextcloud bot
f3ce7a9ba5
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-24 00:23:17 +00:00
Nextcloud bot
af539176c0
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-23 00:22:21 +00:00
Nextcloud bot
b5188e8e14
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-22 00:22:55 +00:00
Nextcloud bot
2de973ec78
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-21 00:23:06 +00:00
Kent Delante
e9aa004b9b fix(s3): retry failed multipart uploads with decreased concurrency
Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-06-20 19:44:55 +08:00
Nextcloud bot
3475c4bc29
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-20 00:22:45 +00:00
MichaIng
60ebe42ef5
Merge pull request #53593 from nextcloud/backport/53210/stable30
[stable30] fix: clear opcache after app extraction
2025-06-19 14:25:35 +02:00
Nextcloud bot
300bf91047
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-19 00:22:57 +00:00
Daniel Kesselberg
b4cbdadd71
fix: clear opcache after app extraction
clear opcache post app update extraction to prevent outdated files issues.

opcache.validate_timestamps=0 disables automated file modification checks.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-18 20:29:57 +02:00
Daniel Calviño Sánchez
5830546c1b fix(ObjectStore): Make S3 "connect_timeout" option configurable
The hardcoded connection timeout of 5 seconds may not be enough in some
cases, so now it is got from the ObjectStore arguments in Nextcloud
configuration, falling back to 5 if not set.

The connection timeout is set in seconds, but decimal precision can be
used for subsecond accuracy (for example, 4.2 for 4200 milliseconds).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-06-18 11:02:22 +02:00
Nextcloud bot
772ecb640d
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-18 00:22:40 +00:00
Nextcloud bot
997cd55929
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-17 00:22:49 +00:00
Joas Schilling
2fb8e92067
Merge pull request #53366 from nextcloud/backport/53314/stable30
[stable30] fix(notifications): Fix check for hasNotifiers when all apps use Regi…
2025-06-16 16:37:00 +02:00
Nextcloud bot
3b43a14931
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-16 00:23:18 +00:00
Nextcloud bot
46ea43aa01
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-15 00:22:30 +00:00
Nextcloud bot
a34554a78b
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-14 00:22:34 +00:00
Andy Scherzinger
27ef104a3c
Merge pull request #53379 from nextcloud/backport/48210/stable30
[stable30] fix: Run cleanByMoundId query on all shards
2025-06-12 18:57:27 +02:00
Nextcloud bot
8348d38db2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-12 00:23:05 +00:00
Nextcloud bot
c978ca3e18
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-11 00:23:45 +00:00
Nextcloud bot
0a50d462fc
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-10 00:22:53 +00:00
Nextcloud bot
54b0fcf87e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-09 00:22:34 +00:00
Joas Schilling
688dd8be61 fix: Run cleanByMoundId query on all shards
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-06-08 09:28:42 +02:00
Nextcloud bot
4a14627dbd
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-07 00:22:19 +00:00
Joas Schilling
21f9ea09de fix(notifications): Fix check for hasNotifiers when all apps use RegistrationContext
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-06-06 08:44:02 +00:00
Nextcloud bot
e7f604d4b0
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-05 00:22:52 +00:00