1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00
Commit graph

2625 commits

Author SHA1 Message Date
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
David Greaves
7b98a0028b Handle lists in filter values for CATEGORIES
Issue #1125

Signed-off-by: David Greaves <david@dgreaves.com>
2023-03-05 17:18:44 +01:00
Unrud
11a2b43b60 Use compliant version name 2023-03-05 17:15:34 +01:00
Unrud
6a96b1f5a7 Test python 3.11 2023-03-05 17:15:34 +01:00
Unrud
794c1f84fb Drop support for python 3.6 2023-03-05 17:15:34 +01:00
Unrud
f8e28f6b6e Fix new type error 2023-03-05 17:15:34 +01:00
Unrud
526d835b59 Tests: Fix flake8 configuration 2023-03-05 17:15:34 +01:00
Tuna Celik
3e6d8db98d Synced config.py with origin 2023-02-10 23:32:46 +01:00
Tuna Celik
4a0b2e8791 Rearrange imports 2023-02-10 23:32:32 +01:00
Tuna Celik
22731f3d26 Fixed couple of points after origin sync 2023-02-10 22:52:49 +01:00
Tuna Celik
dd723dae5d Resolved conflicts 2023-02-10 22:10:47 +01:00
Tuna Celik
cf81d1f9a7 Synced with origin 2023-02-10 22:03:33 +01:00
ky-tt
cdb5160c3e
Update DOCUMENTATION.md: changes permissions
As proposed in https://github.com/Kozea/Radicale/issues/898#issuecomment-444035927 this helps using the web interface.
2022-12-11 18:34:02 +01:00
trougnouf (Benoit Brummer)
f4a87afab7 fix #715 (Main Component is missing when only recurrence id exists) with balrok's patch 2022-07-19 00:15:33 +02:00
Unrud
6a56a6026f Update changelog 2022-07-14 22:22:53 +02:00
Unrud
c2a159a6cd Move project description to README.MD
Fixes #831
2022-07-14 17:22:00 +02:00
Unrud
ad5ce94817 Remove download url from metadata 2022-07-14 17:21:57 +02:00
Unrud
865e0dd629 flake8/mypy: Ignore build folder 2022-07-14 17:21:53 +02:00
Unrud
9bed0af669 Remove shebang and executable bit 2022-07-14 17:21:50 +02:00
Unrud
cd6ebaae1a flake8/mypy: Ignore /build folder 2022-07-03 13:27:43 +02:00
Unrud
f8f6e47081 Remove python-tag (no longer required) 2022-07-03 13:05:47 +02:00
Unrud
5aa2f59b38 Always test bcrypt 2022-07-03 12:56:24 +02:00
Unrud
156ce91f35 Cosmetics 2022-07-03 12:37:54 +02:00
Unrud
3594217570 github-actions: Fix pypy versions 2022-07-03 12:33:24 +02:00