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

2848 commits

Author SHA1 Message Date
Sam Erika Clotfelter
98bac38006 set group in COPY 2024-03-13 05:55:12 +01:00
Peter Bieringer
8891f1ab89 catch "EBUSY" and move EAI_AGAIN 2024-03-13 05:48:03 +01:00
Peter Bieringer
e4842ef7df be more relaxed on IPv4/IPv6 systems during server listen 2024-03-13 05:47:51 +01:00
Peter Bieringer
5b99b5a88d
Merge pull request #1420 from gardenrobot/fix-dockerfile-group
Set nogroup in Dockerfile. Fixes #1419
2024-03-13 05:43:09 +01:00
Peter Bieringer
74be6168cb
Merge pull request #1432 from MatthewHana/v3.2-devel
WEB UI: New WebUI Improvements

Thank you very much!
2024-03-13 05:27:44 +01:00
Sam Erika Clotfelter
8b4e28a179 set group id explicitly 2024-03-13 00:19:41 -04:00
Sam Erika Clotfelter
a8a7e23a37 create radicale group 2024-03-13 00:15:41 -04:00
MatthewHana
c128b0d773
Merge branch 'Kozea:v3.2-devel' into v3.2-devel 2024-03-13 07:55:46 +11:00
MatthewHana
ed6432706f [WEB UI] New WebUI Improvements
Added WebUI improvements as discussed in discussion #1416 in March 2024.
2024-03-13 07:42:47 +11:00
Peter Bieringer
d6e295c272
Merge pull request #1431 from pbiering/fix-1313
catch "EBUSY" and move EAI_AGAIN
2024-03-12 20:07:07 +01:00
Peter Bieringer
0750108152 catch "EBUSY" and move EAI_AGAIN 2024-03-12 20:01:35 +01:00
MatthewHana
b945749d1b Merge branch 'v3.2-devel' of https://github.com/MatthewHana/Radicale-newwebui into v3.2-devel 2024-03-13 05:07:57 +11:00
MatthewHana
7927b0c935 WEB UI: Show collection size [SMALL]
Shows collection size in B, Kb, Mb, Gb, and Tb.
2024-03-13 05:07:22 +11:00
Peter Bieringer
eac1722393
Merge pull request #1430 from pbiering/fix-1313
be more relaxed on IPv4/IPv6 systems during server listen
2024-03-12 18:44:19 +01:00
Peter Bieringer
39c339638d be more relaxed on IPv4/IPv6 systems during server listen 2024-03-12 18:33:59 +01:00
Peter Bieringer
3c81f43404
Merge pull request #1424 from MatthewHana/v3.2-devel
Add custom Radicale DAV property getcontentcount
2024-03-12 18:04:16 +01:00
MatthewHana
825464f102 Additional type checking for getcontentcount prop
Tests keep failing due to static type checking for condition that won't occur due to earlier checking.  Bringing checking into if statement.
2024-03-13 02:16:16 +11:00
MatthewHana
2c13b8d2e0 Update propfind.py
Don't return getcontentcount prop on leaf or principal collection.
2024-03-13 02:02:23 +11:00
MatthewHana
ee2fc74bc0 Don't allow RADICALE:getcontentcount prop for collections
Tests should pass now
2024-03-13 01:52:45 +11:00
Peter Bieringer
dc21aa1b4f
Merge pull request #1427 from pbiering/password-mechanism-auto
fix for incomplete https://github.com/Kozea/Radicale/pull/1425 and test
2024-03-12 07:56:38 +01:00
Peter Bieringer
36285143ce fix for incomplete https://github.com/Kozea/Radicale/pull/1425 and test 2024-03-12 07:38:40 +01:00
Peter Bieringer
bb185a941d extend htpasswd_encryption options with sha256/512/autodetect 2024-03-12 06:25:07 +01:00
Peter Bieringer
80bf824b91 extend htpasswd_encryption options with sha256/512/autodetect 2024-03-12 06:25:00 +01:00
Peter Bieringer
401b68fe08 extend htpasswd_encryption options with sha256/512/autodetect 2024-03-12 06:24:56 +01:00
Peter Bieringer
b5d022fe08 extend htpasswd_encryption options with sha256/512/autodetect 2024-03-12 06:24:51 +01:00
Peter Bieringer
caefa489f9
Merge pull request #1425 from pbiering/password-mechanism-auto
auth type "htpasswd" extension for SHA256/SHA512 + autodetect feature
2024-03-12 06:24:06 +01:00
Peter Bieringer
213ab0fcfa extend htpasswd_encryption options with sha256/512/autodetect 2024-03-12 06:13:54 +01:00
Peter Bieringer
dba399bce3 extend htpasswd_encryption options with sha256/512/autodetect 2024-03-12 06:10:16 +01:00
Peter Bieringer
29a2a80bfd extend htpasswd_encryption options with sha256/512/autodetect 2024-03-12 06:09:02 +01:00
Peter Bieringer
acc06587ce extend htpasswd_encryption options with sha256/512/autodetect 2024-03-12 06:09:02 +01:00
Peter Bieringer
947cb08bb9 fix brcypt leftover 2024-03-12 06:05:27 +01:00
Peter Bieringer
1f25d6e27d Update README.md
add some links
2024-03-11 21:41:18 +01:00
MatthewHana
5ec9aaec07 Add custom Radicale DAV property getcontentcount
This adds a custom Radicale DAV property called 'getcontentcount' which returns the number of entries contained within that collection.
2024-03-12 04:41:00 +11:00
Peter Bieringer
760b01ee25
Update README.md
add some links
2024-03-11 18:36:40 +01:00
Peter Bieringer
37c975d938 fix brcypt leftover 2024-03-11 07:49:37 +01:00
Peter Bieringer
48910bf3a9
Merge pull request #1421 from MatthewHana/v3.2-devel
WEB UI: Hide download button for Webcal collections [SMALL]
2024-03-11 07:25:48 +01:00
MatthewHana
6f5ee56c2d Hide download button for Webcal collections 2024-03-11 17:13:37 +11:00
Sam Erika Clotfelter
f05753be71 set group in COPY 2024-03-10 14:04:20 -04:00
Peter Bieringer
bf824838d8 remove info about obsolete IRC channel 2024-03-10 07:09:07 +01:00
Peter Bieringer
32d303805a remove info about obsolete IRC channel 2024-03-10 07:08:29 +01:00
Peter Bieringer
1afc34c2bb remove trailing spaces 2024-03-09 08:06:12 +01:00
Peter Bieringer
9d30cbc5c2 remove trailing spaces 2024-03-09 08:06:04 +01:00
Peter Bieringer
2bb811b3fc remove trailing spaces 2024-03-09 08:05:57 +01:00
Peter Bieringer
7bf2c18887 remove trailing spaces 2024-03-09 08:05:36 +01:00
Tobias Stettner
8fc5352e27 Encode password to allow special characters
XMLHttpRequest.open() does not automatically encode the password. Though it builds an basic auth schemed URI where '%' is the escaping indicator, thus passwords containing this characters are not accepted this way without manually replacing '%' with '%25' on the form.
2024-03-09 08:01:29 +01:00
Peter Bieringer
08a4c792b1 add option for global permit of delete of collection (default: True to avoid breaking change) 2024-03-09 07:46:35 +01:00
Peter Bieringer
ab28d65343 add forgotten attribute definition 2024-03-09 07:44:22 +01:00
Peter Bieringer
1faa7bd4ba update 2024-03-09 07:42:40 +01:00
Peter Bieringer
7b87a598ac https://github.com/Kozea/Radicale/issues/1350 2024-03-09 07:42:32 +01:00
Peter Bieringer
d9be20539f update doc 2024-03-09 07:35:38 +01:00