• Joined on 2024-02-21
deon pushed to master at deon/phpldapadmin 2025-03-18 22:04:58 +00:00
7e050954c3 Release v2.0.3
16880cd0e2 Revert "Dont run CI/CD on master"
Compare 2 commits »
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-18 22:04:49 +00:00
6c8fc06afb Revert version to 2.0.3-dev
16880cd0e2 Revert "Dont run CI/CD on master"
Compare 2 commits »
deon pushed to master at deon/phpldapadmin 2025-03-18 21:40:21 +00:00
1f9b2a639d Release v2.0.3
696d87d190 Improve entry validation to only require the first item of multi value attributes
Compare 2 commits »
deon pushed tag 2.0.3 to deon/phpldapadmin 2025-03-18 21:40:21 +00:00
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-18 21:40:06 +00:00
4209f95231 Revert version to 2.0.3-dev
696d87d190 Improve entry validation to only require the first item of multi value attributes
Compare 2 commits »
deon pushed to master at deon/phpldapadmin 2025-03-18 21:03:50 +00:00
87bae89ea3 Fix validation when creating a new entry and not identifying required attributes, broken by 4a84c25
1abc2cc6e1 Move userpassword check to its own modal, leveraging page-modal
1abab9db94 Move DN export to its own modal, leveraging page-modal
410daf649e Squash with Move our page-actions out of the theme...
9666841c3c Move our page-actions out of the theme into frame/dn. Add some attribute tags messages when we cant handle some attributes.
Compare 5 commits »
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-18 12:46:29 +00:00
1e9e140725 Revert version to 2.0.3-dev
87bae89ea3 Fix validation when creating a new entry and not identifying required attributes, broken by 4a84c25
1abc2cc6e1 Move userpassword check to its own modal, leveraging page-modal
1abab9db94 Move DN export to its own modal, leveraging page-modal
410daf649e Squash with Move our page-actions out of the theme...
Compare 7 commits »
deon pushed to master at bbs/clrghouz 2025-03-18 06:26:52 +00:00
2458ca2408 Fix nodelist segment being sent from queue where gethostname() is only a container name, added ability to control filename when sending nodelist segment
3797f3c7c5 Update robots.txt
bbc013a7a0 Fix Delist warning date on subject line of messages
db34b2b641 Highlight packet configuration is not mailer configuration in system/addedit
Compare 4 commits »
deon pushed to master at deon/phpldapadmin 2025-03-15 23:19:49 +00:00
9b33a20cc4 Dont run CI/CD on master
649749f9c1 MD5Update attributes cannot handle validation failures with a redirect back to the form, so restore the old values for now
5d3b8609bb Added an entry with a binary certification to test environment, with example LDIF to implement #75
93640959db Add our request()->root() to our debug page, implement Entry::getSortKeyAttribute()
f667250b2c Some PHP 8.4 deprecration fixes regarding NULL assignment to cast values on class instantiation
Compare 15 commits »
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-15 23:18:52 +00:00
df1641e945 Dont run CI/CD on master
ac821750ef Revert version to 2.0.3-dev
649749f9c1 MD5Update attributes cannot handle validation failures with a redirect back to the form, so restore the old values for now
5d3b8609bb Added an entry with a binary certification to test environment, with example LDIF to implement #75
93640959db Add our request()->root() to our debug page, implement Entry::getSortKeyAttribute()
Compare 13 commits »
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-15 22:38:32 +00:00
2b012b689c Add our request()->root() to our debug page, implement Entry::getSortKeyAttribute()
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-15 22:08:01 +00:00
b3ccb0cecc Add our request()->root() to our debug page
3bf1ed564e Some PHP 8.4 deprecration fixes regarding NULL assignment to cast values on class instantiation
Compare 2 commits »
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-14 12:46:11 +00:00
fc856b973e Add Attribute required by ObjectClasses in schema viewer,
d41f93f2cc Move direct controller direct view calls to route/web, add global $server to use in views, negating the need to use config('server')
f99c96e2a0 Some DN rendering fixes, so that our Server Info renders correctly (aligned values)
366769455f Store our DN and objectclasses in Attribute::class entries, so that we can dynamically calculate is_rdn and required objects (to be implemented)
Compare 4 commits »
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-14 06:14:42 +00:00
9930479a07 Move direct controller direct view calls to route/web, add global $server to use in views, negating the need to use config('server')
788f42ea9e Some DN rendering fixes, so that our Server Info renders correctly (aligned values)
4adcbeeefa Store our DN and objectclasses in Attribute::class entries, so that we can dynamically calculate is_rdn and required objects (to be implemented)
c03ebad60e When creating a new entry, and an RDN attribute has more than 1 input, only take over the first input when selecting the RDN attribute
b30f6fd050 Include LDAP diagnostic error message when we have an LDAP error
Compare 9 commits »
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-12 22:44:28 +00:00
06701de72e Revert version to 2.0.3-dev
7debd9ff2b Node updates to address vulnerabilities in babel/helpers and axios. Framework update too.
49fd9b419a Some jquery selector changes, change some button spans to buttons, set readonly on the form for attribute javascript, fix krbTicketFlags to only be changed when in edit mode
3161fe4fcb Fix password hash select list, was not being editable when choosing edit mode
add3f85812 Improved handling for Kerberous attributes - closes #154
Compare 7 commits »
deon pushed to master at deon/phpldapadmin 2025-03-12 22:35:29 +00:00
49fd9b419a Some jquery selector changes, change some button spans to buttons, set readonly on the form for attribute javascript, fix krbTicketFlags to only be changed when in edit mode
3161fe4fcb Fix password hash select list, was not being editable when choosing edit mode
add3f85812 Improved handling for Kerberous attributes - closes #154
853bd92340 Fix detection of zero values when rendering update NEW/DELETED tags
a56b2d8002 Add some opendj internal attributes. Remove some unused variables in APIController
Compare 5 commits »
deon pushed to master at deon/pla-version 2025-03-12 22:29:41 +00:00
2c1e4543fd Get dev commit details from gitea
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-12 11:52:31 +00:00
3cc577136c Some jquery selector changes, change some button spans to buttons, set readonly on the form for attribute javascript, fix krbTicketFlags to only be changed when in edit mode
b3307835f4 Fix password hash select list, was not being editable when choosing edit mode
babe1f6fc5 Improved handling for Kerberous attributes - closes #154
Compare 3 commits »
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-12 11:28:38 +00:00
240b46aa9e Some jquery selector changes, change some button spans to buttons, set readonly on the form for attribute javascript, fix krbTicketFlags to only be changed when in edit mode
0dd74146cb Fix password hash select list, was not being editable when choosing edit mode
Compare 2 commits »
deon pushed to 2.0-dev at deon/phpldapadmin 2025-03-12 10:29:19 +00:00
55f08bd959 Improved handling for Kerberous attributes - closes #154