mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-19 11:32:30 -05:00
docs: forward port changelog to master
This commit is contained in:
5
changelog/4.0.1_2023-09-01/fix-search.md
Normal file
5
changelog/4.0.1_2023-09-01/fix-search.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix: Disallow sharee to search sharer files outside the share
|
||||
|
||||
When a file was shared with user(sharee) and the sharee searched the shared file the response contained unshared resources as well.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7184
|
||||
6
changelog/4.0.2_2023-09-28/bump-reva.md
Normal file
6
changelog/4.0.2_2023-09-28/bump-reva.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Bugfix: Bump reva to 2.16.1
|
||||
|
||||
* Bugfix [cs3org/reva#4194](https://github.com/cs3org/reva/pull/4194): Make appctx package compatible with go v1.21
|
||||
* Bugfix [cs3org/reva#4214](https://github.com/cs3org/reva/pull/4214): Always pass adjusted default nats options
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7350
|
||||
@@ -0,0 +1,6 @@
|
||||
Bugfix: Do not reset received share state to pending
|
||||
|
||||
We fixed a problem where the states of received shares were reset to PENDING
|
||||
in the "ocis migrate rebuild-jsoncs3-indexes" command
|
||||
|
||||
https://github.com/owncloud/ocis/issues/7319
|
||||
@@ -0,0 +1,6 @@
|
||||
Bugfix: Check school number for duplicates before adding a school
|
||||
|
||||
We fixed an issue that allowed to create two schools with the same school number
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7351
|
||||
https://github.com/owncloud/enterprise/issues/6051
|
||||
@@ -0,0 +1,6 @@
|
||||
Bugfix: Disable username validation for keycloak example
|
||||
|
||||
Set 'GRAPH_USERNAME_MATCH' to 'none'. To accept any username that is
|
||||
also valid for keycloak.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7230
|
||||
3
changelog/4.0.2_2023-09-28/fix-skip-user-info-option.md
Normal file
3
changelog/4.0.2_2023-09-28/fix-skip-user-info-option.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Bugfix: actually pass PROXY_OIDC_SKIP_USER_INFO option to oidc client middleware
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7220
|
||||
@@ -0,0 +1,7 @@
|
||||
Bugfix: Bring back the USERS_LDAP_USER_SCHEMA_ID variable
|
||||
|
||||
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
|
||||
@@ -0,0 +1,11 @@
|
||||
Enhancement: Add OCIS_LDAP_BIND_PASSWORD as replacement for LDAP_BIND_PASSWORD
|
||||
|
||||
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`.
|
||||
|
||||
https://github.com/owncloud/ocis/issues/7176
|
||||
5
changelog/4.0.3_2023-11-24/access-token-issuer.md
Normal file
5
changelog/4.0.3_2023-11-24/access-token-issuer.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Enhancement: Support spec violating AD FS access token issuer
|
||||
|
||||
AD FS `/adfs/.well-known/openid-configuration` has an optional `access_token_issuer` which, in violation of the OpenID Connect spec, takes precedence over `issuer`.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7138
|
||||
6
changelog/4.0.3_2023-11-24/bump-reva.md
Normal file
6
changelog/4.0.3_2023-11-24/bump-reva.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Bugfix: Bump reva to 2.16.2
|
||||
|
||||
* Bugfix [cs3org/reva#4251](https://github.com/cs3org/reva/pull/4251): ldap: fix GetUserByClaim for binary encoded UUIDs
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7512
|
||||
https://github.com/owncloud/ocis/issues/7469
|
||||
13
changelog/4.0.3_2023-11-24/bump-web-7.1.2.md
Normal file
13
changelog/4.0.3_2023-11-24/bump-web-7.1.2.md
Normal file
@@ -0,0 +1,13 @@
|
||||
Enhancement: Update web to v7.1.2
|
||||
|
||||
Tags: web
|
||||
|
||||
We updated ownCloud Web to v7.1.2. Please refer to the changelog (linked) for details on the web release.
|
||||
|
||||
## Summary
|
||||
* Bugfix [owncloud/web#9833](https://github.com/owncloud/web/pull/9833): Resolving external URLs
|
||||
* Bugfix [owncloud/web#9868](https://github.com/owncloud/web/pull/9868): Respect "details"-query on private links
|
||||
* Bugfix [owncloud/web#9913](https://github.com/owncloud/web/pull/9913): Private link resolving via share jail ID
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7798
|
||||
https://github.com/owncloud/web/releases/tag/v7.1.2
|
||||
@@ -0,0 +1,6 @@
|
||||
Bugfix: Token storage config fixed
|
||||
|
||||
The token storage config in the config.json for web was missing when it was set to `false`.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7546
|
||||
https://github.com/owncloud/ocis/issues/7462
|
||||
7
changelog/4.0.4_2023-12-07/update-reva.md
Normal file
7
changelog/4.0.4_2023-12-07/update-reva.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Enhancement: update reva to improve trashbin listing
|
||||
|
||||
## Changelog for reva 2.13.3
|
||||
|
||||
* Enhancement [cs3org/reva#4377](https://github.com/cs3org/reva/pull/4377): Handle trashbin file listings concurrently
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7858
|
||||
Reference in New Issue
Block a user