Peter Bieringer
Peter Bieringer
using a reverse proxy in front of terminating the TLS and handling basic authentication (user+pass) it's all about an URL like: ``` https://your-cdav-server.domain.example/user/calendar/ https://your-cdav-server.domain.example/user/adressbook/ ```
I would assume, an additional option while keeping default if not enabled is not a problem. PR for source and documentation (md) would be welcome. Currently I see more a...
Please create PR
Listening on `localhost` is "security-by-design" of default configurations. Anybody which want to expose a service to Internet should be able to manually change this (and also check ACL, local firewall...
Have you stopped "radicale" and deleted content of .Radicale.cache and started again? If not, please give a try.
can this be replicated with latest version?
is the issue still existing with latest version?
Turnstile is already supported by dedicated module very well: - https://pypi.org/project/django-turnstile/ In addition, 2 others are available: - https://pypi.org/project/django-hCaptcha/ - https://pypi.org/project/django-friendly-captcha/ => I would not see a need that this...
Were able to solve it somehow, potentially one has to review changes from 3.0.0->4.0.0 and 4.0.0->4.1.0 Major ones: 3.0.0->4.0.0: File: django_recaptcha/templates/django_recaptcha/widget_v2_checkbox.html `class="g-recaptcha"` got lost in `4.1.0(upcoming): File: django_recaptcha/widgets.py `class ReCaptchaV2Checkbox(ReCaptchaBase):`...
https://github.com/Kozea/Radicale/pull/1229 was merged into 3.2-dev now