Nextcloud bot
ba208c6d84
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-30 00:21:24 +00:00
Nextcloud bot
92c466e6eb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-29 00:21:26 +00:00
Benjamin Gaussorgues
e39137de2d
chore: stricter access to testremote endpoint
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-11-28 10:48:18 +00:00
Nextcloud bot
a0ae6404cb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-28 00:24:28 +00:00
Nextcloud bot
56079b918f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-27 00:21:29 +00:00
Nextcloud bot
852ae27343
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-26 00:21:47 +00:00
Richard Steinmetz
699bbd0089
fix: improve oci compatibility when purging calendar invitations
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-11-25 17:01:47 +00:00
Richard Steinmetz
ca412c651d
fix: invalid usage of IQueryBuilder::createNamedParameter()
...
And fix a typo: chunck -> chunk
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-11-25 17:01:47 +00:00
Stephan Orbaugh
54b1d17d89
Merge pull request #49462 from nextcloud/backport/48600/stable29
...
[stable29] fix(BackgroundJobs): Adjust intervals and time sensitivities
2024-11-25 09:49:16 +01:00
Nextcloud bot
a689185691
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-25 08:22:57 +00:00
provokateurin
c8dbb119c7
fix(BackgroundJobs): Adjust intervals and time sensitivities
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-11-25 08:40:57 +01:00
Nextcloud bot
815fe78cc5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-25 00:21:37 +00:00
Nextcloud bot
c6bcff12aa
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-24 00:21:18 +00:00
Richard Steinmetz
3687966e9d
Merge pull request #49428 from nextcloud/backport/47832/stable29
...
[stable29] fix: (CalDav) Delete invitation link when deleting Calendars or Events
2024-11-23 16:58:57 +01:00
Git'Fellow
f84a7a0cf4
Merge pull request #49424 from nextcloud/backport/49373/stable29
...
[stable29] fix(SetupChecks): Make sure array key is set
2024-11-23 02:36:14 +01:00
Nextcloud bot
46116d8408
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-23 00:21:55 +00:00
Nextcloud bot
686734afef
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-22 00:20:39 +00:00
SebastianKrupinski
60cc345561
fix: (CalDav) Delete invitation when deleting Calendars or Events
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-11-21 14:32:40 +00:00
Git'Fellow
60d1ab252c
fix(SetupChecks): Make sure array key is set
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-11-21 12:10:20 +00:00
Git'Fellow
fbbe84533e
Merge pull request #49389 from nextcloud/backport/49332/stable29
...
[stable29] fix(job): Check if carddata is resource and read it to string
2024-11-21 05:44:00 +01:00
Nextcloud bot
947890fe0b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-21 00:21:45 +00:00
Nextcloud bot
e18153a882
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-20 00:21:51 +00:00
John Molakvoæ
40f1b5f301
Merge pull request #49383 from nextcloud/backport/49372/stable29
2024-11-19 22:37:21 +01:00
Ferdinand Thiessen
4b7014d805
fix(files): Allow downloading multiple nodes not from same base
...
When downloading files in e.g. the *favorites* or *recent* view,
then the nodes are not always share the same parent folder
and we can not use the current directory as it is probably just a
virtual one.
So we calculate the longest common base and use that as the directory
for the download endpoint.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-19 20:24:58 +01:00
Mikhail Kotelnikov
89d43acdbc
fix(job): Check if carddata is resource and read it to string
...
Fixes nextcloud/server#46100
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Mikhail Kotelnikov <fox@woland.me>
2024-11-19 18:31:18 +00:00
skjnldsv
e3f5b721c6
fix(settings): psalm PhpMaxFileSize setup check warning
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-19 19:08:19 +01:00
skjnldsv
2cb56e2f1a
feat(settings): add big file upload setup checks
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-19 16:23:47 +00:00
Richard Steinmetz
43b0df9b65
fix(files): improve delete display name when trashbin is disabled
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-11-19 11:59:01 +01:00
Nextcloud bot
bc8d4328c3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-19 00:21:26 +00:00
Nextcloud bot
d017bd73a2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-18 00:20:58 +00:00
Nextcloud bot
51cba4622c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-17 00:21:02 +00:00
Nextcloud bot
fcc568d175
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-16 00:21:43 +00:00
Sebastian Krupinski
ae59aba780
Merge pull request #49270 from nextcloud/backport/48583/stable29
...
[stable29] fix: override iTip Broker to fix several issues
2024-11-14 19:59:40 -05:00
Nextcloud bot
1b6a05f3a0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-15 00:21:46 +00:00
SebastianKrupinski
106d9ead9f
fix: override iTip Broker to fix several issues
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-11-14 10:56:42 -05:00
Nextcloud bot
aaf43b9a05
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-14 00:22:56 +00:00
John Molakvoæ
fcd030887d
Merge pull request #49179 from nextcloud/backport/49143/stable29
2024-11-13 11:49:07 +01:00
Sebastian Krupinski
c6216ec493
Merge pull request #49233 from nextcloud/backport/49139/stable29
...
[stable29] feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling
2024-11-13 03:11:27 -05:00
Ferdinand Thiessen
8200522aae
Merge pull request #49228 from nextcloud/backport/38630/stable29
...
[stable29] Fix remaining readdir() calls in loops with undesirable false evaluation potential
2024-11-13 04:35:26 +01:00
Josh Richards
ce3cec9681
fix: Clean-up some remaining readdir calls with undesirable false evaluation potential
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
[skip ci]
2024-11-13 08:34:23 +05:30
Nextcloud bot
c8695772e4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-13 00:21:37 +00:00
skjnldsv
a2a16936c3
fix(files): check that node is in user root folder for view-in-folder action
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-12 22:39:17 +00:00
SebastianKrupinski
643faff7d5
feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-11-12 15:41:43 +00:00
skjnldsv
fc08dc2ac0
fix(files_external): cast storage id int
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-12 09:53:49 +00:00
John Molakvoæ
6ee525f91e
Merge pull request #49162 from nextcloud/backport/49150/stable29
2024-11-12 10:35:35 +01:00
Nextcloud bot
e5e56eb95c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-12 00:23:10 +00:00
Nextcloud bot
4e0eb99d1b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-11 00:21:47 +00:00
Nextcloud bot
8f9beae7b0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-10 00:23:35 +00:00
Nextcloud bot
69a7e06b1a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-09 00:22:29 +00:00
skjnldsv
68c4c4b953
fix(files): edit locally buttons
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-08 18:20:18 +01:00