21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
During create we were passing the wrong objectlcasses to the ajax call when adding a new attribute.
wurley
as Deon George
More... 4 months ago
When submitting an import form and validation fails, there is no DN returned, so dont update one.
wurley
as Deon George
More... 4 months ago
Revert version to 2.2.0-dev
wurley
as Deon George
More... 4 months ago
Release v2.1.0
wurley
as Deon George
More... 4 months ago
Laravel framework and javascript modules update
wurley
as Deon George
More... 4 months ago
Capture PLA version when submitting a bug report
wurley
as Deon George
More... 4 months ago
Create config.yml to disable blank issues reporting
wurley
as Deon George
More... 4 months ago
Change Attribute/UserCertificate into Syntax/Certificate for any Certificate attributes. Add Syntax/CertificateList.
wurley
as Deon George
More... 4 months ago
When viewing the schema, highlight Structural and non-Structural classes
wurley
as Deon George
More... 4 months ago
Removing debugging that made it into LDIF import
wurley
as Deon George
More... 4 months ago
Fix rendering new attributes, so that they dont render as dynamic. Fix adding new objectClasses to entries, need langtag to render the component
wurley
as Deon George
More... 4 months ago
Fix for showing no_lang_tag attrs (which are displayed without values) on a lang_tag attr pane when viewing a DN
wurley
as Deon George
More... 4 months ago
Dont add hints for internal attributes. Our hints now also returns a collection.
wurley
as Deon George
More... 4 months ago
When rendering dynamic attributes, dont make them editable. Closes #10 and #89. Also some minor fixes when returning from a post for a DN with attribute tags.
wurley
as Deon George
More... 4 months ago
Add support for displaying user certificates, that are recorded in the directory with a ;binary tag. Closes #75
wurley
as Deon George
More... 4 months ago
Ensure our validation message is shown when not selecting an objectclass when creating a new entry
wurley
as Deon George
More... 4 months ago
Add OID description for searchguide attributes
wurley
as Deon George
More... 4 months ago
More ldap configuration settings for demo ldap environment. Should help when working on #10, #89, #287.
wurley
as Deon George
More... 4 months ago
Move entry-edit javascript out of architect theme
wurley
as Deon George
More... 4 months ago
Fix User Password Check now that we have attribute tags
wurley
as Deon George
More... 4 months ago
Improved determination of attribute object being dirty, improved detection of blank input and processing
wurley
as Deon George
More... 4 months ago
Validation of inputs for a DN with language tags - work for #16
wurley
as Deon George
More... 4 months ago
Make select automatically selecting one item when there is only one configurable
wurley
as Deon George
More... 4 months ago
Update page_actions to be consistent with what we can do so far
wurley
as Deon George
More... 4 months ago
Attribute is no longer iterable - cant be used now that we manage attribute tags
wurley
as Deon George
More... 4 months ago
Render HTML inputs for a DN with language tags - work for #16
wurley
as Deon George
More... 4 months ago
Ensure that Attribute::required() doesnt work with NULL $this->schema. Avoids issue as reported by #306
wurley
as Deon George
More... 4 months ago
Display a DN entry with language tags - work for #16
wurley
as Deon George
More... 4 months ago
Further to eab4f04 we need some attributes to render tree icons
wurley
as Deon George
More... 4 months ago
No need to retrieve all records by default when getting children. By default sort records by DN until we implemented configurable sorting. Should help the timeout issues reported in #301
wurley
as Deon George
More... 4 months ago