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
Peter Bieringer
49d0ad5b18
update
2024-03-09 07:34:15 +01:00
Peter Bieringer
b4d7eb5f04
Merge pull request #1136 from dragtheron/patch-1
...
Encode password to allow special characters
2024-03-09 07:17:24 +01:00
Peter Bieringer
44cfd38263
Merge pull request #1409 from pbiering/fix-1314
...
add option for global permit of delete of collection (default: True t…
2024-03-09 07:16:18 +01:00
Peter Bieringer
21ebbca2d9
add forgotten attribute definition
2024-03-09 07:04:02 +01:00
Peter Bieringer
1c64fdc5b1
update doc
2024-03-09 06:52:34 +01:00
Peter Bieringer
0f355114ae
add option for global permit of delete of collection (default: True to avoid breaking change)
2024-03-09 06:43:39 +01:00
Peter Bieringer
3ee6e55d4a
next forgotten leftover related to passlib[bcrypt] replacement
2024-03-07 07:29:34 +01:00
Peter Bieringer
f407915227
next forgotten leftover related to passlib[bcrypt] replacement
2024-03-07 07:28:43 +01:00
Peter Bieringer
66b374bc28
leftover of replacement of passlib[bcrypt]
2024-03-07 07:26:21 +01:00
Peter Bieringer
1c32919739
leftover of replacement of passlib[bcrypt]
2024-03-07 07:25:27 +01:00
Peter Bieringer
3a04b2247e
https://github.com/Kozea/Radicale/issues/1350
2024-03-06 22:57:04 +01:00
Peter Bieringer
d8ab8aa42c
make flake8 happy
2024-03-06 22:56:13 +01:00
Peter Bieringer
c4d80fd385
fix for https://github.com/Kozea/Radicale/issues/1350 replacing passlib[bcrypt] with direct call to bcrypt
2024-03-06 22:56:05 +01:00
Peter Bieringer
dfaef5da75
Merge pull request #1404 from pbiering/fix-1350
...
fix for https://github.com/Kozea/Radicale/issues/1350
2024-03-06 22:54:40 +01:00
Peter Bieringer
1593742ce2
make flake8 happy
2024-03-06 22:46:07 +01:00
Peter Bieringer
438d5f1735
fix for https://github.com/Kozea/Radicale/issues/1350 replacing passlib[bcrypt] with direct call to bcrypt
2024-03-06 22:42:37 +01:00
Peter Bieringer
34612c71f0
update changelog
2024-03-06 07:43:43 +01:00
Peter Bieringer
96a49274f4
update changelog
2024-03-06 07:43:01 +01:00
Peter Bieringer
72aab54636
remove pypy-3.10/11/12, not existing?!
2024-03-05 21:18:26 +01:00
Peter Bieringer
5b0cc60cb9
Add Python 3.12 and missing pypy-3.10, pypy-3.11
2024-03-05 21:18:20 +01:00
Peter Bieringer
3fdc15fccd
add Python 3.12
2024-03-05 21:18:13 +01:00