Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #221 from owncloud/update-ocis-reva-for-sharing-fixes
Browse files Browse the repository at this point in the history
Update reva to v0.1.1-0.20200520150229
  • Loading branch information
Vincent Petry authored May 25, 2020
2 parents 2b94f09 + b035292 commit 2be681b
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 11 deletions.
1 change: 1 addition & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def apiTests(ctx):
'REVA_SHARING_USER_JSON_FILE': '/srv/app/tmp/reva/shares.json'
},
'commands': [
'apk add mailcap',
'mkdir -p /srv/app/tmp/reva',
'bin/ocis-reva gateway &',
'bin/ocis-reva users &',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
Enhancement: update reva to v0.1.1-0.20200518061204
Enhancement: update reva to v0.1.1-0.20200520150229

- Update reva to v0.1.1-0.20200518061204 (#161, #180, #192, #207)
- Fix custom property XML parsing in PROPPATCH handler (#203, reva/#743)
- Fix PROPPATCH response for removed properties (#186, reva/#742)
- Update reva to v0.1.1-0.20200520150229 (#161, #180, #192, #207, #221)
- Return arbitrary metadata with stat, upload without TUS (reva/#766)
- Stat file before returning datagateway URL when initiating download (reva/#765)
- REST driver for user package (reva/#747)
- Sharing behavior now consistent with the old backend (#20, #26, #43, #44, #46, #94 ,reva/#748)
- Mentix service (reva/#755)
- meshdirectory: add mentix driver for gocdb sites integration (reva/#754)
- Add functionality to commit to storage for OCM shares (reva/#760)
- Add option in config to disable tus (reva/#759)
- ocdav: fix custom property XML parsing in PROPPATCH handler (#203, reva/#743)
- ocdav: fix PROPPATCH response for removed properties (#186, reva/#742)
- ocdav: implement PROPFIND infinity depth (#212, reva/#758)
- Local fs: Allow setting of arbitrary metadata, minor bug fixes (reva/#764)
- Local fs: metadata handling and share persistence (reva/#732)
- Local fs: return file owner info in stat (#750)
- Local fs: return file owner info in stat (reva/#750)
- Fixed regression when uploading empty files to OCFS or EOS with PUT and TUS (#188, reva/#734)
- On delete move the file versions to the trashbin (#94, reva/#731)
- Fix OCFS move operation (#182, reva/#729)
Expand All @@ -25,6 +35,21 @@ https://github.com/owncloud/ocis-reva/pull/161
https://github.com/owncloud/ocis-reva/pull/180
https://github.com/owncloud/ocis-reva/pull/192
https://github.com/owncloud/ocis-reva/pull/207
https://github.com/owncloud/ocis-reva/pull/221
https://github.com/cs3org/reva/pull/766
https://github.com/cs3org/reva/pull/765
https://github.com/cs3org/reva/pull/755
https://github.com/cs3org/reva/pull/754
https://github.com/owncloud/ocis-reva/issues/20
https://github.com/owncloud/ocis-reva/issues/26
https://github.com/owncloud/ocis-reva/issues/43
https://github.com/owncloud/ocis-reva/issues/44
https://github.com/owncloud/ocis-reva/issues/46
https://github.com/owncloud/ocis-reva/issues/94
https://github.com/cs3org/reva/pull/747
https://github.com/cs3org/reva/pull/748
https://github.com/cs3org/reva/pull/760
https://github.com/cs3org/reva/pull/759
https://github.com/cs3org/reva/pull/678
https://github.com/owncloud/ocis-reva/issues/26
https://github.com/cs3org/reva/pull/696
Expand All @@ -40,17 +65,20 @@ https://github.com/cs3org/reva/pull/713
https://github.com/owncloud/ocis-reva/issues/57
https://github.com/cs3org/reva/pull/720
https://github.com/cs3org/reva/pull/718
https://github.com/owncloud/ocis-reva/issue/94
https://github.com/owncloud/ocis-reva/issues/94
https://github.com/cs3org/reva/pull/731
https://github.com/owncloud/ocis-reva/issue/188
https://github.com/owncloud/ocis-reva/issues/188
https://github.com/cs3org/reva/pull/734
https://github.com/owncloud/ocis-reva/issue/182
https://github.com/owncloud/ocis-reva/issues/182
https://github.com/cs3org/reva/pull/729
https://github.com/cs3org/reva/pull/728
https://github.com/cs3org/reva/pull/730
https://github.com/owncloud/ocis-reva/issue/186
https://github.com/owncloud/ocis-reva/issues/212
https://github.com/cs3org/reva/pull/758
https://github.com/owncloud/ocis-reva/issues/186
https://github.com/cs3org/reva/pull/742
https://github.com/owncloud/ocis-reva/issue/203
https://github.com/cs3org/reva/pull/764
https://github.com/owncloud/ocis-reva/issues/203
https://github.com/cs3org/reva/pull/743
https://github.com/cs3org/reva/pull/732
https://github.com/cs3org/reva/pull/750
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cs3org/reva v0.1.1-0.20200518061204-dd26e9bf62cd
github.com/cs3org/reva v0.1.1-0.20200520150229-ce94fda7436f
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ github.com/aws/aws-sdk-go v1.30.21/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZve
github.com/aws/aws-sdk-go v1.30.22/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.30.25/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.30.29/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.31.1/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f/go.mod h1:AuiFmCCPBSrqvVMvuqFuk0qogytodnVFVSN5CeJB8Gc=
github.com/beevik/ntp v0.2.0/go.mod h1:hIHWr+l3+/clUnF44zdK+CWW7fO8dR5cIylAQ76NRpg=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down Expand Up @@ -162,6 +163,8 @@ github.com/cs3org/reva v0.1.1-0.20200512135421-3aa67e818a8d h1:lDNY2AnYNY2RLlKeb
github.com/cs3org/reva v0.1.1-0.20200512135421-3aa67e818a8d/go.mod h1:YIgUciBl5fg6xhV+ZPWkfWlc5H4wjXg/8+ngIYPzvKI=
github.com/cs3org/reva v0.1.1-0.20200518061204-dd26e9bf62cd h1:Q9/Va5jNmHH7msuSOHxIz3fZXv2FLLHZrGjOb5d6wgg=
github.com/cs3org/reva v0.1.1-0.20200518061204-dd26e9bf62cd/go.mod h1:XGcK/IC3PQ+C8pKlkfDbGbFKSeN8D2FV6qlwaR35rCY=
github.com/cs3org/reva v0.1.1-0.20200520150229-ce94fda7436f h1:SXxBH0dzdQMRkvKqVUdKPoVszngCmJQgYhy0xtCN9qk=
github.com/cs3org/reva v0.1.1-0.20200520150229-ce94fda7436f/go.mod h1:fVZ7IXTQaxNit5Q9yA+x6ciJmUpEHgBrxtwmiGGBY40=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 2be681b

Please sign in to comment.