John Molakvoæ
88c8e244f1
Merge pull request #45639 from nextcloud/backport/45235/stable27
2024-06-07 12:13:20 +02:00
John Molakvoæ
8eb3a6ec83
Merge pull request #44009 from nextcloud/backport/43252/stable27
2024-06-07 11:05:32 +02:00
John Molakvoæ
5707accfb2
Merge pull request #44957 from nextcloud/backport/44884/stable27
2024-06-07 11:05:11 +02:00
Nextcloud bot
fe3103321b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-07 00:35:39 +00:00
Joas Schilling
eaab06a340
Merge pull request #45441 from nextcloud/backport/45390/stable27
...
[stable27] fix: Mark more configs as sensitive
2024-06-06 11:59:51 +02:00
Nextcloud bot
0da38dd305
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-06 00:21:13 +00:00
Benjamin Gaussorgues
3f34449f59
Merge pull request #44397 from nextcloud/backport/44075/stable27
2024-06-05 14:54:33 +02:00
Benjamin Gaussorgues
028988e124
Merge pull request #45664 from nextcloud/fix/upload_conflict_race
2024-06-05 14:53:44 +02:00
nextcloud-command
84d6b5581b
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-05 10:13:00 +00:00
Nextcloud bot
8d2387016b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-05 09:56:34 +00:00
Christoph Wurst
8cf58e4f15
fix(dav): Add retention time to sync token cleanup
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-06-04 19:15:10 +02:00
Jonas
f3cd03b141
fix(dialogs): Make sure conflict dialog is loaded before adding conflicts
...
Fixes a possible race condition where conflicts are added and the dialog
loading finishes only afterwards.
The race condition sometimes led to missing files in the conflict dialog
when uploading several existing files at once.
Fixes : #45661
2024-06-04 15:56:23 +02:00
John Molakvoæ
3663c4a719
Merge pull request #45624 from nextcloud/backport/45494/stable27
2024-06-04 15:48:33 +02:00
John Molakvoæ
737084ea3e
fix(core): remove unwanted unsupported browser import
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-04 13:29:02 +00:00
John Molakvoæ
fa85d065e6
fix(core): unsupported browser getRootUrl import
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-04 13:26:56 +00:00
John Molakvoæ (skjnldsv)
a2f7b59d34
fix(core): unsupported browser redirect url
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2024-06-04 13:26:56 +00:00
Daniel
849587ae2b
Merge pull request #45213 from nextcloud/backport/45058/stable27
...
[stable27] perf(db): Sort data for IN before chunking
2024-06-04 12:50:24 +02:00
Joas Schilling
d984fc5ca1
fix: Mark more configs as sensitive
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-04 12:49:21 +02:00
Andy Scherzinger
3c0479dda0
Merge pull request #45351 from nextcloud/backport/45026/stable27
...
[stable27] Avoid updating the same oc_authtoken row twice
2024-06-04 12:45:28 +02:00
Benjamin Gaussorgues
00130d740a
Merge pull request #45369 from nextcloud/backport/44763/stable27
2024-06-04 12:42:06 +02:00
Anna Larch
602496ec87
fixup! fix(caldav): automatically delete outdated scheduling objects
2024-06-04 12:17:23 +02:00
Anna Larch
674d48bddd
fixup! fix(caldav): automatically delete outdated scheduling objects
2024-06-04 11:20:59 +02:00
Christoph Wurst
0cc692886b
fix(auth): Update authtoken activity selectively
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-06-03 22:53:01 +02:00
Julius Härtl
2a6116ec4c
fix: Always set last activity if we update the row of an authtoken anyways
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-03 22:53:01 +02:00
Julius Härtl
fa5360cee6
docs: Update token_auth_activity_update default value to match implementation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-03 22:53:01 +02:00
Daniel
162073ff04
Merge pull request #45444 from nextcloud/backport/44457/stable27
...
[stable27] fix(contactsinteraction): Allow vCard download
2024-06-03 22:52:26 +02:00
Daniel
28321bff7c
Merge pull request #45062 from nextcloud/backport/44670/stable27
...
[stable27] fix(session): Do not update authtoken last_check for passwordless
2024-06-03 19:21:58 +02:00
Daniel
e3793fecb1
Merge pull request #45568 from nextcloud/backport/45222/stable27
...
[stable27] CalDAV fix search with limit and time range
2024-06-03 17:45:20 +02:00
Anna Larch
02b984debd
fix(caldav): automatically delete outdated scheduling objects
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-06-03 17:07:29 +02:00
Daniel Kesselberg
dead36211e
feat(caldav): order the calendar objects by start date for search
...
Sorting the events by the start date leads to more predictable results for the search API consumers.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-03 12:17:46 +02:00
Daniel Kesselberg
a9172f0092
fix(caldav): event search with limit and timerange
...
Event recurrences are evaluated at runtime because the database only knows the first and last occurrence.
Given, a user created 8 events with a yearly reoccurrence and two for events tomorrow.
The upcoming event widget asks the CalDAV backend for 7 events within the next 14 days.
If limit 7 is applied to the SQL query, we find the 7 events with a yearly reoccurrence and discard the events after evaluating the reoccurrence rules because they are not due within the next 14 days and end up with an empty result even if there are two events to show.
The workaround for search requests with a limit and time range is asking for more row than requested and retrying if we have not reached the limit.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-03 12:17:46 +02:00
Daniel
bf9b80fdab
Merge pull request #44196 from nextcloud/backport/44130/stable27
...
[stable27] fix(dav): Add occ command to fix missing caldav sync tokens
2024-06-03 12:17:07 +02:00
Christoph Wurst
8429993328
fix(session): Do not update authtoken last_check for passwordless
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-06-02 22:07:28 +02:00
Daniel
50b65a3a95
Merge pull request #45232 from nextcloud/backport/44752/stable27
...
[stable27] Expose subscription calendars
2024-06-02 22:04:27 +02:00
Daniel Kesselberg
9bcff76908
feat(caldav): expose calendar subscriptions
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-05-31 17:56:30 +02:00
Christoph Wurst
86020a510a
fix(dav): Add occ command to fix missing caldav sync tokens
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-05-31 14:50:53 +02:00
Josh
5bc8329bf3
Merge pull request #45290 from nextcloud/backport/44218/stable27
...
[stable27] feat: Limit email input to 255 chars
2024-05-30 09:29:51 -04:00
Ferdinand Thiessen
0f57633b46
Merge pull request #45121 from nextcloud/fix/get-row-outside
...
fix: Return a file element even if the rendered list does not contained one
2024-05-30 10:22:29 +02:00
Benjamin Gaussorgues
f7e1218ad9
Merge pull request #45565 from nextcloud/release/27.1.10
2024-05-30 09:31:37 +02:00
Benjamin Gaussorgues
87317af0a7
Merge pull request #45563 from nextcloud/backport/45562/stable27
2024-05-29 16:41:25 +02:00
Benjamin Gaussorgues
22268af56e
build(hub): 27.1.10
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-05-29 16:36:03 +02:00
fenn-cs
29f717a999
fix(ShareApiClients): Maintain meaning of '' and null for share api clients
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-29 12:26:29 +00:00
nextcloud-command
572a3c78d9
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-28 21:34:38 +00:00
fenn-cs
806141e49c
feat: Limit email input on auth pages to 255 chars
...
Excessively long emails reported make server unresponsive.
We could at some point, consider adding a configuration for sysadmins to bypass this setting
on their instance if they want.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-28 21:29:58 +00:00
Benjamin Gaussorgues
619bb2cf97
Merge pull request #45466 from nextcloud/release/27.1.10_rc2
2024-05-27 15:03:25 +02:00
Andy Scherzinger
e29eb3ccd2
Merge pull request #45481 from nextcloud/backport/44485/stable27
...
[stable27] Respect empty `expiryDate` value in server
2024-05-27 12:04:01 +02:00
Andy Scherzinger
ea1f849214
Merge pull request #44979 from nextcloud/backport/44794/stable27
...
[stable27] fix(memcache): remove double $$ to fix error
2024-05-26 14:00:06 +02:00
Andy Scherzinger
ea27470085
Merge pull request #44925 from nextcloud/backport/44039/stable27
...
[stable27] fix: regression with updating read-only config
2024-05-26 13:59:25 +02:00
Velwark
bb32cdee62
Update LoggerWrapperCache.php
...
Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem.
Signed-off-by: Velwark <levinfrerich9@gmail.com>
2024-05-26 11:48:49 +02:00
Sam Bull
aafe8c2768
fix: regression with updating read-only config
...
Signed-off-by: Sam Bull <git@sambull.org>
2024-05-26 11:47:51 +02:00