1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-28 14:42:55 +02:00
ldapcherry/ChangeLog.rst
kakwa e981451431 fix notification adding error
The test on whether the user notification queue existed or not was just wrong.
2015-11-08 20:15:48 +01:00

969 B

Dev

  • [fix ] notifications missing in case of multiple notification waiting to be displayed

Version 0.2.2

  • [fix ] fix pypi release
  • [impr] better error/log messages

Version 0.2.1

  • [fix ] fix doc

Version 0.2.0

  • [feat] custom error messages for ppolicy error in forms
  • [feat] add visual notifications after actions
  • [impr] code reorganization
  • [impr] better unit tests on the demo backend
  • [impr] better unit tests on authentication

Version 0.1.0

  • [feat] add demo backend
  • [feat] add custom javascript hook
  • [feat] add documentation for backends
  • [feat] add the Active Directory backend
  • [feat] add display name parameter for backends
  • [fix ] fix many encoding error in LDAP backend
  • [fix ] fix dn renaming of an entry in LDAP backend
  • [impr] turn-off configuration monitoring
  • [impr] better exception handling and debugging logs

Version 0.0.1

  • [misc] first release