1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00
Commit graph

2134 commits

Author SHA1 Message Date
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
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
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
Unrud
d7ce2f0b98
Fix typo in Content-Disposition header
Fixes #1298
2023-04-22 20:01:58 +02: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
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
Unrud
d8604becd0 Build with PEP 517 2022-07-03 12:29:51 +02:00
Unrud
f7fd323dea Test pypy3.9 2022-07-03 12:29:02 +02:00
Unrud
f9d9b88a77 Update github-actions 2022-07-03 12:28:47 +02:00
Unrud
86ada4cf97 Improve message 2022-07-03 12:04:32 +02:00
Unrud
c589c9fc0d Skip mypy installation for pypy<3.9 2022-07-03 11:36:28 +02:00
Unrud
14a3c3d763 Use tox for tests 2022-07-03 10:14:38 +02:00
Unrud
abcc0c2ef6 License in markdown format 2022-07-02 23:03:19 +02:00