21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 19, 2025 — Jul 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Alterantive implementation to PR#470 - to not store LDAP_PASSWORD as a clear text value
wurley
as Deon George
More... 3 days ago
Update gitea CI/CD build configuration
wurley
as Deon George
More... 24 days ago
Update README now Samba Active Directory has been tested. Also optimise images
wurley
as Deon George
More... 24 days ago
Ensure we remove user details when login limit by LDAP_LOGIN_OBJECTCLASS fails validation. Extra debugging for logging in.
wurley
as Deon George
More... 2 months ago
Fixes required for samba, when an entry doesnt have an objectclass
wurley
as Deon George
More... 2 months ago
Release 2.3.11
wurley
as Deon George
More... 2 months ago
Add xpass to docker container, required for YESCRYPT passwords
wurley
as Deon George
More... 2 months ago
Change from using equality matches to syntax matches for generic attributes. Fix placement of dotkey for attribute render() functions. Added OctetString for samba DS
wurley
as Deon George
More... 2 months ago
Treat no_user_modifiable attributes as internal
wurley
as Deon George
More... 2 months ago
Rename custom.js functions with better descriptive function names, no functional changes
wurley
as Deon George
More... 2 months ago
Move fancytree javascript to the sidebar blade.
wurley
as Deon George
More... 2 months ago
Move sidebar resize javascript to the sidebar blade.
wurley
as Deon George
More... 2 months ago
Move oc_rendered() to custom.js, and render an input for read_only attributes so that javascript can still pluck out their values. Needed because smblds' schema has objectclass as non-user-modifiable, but we need to know the OCs when adding new attributes
wurley
as Deon George
More... 2 months ago
Fix caused by 744678d when creating an entry without a template.
wurley
as Deon George
More... 2 months ago
Fix YESCRYPT storing passwords in LDAP - it should use the CRYPT schema
wurley
as Deon George
More... 2 months ago
Release 2.3.10
wurley
as Deon George
More... 2 months ago
Framework updates and node_modules updates. Changes to dockerfile to collapse upstream base image
wurley
as Deon George
More... 3 months ago
Fix javascript on krbticketflags, stopping the first line from being editable when not in edit mode
wurley
as Deon George
More... 3 months ago
Add support for virtual attributes, like pwdReset when ppolicy is being used, enabling setting of those attributes. Closes #416, Closes #443
wurley
as Deon George
More... 3 months ago
CSS fixes for when select2 boxes are used with userpassword and templates
wurley
as Deon George
More... 3 months ago
Implement PickList from pla v1.x. Fix error message for select boxes. Closes #434
wurley
as Deon George
More... 3 months ago
Sort children by their DN as a minimum. #301
wurley
as Deon George
More... 3 months ago
Enable returning the parent's sub_str_rule if the entry doesnt have one, but has a parent with one. Closes #449
wurley
as Deon George
More... 3 months ago
Update for cab7b668 incase updates are permitted and performed by an non-logged in user
wurley
as Deon George
More... 3 months ago
Fix new template, adding first and additional values to a new member attribute Fix new template, removing last entry Fix adding member attribute to an existing form
wurley
as Deon George
More... 3 months ago
Framework updates and node_modules updates
wurley
as Deon George
More... 3 months ago
If the logged in user changes their own password, force them to login again. Closes #452
wurley
as Deon George
More... 3 months ago
Add support for Yescrypt passwords
wurley
as Deon George
More... 3 months ago
Reverting change in 4b210c3c to md5 attributes. When matching the attribute via an MD5 only value in a form, we need to base64_encode it as if it was submitted.
wurley
as Deon George
More... 3 months ago
Enable configuring trusted proxies via a APP_TRUST_PROXIES variable, or a key/value in .env. Closes #446
wurley
as Deon George
More... 3 months ago