ownCloud Infinite Scale
The new cloud-native file sync and share platform from ownCloud
Alternative to: dropbox, google drive, box
v4.0.2
2023-10-06Changes 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
- Bugfix cs3org/reva#4194: Make appctx package compatible with go v1.21
- Bugfix cs3org/reva#4214: Always pass adjusted default nats options
-
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
-
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 https://github.com/owncloud/ocis/pull/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.
-
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
We reintroduced the USERS_LDAP_USER_SCHEMA_ID variable which was accidently removed from the users service with the 4.0.0 release.
https://github.com/owncloud/ocis/issues/7312 https://github.com/owncloud/ocis-charts/issues/397
-
Enhancement - Add OCIS_LDAP_BIND_PASSWORD as replacement for LDAP_BIND_PASSWORD: #7176
The enviroment variable
OCIS_LDAP_BIND_PASSWORDwas added to be more consistent with all other global LDAP variables.LDAP_BIND_PASSWORDis deprecated now and scheduled for removal with the 5.0.0 release.We also deprecated
LDAP_USER_SCHEMA_ID_IS_OCTETSTRINGfor removal with 5.0.0. The replacement for it isOCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING.