selfhoster selfhoster selfhoster1312
  • Joined on 2026-06-22
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-22 14:59:32 +02:00
7b5b66f891 fix: Fix embed feature flag and document in README
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-22 14:45:36 +02:00
305e9a3269 minor: Allow compiling on rust stable (Never type not stabilized yet)
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-21 21:18:01 +02:00
a60434e662 ux: More style (bulma / fork-awesome) for logged in users
1d09019875 docs: More TODO docs
Compare 2 commits »
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-21 19:00:23 +02:00
3fef299dea docs: Start design for aliases
ddb82171e3 docs: More TODO
a2653c9e77 ux: Better responsive design (not great yet)
Compare 3 commits »
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-21 15:40:04 +02:00
e32b4bfb82 refactor: Reuse typed LDAP attributes in search results
586faccc7c feat: Support case-insensitive LDAP attributes in search
Compare 2 commits »
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-21 11:58:41 +02:00
ec36ea9116 feat: Implement basic user search beyond mail attribute
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-20 18:28:04 +02:00
ace9515f6e minor: Add objectclass in user search response
selfhoster1312 pushed to main at selfhoster1312/llldap 2026-09-20 18:23:10 +02:00
89995a0386 fix: Include (empty) group memberof info in user search results
63e55f814f feat: Redirect to requested URL after login
c28b25d8d9 logs: Reduce debug log spam (don't replicate the whole message every line)
1e0b9ac166 fix: Properly load/save DB and stop creating dummy users
Compare 4 commits »
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 created branch fail-send in selfhoster1312/llldap 2026-09-03 23:21:17 +02:00
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 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