Commit graph

21 commits

Author SHA1 Message Date
Christian Mollekopf
a3bad978e2 Fixed dav_debug cast 2024-02-05 12:19:14 +01:00
Aleksander Machniak
5eb91ca74a PHPStan level:2 fixes (partial) 2024-01-25 13:47:41 +01:00
Aleksander Machniak
5271b6e787 Use consistent PHP code style 2024-01-24 11:24:41 +01:00
Aleksander Machniak
f3319891d5 PHPStan Level:1 fixes, also fixed tests 2024-01-24 10:59:25 +01:00
Aleksander Machniak
f4accec37c Fix PHP8 warning if $_SERVER['HTTP_USER_AGENT'] is not set 2023-12-13 15:50:16 +01:00
Aleksander Machniak
e21f48d3ba Small improvement in DAV client 2023-12-08 14:52:02 +01:00
Aleksander Machniak
4bc6a82a13 Fix creating DAV folders on Baikal servers (T8057)
Set resourcetype property
2023-09-26 13:25:09 +02:00
Aleksander Machniak
b7dc093954 DAV: Don't consider addressbooks to be calendars (T7276) 2023-06-20 14:46:01 +02:00
Aleksander Machniak
84ef4ac9e3 Fix folders discovery on non-kolab DAV servers (T7276) 2023-06-20 14:31:10 +02:00
Aleksander Machniak
68eaf60aca Fix moving objects between DAV folders
The code does "move object then read it" and "read it" was failing
because the folder cache wasn't up-to-date. We force re-synchronization
by reseting the state properly after move().
2023-05-01 12:11:33 +02:00
Aleksander Machniak
a3ef1eedf1 CalDAV driver for Tasks
includes cache syncronization fixes and PHP8 fixes.
2023-01-03 10:42:54 +01:00
Aleksander Machniak
48027bc26e Optionally store original DAV object content in the cache
... up to the specified size limit
2022-11-28 12:28:04 +01:00
Aleksander Machniak
454e21c47e Performance: Cache DAV home(s) discovery, skip redundant DAV request 2022-11-25 12:03:29 +01:00
Aleksander Machniak
b6cc8c0715 CalDAV: Multi-folder support 2022-11-08 12:34:35 +01:00
Aleksander Machniak
114af8eb3c Multi-folder support for CardDAV and CalDAV drivers 2022-11-04 12:08:22 +01:00
Aleksander Machniak
685370e309 Prevent from a fatal error when DAV connection fails 2022-10-18 11:18:01 +02:00
Aleksander Machniak
0159e3c115 CardDAV support 2022-10-14 16:34:19 +02:00
Aleksander Machniak
f53ff8edec Fixed folders discovery, fixed xml formatting in debug log 2022-10-12 16:19:31 +02:00
Aleksander Machniak
b74301fa2b PHP7 support 2022-10-12 13:36:57 +02:00
Aleksander Machniak
5c6a7a2d6f CalDAV driver 2022-10-11 15:27:59 +02:00
Aleksander Machniak
af5461eb76 CalDAV driver 2022-10-06 15:59:53 +02:00