This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.5.0
->1.7.0
Release Notes
owncloud/ocis
v1.7.0
Compare Source
The following sections list the changes for 1.7.0.
Summary
Details
Bugfix - Change the groups index to be case sensitive: #2109
Groups are considered to be case sensitive. The index must handle them case sensitive too
otherwise we will have undeterministic behavior while editing or deleting groups.
fix: make groups index case sensitive owncloud/ocis#2109
Change - Update ownCloud Web to v3.2.0: #2096
Tags: web
We updated ownCloud Web to v3.2.0. Please refer to the changelog (linked) for details on the web
release.
Update web to 3.2.0 owncloud/ocis#2096
https://github.com/owncloud/web/releases/tag/v3.2.0
Enhancement - Enable the s3ng storage driver: #1886
We made it possible to use the new s3ng storage driver by adding according commandline flags and
environment variables.
Integrate the s3ng storage driver owncloud/ocis#1886
Enhancement - Color contrasts on IDP/OIDC login pages: #2088
We have updated the color contrasts on the IDP pages in order to improve accessibility.
Improve color contrasts on IDP login owncloud/ocis#2088
Enhancement - Announce user profile picture capability: #2036
Added a new capability (through Add user profile picture to capabilities cs3org/reva#1694) to prevent the
web frontend from fetching (nonexistent) user avatar profile pictures which added latency &
console errors.
Add profile_picture to user capabilities owncloud/ocis#2036
Enhancement - Update reva to v1.7.1-0.20210531093513-b74a2b156af6: #2104
This reva update includes: * fix move in the owncloud storage
driver * add checksum header to the tus
preflight response * Add reliability
calculations support to Mentix * fix
response format when accepting shares *
Datatx createtransfershare
Release oCIS 1.7.0 Tech Preview owncloud/ocis#2102
update reva to v1.7.1-0.20210531093513-b74a2b156af6 owncloud/ocis#2104
v1.6.0
Compare Source
The following sections list the changes for 1.6.0.
Summary
Details
Bugfix - Fix STORAGE_METADATA_ROOT default value override: #1956
The way the value was being set ensured that it was NOT being overridden where it should have
been. This patch ensures the correct loading order of values.
Change the order where we ser STORAGE_METADATA_ROOT owncloud/ocis#1956
Bugfix - Stop the supervisor if a service fails to start: #1963
Steps to make the supervisor fail:
PROXY_HTTP_ADDR=0.0.0.0:9144 bin/ocis server
Stop supervisor if a service fails to start owncloud/ocis#1963
Change - Update ownCloud Web to v3.1.0: #2045
Tags: web
We updated ownCloud Web to v3.1.0. Please refer to the changelog (linked) for details on the web
release.
Update web to v3.1.0 owncloud/ocis#2045
https://github.com/owncloud/web/releases/tag/v3.1.0
Enhancement - Added dictionary files: #2003
Added the dictionary.js file for package settings and accounts which contains strings that
should be synced to transifex but not exist in the UI directly.
Added dictionary.js for package settings and accounts owncloud/ocis#2003
Enhancement - Introduce login form with h1 tag for screen readers only: #1991
Added h1 for screenreaders owncloud/ocis#1991
Enhancement - User Deprovisioning for the OCS API: #1962
Use the CS3 API and Reva to deprovision users completely.
Two new environment variables introduced: ``` OCS_IDM_ADDRESS OCS_STORAGE_USERS_DRIVER
Enhancement - Support thumbnails for txt files: #1988
Implemented support for thumbnails for txt files in the thumbnails service.
implement thumbnail support for txt files owncloud/ocis#1988
Enhancement - Update reva to v1.7.1-0.20210430154404-69bd21f2cc97: #2010
Update reva to v1.7.1-0.20210430154404-69bd21f2cc97 owncloud/ocis#2010
Enhancement - Update reva to v1.7.1-0.20210507160327-e2c3841d0dbc: #2044
update reva owncloud/ocis#2044
Enhancement - Use oc-select: #1979
Replace oc-drop with oc select in settings
Use oc-select in settings owncloud/ocis#1979
Enhancement - Set SameSite settings to Strict for Web: #2019
Changed SameSite settings to Strict for Web to prevent warnings in Firefox
change samesite settings for web owncloud/ocis#2019
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.