Peter Bieringer
76e06ea3fc
fix found by actions/python3.11: ./radicale/item/__init__.py:167:28: E721 do not compare types, for exact checks use is
/ is not
, for instance checks use isinstance()
2024-03-01 21:40:51 +01:00
Peter Bieringer
8e3f3b5bf2
fix for actions: ./radicale/tests/test_server.py:109:80: E501 line too long (106 > 79 characters)
2024-03-01 21:35:54 +01:00
Ian Bishop
93e5dd4a70
Listen on IPv4 and IPv6
2024-03-01 20:04:14 +10:00
Peter Bieringer
9f1e243f00
Merge pull request #1303 from pbiering/MOVE-on-non-standard-server-ports
...
MOVE on non standard server ports
2024-03-01 07:31:35 +01:00
Peter Bieringer
e6d4611980
Merge pull request #1328 from tjni/python3.11-brackets
...
Remove brackets from IPv4 test hostnames
2024-03-01 07:28:46 +01:00
Peter Bieringer
d42e9edfd0
Merge pull request #1339 from G-Huber/improve-git-setup-doc
...
Explain possible pitfall when using git with systemd
2024-03-01 06:35:36 +01:00
Peter Bieringer
2f97fc5b88
Merge pull request #1320 from jummo/master
...
Add example configuration for Caddy web server
2024-03-01 06:34:00 +01:00
Peter Bieringer
668ad03fa3
Merge pull request #1310 from quite/doc-radicale-at-root
...
Document removal of X-Script-Name when serving Radicale at root (/)
2024-03-01 06:32:44 +01:00
Peter Bieringer
2b6626d053
Merge pull request #1306 from heull001/html
...
Added html-tags
2024-03-01 06:31:40 +01:00
Peter Bieringer
998e2f96bd
Merge pull request #1305 from heull001/icon
...
changed rel="shortcut icon" to rel="icon"
2024-03-01 06:30:16 +01:00
Peter Bieringer
b892379a8d
Merge pull request #1273 from ky-tt/fix-web-interface-permissions
...
Update DOCUMENTATION.md: changes permissions
2024-03-01 06:26:17 +01:00
Peter Bieringer
86f37e0250
Merge pull request #1252 from trougnouf/master
...
Fix #715 (Main Component is missing when only recurrence id exists) - already active in RPM since over 6 months
2024-03-01 06:24:22 +01:00
Peter Bieringer
dcd6456339
Merge pull request #1244 from christopher-besch/master
...
Add Let's Encrypt Certbot config to Docs
2024-03-01 06:22:43 +01:00
Peter Bieringer
f64488b918
Merge pull request #1161 from bobrippling/master
...
Add reverse proxy example for lighttpd, touches only `DOCUMENTATION.md`
2024-03-01 06:12:33 +01:00
Eugene Davis
f57e738156
fix: dockerfile user from UID to username
2024-02-08 09:58:20 +01:00
Eugene Davis
2dd7328859
Add argument for specifying optional dependencies
2024-02-08 09:58:20 +01:00
Eugene Davis
5b0830ea08
Update Dockerfile to use build stage and set non-root user
2024-02-08 09:58:20 +01:00
Eugene Davis
1c82eb5e05
Add a Dockerfile for building the current code as a Dockerfile
2024-02-08 09:58:17 +01:00
Daniel Lange
cb5b92cb7a
Add check for base_prefix indicating Radicale running at site root (/)
...
Alternative to PR #1310
2023-12-20 11:24:51 +01:00
G-Huber
4cac895901
Update DOCUMENTATION.md
...
Mention correct directory for git config
2023-11-01 08:38:02 +01:00
G-Huber
02c949d5d3
Update DOCUMENTATION.md
...
Explain possible pitfall when using git with systemd
2023-10-31 23:13:46 +01:00
Rob Pilling
8e8c652225
Ensure lighttpd docs handle doubled-path redirects
2023-09-18 18:03:17 +01:00
Rob Pilling
d3b78e0246
Add reverse proxy example for lighttpd
2023-09-18 18:01:43 +01:00
Theodore Ni
110ec3a788
Remove brackets from IPv4 test hostnames
...
Python 3.11 follows the URI spec more closely and no longer allows
braces surrounding IPv4 addresses in hostnames.
2023-08-29 21:08:57 -07:00
Patrick
fa6ec95e8c
Formatting
2023-08-05 18:37:26 +02:00
Patrick
701a9794bc
Add example configuration for Caddy web server
2023-08-05 18:35:05 +02:00
Daniel Lublin
3fd3bf5192
Document removal of X-Script-Name when serving Radicale at root (/)
...
See https://github.com/Kozea/Radicale/issues/1210
If X-Script-Name header is still set to `/` we get warnings in the log
2023-06-15 10:57:44 +02:00
Henning
a58e68ea37
Added main-tag
...
Semantic tags improve accessibility for screenreader-users.
2023-06-06 13:23:22 +02:00
Henning
3e95c0ab0e
Added html-tags
...
HTML5 needs <head> and <body> to valid. Also <html> has to be closed.
2023-06-06 13:21:05 +02:00
Henning
7c25c7715f
changed rel="shortcut icon" to rel="icon"
...
"icon" is standard and used by all modern browsers. Only IE needed
"shortcut icon". Since is it not longer supported and would have needed an
.ico-file, "icon" is the right value for rel.
2023-06-06 12:54:51 +02:00
Peter Bieringer
fadf281734
don't trust headers from external
2023-04-30 09:01:26 +02:00
Peter Bieringer
a3aa0ce7d9
add support for non-standard server ports
2023-04-30 08:58:50 +02:00
Peter Bieringer
ecafa1d32b
update Apache reverse proxy documentation to be aligned with destination check of MOVE request
2023-04-30 08:56:46 +02:00
Unrud
d7ce2f0b98
Fix typo in Content-Disposition header
...
Fixes #1298
2023-04-22 20:01:58 +02:00
Georgiy
513e04e636
all expanded components has the same view
2023-03-31 12:00:59 +03:00
Georgiy
72103c30c2
recurring events brought to rfc4791
2023-03-30 23:13:00 +03:00
Georgiy
a07813ecc9
fix variables naming, fix recurrence element duplication
2023-03-30 19:43:15 +03:00
Georgiy
ae731290c1
processing expand property for REPORT
2023-03-30 19:30:59 +03:00
Unrud
6ae831a324
User-selectable logger formats
2023-03-22 11:18:14 +01:00
Unrud
8efb942892
Use existing record for building ident
2023-03-22 11:18:14 +01:00
Unrud
a2be03fdaf
Log systemd journal connection error
2023-03-22 10:42:17 +01:00
Unrud
77626e5aed
Remove unnecessary check
2023-03-22 10:42:17 +01:00
Unrud
390240c35a
Write log with single syscall
2023-03-22 10:42:17 +01:00
Unrud
5070533a0b
Defer connection to systemd journal
2023-03-22 10:42:17 +01:00
Unrud
e23f0283b0
Fix: Filter empty entries from journal protocol
2023-03-21 01:29:29 +01:00
Unrud
e8e709191a
Tests: Specify typeguard version
2023-03-21 00:41:47 +01:00
Unrud
9276c65462
Upgrade to journald's native journal protocol
2023-03-21 00:11:41 +01:00
Unrud
360484e2d5
Use X-Forwarded-* for server netloc when available
...
Closes #1271
2023-03-08 15:49:46 +01:00
Unrud
1a78114a56
Compare network location with port
2023-03-08 15:49:45 +01:00
Tobias Brox
7d4a0fe70e
Test code for category search issue (ref https://github.com/Kozea/Radicale/issues/1280 and https://github.com/Kozea/Radicale/issues/1125 )
2023-03-05 17:19:08 +01:00