nextcloud/apps/dav/lib
Richard Steinmetz de3d39048f
fix(dav): allow multiple organizers if possible
This is very hacky! However, we want to allow saving events with multiple
organizers. Those events are not RFC compliant, but sometimes imported from major
external calendar services (e.g. Google). If the current user is not an organizer of
the event we ignore the exception as no scheduling messages will be sent anyway.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-01-02 11:56:44 +01:00
..
AppInfo User status automation background job 2022-07-01 12:32:07 +02:00
Avatars Update php licenses 2021-06-04 22:02:41 +02:00
BackgroundJob fix(caldav): Cast calendar objects id to int when building index 2023-06-06 18:43:13 +00:00
BulkUpload when reading an empty file getting EOF is not an error 2023-07-24 13:29:33 +02:00
CalDAV fix(dav): allow multiple organizers if possible 2024-01-02 11:56:44 +01:00
CardDAV fix(dav): close cursor when fetching max id 2023-07-11 07:58:46 +02:00
Command Add typing to Sharing Backend 2022-06-22 10:25:17 +02:00
Comments chore(dav): Make json_encode and json_decode throw on error 2023-01-19 19:19:22 +01:00
Connector Merge pull request #39232 from nextcloud/backport/39202/stable26 2023-07-10 18:08:23 +02:00
Controller fix: close cursor after reading the invitation 2023-08-11 16:12:33 +00:00
DAV cache calendar objects from calendarQuery 2023-08-14 16:19:41 +02:00
Db Update php licenses 2021-06-04 22:02:41 +02:00
Direct Silence errors of return type mismatch from Sabre for now 2023-02-07 11:23:31 +01:00
Events Add typing to Sharing Backend 2022-06-22 10:25:17 +02:00
Exception Don't spam the log with fatals when maintenance mode is enabled or an upgrade has to be done 2022-06-10 00:36:52 +02:00
Files Make sure to not pass null to DateTime::createFromFormat 2022-11-14 16:23:50 +01:00
Listener Fix typos in apps/ subdirectory 2022-09-05 12:59:54 +00:00
Migration fix(Repair): Fix repair step compatibility with Oracle DB 2023-02-23 16:57:54 +01:00
Profiler Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
Provisioning/Apple Fix psalm spotted errors with new requirements 2023-01-02 15:02:28 +01:00
Search Move DateTime::ATOM to DateTimeInterface::ATOM 2021-06-23 15:28:07 +02:00
Settings Rename personal Groupware settings section to "Availability" 2022-10-17 09:30:13 +02:00
Storage Update php licenses 2021-06-04 22:02:41 +02:00
SystemTag refactor: remove SystemTag logic from Folder into QuerySearchHelper 2023-05-16 12:47:09 +02:00
Traits Update php licenses 2021-06-04 22:02:41 +02:00
Upload fix: Validate that we have a proper distributed cache configured 2023-11-10 08:42:07 +00:00
UserMigration chore(dav): Make json_encode and json_decode throw on error 2023-01-19 19:19:22 +01:00
Capabilities.php Flip bulkupload.enabled default value to true 2022-08-29 17:49:55 +02:00
HookManager.php Minor optimizations for saving user personal information 2022-05-12 21:02:52 +02:00
RootCollection.php chore: polish SystemTagsInUseCollection 2023-05-16 12:47:01 +02:00
Server.php fix(CalDAV): check birthday calendar owner 2023-09-06 17:21:20 +00:00