Unrud
81218906c6
Update NEWS.md
2020-09-14 21:35:24 +02:00
Unrud
a3ca887a37
Fix exceptions raised by decode_request
2020-09-14 21:20:39 +02:00
Unrud
0ce90d6b34
Extract read*_request_body methods
2020-09-14 21:19:48 +02:00
Unrud
42ad18bc84
Rename _write_xml_content to _xml_response
2020-09-14 21:17:18 +02:00
Unrud
80e8750c8a
Add more tests
2020-09-14 18:54:02 +02:00
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
Unrud
6091bd46a3
Respond 405 for unsupported methods instead of server error
2020-09-12 20:23:45 +02:00
fe60
9d25cc6c0a
ensure group 'radicale' gets created
...
Without the option --user-group the creation of the group depends on default values.
In OpenSUSE Tumbleweed the user 'radicale' became a member of 'users'.
2020-09-12 15:37:02 +02:00
Unrud
41bccb265a
Update NEWS.md
2020-08-31 14:11:42 +02:00
Unrud
2851525e15
Try to kill child processes of storage hook
2020-08-31 14:11:42 +02:00
Unrud
1e011e7011
Start storage hook in own process group
...
Prevents terminals from sending SIGINT etc.
2020-08-31 14:11:42 +02:00
Unrud
d4af2cd1a6
Kill storage hook on error
2020-08-31 14:11:42 +02:00
Unrud
dbe95641c0
Test Python 3.9
2020-08-31 14:11:42 +02:00
Unrud
30c9c55358
Exit immediately after cleanup when signal is received
...
Waiting for clients introduces the risk that we exceed some timeout (e.g. from systemd) and get killed instead.
2020-08-31 14:11:42 +02:00
Unrud
46c39b28d6
Make shutdown_socket optional
2020-08-31 13:54:47 +02:00
Unrud
cd3fe3e73c
Remove radicale.py script
...
The script installed by setuptools should be used instead.
2020-08-31 13:54:47 +02:00
Unrud
ea6649b365
Remove untested FCGI example
...
Closes #1017
Closes #1018
2020-08-31 13:54:46 +02:00
Tuna Celik
9b3bb2de2b
Skipped empty proppatch request notifications
2020-08-19 01:51:15 +02:00
Tuna Celik
90f10f2c4a
Changed HookNotificationItem preparition priority
2020-08-19 01:45:05 +02:00
Tuna Celik
3214c498d1
Code Refactoring
2020-08-19 01:40:59 +02:00
Tuna Celik
06fbac67a1
Added hook to proppatch request
2020-08-19 01:38:49 +02:00
Unrud
896963dd3c
Update NEWS.md
2020-08-18 22:57:17 +02:00
Unrud
b98cd98c4c
Fix internal server on FreeBSD
2020-08-18 22:51:35 +02:00
Tuna Celik
46d1a31441
Improved rabbitmq connection lost recovery
2020-08-18 11:26:25 +02:00
Tuna Celik
95eb44a87f
Modified exception handling for notification item publishing to handle any exception
2020-08-17 15:13:40 +02:00
Tuna Celik
b8af0c7490
Added connection recovery and logging
2020-08-17 15:09:38 +02:00
Tuna Celik
e38b88f9f7
Improved documentation
2020-08-17 14:44:25 +02:00
Tuna Celik
896642b374
Changed queue durability from false to true
2020-08-17 14:44:16 +02:00
Tuna Celik
bf5272e83d
Improved notification message with user/calendar point as field
2020-08-17 14:43:52 +02:00
Tuna Celik
da31f80ba5
Refactoring
2020-08-17 03:32:13 +02:00
Tuna Celik
d3d0437bce
Changed hook notification strategy on deletion
2020-08-17 03:30:18 +02:00
Tuna Celik
ecff5fac82
Code Cleanup and Optimisation
2020-08-17 03:19:27 +02:00
Tuna Celik
3882cf2bc8
Renamed variable
2020-08-17 03:05:48 +02:00
Tuna Celik
b2fc8bbb0c
Refactoring
2020-08-17 03:01:21 +02:00
Tuna Celik
df80a7f6ef
Disabled pika_stubs module
2020-08-17 02:57:39 +02:00
Tuna Celik
3d8f1b3b08
Added Version marks for required modules
2020-08-17 02:54:53 +02:00
Tuna Celik
fbe2024342
Updated installation requirement
2020-08-17 02:48:17 +02:00
Tuna Celik
69314f3cde
Updated config file
2020-08-17 02:47:55 +02:00
Tuna Celik
7cc9db0d90
Update documentation
2020-08-17 02:47:45 +02:00
Tuna Celik
d19c16c8d3
Refactoring
2020-08-17 02:38:06 +02:00
Tuna Celik
1289003da1
Refactoring
2020-08-17 02:37:21 +02:00
Tuna Celik
b2a0067a57
Refactoring
2020-08-17 02:36:22 +02:00
Tuna Celik
2e93c012bf
Refactoring
2020-08-17 02:29:28 +02:00
Tuna Celik
dc92a88584
Refactoring
2020-08-17 02:26:30 +02:00
Tuna Celik
bfe4332ac5
Refactoring
2020-08-17 02:23:49 +02:00
Tuna Celik
389a6b9906
Code cleanup and refactoring
2020-08-17 02:14:04 +02:00
Tuna Celik
5253a464ab
Addd hook capability
2020-08-17 02:05:02 +02:00
Unrud
f950ce98ab
Add reverse proxy examples for Apache .htaccess
2020-08-16 18:21:38 +02:00
Unrud
03e7e209da
Install master version
2020-08-07 04:55:40 +02:00
Unrud
69b1a4ea77
Install without git
2020-08-07 04:55:06 +02:00