This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
Changes in 0.14.0
Summary
- Bugfix - Fix default configuration for accessing shares: #205
- Enhancement - Allow configuring arbitrary storage registry rules: #193
- Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: #454
- Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: #466
Details
-
Bugfix - Fix default configuration for accessing shares: #205
The storage provider mounted at
/home
should always have EnableHome set totrue
. The other
storage providers should have it set tofalse
. -
Enhancement - Allow configuring arbitrary storage registry rules: #193
We added a new config flag
storage-registry-rule
that can be given multiple times for the
gateway to specify arbitrary storage registry rules. You can also use a comma separated list of
rules in theREVA_STORAGE_REGISTRY_RULES
environment variable. -
Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: #454
- Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea - Do not swallow 'not found' errors in
Stat (reva/#1124) - Rewire dav files to the
home storage (reva/#1125) - Do not restore
recycle entry on purge (reva/#1099) -
Allow listing the trashbin (reva/#1091) -
Restore and delete trash items via ocs
(reva/#1103) - Ensure ignoring public
stray shares (reva/#1090) - Ensure
ignoring stray shares (reva/#1064) -
Minor fixes in reva cmd, gateway uploads and smtpclient
(reva/#1082) - Owncloud driver -
propagate mtime on RemoveGrant
(reva/#1115) - Handle redirection
prefixes when extracting destination from URL
(reva/#1111) - Add UID and GID in ldap auth
driver (reva/#1101) - Add calens check to
verify changelog entries in CI
(reva/#1077) - Refactor Reva CLI with
prompts (reva/#1072) - Get file info
using fxids from EOS (reva/#1079) - Update
LDAP user driver (reva/#1088) - System
information metrics cleanup
(reva/#1114) - System information
included in Prometheus metrics
(reva/#1071) - Add logic for resolving
storage references over webdav
(reva/#1094)
- Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea - Do not swallow 'not found' errors in
-
Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: #466
- Update reva to v1.2.1-0.20200911111727-51649e37df2d - Added new OCIS storage driver ocis
(reva/#1155) - App provider: fallback to
env. variable if 'iopsecret' unset
(reva/#1146) - Add switch to database
(reva/#1135) - Add the ocdav HTTP svc to the
standalone config (reva/#1128)
- Update reva to v1.2.1-0.20200911111727-51649e37df2d - Added new OCIS storage driver ocis