nextcloud-server/apps/dav/lib
Anna Larch 975f1f596f fix(caldav): limit property length
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-08-22 11:20:49 +07:00
..
AppInfo fix(dav): add missing database index for dav_shares resourceid, type and access 2024-06-26 19:04:15 +07:00
Avatars Convert isset ternary to null coalescing operator 2023-09-28 12:18:41 +07:00
BackgroundJob fix(userstatus): Fix user status automation in real-life scenario 2024-06-25 09:33:12 +07:00
BulkUpload perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
CalDAV fix(caldav): limit property length 2024-08-22 11:20:49 +07:00
CardDAV fix(carddav): limit vcard size 2024-07-04 22:18:40 +07:00
Command fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Comments fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Connector fix(dav): Try basic auth for ajax WebDAV requests 2024-08-08 12:34:24 +07:00
Controller perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
DAV fix(caldav): stricter default calendar checks 2024-07-23 08:50:30 +07:00
Db enh(userstatus): add OOO automation and remove calendar automation 2023-11-28 10:28:06 +07:00
Direct perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
Events chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07: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 +07:00
Files feat(dav): Support multiple scopes in DAV search 2024-04-22 15:28:29 +07:00
Listener fix(dav): add missing database index for dav_shares resourceid, type and access 2024-06-26 19:04:15 +07:00
Migration fix(BuildSocialSearchIndexBackgroundJob): offset not applied 2024-07-01 16:38:33 +07:00
Profiler chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Provisioning/Apple Fix psalm spotted errors with new requirements 2023-01-02 15:02:28 +07:00
Search feat(dav): hide search providers if their respective app is not activated 2023-11-27 09:38:22 +07:00
Service fix(dav): Make current ooo info time-dependent 2023-12-05 08:36:50 +07:00
Settings chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
SetupChecks fix: Migrate WebDAV endpoint check to SetupCheck API 2024-03-14 16:20:17 +07:00
Storage Update php licenses 2021-06-04 22:02:41 +07:00
SystemTag chore: Break closure call on two lines to make it readable 2024-03-19 16:01:25 +07:00
Traits Update php licenses 2021-06-04 22:02:41 +07:00
Upload fix: Use proper path when trying to check if a file needs to get copied 2024-03-08 10:02:45 +07:00
UserMigration Skip instead of throwing on invalid address book migration 2024-02-23 15:24:46 +07:00
Capabilities.php dav: Add OpenAPI spec 2023-07-11 16:37:40 +07:00
HookManager.php chore: Improve phpdoc typing to silence psalm errors 2024-04-04 11:45:22 +07:00
ResponseDefinitions.php fix(dav): Make current ooo info time-dependent 2023-12-05 08:36:50 +07:00
RootCollection.php perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
Server.php fix(caldav): stricter default calendar checks 2024-07-23 08:50:30 +07:00
ServerFactory.php feat(caldav): Create personal event for out-of-office messages 2023-11-14 13:57:12 +07:00