1
0
Fork 0

Compare commits

...

1 commit

Author SHA1 Message Date
Ricki Hirner
c0f400fa94 Update README: remove address books 2024-09-17 16:55:00 +02:00

View file

@ -10,15 +10,14 @@ Watch the video (YouTube):
# Nextcloud extension for WebDAV-Push
`nc_ext_dav_push` is a [Nextcloud](https://github.com/nextcloud/server) extension to demonstrate [WebDAV-Push](https://github.com/bitfireAT/webdav-push/) support on calendars/address books.
`nc_ext_dav_push` is a [Nextcloud](https://github.com/nextcloud/server) extension to demonstrate [WebDAV-Push](https://github.com/bitfireAT/webdav-push/) support on calendars (address books are not supported yet).
It is the server part of our efforts to draft a WebDAV-Push standard and provide a working implementation (server + client) in order to demonstrate it.
**This extension is in a very early stage of development. It is for demonstration and testing purposes only. Don't use it on production systems!**
> [!WARNING]
> This extension is in an early stage of development. It is for demonstration and testing purposes only. Don't use it on production systems!
For instance, push subscriptions currently don't expire, can't be deleted by clients and won't be removed when they have become invalid. So the table will grow bigger and bigger and everything will become slow over time.
You can however install/enable the extension to test it and disable or remove it again at any time. When the extension is disabled, it doesn't influence your system.
For instance, push subscriptions currently don't expire and won't be removed when they have become invalid. So the table will grow bigger and bigger and everything will become slow over time. You can however install/enable the extension to test it and disable or remove it again at any time. When the extension is disabled, it doesn't influence your system.
## About WebDAV-Push