selfhoster selfhoster selfhoster1312
  • Joined on 2026-06-22
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-19 14:43:48 +02:00
c35bfaeaf8 fix: Initialize DB when it doesn't exist
ccbd97b836 feat: Type-erase Database backend for simpler code
9933990fd3 feat: Implement JSON-backed database
Compare 3 commits »
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-19 12:31:08 +02:00
44c083a8ef refactor: HttpSession/OptionalHttpSession axum extractors
selfhoster1312 pushed to main at selfhoster1312/ldap-rp 2026-09-19 11:47:26 +02:00
62bb76f461 docs: Update README example config (backend user with complete DN)
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-19 11:46:39 +02:00
e28c584b26 feat: Basic user creation form
78df25f150 feat: Basic domain creation form
ae5d466e99 feat: Basic domain admin page
38700ee4cb fix: Domain admin can see domain in home
8a7e644960 feat: List domains user can see on homepage
Compare 7 commits »
selfhoster1312 pushed to main at selfhoster1312/ldap-rp 2026-09-18 20:56:58 +02:00
56c3a29f9f minor: Log bind responses from backend
selfhoster1312 pushed to main at selfhoster1312/ldap-rp 2026-09-18 20:46:13 +02:00
e5bbdd8384 minor: Change timeout to 5s
selfhoster1312 pushed to main at selfhoster1312/ldap-rp 2026-09-18 20:38:14 +02:00
b0294bdc40 fix: Return backend search result DN
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-08 17:24:17 +02:00
1bbdb04dc9 feat: Add embed and noembed feature flags for HTTP assets/templates
dba07912d2 feat: Add ListUsers operation
10548295cd feat: Start implementing roles (and domainless service users)
8c29f1d31f feat: Implement basic (dummy) admin auth
b37c0665d3 minor: Remove unused warnings
Compare 6 commits »
selfhoster1312 pushed to fail-send at selfhoster1312/llldap 2026-09-03 23:21:17 +02:00
5683174746 Workaround
1626fb0624 WHY IS IT NOT WORKING
Compare 2 commits »
selfhoster1312 created branch fail-send in selfhoster1312/llldap 2026-09-03 23:21:17 +02:00
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-03 15:43:28 +02:00
c77223048c feat: Search queries by mail attribute
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-02 13:16:34 +02:00
7527ba7a09 feat: DB operations can fail
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-01 23:56:19 +02:00
0e19117ca4 feat: DB operations can fail
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-01 21:20:16 +02:00
dc239371e9 docs: Mention the project is not production-ready in README
selfhoster1312 created branch main in selfhoster1312/llldap 2026-09-01 21:20:01 +02:00
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-01 21:20:01 +02:00
1dad22fb72 docs: Mention the project is not production-ready in README
b4330b37fa feat: Implement LDAP bind/whoami
bdb5008914 feat: Start dummy in-memory database
1ef02c58dd feat: Implement LdapStream, begin event loop
d30df04064 feat: Initial accept loop
selfhoster1312 created repository selfhoster1312/llldap 2026-09-01 21:19:45 +02:00
selfhoster1312 pushed to main at selfhoster1312/ldap-rp 2026-08-31 20:59:12 +02:00
7ab0898413 refactor: EVERYTHING
selfhoster1312 pushed to main at selfhoster1312/ldap-rp 2026-08-28 12:03:41 +02:00
c746e594ca feat: Search by mail attribute (stalwart compatibility)
a30e9c3dd9 fix: Slightly better error passing to the client
39c70d297e log: Add more info about DN mapping during bind (info log)
2a087f922d feat: Support anonymous bind (for ldapsearch compatibility)
68fddc2de2 test: Add Dn type tests
Compare 5 commits »
selfhoster1312 pushed to main at selfhoster1312/ldap-rp 2026-08-21 15:15:10 +02:00
cfa4b8a437 feat: Support backend socket connections (UDS)