Skip to content

2.0.0

Choose a tag to compare

@benapetr benapetr released this 24 Jul 13:41
· 52 commits to master since this release

See https://github.com/benapetr/dnsphpadmin/blob/master/README.md and our wiki here on github for manual. Use issue tracker here to get support.

CHANGELOG:

  • Upgraded to latest jQuery (3.7.1)
  • Upgraded to latest Bootstrap (5.3.7)
  • Minor UI refactoring
  • Implemented automated dark-mode (based on browser settings)
  • Refactored API authentication system - after login you now receive bearer token that can be used in authorization header instead of using cookie (cookies are still supported for backwards compatibility)
  • Implemented new authentication mechanism, besides LDAP you can now create a passwd style database
  • Implemented CLI tool for userdb management