Commit graph

69603 commits

Author SHA1 Message Date
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
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
fenn-cs
bdeba6590d test(Sharing): Integration test for no expiration set date for share
- Verify that explicitly sending empty `expireDate` param to server overwrite default

and sets not expiry date, if non is enforced.

- Update tests to avoid converting empty string to date.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-25 11:18:41 +01:00
fenn-cs
3f6975a2fe refactor(shareManager): Use constructor property promotion
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-24 15:30:49 +01:00
fenn-cs
13688f39a7 fix(shareManager): Respect empty expireDate in server
If `expireDate` is an empty string and not `null` then the server should not set a default.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-24 15:30:49 +01:00
Julius Härtl
a1cdcb832a fix: Return a file element even if the rendered list does not contained one
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-23 23:48:27 +02:00
Andy Scherzinger
b127e020ec
Merge pull request #45344 from nextcloud/fix/stable27-download-action
[stable27] fix: Keep download action for files and hide only for relevant files
2024-05-23 11:12:25 +02:00
Christopher Ng
b6988c7d6b chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-22 11:18:12 -07:00
Christopher Ng
ffda00b2ad fix: Hide download action in shares view
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-22 11:11:12 -07:00
Julius Härtl
c8003e480b fix: Keep download action for files and hide only for relevant files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-22 11:10:50 -07:00
skjnldsv
74906f821a build(hub): 27.1.10 RC2
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-05-22 17:32:23 +02:00
Christoph Wurst
c7fc7fee60 fix(contactsinteraction): Allow vCard download
Sabre calculates a header for the size of a vcard, therefore we have to
implement the size method.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-05-22 11:54:48 +00:00
John Molakvoæ
51adff2755
Merge pull request #45422 from nextcloud/skjnldsv-patch-1 2024-05-21 17:30:28 +02:00
John Molakvoæ
dc40dcb369
fix(theming): stable 27 disable accessible color config switch
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-05-21 16:18:52 +02:00
Louis
9948dcc767
Merge pull request #45361 from nextcloud/backport/45355/stable27
[stable27] fix: delete user credentials stored in storages_credentials when user gets deleted
2024-05-17 14:47:37 +02:00
Louis
7e400afcbb
Merge pull request #45376 from nextcloud/backport/45237/stable27
[stable27] perf(deleteAction): Queue delete requests
2024-05-17 10:07:31 +02:00
John Molakvoæ
bbc7a5dfd5
Merge pull request #45334 from nextcloud/release/27.1.10_rc1 2024-05-16 19:02:36 +02:00
nextcloud-command
676c58aa65 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-16 16:40:13 +00:00
fenn-cs
4ed849649e
perf(deleteAction): Queue delete requests
When multiple files are deleted at once, all the requests bombard the server
simultaneously, causing performance issues.

This commit adds queuing that limits the concurrency of these requests to 5
at a time.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-16 17:44:17 +02:00
yemkareems
f7e7761a43 fix: restored the file to what it is in master branch
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-05-16 17:00:21 +02:00
yemkareems
0c0b816029 fix: delete user credentials stored in storages_credentials when user gets deleted
Signed-off-by: yemkareems <yemkareems@gmail.com>

[skip ci]
2024-05-16 17:00:21 +02:00
Joas Schilling
f6a8605f58
Merge pull request #45371 from nextcloud/backport/45236/stable27
[stable27] Hide 'updater.server.url' As It May Contain Enterprise Key
2024-05-16 16:51:31 +02:00
Joas Schilling
f5e838df0d
Merge pull request #45358 from nextcloud/backport/45357/stable27
[stable27] fix: add ldap_exop_passwd function to sensitive value
2024-05-16 16:46:10 +02:00
Joas Schilling
c6ce255404
Merge pull request #45338 from nextcloud/backport/44710/stable27
[stable27] fix(preview): check mime type before processing with Imagick
2024-05-16 16:42:21 +02:00
derschiw
f5da526abf fix(SystemConfig.php): Add 'updater.server.url' to Private Variables
Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key.

Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
2024-05-16 14:29:47 +00:00
yemkareems
3ed9b1bfd1 fix: add ldap_exop_passwd function to sensitive value
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-05-16 12:20:12 +00:00
Joas Schilling
63da6067b4
Merge pull request #45311 from nextcloud/backport/45309/stable27
[stable27] fix(caldav): loop through all events for busy events
2024-05-16 11:52:56 +02:00
Joas Schilling
9762184208
Merge pull request #45343 from nextcloud/backport/45340/stable27
[stable27] fix: Extend SVG reference check
2024-05-16 11:19:41 +02:00