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
Unrud
58bcedde98
Simpler Dockerfile
...
Inspired by #1087
2020-08-07 02:52:20 +02:00
Unrud
f3b6b4869d
Dockerfile: Install bcrypt
2020-07-23 20:12:34 +02:00
Unrud
c6f6f2c1f4
Dockerfile: Install pip3
2020-07-23 20:12:18 +02:00
Johannes Zellner
e824a2587c
Fix Cloudron documentation link
2020-07-23 19:51:33 +02:00
Unrud
c8c330d481
CI: Fix coveralls
...
Broken by coveralls>=2.1.0
2020-07-23 19:45:31 +02:00
Unrud
ac0cfeabb9
CI: Update actions/setup-python to v2
2020-07-23 19:11:34 +02:00
Unrud
1edfb16143
Fix isort test
...
Was broken by isort>=5
2020-07-23 18:42:43 +02:00