Commit Graph

237 Commits

Author SHA1 Message Date
Max Berger
5b43c9e5bd Move CSP to config 2026-03-20 08:21:51 +01:00
Peter Bieringer
bd93e0b81d sharing/bday: config example 2026-03-15 18:20:49 +01:00
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
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
6a2dd33225 align order 2026-02-26 05:21:04 +01:00
Peter Bieringer
8372482ccd Merge branch 'master' into deprecate-ldap_use_ssl 2026-02-24 21:33:30 +01:00
Peter Bieringer
8e517dacf6 Modify OAuth2 client ID and secret in config
Updated OAuth2 client ID and secret configuration.
2026-02-24 21:01:17 +01:00
magicfelix
74ad76b36d [OAuth2] Allow custom client_id and client_secret 2026-02-24 18:24:59 +01:00
Peter Bieringer
0dbe6c1223 sharing: add default config to template 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
Steve Zabka
94e0e4a08c Incorrect comma deleted and indentation corrected in predefined_collections 2026-02-08 10:54:57 +01:00
Steve Zabka
894edfe4dc Refactor predefined user collections
- Overhauled collection keys for consistency
- Added Work Address Book
- Added Birthday and Work calendars
- Personal calendar and address book maintained
2026-01-24 16:22:15 +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
1cbcc40994 fix typo 2025-12-10 17:45:47 +01:00
Peter Bieringer
5fb844b924 profiling: add config hint 2025-12-08 18:54:46 +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
edc88fbed8 profiling: add option default 2025-12-08 12:31:09 +01:00
Peter Bieringer
bf8619a41c add support for http_remote_user 2025-11-15 15:32:13 +01:00
Peter Bieringer
ea1df00161 strict_preconditions: new config option / example config 2025-10-19 18:55:16 +02:00
Peter Bieringer
253d7b365f fix improper section, overseen in f0aa588638 2025-10-19 17:52:16 +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
f268cd11e4 fix typo 2025-08-22 08:05:41 +02:00
Nate Harris
dd5bbfb9e3 - Update documentation 2025-08-13 23:46:26 -06:00
Peter Bieringer
0c16f86bd4 default config: new placeholders 2025-08-12 16:10:32 +02:00
Peter Bieringer
26f3fea0ff document new hook option "dryrun" 2025-07-22 20:57:05 +02:00
Peter Bieringer
02471b6c90 add trace options 2025-07-19 14:39:47 +02:00
Nate Harris
ce9b2cf5d2 - Add support for local SMTP
- Ignore venv in flake8
2025-06-29 00:47:26 -06:00
Nate Harris
71f8833f4d - Add email hook 2025-06-19 02:15:45 -06:00
Peter Bieringer
7c69671923 extend doc related to https://github.com/Kozea/Radicale/issues/1804 2025-06-14 10:19:44 +02:00
Juan F Arjona
f0aa588638 Update config
Added URL-Decode option
2025-05-05 15:20:38 -05:00
Peter Bieringer
b036439332 argon2: example config 2025-04-30 06:24:17 +02:00
gajus
b805393bd9 Standardize LDAP security configuration naming 2025-04-21 21:26:58 +02:00
gajus
e6f0d7f48b Update config 2025-04-19 17:07:24 +02:00
gajus
1162a3a011 Add support for start_tls 2025-04-19 17:02:45 +02:00
Peter Bieringer
3bdc438283 storage hook extend doc 2025-03-27 08:32:23 +01:00
Peter Bieringer
7fcf473662 ldap_ignore_attribute_create_modify_timestamp changelog + cosmetics in description 2025-03-25 07:11:36 +01:00
BastelBaus
0d1dcec61a Update config 2025-03-24 20:12:45 +01:00
BastelBaus
34f51033b7 Update config
added in default config file
2025-03-23 18:10:27 +01:00
Peter Bieringer
be43ce5161 change default of authentication type to "denyall" for secure-by-default 2025-03-15 14:34:51 +01:00
Peter Bieringer
dc35d4d0ad script_name: config example 2025-03-02 09:02:37 +01:00
Peter Bieringer
6518f1b63a pam: add to config selector 2025-02-22 17:51:06 +01:00
Peter Bieringer
954ddea006 pam: config 2025-02-22 17:49:13 +01:00
Peter Bieringer
970d4ba468 add oauth2 to example 2025-02-22 16:22:18 +01:00