1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
Commit graph

2003 commits

Author SHA1 Message Date
Peter Bieringer
837a7d0154
Merge pull request #1777 from jfarjona/master
Fix an issue when iOS clients send email as username url-encoded.
2025-05-07 19:46:12 +02:00
Juan F Arjona
7eb4e037cc Fixing extra space lint doesn't like :-|. 2025-05-07 13:33:18 -04:00
Juan F Arjona
1fe0211ba6
Update __init__.py
Making lint happy (?)
2025-05-07 11:59:27 -05:00
Juan F Arjona
d22d74320a Added urldecode_username option to decode the username when sent by the client. This solved problems when authenticating against an imap server from the iOS calendar. 2025-05-02 18:02:43 -04:00
fiwswe
7cf0813687
Fix some incorrect grammar in the log 2025-05-01 01:54:29 +02:00
Peter Bieringer
8837a61bce catch error on item.prepare in case of collection upload 2025-04-29 20:57:31 +02:00
Peter Bieringer
0bcd5d283a argon2: fix typo 2025-04-29 19:44:24 +02:00
Peter Bieringer
7b49bab471 argon2: make isort happy 2025-04-29 19:41:48 +02:00
Peter Bieringer
631f1596ae argon2: make flake8 happy 2025-04-29 19:39:15 +02:00
Peter Bieringer
76b9e89deb argon2: fix not supported auth method detection 2025-04-29 19:26:01 +02:00
Peter Bieringer
d3f1d203d4 argon2: fixes for mypy 2025-04-29 19:22:55 +02:00
Peter Bieringer
02eb82354b argon2: module version 2025-04-29 19:19:06 +02:00
Peter Bieringer
be54c8067f argon2: testcases 2025-04-29 19:18:54 +02:00
Peter Bieringer
3c1593d244 fix typo 2025-04-29 19:18:41 +02:00
Peter Bieringer
2c569492f8 argon2: add support 2025-04-29 19:18:27 +02:00
Peter Bieringer
d5133fccd1 argon2: preparation 2025-04-29 19:15:19 +02:00
Peter Bieringer
323af3368c add info about argon2 support 2025-04-29 19:14:21 +02:00
Jakub Klinkovský
0c8eb3d04d Remove obsolete dateutil reference
The dependency was removed, see https://github.com/Kozea/Radicale/issues/1626
2025-04-26 12:47:50 +02:00
Peter Bieringer
3cc790a9a3 log PYTHONPATH on startup if found in environment 2025-04-22 22:03:28 +02:00
Peter Bieringer
e144ecf06b fix testcases related to https://github.com/Kozea/Radicale/issues/1765 2025-04-22 21:32:13 +02:00
Peter Bieringer
12714cd25c fix for https://github.com/Kozea/Radicale/issues/1765 2025-04-22 21:31:59 +02:00
Peter Bieringer
0ef93a9c8a update copyright 2025-04-22 21:31:25 +02:00
Peter Bieringer
e15b9ae02a
Merge pull request #1762 from imgajus/add-starttls-support
Add LDAP start_tls support
2025-04-21 22:36:00 +02:00
Peter Bieringer
06b7e98ea2 extend copyright 2025-04-21 22:22:02 +02:00
Peter Bieringer
8382ee1223 add test case for https://github.com/Kozea/Radicale/issues/1760 2025-04-21 22:19:25 +02:00
Peter Bieringer
2d197d1ae0 fix broken value extract from property for https://github.com/Kozea/Radicale/issues/1760 2025-04-21 22:18:56 +02:00
gajus
b805393bd9 Standardize LDAP security configuration naming 2025-04-21 21:26:58 +02:00
gajus
1162a3a011 Add support for start_tls 2025-04-19 17:02:45 +02:00
Miles Liu
24138389ed
fix(auth/ldap): Extract user attribute from list in _login3
This commit modifies `_login3` to check if the attribute value is a
list and, if so, extracts the first element (`[0]`) as the login
identifier. If the value is not a list, it's used directly (fallback).
2025-04-17 14:02:40 +08:00
Peter Bieringer
e907e90119 fix a typo 2025-04-10 05:44:35 +02:00
Peter Bieringer
f41533cca7 fix for https://github.com/Kozea/Radicale/issues/1515 2025-03-29 08:38:16 +01:00
Peter Bieringer
393a26814b extend copyright 2025-03-29 08:37:57 +01:00
Peter Bieringer
ecaed3188c change location of main lock file back to original 2025-03-29 06:57:10 +01:00
Peter Bieringer
c23821ad0c conditionally create missing collection* folders on startup 2025-03-28 07:36:17 +01:00
Peter Bieringer
b744e9658c use collection-root location for lock instead of base directory 2025-03-28 07:35:43 +01:00
Peter Bieringer
3ee5433397 use proper cache location for lock 2025-03-28 07:35:15 +01:00
Peter Bieringer
3eb61a82a6 add support for cwd+path 2025-03-27 08:30:48 +01:00
Peter Bieringer
fb986ea02e fix for flake8 2025-03-27 08:30:22 +01:00
Peter Bieringer
af09d532c3 catch unsupported placeholder 2025-03-27 07:57:28 +01:00
Peter Bieringer
70b66ddfe2 extend copyright 2025-03-27 07:57:13 +01:00
Peter Bieringer
6b83c409d4
Merge pull request #1742 from BastelBaus/patch-2
Update ldap.py
2025-03-26 05:50:28 +01:00
BastelBaus@gmail.com
5d5b12c124 fixed flake8 errors 2025-03-24 22:14:29 +01:00
BastelBaus
2439266d0e
Update ldap.py
Bugfix, user_entry['attributes'][self._ldap_user_attr] is already the string so user_entry['attributes'][self._ldap_user_attr][0] would give only the first character and not the full user attribute
2025-03-24 20:25:51 +01:00
BastelBaus
3af690fcb6
Update ldap.py 2025-03-24 20:13:38 +01:00
BastelBaus
98152062df
Update ldap.py 2025-03-24 20:11:40 +01:00
BastelBaus
bcbf0918a9
Update ldap.py 2025-03-24 20:10:53 +01:00
BastelBaus
f40c4d6e9b
Update config.py 2025-03-24 20:10:10 +01:00
BastelBaus
633dfbc875
Update config.py 2025-03-24 20:09:35 +01:00
BastelBaus
94ad295124
Update config.py
added ldap_authentik_timestamp_hack to config file
2025-03-23 18:08:00 +01:00
BastelBaus
7399286ec9
Update ldap.py
timestamp hack
2025-03-23 18:04:53 +01:00