bewcloud/components/files
Bruno Bernardino 781df673dc
Add CardDav and CalDav servers (#80)
* Add CardDav and CalDav servers

This implements the servers, but not the clients (yet). The implementation is essentially a proxy to Radicale (as a container in `docker-compose.yml`), with certain security assurances.

If you're upgrading, basically you'll need to create a new `data-radicale` directory, and everything else should just work.

This will also release v2.3.0 with those enabled by default. Tested with Thunderbird and Apple Calendar + Contacts.

To disable these, simply add the new config details and comment out or don't add the new `radicale` service from `docker-compose.yml`.

Related to #56
2025-07-20 10:35:32 +01:00
..
CreateDirectoryModal.tsx Upload Directories via Web 2025-05-13 16:07:27 +01:00
CreateShareModal.tsx Fix Windows clients sending the wrong path for public sharing 2025-06-22 11:19:02 +01:00
FilesBreadcrumb.tsx Public File Sharing (#72) 2025-06-20 12:04:16 +01:00
ListFiles.tsx Public File Sharing (#72) 2025-06-20 12:04:16 +01:00
ListPhotos.tsx Public File Sharing (#72) 2025-06-20 12:04:16 +01:00
MainFiles.tsx Add CardDav and CalDav servers (#80) 2025-07-20 10:35:32 +01:00
ManageShareModal.tsx Improve error messages 2025-06-23 08:57:02 +01:00
MoveDirectoryOrFileModal.tsx Improve error messages 2025-06-23 08:57:02 +01:00
RenameDirectoryOrFileModal.tsx Upload Directories via Web 2025-05-13 16:07:27 +01:00
SearchFiles.tsx Improve error messages 2025-06-23 08:57:02 +01:00
ShareVerifyForm.tsx Fix Windows clients sending the wrong path for public sharing 2025-06-22 11:19:02 +01:00