1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-16 19:00:54 +00:00
Radicale/radicale
Tom Hacohen 09b021f33e 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 21:31:00 +02:00
..
app Web: add support for the POST HTTP method. (#1097) 2020-09-14 21:31:00 +02:00
auth Add unicode support to htpasswd 2020-01-19 21:07:54 +01:00
item Use secure RNG for UIDs 2020-05-15 23:34:31 +02:00
rights New right "i": Only allowing HTTP method GET 2020-04-22 19:20:42 +02:00
storage Try to kill child processes of storage hook 2020-08-31 14:21:44 +02:00
tests Web: add support for the POST HTTP method. (#1097) 2020-09-14 21:31:00 +02:00
web Web: add support for the POST HTTP method. (#1097) 2020-09-14 21:31:00 +02:00
__init__.py Refactor: Remove method Configuration.log_config_sources 2020-02-19 09:48:42 +01:00
__main__.py Exit immediately after cleanup when signal is received 2020-08-31 14:21:44 +02:00
config.py Trim all (ASCII) whitespace characters 2020-05-19 07:03:58 +02:00
httputils.py Remove useless constant 2020-05-19 17:06:26 +02:00
log.py Remove journald support 2020-02-19 09:50:45 +01:00
pathutils.py Improve documentation 2020-01-12 23:32:28 +01:00
server.py Make shutdown_socket optional 2020-08-31 14:21:44 +02:00
utils.py Allow callable in configuration for plugin.type 2020-04-09 22:01:35 +02:00
xmlutils.py Fix XML error messages 2020-05-22 16:33:04 +02:00