Skip to content

Releases: be-ys-cloud/dory-server

v3.0.1

Choose a tag to compare

@limsedan limsedan released this 12 Nov 10:30

Fixes:

  • Header From in mail sending

v3.0.0

Choose a tag to compare

@teapot9 teapot9 released this 22 Sep 17:49
v3.0.0
deed44a

Breaking changes:

  • The /config endpoint has changed and will return two keys
    features and password_policies instead of directly returning the
    features. This breaks compatibility and requires frontend upgrade to
    v1.3.0. No configuration change is required.

Changes:

  • Add password policies to configuration for display on frontend.

v2.0.1

Choose a tag to compare

@limsedan limsedan released this 09 Jan 16:39
  • Added enable_audit feature (default to false) : logs every successful action with name field

v2.0.0

Choose a tag to compare

@florian-forestier florian-forestier released this 05 Oct 21:50
e11b268
  • Now supports TOTP !
  • Some endpoints have moved ! This might break your clients.
  • Defaut email templates are now EN + FR and includes legal disclaimer
  • Added feature flipping : enable or disable functions depending on your needs
  • Added a /config endpoint to enable clients to reconfigure themselves automatically.

v1.1.0

Choose a tag to compare

@florian-forestier florian-forestier released this 04 Oct 00:11
b3b53dc
  • Now supporting OpenLDAP as LDAP server
  • Mailer can avoid TLS verification, useful for internal or test mail server.