Commit graph

69791 commits

Author SHA1 Message Date
Robin Appelman
52fff58363 feat: add config flag to toggle persistent redis connections
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-07-28 11:45:55 +02:00
John Molakvoæ
f0d2fc8c96
Merge pull request #46066 from nextcloud/backport/45877/stable27 2024-07-28 11:15:50 +02:00
Nextcloud bot
169e10a123
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-28 00:39:58 +00:00
Robin Appelman
dc4eed19cd fix: don't use custom certificate bundle if no customer certificates are configured
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-07-27 16:48:47 +02:00
John Molakvoæ
6cdfe62f99
Merge pull request #45921 from nextcloud/backport/45582/stable27 2024-07-27 16:48:38 +02:00
Nextcloud bot
82da77a762
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-27 00:19:46 +00:00
Nextcloud bot
e645a02deb
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-26 00:20:18 +00:00
Nextcloud bot
a3cb44c78b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-24 00:20:11 +00:00
Nextcloud bot
9303acb718
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-23 00:19:49 +00:00
Nextcloud bot
7512b20ccd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-22 00:19:34 +00:00
Nextcloud bot
279bd5f0f8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-21 00:20:07 +00:00
Nextcloud bot
0454271443
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-20 00:20:00 +00:00
Nextcloud bot
7b9132e15a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-19 00:20:03 +00:00
Anna
945e91a4a1
Merge pull request #45975 from nextcloud/fix/stable27/caldav-scheduling-job
[stable27] fix(caldav): lower scheduling table size warning
2024-07-18 17:13:23 +02:00
John Molakvoæ
eceba30bd6
Merge pull request #46600 from nextcloud/backport/46589/stable27 2024-07-18 09:33:00 +02:00
skjnldsv
eb3eec5a9d fix(files_sharing): also allow removing READ permissions on email shares
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-18 06:51:51 +00:00
Nextcloud bot
441855c69c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-18 00:19:52 +00:00
Nextcloud bot
d7476e58cc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-17 00:19:57 +00:00
Nextcloud bot
dba82c3d75
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-16 00:20:16 +00:00
Stephan Orbaugh
702e26b1bb
Merge pull request #46227 from nextcloud/backport/45608/stable27
[stable27] docs(ShareApiController): Correct note about expiry date timezone
2024-07-15 14:39:33 +02:00
Stephan Orbaugh
44644b647e
Merge pull request #45873 from nextcloud/backport/45024/stable27
[stable27] fix(files_sharing): Add one string for every share type + fix(sharingDetails): Show correct share target
2024-07-15 14:39:15 +02:00
nextcloud-command
375772bbdc chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-15 09:56:54 +00:00
fenn-cs
2cee1319c1 fix(sharingDetails): Show correct share target
The share details page should show the target email or user/server to which

the user is creating the share.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-15 10:44:33 +01:00
Ferdinand Thiessen
c01f4a45cc fix(files_sharing): Add one string for every share type to not assume any language
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-15 10:44:33 +01:00
Nextcloud bot
42f901c9f8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-15 00:20:16 +00:00
Nextcloud bot
05fc640671
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-14 00:19:50 +00:00
Nextcloud bot
fb73dd8dc7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-13 00:20:13 +00:00
Andy Scherzinger
a442a79bb8
Merge pull request #46279 from nextcloud/backport/46068/stable27
[stable27] fix(ExternalSharing): Handle template shares from external sources
2024-07-12 19:45:51 +02:00
nextcloud-command
8517c285b1 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-12 17:18:26 +01:00
fenn-cs
ada08ed0e5 refactor(SharingInput): Remove unused addShare
The new sharing flow since NC27 requires that users open the sharing details tab and

customize their share before creating it.

In https://github.com/nextcloud/server/pull/39472 the work of `addShare` was handed down to

`openSharingDetails` that opens the sharing details tab for the user to customize and manually

creat their share.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-12 17:18:26 +01:00
fenn-cs
3b11104f68 fix(ExternalSharing): Handle template share from external sources
The new sharing flow requires or implies that users should edit share before creating.
External sources should not created the share IF we would upon sharing details tab on first request.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-12 17:18:26 +01:00
Andy Scherzinger
0e64da6836
Merge pull request #46463 from nextcloud/automated/noid/stable27-update-psalm-baseline
[stable27] Update psalm-baseline.xml
2024-07-12 17:12:24 +02:00
Joas Schilling
9f95287cfe
Merge pull request #46312 from nextcloud/backport/46193/stable27
[stable27] fix(carddav): limit vcard size
2024-07-12 08:49:46 +02:00
nextcloud-command
8c14db9d81 chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2024-07-12 02:28:13 +00:00
Nextcloud bot
b352a9c609
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-12 00:19:59 +00:00
SebastianKrupinski
b9240b60a3 fix(carddav): limit vcard size
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-07-11 12:36:41 -04:00
Arthur Schiwon
38a6c50a72
Merge pull request #46435 from nextcloud/backport/46398/stable27
[stable27] fix(Session): avoid race conditions on clustered setups
2024-07-11 16:31:20 +02:00
Andy Scherzinger
6268273c47
Merge pull request #46363 from nextcloud/backport/46321/stable27
[stable27] fix(SharingDetailsView): Prevent illegal unselection of read permissions
2024-07-11 10:51:43 +02:00
Arthur Schiwon
e39be84c7c
ci(psalm): update baseline
prefer to keep this check as PublicEmitter should be dropped sooner or
later

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-11 10:38:10 +02:00
Arthur Schiwon
31e079520c
fix(Session): avoid race conditions on clustered setups
- re-stablishes old behaviour with cache to return null instead of throwing
  an InvalidTokenException when the token is cached as non-existing
- token invalidation and re-generation are bundled in a DB transaction now

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-11 10:38:03 +02:00
Andy Scherzinger
c00fc1cc71
Merge pull request #46426 from nextcloud/backport/46315/stable27-2
[stable27] fix(caldav): limit vevent size
2024-07-11 09:46:41 +02:00
Joas Schilling
93b7d08cd4
Merge pull request #46410 from nextcloud/backport/46388/stable27
[stable27] fix(workflows): Fix file systemtag cache
2024-07-11 08:29:01 +02:00
Joas Schilling
acef4be387
fix(workflows): Fix file systemtag cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-11 06:46:26 +02:00
Nextcloud bot
81bf24ad7b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-11 00:20:20 +00:00
SebastianKrupinski
0013a52d8b fix(caldav): limit vevent size
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-07-10 15:04:54 -04:00
nextcloud-command
c437995f0c chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-10 11:16:14 +00:00
fenn-cs
fbc8cfa719 fix(SharingDetailsView): Prevent illegal unselection of read permissions
With the exception of "file drop" on link shares all other shares need the read permissions at least.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-07-10 12:08:13 +01:00
Nextcloud bot
90d712f1ff
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-10 00:34:44 +00:00
Nextcloud bot
8b528ef1bd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-09 00:20:17 +00:00
Nextcloud bot
b178cf049e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-08 00:20:02 +00:00