Skip to content

4.0.2

Compare
Choose a tag to compare
@ownclouders ownclouders released this 06 Oct 14:18
· 2984 commits to master since this release
v4.0.2
1fa8c26

Changes in 4.0.2

Summary

  • Bugfix - Bump reva to 2.16.1: #7350
  • Bugfix - Do not reset received share state to pending: #7319
  • Bugfix - Check school number for duplicates before adding a school: #7351
  • Bugfix - Disable username validation for keycloak example: #7230
  • Bugfix - Actually pass PROXY_OIDC_SKIP_USER_INFO option to oidc client middleware: #7220
  • Bugfix - Bring back the USERS_LDAP_USER_SCHEMA_ID variable: #7312
  • Enhancement - Add OCIS_LDAP_BIND_PASSWORD as replacement for LDAP_BIND_PASSWORD: #7176

Details

  • Bugfix - Bump reva to 2.16.1: #7350

    #7350

  • Bugfix - Do not reset received share state to pending: #7319

    We fixed a problem where the states of received shares were reset to PENDING in the "ocis migrate
    rebuild-jsoncs3-indexes" command

    #7319

  • Bugfix - Check school number for duplicates before adding a school: #7351

    We fixed an issue that allowed to create two schools with the same school number

    owncloud/enterprise#6051
    #7351

  • Bugfix - Disable username validation for keycloak example: #7230

    Set 'GRAPH_USERNAME_MATCH' to 'none'. To accept any username that is also valid for keycloak.

    #7230

  • Bugfix - Actually pass PROXY_OIDC_SKIP_USER_INFO option to oidc client middleware: #7220

    #7220

  • Bugfix - Bring back the USERS_LDAP_USER_SCHEMA_ID variable: #7312

    We reintroduced the USERS_LDAP_USER_SCHEMA_ID variable which was accidently removed from
    the users service with the 4.0.0 release.

    #7312
    owncloud/ocis-charts#397

  • Enhancement - Add OCIS_LDAP_BIND_PASSWORD as replacement for LDAP_BIND_PASSWORD: #7176

    The enviroment variable OCIS_LDAP_BIND_PASSWORD was added to be more consistent with all
    other global LDAP variables.

    LDAP_BIND_PASSWORD is deprecated now and scheduled for removal with the 5.0.0 release.

    We also deprecated LDAP_USER_SCHEMA_ID_IS_OCTETSTRING for removal with 5.0.0. The
    replacement for it is OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING.

    #7176