github owncloud/ocis v4.0.2-rc.1
4.0.2-rc.1

latest releases: v6.4.0, v5.0.7, v5.0.7-rc.1...
pre-release11 months ago

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

    https://github.com/owncloud/enterprise/issues/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

Don't miss a new ocis release

NewReleases is sending notifications on new releases.