Adapted fork of radicale
Go to file
Tom Hacohen d3bb19800c
Web: add support for the POST HTTP method. (#1097)
* Web: add support for the POST HTTP method.

This patch adds support for POST in addition to the already supported GET.

This is needed for implementing more complex web modules that also
support configuration modifications and advanced queries.

* Base web: return METHOD_NOT_ALLOWED when method isn't implemenetd.

Co-authored-by: Unrud <Unrud@users.noreply.github.com>
2020-09-14 18:17:45 +02:00
.github/workflows Test Python 3.9 2020-08-31 14:11:42 +02:00
radicale Web: add support for the POST HTTP method. (#1097) 2020-09-14 18:17:45 +02:00
.gitignore Unified gitignore 2020-03-02 02:43:00 +01:00
config Improve doc 2020-04-11 13:27:00 +02:00
COPYING Adding package documentation files 2009-09-01 15:59:18 +02:00
Dockerfile Simpler Dockerfile 2020-08-07 02:52:20 +02:00
DOCUMENTATION.md ensure group 'radicale' gets created 2020-09-12 15:37:02 +02:00
MANIFEST.in Remove radicale.py script 2020-08-31 13:54:47 +02:00
NEWS.md Update NEWS.md 2020-08-31 14:11:42 +02:00
radicale.wsgi Rework entrypoints 2020-01-17 05:00:31 +01:00
README.md Shorter web interface title 2020-05-22 16:34:48 +02:00
rights New right "i": Only allowing HTTP method GET 2020-04-22 19:20:42 +02:00
setup.cfg Fix isort test 2020-07-23 18:42:43 +02:00
setup.py Change version to "master" 2020-05-17 10:37:48 +02:00

Read Me

Test Coverage Status

Radicale is a free and open-source CalDAV and CardDAV server.

For the complete documentation, please visit Radicale "master" Documentation.