Commit Graph

232 Commits

Author SHA1 Message Date
Peter Bieringer
3cad049109 logging/limit_content: new option 2026-03-14 15:12:15 +01:00
Peter Bieringer
9cc373132f add delay_on_error option 2026-03-07 15:57:02 +01:00
Peter Bieringer
86081d7c6a sharing: add doc link 2026-03-07 08:33:14 +01:00
Peter Bieringer
03f494501c cosmetics 2026-02-28 22:18:14 +01:00
Peter Bieringer
20135d9218 sharing: doc update 2026-02-28 22:18:04 +01:00
Peter Bieringer
51fb882cab sharing: properties overlay by proppatch 2026-02-28 22:10:01 +01:00
Peter Bieringer
1cb622e903 sharing: add global and conditional permissions support 2026-02-26 08:14:49 +01:00
Peter Bieringer
a185f81bad missing version since supported 2026-02-25 06:44:12 +01:00
Peter Bieringer
8372482ccd Merge branch 'master' into deprecate-ldap_use_ssl 2026-02-24 21:33:30 +01:00
Peter Bieringer
cba05fe3dd Change oauth2_client_id and secret version to 3.7.0
Update minimum version requirement for oauth2_client_id and oauth2_client_secret.
2026-02-24 21:00:17 +01:00
magicfelix
74ad76b36d [OAuth2] Allow custom client_id and client_secret 2026-02-24 18:24:59 +01:00
Peter Bieringer
a66884036e sharing: extend doc 2026-02-24 08:19:51 +01:00
Peter Marschall
8c9df49caf LDAP auth: remove config option 'ldap_use_ssl'
Remove the config option 'ldap_use_ssl' from the code and documentation,
deprecating it for good.
2026-02-22 12:51:45 +01:00
schmijoe
732bcbf9dc fix lighttpd example 2026-01-24 09:57:31 +01:00
Peter Bieringer
7a107ff65e extend doc related to bcrypt vs. passlib/libpass 2026-01-06 17:38:21 +01:00
Peter Bieringer
9b9f90c51d bump dev version to 3.6.0 because of dependency change of passlib->libpass 2026-01-06 12:11:36 +01:00
kalsi-avneet
b58528529b Docker - documentation for installing Radicale via docker compose 2026-01-01 22:02:13 +05:30
Peter Bieringer
63d7229773 extend doc related to command line args 2025-12-28 09:25:38 +01:00
Peter Bieringer
bc2a14481f add new option max_resource_size 2025-12-11 22:53:02 +01:00
Peter Bieringer
e66d83cd84 add explanation to default value 2025-12-11 22:50:35 +01:00
Peter Bieringer
dfb932a448 new options [logging] profiling_per_request_header profiling_per_request_xml 2025-12-10 17:48:05 +01:00
Peter Bieringer
b819febeb2 new option [logging] response_header_on_debug 2025-12-10 17:47:09 +01:00
Peter Bieringer
8021848bcf clarify description 2025-12-10 17:44:21 +01:00
Peter Bieringer
15ebb1e647 profiling: default is now 'none' and config option will be checked instantly 2025-12-08 17:54:18 +01:00
Peter Bieringer
462fa93184 profiling: document new options 2025-12-08 12:31:49 +01:00
Peter Bieringer
bf8619a41c add support for http_remote_user 2025-11-15 15:32:13 +01:00
Wei-Luan Wang
7bd49475fe doc: Add a missing parenthesis 2025-11-12 21:47:07 +08:00
Peter Bieringer
5254efa223 revert to absolut URLs, otherwise links are not working in generated web
page, related to https://github.com/Kozea/Radicale/issues/1906
2025-11-05 06:54:09 +01:00
Peter Bieringer
2d7d29edd9 add and change links, related to https://github.com/Kozea/Radicale/issues/1906 2025-11-05 06:48:51 +01:00
Peter Bieringer
975618a21e move author of Telugu translation, related to https://github.com/Kozea/Radicale/issues/1906 2025-11-05 06:47:25 +01:00
Peter Bieringer
2ded487ba1 add link to Telugu translation, related to https://github.com/Kozea/Radicale/issues/1906 2025-11-05 06:44:31 +01:00
Peter Bieringer
4fdc787609 align rfc url 2025-10-19 21:13:40 +02:00
Peter Bieringer
15a6655036 strict_preconditions: doc extension 2025-10-19 21:10:15 +02:00
Peter Bieringer
c5d64b84ed strict_preconditions: new config option / doc 2025-10-19 18:55:05 +02:00
Peter Marschall
243931000b DOCUMENTATION.md: fix small glitches: typos, ... 2025-09-19 17:44:05 +02:00
Peter Bieringer
fba2a7caef according to https://github.com/Kozea/Radicale/pull/1866 the trailing / should be removed 2025-09-11 08:02:40 +02:00
Peter Marschall
50043e5ec7 documentation updates
* config sections in [brackets]
* config values as `code`
* config value alternatives as lists
* standardized format for config options
* consolidate multiple markup variants into one
* fix hierarchy for some options
* grammar fixes
* fix some "Germanisms"
2025-09-10 21:06:36 +02:00
Peter Bieringer
fe93f88d17 extend config sniplet triggered by https://github.com/Kozea/Radicale/issues/1869 2025-09-10 19:42:02 +02:00
Johannes Berg
256ca59aaf auth: clean up remote IP parameter/documentation
Make the remote IP parameter more generic and make it an enum
determining the source instead of a boolean. Also fix the
changelog entry.

Both as requested, I managed to miss those comments previously.
2025-09-09 20:25:49 +02:00
Johannes Berg
b5a1ea911d auth: dovecot: pass remote IP (rip=) to auth server
If known, let the auth server know where the client came
from, using REMOTE_ADDR or, optionally/configurably, the
X-Remote-Addr header value (which is needed when running
behind a trusted proxy.)

Addresses #1859.
2025-09-09 12:10:00 +02:00
Peter Marschall
57a4d8d47d LDAP auth: update, consolidate & extend documentation 2025-09-08 22:01:13 +02:00
Peter Bieringer
c4e897f997 cosmetics 2025-08-31 17:38:59 +02:00
Nate Harris
dd5bbfb9e3 - Update documentation 2025-08-13 23:46:26 -06:00
Peter Bieringer
eae5daae54 doc new placeholders 2025-08-12 16:10:11 +02:00
Peter Bieringer
9c14b5c263 cosmetics 2025-07-30 19:19:13 +02:00
Peter Bieringer
2ad6ec2cfa add link to Thunderbird Radicale wiki page 2025-07-30 17:08:46 +02:00
Peter Bieringer
86fd419c5c extend doc for "Open Calendar" and others, https://github.com/Kozea/Radicale/issues/1838 2025-07-30 17:05:02 +02:00
Peter Bieringer
aead3a2a52 clarification 2025-07-26 11:24:49 +02:00
Peter Bieringer
f81a01e9ba fix versions 2025-07-26 11:22:50 +02:00
Peter Bieringer
33cb0f9705 extend doc related to https://github.com/Kozea/Radicale/issues/1837 2025-07-26 11:21:17 +02:00