From a1079ec33eaacabcf1eae957af4baf491b8cd033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 24 Sep 2020 12:02:55 +0200 Subject: [PATCH 1/4] update reva to v1.2.2-0.20200924071957-e6676516e61e MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .../unreleased/update-reva-to-20200924.md | 11 ++ ocis-reva/go.mod | 4 +- ocis-reva/go.sum | 121 +++++++----------- 3 files changed, 61 insertions(+), 75 deletions(-) create mode 100644 ocis-reva/changelog/unreleased/update-reva-to-20200924.md diff --git a/ocis-reva/changelog/unreleased/update-reva-to-20200924.md b/ocis-reva/changelog/unreleased/update-reva-to-20200924.md new file mode 100644 index 00000000000..955165e4512 --- /dev/null +++ b/ocis-reva/changelog/unreleased/update-reva-to-20200924.md @@ -0,0 +1,11 @@ +Enhancement: update reva to v1.2.2-0.20200924071957-e6676516e61e + +- Update reva to v1.2.2-0.20200924071957-e6676516e61e +- eos client: Handle eos EPERM as permission denied [(reva/#1183)](https://github.com/cs3org/reva/pull/1183) +- ocis driver: synctime based etag propagation [(reva/#1180)](https://github.com/cs3org/reva/pull/1180) +- ocis driver: fix litmus [(reva/#1179)](https://github.com/cs3org/reva/pull/1179) +- ocis driver: fix move [(reva/#1177)](https://github.com/cs3org/reva/pull/1177) +- ocs service: cache displaynames [(reva/#1161)](https://github.com/cs3org/reva/pull/1161) + +https://github.com/owncloud/ocis/pull/601 + diff --git a/ocis-reva/go.mod b/ocis-reva/go.mod index b2fb8990a18..a2ffb75aede 100644 --- a/ocis-reva/go.mod +++ b/ocis-reva/go.mod @@ -3,7 +3,7 @@ module github.com/owncloud/ocis/ocis-reva go 1.13 require ( - github.com/cs3org/reva v1.2.1-0.20200911111727-51649e37df2d + github.com/cs3org/reva v1.2.2-0.20200924071957-e6676516e61e github.com/gofrs/uuid v3.3.0+incompatible github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect github.com/micro/cli/v2 v2.1.2 @@ -11,10 +11,8 @@ require ( github.com/oklog/run v1.0.0 github.com/owncloud/flaex v0.0.0-20200411150708-dce59891a203 github.com/owncloud/ocis/ocis-pkg v0.0.0-20200918114005-1a0ddd2190ee - github.com/pelletier/go-toml v1.6.0 // indirect github.com/restic/calens v0.2.0 github.com/spf13/viper v1.6.3 - gopkg.in/ini.v1 v1.51.1 // indirect ) replace github.com/owncloud/ocis/ocis-pkg => ../ocis-pkg diff --git a/ocis-reva/go.sum b/ocis-reva/go.sum index d4e4359e3a0..4b4df17080c 100644 --- a/ocis-reva/go.sum +++ b/ocis-reva/go.sum @@ -66,9 +66,7 @@ github.com/Masterminds/sprig/v3 v3.0.1/go.mod h1:Cp7HwZjmqKrC+Y7XqSJOU2yRvAJRGLi github.com/Masterminds/sprig/v3 v3.1.0 h1:j7GpgZ7PdFqNsmncycTHsLmVPf5/3wJtlgW9TNDYD9Y= github.com/Masterminds/sprig/v3 v3.1.0/go.mod h1:ONGMf7UfYGAbMXCZmQLy8x3lCDIPrEZE/rU8pmrbihA= github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= -github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5/go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw= -github.com/Microsoft/hcsshim v0.8.6/go.mod h1:Op3hHsoHPAvb6lceZHDtd9OkTew38wNoXnJs8iY7rUg= github.com/Microsoft/hcsshim v0.8.7-0.20191101173118-65519b62243c/go.mod h1:7xhjOwRV2+0HXGmM0jxaEu+ZiXJFoVZOTfL/dmqbrD8= github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= @@ -98,6 +96,8 @@ github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a h1:idn718Q4 github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06GQ59hwDQAvmK1qxOQGB3WuVTRoY0okPTAv0= github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg= +github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY= +github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg= github.com/ascarter/requestid v0.0.0-20170313220838-5b76ab3d4aee h1:3T/l+vMotQ7cDSLWNAn2Vg1SAQ3mdyLgBWWBitSS3uU= github.com/ascarter/requestid v0.0.0-20170313220838-5b76ab3d4aee/go.mod h1:u7Wtt4WATGGgae9mURNGQQqxAudPKrxfsbSDSGOso+g= github.com/aws/aws-sdk-go v1.20.1/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= @@ -108,7 +108,6 @@ github.com/aws/aws-sdk-go v1.34.12 h1:7UbBEYDUa4uW0YmRnOd806MS1yoJMcaodBWDzvBShA github.com/aws/aws-sdk-go v1.34.12/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0= github.com/aws/aws-xray-sdk-go v0.9.4/go.mod h1:XtMKdBQfpVut+tJEwI7+dJFRxxRdxHDyVNp2tHXRq04= 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= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= @@ -119,13 +118,10 @@ github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvF github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4= github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 h1:y4B3+GPxKlrigF1ha5FFErxK+sr6sWxQovRMzwMhejo= github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c= -github.com/bwmarrin/discordgo v0.19.0/go.mod h1:O9S4p+ofTFwB02em7jkpkV8M3R0/PUVOwN61zSZ0r4Q= -github.com/bwmarrin/discordgo v0.20.1/go.mod h1:O9S4p+ofTFwB02em7jkpkV8M3R0/PUVOwN61zSZ0r4Q= github.com/bwmarrin/discordgo v0.20.2/go.mod h1:O9S4p+ofTFwB02em7jkpkV8M3R0/PUVOwN61zSZ0r4Q= github.com/c-bata/go-prompt v0.2.3/go.mod h1:VzqtzE2ksDBcdln8G7mk2RX9QyGjH+OVqOCSiVIqS34= github.com/caddyserver/certmagic v0.10.6/go.mod h1:Y8jcUBctgk/IhpAzlHKfimZNyXCkfGgRTC0orl8gROQ= github.com/cenkalti/backoff v2.1.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= -github.com/cenkalti/backoff/v3 v3.0.0/go.mod h1:cIeZDE3IrqwwJl6VUwCN6trj1oXrTS4rc0ij+ULvLYs= github.com/cenkalti/backoff/v4 v4.0.0/go.mod h1:eEew/i+1Q6OrCDZh3WiXYv3+nJwBASZ8Bog/87DQnVg= github.com/census-instrumentation/opencensus-proto v0.2.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= @@ -162,7 +158,6 @@ github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkE github.com/coreos/bbolt v1.3.3/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= -github.com/coreos/etcd v3.3.17+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/etcd v3.3.18+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= github.com/coreos/go-oidc v2.2.1+incompatible h1:mh48q/BqXqgjVHpy2ZY7WnWAbenxRjsz9N1i1YxjHAk= @@ -179,27 +174,31 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d h1:U+s90UTSY github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0 h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cs3org/cato v0.0.0-20200626150132-28a40e643719/go.mod h1:XJEZ3/EQuI3BXTp/6DUzFr850vlxq11I6satRtz0YQ4= +github.com/cs3org/cato v0.0.0-20200828125504-e418fc54dd5e/go.mod h1:XJEZ3/EQuI3BXTp/6DUzFr850vlxq11I6satRtz0YQ4= github.com/cs3org/go-cs3apis v0.0.0-20200730121022-c4f3d4f7ddfd/go.mod h1:UXha4TguuB52H14EMoSsCqDj7k8a/t7g4gVP+bgY5LY= github.com/cs3org/go-cs3apis v0.0.0-20200810113633-b00aca449666 h1:E7VsSSN/2YZLSwrDMJJdAWU11lP7W1qkcXbrslb0PM0= github.com/cs3org/go-cs3apis v0.0.0-20200810113633-b00aca449666/go.mod h1:UXha4TguuB52H14EMoSsCqDj7k8a/t7g4gVP+bgY5LY= github.com/cs3org/reva v1.1.0/go.mod h1:fBzTrNuAKdQ62ybjpdu8nyhBin90/3/3s6DGQDCdBp4= github.com/cs3org/reva v1.2.1-0.20200911111727-51649e37df2d h1:vohUfrOZVrbbzt7JUICBDX8rjcedLbuEsmuOJtx8mWY= github.com/cs3org/reva v1.2.1-0.20200911111727-51649e37df2d/go.mod h1:Q1/JB40ZKtlhZUxz+ZqB/O/VlrnQX//NYdPPRPsP0UE= +github.com/cs3org/reva v1.2.2-0.20200924071957-e6676516e61e h1:khITGSnfDXtByQsLezoXgocUgGHJBBn0BPsUihGvk7w= +github.com/cs3org/reva v1.2.2-0.20200924071957-e6676516e61e/go.mod h1:DOV5SjpOBKN+aWfOHLdA4KiLQkpyC786PQaXEdRAZ0M= 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= -github.com/decker502/dnspod-go v0.2.0/go.mod h1:qsurYu1FgxcDwfSwXJdLt4kRsBLZeosEb9uq4Sy+08g= +github.com/dgraph-io/ristretto v0.0.1/go.mod h1:T40EBc7CJke8TkpiYfGGKAeFjSaxuFXhuXRyumBd6RE= +github.com/dgraph-io/ristretto v0.0.2/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E= +github.com/dgraph-io/ristretto v0.0.3/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E= github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= +github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= github.com/dnaeon/go-vcr v0.0.0-20180814043457-aafff18a5cc2/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E= github.com/dnsimple/dnsimple-go v0.30.0/go.mod h1:O5TJ0/U6r7AfT8niYNlmohpLbCSG+c71tQlGr9SeGrg= github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/docker v1.4.2-0.20190710153559-aa8249ae1b8b/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v1.4.2-0.20191101170500-ac7306503d23/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= @@ -229,12 +228,12 @@ github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI github.com/forestgiant/sliceutil v0.0.0-20160425183142-94783f95db6c/go.mod h1:pFdJbAhRf7rh6YYMUdIQGyzne6zYL1tCUW8QV2B3UfY= github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsouza/go-dockerclient v1.4.4/go.mod h1:PrwszSL5fbmsESocROrOGq/NULMXRw+bajY0ltzD6MA= +github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= +github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsouza/go-dockerclient v1.6.0/go.mod h1:YWwtNPuL4XTX1SKJQk86cWPmmqwx+4np9qfPbb+znGc= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/gizak/termui/v3 v3.1.0/go.mod h1:bXQEBkJpzxUAKf0+xq9MSWAvWZlE7c+aidmyFlkYTrY= github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0= -github.com/go-acme/lego/v3 v3.1.0/go.mod h1:074uqt+JS6plx+c9Xaiz6+L+GBb+7itGtzfcDM2AhEE= github.com/go-acme/lego/v3 v3.4.0/go.mod h1:xYbLDuxq3Hy4bMUT1t9JIuz6GWIWb3m5X+TeTHYaT7M= github.com/go-asn1-ber/asn1-ber v1.5.1 h1:pDbRAunXzIUXfx4CB2QJFv5IuPiuoW+sWvr/Us009o8= github.com/go-asn1-ber/asn1-ber v1.5.1/go.mod h1:hEBeB/ic+5LoWskz+yKT7vGhhPYkProFKoKdwZRWMe0= @@ -256,17 +255,12 @@ github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2 github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-ldap/ldap/v3 v3.2.3 h1:FBt+5w3q/vPVPb4eYMQSn+pOiz4zewPamYhlGMmc7yM= github.com/go-ldap/ldap/v3 v3.2.3/go.mod h1:iYS1MdmrmceOJ1QOTnRXrIs7i3kloqtmGQjRvjKpyMg= -github.com/go-log/log v0.1.0 h1:wudGTNsiGzrD5ZjgIkVZ517ugi2XRe9Q/xRCzwEO4/U= -github.com/go-log/log v0.1.0/go.mod h1:4mBwpdRMFLiuXZDCwU2lKQFsoSCo72j3HqBK9d81N2M= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-openapi/errors v0.19.2/go.mod h1:qX0BLWsyaKfvhluLejVpVNwNRdXZhEbTA4kxxpKBC94= github.com/go-openapi/errors v0.19.6/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= github.com/go-openapi/strfmt v0.19.2/go.mod h1:0yX7dbo8mKIvc3XSKp7MNfxw4JytCfCD6+bY1AVL9LU= github.com/go-ozzo/ozzo-validation/v4 v4.2.1/go.mod h1:2NKgrcHl3z6cJs+3Oo940FPRiTzuqKbvfrL2RxCj6Ew= -github.com/go-playground/locales v0.12.1/go.mod h1:IUMDtCfWo/w/mtMfIE/IG2K+Ey3ygWanZIBtBW0W2TM= -github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8= -github.com/go-playground/universal-translator v0.16.0/go.mod h1:1AnU7NaIRDWWzGEKwgtJRd2xk99HeFyHw3yid4rvQIY= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= @@ -459,7 +453,6 @@ github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2/go.mod h1:xEhNfoBDX1hz github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY= @@ -529,12 +522,15 @@ github.com/gorilla/sessions v1.1.3/go.mod h1:8KCfur6+4Mqcc6S0FEfKuN15Vl5MgXW92AE github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gotestyourself/gotestyourself v2.2.0+incompatible/go.mod h1:zZKM6oeNM8k+FRljX1mnzVYeS8wiGgQyvST1/GafPbY= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.1.0/go.mod h1:f5nM7jw/oeRSadq3xCzHAvxcr8HZnzsqU6ILg/0NiiE= github.com/grpc-ecosystem/go-grpc-middleware v1.2.0/go.mod h1:mJzapYve32yjrKlk9GbyCZHuPgZsrbyIbyKhSzOpg6s= github.com/grpc-ecosystem/go-grpc-middleware v1.2.1 h1:V59tBiPuMkySHwJkuq/OYkK0WnOLwCwD3UkTbEMr12U= github.com/grpc-ecosystem/go-grpc-middleware v1.2.1/go.mod h1:EaizFBKfUKtMIF5iaDEhniwNedqGo9FuLFzppDr3uwI= +github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 h1:FlFbCRLd5Jr4iYXZufAvgWN6Ao0JrI5chLINnUXDDr0= +github.com/grpc-ecosystem/go-grpc-middleware v1.2.2/go.mod h1:EaizFBKfUKtMIF5iaDEhniwNedqGo9FuLFzppDr3uwI= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.8.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= @@ -561,7 +557,6 @@ github.com/huandu/xstrings v1.3.1 h1:4jgBlKK6tLKFvO8u5pmYjG91cqytmDCDvGh7ECVFfFs github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/iij/doapi v0.0.0-20190504054126-0bbf12d6d7df/go.mod h1:QMZY7/J/KSQEhKWFeDesPjMj+wCHReeknARU3wqlyN4= -github.com/ijc/Gotty v0.0.0-20170406111628-a8b993ba6abd/go.mod h1:3LVOLeyx9XVvwPgrt2be44XgSqndprz1G18rSk8KD84= github.com/imdario/mergo v0.3.7/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.8 h1:CGgOkSJeqMRmt0D9XLWExdT4m4F1vd3FV3VPt+0VxkQ= github.com/imdario/mergo v0.3.8/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= @@ -582,11 +577,9 @@ github.com/jmoiron/sqlx v1.2.0/go.mod h1:1FEQNm3xlJgrMD+FBdI9+xvCksHtbpVBBw5dYhB github.com/joho/godotenv v1.2.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= -github.com/joncalhoun/qson v0.0.0-20170526102502-8a9cab3a62b1/go.mod h1:DFXrEwSRX0p/aSvxE21319menCBFeQO0jXpRj7LEZUA= github.com/json-iterator/go v1.1.5/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= @@ -604,18 +597,18 @@ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:C github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= github.com/klauspost/cpuid v1.2.3/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= github.com/kolo/xmlrpc v0.0.0-20190717152603-07c4ee3fd181/go.mod h1:o03bZfuBwAXHetKXuInt4S7omeXUu62/A845kiycsSQ= github.com/konsorten/go-windows-terminal-sequences v0.0.0-20180402223658-b729f2633dfe/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.2 h1:DB17ag19krx9CFsz4o3enTrPXyIXCl+2iCXH/aMAp9s= github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/pty v1.1.8/go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= @@ -623,15 +616,10 @@ github.com/labbsr0x/bindman-dns-webhook v1.0.2/go.mod h1:p6b+VCXIR8NYKpDr8/dg1HK github.com/labbsr0x/goh v1.0.1/go.mod h1:8K2UhVoaWXcCU7Lxoa2omWnC8gyW8px7/lmO61c027w= github.com/labstack/echo v3.2.1+incompatible/go.mod h1:0INS7j/VjnFxD4E2wkz67b8cVwCLbBmJyDaka6Cmk1s= github.com/labstack/gommon v0.2.7/go.mod h1:/tj9csK2iPSBvn+3NLM9e52usepMtrd5ilFYA+wQNJ4= -github.com/leodido/go-urn v1.1.0/go.mod h1:+cyI34gQWZcE1eQU7NVgKkkzdXDQHr1dBMtdAPozLkw= -github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= -github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.3.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/linode/linodego v0.10.0/go.mod h1:cziNP7pbvE3mXIPneHj0oRY8L1WtGEIKlZ8LANE4eXA= github.com/liquidweb/liquidweb-go v1.6.0/go.mod h1:UDcVnAMDkZxpw4Y7NOHkqoeiGacVLEIG/i5J9cyixzQ= -github.com/lucas-clemente/quic-go v0.12.1/go.mod h1:UXJJPE4RfFef/xPO5wQm0tITK8gNfqwTxjbE7s3Vb8s= -github.com/lucas-clemente/quic-go v0.13.1/go.mod h1:Vn3/Fb0/77b02SGhQk36KzOUmXgVpFfizUfW5WMaqyU= github.com/lucas-clemente/quic-go v0.14.1/go.mod h1:Vn3/Fb0/77b02SGhQk36KzOUmXgVpFfizUfW5WMaqyU= github.com/luna-duclos/instrumentedsql v1.1.2/go.mod h1:4LGbEqDnopzNAiyxPPDXhLspyunZxgPTMJBKtC6U0BQ= github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ= @@ -658,7 +646,6 @@ github.com/markbates/sigtx v1.0.0/go.mod h1:QF1Hv6Ic6Ca6W+T+DL0Y/ypborFKyvUY9Hmu github.com/markbates/willie v1.0.9/go.mod h1:fsrFVWl91+gXpx/6dv715j7i11fYPfZ9ZGfH0DQzY7w= github.com/marten-seemann/chacha20 v0.2.0/go.mod h1:HSdjFau7GzYRj+ahFNwsO3ouVJr1HFkWoEwNDb4TMtE= github.com/marten-seemann/qpack v0.1.0/go.mod h1:LFt1NU/Ptjip0C2CPkhimBz5CGE3WGDAUWqna+CNTrI= -github.com/marten-seemann/qtls v0.3.2/go.mod h1:xzjG7avBwGGbdZ8dTGxlBnLArsVKLvwmjgmPuiQEcYk= github.com/marten-seemann/qtls v0.4.1/go.mod h1:pxVXcHHw1pNIt8Qo0pwSYQEoZ8yYOOPXTCZLQQunvRc= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= @@ -680,28 +667,17 @@ github.com/mattn/go-tty v0.0.0-20180219170247-931426f7535a/go.mod h1:XPvLUNfbS4f github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= github.com/mattn/goveralls v0.0.5 h1:spfq8AyZ0cCk57Za6/juJ5btQxeE1FaEGMdfcI+XO48= github.com/mattn/goveralls v0.0.5/go.mod h1:Xg2LHi51faXLyKXwsndxiW6uxEEQT9+3sjGzzwU4xy0= +github.com/mattn/goveralls v0.0.6/go.mod h1:h8b4ow6FxSPMQHF6o2ve3qsclnffZjYTNEKmLesRwqw= github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/mholt/certmagic v0.7.5/go.mod h1:91uJzK5K8IWtYQqTi5R2tsxV1pCde+wdGfaRaOZi6aQ= -github.com/mholt/certmagic v0.8.3/go.mod h1:91uJzK5K8IWtYQqTi5R2tsxV1pCde+wdGfaRaOZi6aQ= -github.com/micro/cli v0.2.0 h1:ut3rV5JWqZjsXIa2MvGF+qMUP8DAUTvHX9Br5gO4afA= -github.com/micro/cli v0.2.0/go.mod h1:jRT9gmfVKWSS6pkKcXQ8YhUyj6bzwxK8Fp5b0Y7qNnk= github.com/micro/cli/v2 v2.1.2 h1:43J1lChg/rZCC1rvdqZNFSQDrGT7qfMrtp6/ztpIkEM= github.com/micro/cli/v2 v2.1.2/go.mod h1:EguNh6DAoWKm9nmk+k/Rg0H3lQnDxqzu5x5srOtGtYg= -github.com/micro/go-micro v1.16.0/go.mod h1:A0F58bHLh2m0LAI9QyhvmbN8c1cxhAZo3cM6s+iDsrM= -github.com/micro/go-micro v1.18.0 h1:gP70EZVHpJuUIT0YWth192JmlIci+qMOEByHm83XE9E= -github.com/micro/go-micro v1.18.0/go.mod h1:klwUJL1gkdY1MHFyz+fFJXn52dKcty4hoe95Mp571AA= github.com/micro/go-micro/v2 v2.9.1 h1:+S9koIrNWARjpP6k2TZ7kt0uC9zUJtNXzIdZTZRms7Q= github.com/micro/go-micro/v2 v2.9.1/go.mod h1:x55ZM3Puy0FyvvkR3e0ha0xsE9DFwfPSUMWAIbFY0SY= github.com/micro/go-plugins/wrapper/trace/opencensus/v2 v2.9.1/go.mod h1:26UmOLM/I487NqTg3n6zJiBrYmIb684M2Zp4WH98XzU= -github.com/micro/mdns v0.3.0 h1:bYycYe+98AXR3s8Nq5qvt6C573uFTDPIYzJemWON0QE= -github.com/micro/mdns v0.3.0/go.mod h1:KJ0dW7KmicXU2BV++qkLlmHYcVv7/hHnbtguSWt9Aoc= -github.com/micro/protoc-gen-micro v1.0.0/go.mod h1:C8ij4DJhapBmypcT00AXdb0cZ675/3PqUO02buWWqbE= github.com/microcosm-cc/bluemonday v1.0.1/go.mod h1:hsXNsILzKxV+sX77C5b8FSuKF00vh2OMYv+xgHpAMF4= github.com/microcosm-cc/bluemonday v1.0.2/go.mod h1:iVP4YcDBq+n/5fb23BhYFvIMq/leAFZyRl6bYmGDlGc= -github.com/miekg/dns v1.1.3/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/miekg/dns v1.1.15/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/miekg/dns v1.1.22/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso= github.com/miekg/dns v1.1.27 h1:aEH/kqUzUxGJ/UHcEKdJY+ugH6WEzsEBBSPa8zuy1aM= github.com/miekg/dns v1.1.27/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= github.com/mitchellh/copystructure v1.0.0 h1:Laisrj+bAB6b/yJwB5Bt3ITZhGJdqmxquMKeZ+mmkFQ= @@ -717,6 +693,7 @@ github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0Qu github.com/mitchellh/mapstructure v1.0.0/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.3.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/mapstructure v1.3.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.3.3 h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8= github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/reflectwalk v1.0.0 h1:9D+8oIskB4VJBN5SFlmc27fSlIBZaov1Wpk/IfikLNY= @@ -734,15 +711,9 @@ github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c/go.mod h1:BbKIizmSmc5 github.com/moul/http2curl v0.0.0-20170919181001-9ac6cf4d929b/go.mod h1:8UbvGypXm98wA/IqH45anm5Y2Z6ep6O31QGOAZ3H0fQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04/go.mod h1:5sN+Lt1CaY4wsPvgQH/jsuJi4XO2ssZbdsIizr4CVC8= -github.com/nats-io/jwt v0.3.0/go.mod h1:fRYCDE99xlTsqUzISS1Bi75UBJ6ljOJQOAAu5VglpSg= github.com/nats-io/jwt v0.3.2/go.mod h1:/euKqTS1ZD+zzjYrY7pseZrTtWQSjujC7xjPc8wL6eU= -github.com/nats-io/nats-server/v2 v2.1.0/go.mod h1:r5y0WgCag0dTj/qiHkHrXAcKQ/f5GMOZaEGdoxxnJ4I= github.com/nats-io/nats-server/v2 v2.1.6/go.mod h1:BL1NOtaBQ5/y97djERRVWNouMW7GT3gxnmbE/eC8u8A= -github.com/nats-io/nats.go v1.8.1/go.mod h1:BrFz9vVn0fU3AcH9Vn4Kd7W0NpJ651tD5omQ3M8LwxM= -github.com/nats-io/nats.go v1.9.1/go.mod h1:ZjDU1L/7fJ09jvUSRVBR2e7+RnLiiIQyqyzEE/Zbp4w= github.com/nats-io/nats.go v1.9.2/go.mod h1:AjGArbfyR50+afOUotNX2Xs5SYHf+CoOa5HH1eEl2HE= -github.com/nats-io/nkeys v0.0.2/go.mod h1:dab7URMsZm6Z/jp9Z5UGa87Uutgc2mVpXLC4B7TDb/4= -github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= github.com/nats-io/nkeys v0.1.4/go.mod h1:XdZpAbhgyyODYqjTawOnIOI7VlbKSarI9Gfy1tqEu/s= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= @@ -750,7 +721,6 @@ github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32/go.mod h1:9wM+0iRr9ahx58uY github.com/nicksnyder/go-i18n v1.10.0/go.mod h1:HrK7VCrbOvQoUAQ7Vpy7i87N7JZZZ7R2xBGjv0j365Q= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/nlopes/slack v0.6.0/go.mod h1:JzQ9m3PMAqcpeCam7UaHSuBuupz7CmpjehYMayT6YOk= github.com/nlopes/slack v0.6.1-0.20191106133607-d06c2a2b3249/go.mod h1:JzQ9m3PMAqcpeCam7UaHSuBuupz7CmpjehYMayT6YOk= github.com/nrdcg/auroradns v1.0.0/go.mod h1:6JPXKzIRzZzMqtTDgueIhTi6rFf1QvYE/HzqidhOhjw= github.com/nrdcg/dnspod-go v0.4.0/go.mod h1:vZSoFSFeQVm2gWLMkyX61LZ8HI3BaqtHZWgPTGKr6KQ= @@ -784,15 +754,19 @@ github.com/ory/dockertest v3.3.5+incompatible/go.mod h1:1vX4m9wsvi00u5bseYwXaSnh github.com/ory/fosite v0.29.0/go.mod h1:0atSZmXO7CAcs6NPMI/Qtot8tmZYj04Nddoold4S2h0= github.com/ory/fosite v0.32.2 h1:iRV495P/9EyoYQ8qEHYxFQeeYCdDFawqjAML+qiMF9s= github.com/ory/fosite v0.32.2/go.mod h1:UeBhRgW6nAjTcd8S7kAo0IFsY/rTPyOXPq/t8N20Q8I= +github.com/ory/fosite v0.33.0 h1:tK+3Luazv4vIBJY3uagOBryAQ3IG3cs6kfo8piGBhAY= +github.com/ory/fosite v0.33.0/go.mod h1:h+ize9gk0GvRyGjabriqSEmTkMhny+O95cijb8DVqPE= github.com/ory/go-acc v0.0.0-20181118080137-ddc355013f90/go.mod h1:sxnvPCxChFuSmTJGj8FdMupeq1BezCiEpDjTUXQ4hf4= github.com/ory/go-acc v0.2.1 h1:Pwcmwd/cSnwJsYN76+w3HU7oXeWFTkwj/KUj1qGDrVw= github.com/ory/go-acc v0.2.1/go.mod h1:0omgy2aa3nDBJ45VAKeLHH8ccPBudxLeic4xiDRtug0= +github.com/ory/go-acc v0.2.5/go.mod h1:4Kb/UnPcT8qRAk3IAxta+hvVapdxTLWtrr7bFLlEgpw= github.com/ory/go-convenience v0.1.0 h1:zouLKfF2GoSGnJwGq+PE/nJAE6dj2Zj5QlTgmMTsTS8= github.com/ory/go-convenience v0.1.0/go.mod h1:uEY/a60PL5c12nYz4V5cHY03IBmwIAEm8TWB0yn9KNs= github.com/ory/gojsonreference v0.0.0-20190720135523-6b606c2d8ee8/go.mod h1:wsH1C4nIeeQClDtD5AH7kF1uTS6zWyqfjVDTmB0Em7A= github.com/ory/gojsonschema v1.1.1-0.20190919112458-f254ca73d5e9/go.mod h1:BNZpdJgB74KOLSsWFvzw6roXg1I6O51WO8roMmW+T7Y= github.com/ory/herodot v0.6.2/go.mod h1:3BOneqcyBsVybCPAJoi92KN2BpJHcmDqAMcAAaJiJow= github.com/ory/viper v1.5.6/go.mod h1:TYmpFpKLxjQwvT4f0QPpkOn4sDXU1kDgAwJpgLYiQ28= +github.com/ory/viper v1.7.5/go.mod h1:ypOuyJmEUb3oENywQZRgeAMwqgOyDqwboO1tj3DjTaM= github.com/ory/x v0.0.85 h1:AslLr2Efv6f7AT1tzn0RuX+sOri6h74phSh5lSeMqC4= github.com/ory/x v0.0.85/go.mod h1:s44V8t3xyjWZREcU+mWlp4h302rTuM4aLXcW+y5FbQ8= github.com/ovh/go-ovh v0.0.0-20181109152953-ba5adb4cf014/go.mod h1:joRatxRJaZBsY3JAOEMcoOp05CnZzsx4scTxi95DHyQ= @@ -808,11 +782,12 @@ github.com/parnurzeal/gorequest v0.2.15/go.mod h1:3Kh2QUMJoqw3icWAecsyzkpY7UzRfD github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ= github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= -github.com/pelletier/go-buffruneio v0.2.0/go.mod h1:JkE26KsDizTr40EUHkXVtNPvgGtbSNq5BcowyYOWdKo= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.4.0/go.mod h1:PN7xzY2wHTK0K9p34ErDQMlFxa51Fk0OUruD3k1mMwo= github.com/pelletier/go-toml v1.6.0 h1:aetoXYr0Tv7xRU/V4B4IZJ2QcbtMUFoNb3ORp7TzIK4= github.com/pelletier/go-toml v1.6.0/go.mod h1:5N711Q9dKgbdkxHL+MEfF31hpT7l0S0s/t2kKREewys= +github.com/pelletier/go-toml v1.8.0 h1:Keo9qb7iRJs2voHvunFtuuYFsbWeOBh8/P9v/kVMFtw= +github.com/pelletier/go-toml v1.8.0/go.mod h1:D6yutnOGMveHEPV7VQOuvI/gXY61bv+9bAOTRnLElKs= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -820,6 +795,7 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= +github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03/go.mod h1:Z9+Ul5bCbBKnbCvdOWbLqTHhJiYV414CURZJba6L8qA= github.com/pkg/xattr v0.4.1 h1:dhclzL6EqOXNaPDWqoeb9tIxATfBSmjqL0b4DpSjwRw= github.com/pkg/xattr v0.4.1/go.mod h1:W2cGD0TBEus7MkUgv0tNZ9JutLtVO3cXu+IBRuHqnFs= @@ -877,6 +853,8 @@ github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.19.0 h1:hYz4ZVdUgjXTBUmrkrw55j1nHx68LfOKIQk5IYtyScg= github.com/rs/zerolog v1.19.0/go.mod h1:IzD0RJ65iWH0w97OQQebJEvTZYvsCUm9WVLWBQrJRjo= +github.com/rs/zerolog v1.20.0 h1:38k9hgtUBdxFwE34yS8rTHmHBa4eN16E4DJlv177LNs= +github.com/rs/zerolog v1.20.0/go.mod h1:IzD0RJ65iWH0w97OQQebJEvTZYvsCUm9WVLWBQrJRjo= github.com/rubenv/sql-migrate v0.0.0-20190212093014-1007f53448d7/go.mod h1:WS0rl9eEliYI8DPnr3TOwz4439pay+qNgzJoVya/DmY= github.com/russross/blackfriday v1.5.2 h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= @@ -924,6 +902,8 @@ github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B github.com/spf13/afero v1.2.0/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/afero v1.2.2 h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc= github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= +github.com/spf13/afero v1.3.2 h1:GDarE4TJQI52kYSbSAmLiId1Elfj+xgSDqrUZxFhxlU= +github.com/spf13/afero v1.3.2/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= github.com/spf13/cast v1.2.0/go.mod h1:r2rcYCSwa1IExKTDiTfzaxqT2FNHs8hODu4LnUfgKEg= github.com/spf13/cast v1.3.0 h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= @@ -932,6 +912,7 @@ github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkU github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.5 h1:f0B+LkLX6DtmRH1isoNA9VTtNUK9K8xYd28JNNfOv/s= github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= +github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= @@ -942,9 +923,9 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An github.com/spf13/viper v1.2.1/go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI= github.com/spf13/viper v1.3.1/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= +github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= github.com/spf13/viper v1.6.3 h1:pDDu1OyEDTKzpJwdq4TiuLyMsUgRa/BT5cn5O62NoHs= github.com/spf13/viper v1.6.3/go.mod h1:jUMtyi0/lB5yZH/FjyGAoH7IMNrIhlBf6pXZmbMDvzw= -github.com/src-d/gcfg v1.4.0/go.mod h1:p/UMsR43ujA89BJY9duynAwIpvqEujIH/jFlfL7jWoI= github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= @@ -1001,10 +982,10 @@ github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c/go.mod h1:UrdRz5enIKZ63MEE3IF9l2/ebyx59GyGgPi+tICQdmM= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.4/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= go.mongodb.org/mongo-driver v1.0.3/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM= go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= @@ -1020,12 +1001,10 @@ go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= -go.uber.org/multierr v1.2.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= go.uber.org/ratelimit v0.0.0-20180316092928-c15da0234277/go.mod h1:2X8KaoNd1J0lZV+PxJk/5+DGbO/tpwLR1m++a7FnB/Y= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= -go.uber.org/zap v1.12.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180830192347-182538f80094/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= @@ -1044,21 +1023,18 @@ golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85/go.mod h1:6SG95UA2DQfeDnf golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190102171810-8d7daa0c54b3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190130090550-b01c7a725664/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE= golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20191108234033-bd318be0434a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200320181102-891825fb96df/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= @@ -1067,6 +1043,7 @@ golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 h1:vEg9joUBmeBcK9iSJftGNf3coIG4HqZElCPehJsfAYM= golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de h1:ikNHVSjEfnvz6sxdSPCaPt572qowuyMDMJLLm3Db3ig= golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1135,9 +1112,7 @@ golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191002035440-2ec189313ef0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191011234655-491137f69257/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191027093000-83d349e8ac1a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191109021931-daa7c04131f5/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -1193,12 +1168,10 @@ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181206074257-70b957f3b65e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190102155601-82a175fd1598/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190116161447-11f53e031339/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190209173611-3b5209105503/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190221075227-b4e8571b14e0/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1209,25 +1182,24 @@ golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190514135907-3a4b5fb9f71f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191010194322-b09406accb47/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1236,13 +1208,18 @@ golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 h1:ogLJMz+qpzav7lGMh10LMvAkM/fAoGlaiiHYiFYdm80= golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666 h1:gVCS+QOncANNPlmlO1AhlU3oxs4V9z+gTtPwIk3p2N8= +golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= +golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k= +golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1286,10 +1263,8 @@ golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190624190245-7f2218787638/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190711191110-9a621aea19f8/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= -golang.org/x/tools v0.0.0-20190729092621-ff9f1409240a/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190828213141-aed303cbaa74/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190907020128-2ca718005c18/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -1312,6 +1287,8 @@ golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapK golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4 h1:kDtqNkeBrZb8B+atrj50B5XLHpzXXqcCdZPP/ApQ5NY= golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= +golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200721223218-6123e77877b2/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200811215021-48a8ffc5b207 h1:8Kg+JssU1jBZs8GIrL5pl4nVyaqyyhdmHAR4D1zGErg= golang.org/x/tools v0.0.0-20200811215021-48a8ffc5b207/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -1379,7 +1356,6 @@ google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ij google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.22.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.24.0/go.mod h1:XDChyiUovWa60DnaeDeZmSW86xtLtjtZbwvSiRnRtcA= google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= @@ -1411,8 +1387,6 @@ gopkg.in/cheggaaa/pb.v1 v1.0.27/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qS gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2/go.mod h1:Xk6kEKp8OKb+X14hQBKWaSkCsqBpgog8nAV2xsGOxlo= -gopkg.in/go-playground/assert.v1 v1.2.1/go.mod h1:9RXL0bg/zibRAgZUYszZSwO/z8Y/a8bDuhia5mkpMnE= -gopkg.in/go-playground/validator.v9 v9.30.0/go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ= gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df/go.mod h1:LRQQ+SO6ZHR7tOkpBDuZnXENFzX8qRjMDMyPD6BRkCw= gopkg.in/gorp.v1 v1.7.2/go.mod h1:Wo3h+DBQZIxATwftsglhdD/62zRFPhGhTiu5jUJmCaw= gopkg.in/h2non/gock.v1 v1.0.14/go.mod h1:sX4zAkdYX1TRGJ2JY156cFspQn4yRWn6p9EMdODlynE= @@ -1422,6 +1396,8 @@ gopkg.in/ini.v1 v1.44.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.51.1 h1:GyboHr4UqMiLUybYjd22ZjQIKEJEpgtLXtuGbR21Oho= gopkg.in/ini.v1 v1.51.1/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.57.0 h1:9unxIsFcTt4I55uWluz+UmL95q4kdJ0buvQ1ZIqVQww= +gopkg.in/ini.v1 v1.57.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/mail.v2 v2.0.0-20180731213649-a0242b2233b4/go.mod h1:htwXN1Qh09vZJ1NVKxQqHPBaCBbzKhp5GzuJEA4VJWw= gopkg.in/ns1/ns1-go.v2 v2.0.0-20190730140822-b51389932cbc/go.mod h1:VV+3haRsgDiVLxyifmMBrBIuCWFBPYKbRssXB9z67Hw= gopkg.in/resty.v1 v1.9.1/go.mod h1:vo52Hzryw9PnPHcJfPsBiFW62XhNx5OczbV9y+IMpgc= @@ -1431,9 +1407,8 @@ gopkg.in/square/go-jose.v2 v2.2.2/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76 gopkg.in/square/go-jose.v2 v2.3.1/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= gopkg.in/square/go-jose.v2 v2.5.0 h1:OZ4sdq+Y+SHfYB7vfthi1Ei8b0vkP8ZPQgUfUwdUSqo= gopkg.in/square/go-jose.v2 v2.5.0/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= -gopkg.in/src-d/go-billy.v4 v4.3.2/go.mod h1:nDjArDMp+XMs1aFAESLRjfGSgfvoYN0hDfzEk0GjC98= -gopkg.in/src-d/go-git-fixtures.v3 v3.5.0/go.mod h1:dLBcvytrw/TYZsNTWCnkNF2DSIlzWYqTe3rJR56Ac7g= -gopkg.in/src-d/go-git.v4 v4.13.1/go.mod h1:nx5NYcxdKxq5fpltdHnPa2Exj4Sx0EclMWZQbYDu2z8= +gopkg.in/square/go-jose.v2 v2.5.1 h1:7odma5RETjNHWJnR32wx8t+Io4djHE1PqxCFx3iiZ2w= +gopkg.in/square/go-jose.v2 v2.5.1/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= gopkg.in/telegram-bot-api.v4 v4.6.4/go.mod h1:5DpGO5dbumb40px+dXcwCpcjmeHNYLpk0bp3XRNvWDM= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= @@ -1445,6 +1420,8 @@ gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10= gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU= +gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c h1:grhR+C34yXImVGp7EzNk+DTIk+323eIUWOmEevy6bDo= gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= From 3eeb041518a3d7bc12ac2cd7e7cd87f2958e7985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 24 Sep 2020 13:23:40 +0200 Subject: [PATCH 2/4] update expected ocis failures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .../changelog/unreleased/update-reva-to-20200924.md | 5 ++++- .../acceptance/expected-failures-on-OCIS-storage.txt | 12 ------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/ocis-reva/changelog/unreleased/update-reva-to-20200924.md b/ocis-reva/changelog/unreleased/update-reva-to-20200924.md index 955165e4512..26791a9322a 100644 --- a/ocis-reva/changelog/unreleased/update-reva-to-20200924.md +++ b/ocis-reva/changelog/unreleased/update-reva-to-20200924.md @@ -8,4 +8,7 @@ Enhancement: update reva to v1.2.2-0.20200924071957-e6676516e61e - ocs service: cache displaynames [(reva/#1161)](https://github.com/cs3org/reva/pull/1161) https://github.com/owncloud/ocis/pull/601 - +https://github.com/owncloud/ocis-reva/issues/262 +https://github.com/owncloud/ocis-reva/issues/357 +https://github.com/owncloud/ocis-reva/issues/301 +https://github.com/owncloud/ocis-reva/issues/302 diff --git a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt index e620ea6079f..3fad59f8c20 100644 --- a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt +++ b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt @@ -3,8 +3,6 @@ # # test scenarios that specifically fail with OCIS storage # -apiShareOperations/gettingShares.feature:155 -apiShareOperations/gettingShares.feature:156 apiSharePublicLink2/multilinkSharing.feature:181 apiWebdavProperties1/setFileProperties.feature:32 apiWebdavProperties1/setFileProperties.feature:33 @@ -364,20 +362,10 @@ apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.fe apiShareOperations/accessToShare.feature:48 apiShareOperations/accessToShare.feature:49 # -# https://github.com/owncloud/ocis/ocis-reva/issues/262 Shares are not deleted when user is deleted -apiShareOperations/gettingShares.feature:21 -apiShareOperations/gettingShares.feature:22 -# # https://github.com/owncloud/ocis/ocis-reva/issues/65 There is no such thing like a "super-user" apiShareOperations/gettingShares.feature:34 apiShareOperations/gettingShares.feature:35 # -# https://github.com/owncloud/ocis/ocis-reva/issues/357 Delete shares from user when user is deleted -# https://github.com/owncloud/ocis/ocis-reva/issues/301 no displayname_owner shown when creating a share -# https://github.com/owncloud/ocis/ocis-reva/issues/302 when sharing a file mime-type field is set to application/octet-stream -apiShareOperations/gettingShares.feature:124 -apiShareOperations/gettingShares.feature:125 -# # https://github.com/owncloud/ocis/ocis-reva/issues/374 OCS error message for attempting to access share via share id as an unauthorized user is not informative apiShareOperations/gettingShares.feature:168 apiShareOperations/gettingShares.feature:169 From e619d33c2414ff89d85bcb85a55584846dfbbde8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 24 Sep 2020 13:25:01 +0200 Subject: [PATCH 3/4] fix issue links in expected failures files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .../expected-failures-on-EOS-storage.txt | 286 +++++++++--------- .../expected-failures-on-OCIS-storage.txt | 266 ++++++++-------- .../expected-failures-on-OWNCLOUD-storage.txt | 272 ++++++++--------- 3 files changed, 412 insertions(+), 412 deletions(-) diff --git a/ocis/tests/acceptance/expected-failures-on-EOS-storage.txt b/ocis/tests/acceptance/expected-failures-on-EOS-storage.txt index 29f227fff07..8339094e8af 100644 --- a/ocis/tests/acceptance/expected-failures-on-EOS-storage.txt +++ b/ocis/tests/acceptance/expected-failures-on-EOS-storage.txt @@ -6,7 +6,7 @@ # test scenarios that fail with OC storage (that were tagged skipOnOcis-OC-Storage in core) # # -# https://github.com/owncloud/ocis/ocis-reva/issues/196 Checksum feature +# https://github.com/owncloud/ocis-reva/issues/196 Checksum feature apiMain/checksums.feature:24 apiMain/checksums.feature:25 apiMain/checksums.feature:35 @@ -41,14 +41,14 @@ apiMain/checksums.feature:309 apiMain/checksums.feature:312 apiMain/checksums.feature:324 -# https://github.com/owncloud/ocis/ocis-reva/issues/214 +# https://github.com/owncloud/ocis-reva/issues/214 apiMain/checksums.feature:346 apiMain/checksums.feature:347 # -# https://github.com/owncloud/ocis/ocis-reva/issues/100 no robots.txt available +# https://github.com/owncloud/ocis-reva/issues/100 no robots.txt available apiMain/main.feature:5 # -# https://github.com/owncloud/ocis/ocis-reva/issues/101 quota query +# https://github.com/owncloud/ocis-reva/issues/101 quota query apiMain/quota.feature:9 apiMain/quota.feature:16 apiMain/quota.feature:23 @@ -60,12 +60,12 @@ apiMain/quota.feature:82 apiMain/quota.feature:99 apiMain/quota.feature:112 # -# https://github.com/owncloud/ocis/ocis-reva/issues/65 There is no such thing like a "super-user" -# https://github.com/owncloud/ocis/ocis-reva/issues/97 no command equivalent to occ +# https://github.com/owncloud/ocis-reva/issues/65 There is no such thing like a "super-user" +# https://github.com/owncloud/ocis-reva/issues/97 no command equivalent to occ apiMain/status.feature:5 # -# https://github.com/owncloud/ocis/ocis-reva/issues/29 ocs config endpoint only accessible by authorized users -# https://github.com/owncloud/ocis/ocis-reva/issues/30 HTTP 401 Unauthorized responses don't contain a body +# https://github.com/owncloud/ocis-reva/issues/29 ocs config endpoint only accessible by authorized users +# https://github.com/owncloud/ocis-reva/issues/30 HTTP 401 Unauthorized responses don't contain a body apiAuthOcs/ocsDELETEAuth.feature:9 apiAuthOcs/ocsGETAuth.feature:10 apiAuthOcs/ocsGETAuth.feature:33 @@ -76,24 +76,24 @@ apiAuthOcs/ocsGETAuth.feature:139 apiAuthOcs/ocsPOSTAuth.feature:10 apiAuthOcs/ocsPUTAuth.feature:10 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavLOCKAuth.feature:38 apiAuthWebDav/webDavMKCOLAuth.feature:37 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiAuthWebDav/webDavMOVEAuth.feature:37 # -# https://github.com/owncloud/ocis/ocis-reva/issues/179 send POST requests to another user's webDav endpoints as normal user +# https://github.com/owncloud/ocis-reva/issues/179 send POST requests to another user's webDav endpoints as normal user apiAuthWebDav/webDavPOSTAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavPUTAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/175 Default capabilities for normal user not same as in oC-core -# https://github.com/owncloud/ocis/ocis-reva/issues/176 Difference in response content of status.php and default capabilities +# https://github.com/owncloud/ocis-reva/issues/175 Default capabilities for normal user not same as in oC-core +# https://github.com/owncloud/ocis-reva/issues/176 Difference in response content of status.php and default capabilities apiCapabilities/capabilitiesWithNormalUser.feature:11 # -# https://github.com/owncloud/ocis/ocis-reva/issues/276 elements cannot be favorited +# https://github.com/owncloud/ocis-reva/issues/276 elements cannot be favorited apiFavorites/favorites.feature:28 apiFavorites/favorites.feature:29 apiFavorites/favorites.feature:44 @@ -103,7 +103,7 @@ apiFavorites/favorites.feature:60 apiFavorites/favorites.feature:75 apiFavorites/favorites.feature:76 -# https://github.com/owncloud/ocis/ocis-reva/issues/39 REPORT request not implemented +# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented apiFavorites/favorites.feature:228 apiFavorites/favorites.feature:229 # @@ -202,7 +202,7 @@ apiProvisioning-v2/getUsers.feature:36 apiProvisioning-v2/resetUserPassword.feature:21 apiProvisioning-v2/resetUserPassword.feature:55 # -# https://github.com/owncloud/ocis/ocis-reva/issues/34 groups endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist apiSharees/sharees.feature:32 apiSharees/sharees.feature:33 apiSharees/sharees.feature:53 @@ -256,7 +256,7 @@ apiSharees/sharees.feature:516 apiSharees/sharees.feature:537 apiSharees/sharees.feature:538 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set (shareapi_auto_accept_share) +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set (shareapi_auto_accept_share) apiShareManagement/acceptShares.feature:155 apiShareManagement/acceptShares.feature:313 apiShareManagement/acceptShares.feature:333 @@ -289,14 +289,14 @@ apiShareManagement/acceptSharesToSharesFolder.feature:15 apiShareManagement/acceptSharesToSharesFolder.feature:30 apiShareManagement/acceptSharesToSharesFolder.feature:52 # -# https://github.com/owncloud/ocis/ocis-reva/issues/34 groups endpoint does not exist -# https://github.com/owncloud/ocis/ocis-reva/issues/243 Sharing seems to work but does not work -# https://github.com/owncloud/ocis/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders -# https://github.com/owncloud/ocis/ocis-reva/issues/356 Fields missing in delete share OCS response +# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/243 Sharing seems to work but does not work +# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders +# https://github.com/owncloud/ocis-reva/issues/356 Fields missing in delete share OCS response # https://github.com/owncloud/product/issues/203 file_target in share response -# https://github.com/owncloud/ocis/ocis-reva/issues/357 Shares not deleted when user is deleted -# https://github.com/owncloud/ocis/ocis-reva/issues/301 [EOS] no displayname owner when creating share -# https://github.com/owncloud/ocis/ocis-reva/issues/302 [EOS] mime-type is not set correctly when sharing +# https://github.com/owncloud/ocis-reva/issues/357 Shares not deleted when user is deleted +# https://github.com/owncloud/ocis-reva/issues/301 [EOS] no displayname owner when creating share +# https://github.com/owncloud/ocis-reva/issues/302 [EOS] mime-type is not set correctly when sharing apiShareToSharesManagementBasic/createShareToSharesFolder.feature:36 apiShareToSharesManagementBasic/createShareToSharesFolder.feature:37 apiShareToSharesManagementBasic/createShareToSharesFolder.feature:66 @@ -377,40 +377,40 @@ apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.fe apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:153 apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:154 # -# https://github.com/owncloud/ocis/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares +# https://github.com/owncloud/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares apiShareOperations/accessToShare.feature:48 apiShareOperations/accessToShare.feature:49 # -# https://github.com/owncloud/ocis/ocis-reva/issues/262 Shares are not deleted when user is deleted +# https://github.com/owncloud/ocis-reva/issues/262 Shares are not deleted when user is deleted apiShareOperations/gettingShares.feature:21 apiShareOperations/gettingShares.feature:22 # -# https://github.com/owncloud/ocis/ocis-reva/issues/65 There is no such thing like a "super-user" +# https://github.com/owncloud/ocis-reva/issues/65 There is no such thing like a "super-user" apiShareOperations/gettingShares.feature:34 apiShareOperations/gettingShares.feature:35 # -# https://github.com/owncloud/ocis/ocis-reva/issues/357 Delete shares from user when user is deleted -# https://github.com/owncloud/ocis/ocis-reva/issues/301 no displayname_owner shown when creating a share -# https://github.com/owncloud/ocis/ocis-reva/issues/302 when sharing a file mime-type field is set to application/octet-stream +# https://github.com/owncloud/ocis-reva/issues/357 Delete shares from user when user is deleted +# https://github.com/owncloud/ocis-reva/issues/301 no displayname_owner shown when creating a share +# https://github.com/owncloud/ocis-reva/issues/302 when sharing a file mime-type field is set to application/octet-stream apiShareOperations/gettingShares.feature:124 apiShareOperations/gettingShares.feature:125 # -# https://github.com/owncloud/ocis/ocis-reva/issues/374 OCS error message for attempting to access share via share id as an unauthorized user is not informative +# https://github.com/owncloud/ocis-reva/issues/374 OCS error message for attempting to access share via share id as an unauthorized user is not informative apiShareOperations/gettingShares.feature:168 apiShareOperations/gettingShares.feature:169 # -# https://github.com/owncloud/ocis/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders +# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders apiShareOperations/gettingShares.feature:204 apiShareOperations/gettingShares.feature:205 # -# https://github.com/owncloud/ocis/ocis-reva/issues/47 cannot get ocs:share-permissions via WebDAV +# https://github.com/owncloud/ocis-reva/issues/47 cannot get ocs:share-permissions via WebDAV apiShareOperations/getWebDAVSharePermissions.feature:21 apiShareOperations/getWebDAVSharePermissions.feature:22 apiShareOperations/getWebDAVSharePermissions.feature:134 apiShareOperations/getWebDAVSharePermissions.feature:135 # -# https://github.com/owncloud/ocis/ocis-reva/issues/282 Split old public API webdav tests from new public webdav tests -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/282 Split old public API webdav tests from new public webdav tests +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/accessToPublicLinkShare.feature:10 apiSharePublicLink1/accessToPublicLinkShare.feature:20 apiSharePublicLink1/accessToPublicLinkShare.feature:30 @@ -437,58 +437,58 @@ apiSharePublicLink1/changingPublicLinkShare.feature:300 apiSharePublicLink1/createPublicLinkShare.feature:34 apiSharePublicLink1/createPublicLinkShare.feature:35 # -# https://github.com/owncloud/ocis/ocis-reva/issues/12 Range Header is not obeyed when downloading a file +# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file apiSharePublicLink1/createPublicLinkShare.feature:63 apiSharePublicLink1/createPublicLinkShare.feature:64 # apiSharePublicLink1/createPublicLinkShare.feature:95 apiSharePublicLink1/createPublicLinkShare.feature:96 # -# https://github.com/owncloud/ocis/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies +# https://github.com/owncloud/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies apiSharePublicLink1/createPublicLinkShare.feature:127 apiSharePublicLink1/createPublicLinkShare.feature:128 # apiSharePublicLink1/createPublicLinkShare.feature:155 apiSharePublicLink1/createPublicLinkShare.feature:156 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/createPublicLinkShare.feature:183 apiSharePublicLink1/createPublicLinkShare.feature:184 # apiSharePublicLink1/createPublicLinkShare.feature:214 apiSharePublicLink1/createPublicLinkShare.feature:215 # -# https://github.com/owncloud/ocis/ocis-reva/issues/12 Range Header is not obeyed when downloading a file +# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file apiSharePublicLink1/createPublicLinkShare.feature:245 apiSharePublicLink1/createPublicLinkShare.feature:246 # apiSharePublicLink1/createPublicLinkShare.feature:276 apiSharePublicLink1/createPublicLinkShare.feature:277 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/createPublicLinkShare.feature:307 apiSharePublicLink1/createPublicLinkShare.feature:308 # apiSharePublicLink1/createPublicLinkShare.feature:370 apiSharePublicLink1/createPublicLinkShare.feature:371 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:389 apiSharePublicLink1/createPublicLinkShare.feature:390 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:411 apiSharePublicLink1/createPublicLinkShare.feature:413 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:435 apiSharePublicLink1/createPublicLinkShare.feature:437 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:461 apiSharePublicLink1/createPublicLinkShare.feature:463 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:487 apiSharePublicLink1/createPublicLinkShare.feature:489 apiSharePublicLink1/createPublicLinkShare.feature:491 @@ -496,11 +496,11 @@ apiSharePublicLink1/createPublicLinkShare.feature:493 apiSharePublicLink1/createPublicLinkShare.feature:495 apiSharePublicLink1/createPublicLinkShare.feature:497 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:518 apiSharePublicLink1/createPublicLinkShare.feature:519 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:534 apiSharePublicLink1/createPublicLinkShare.feature:535 # @@ -510,7 +510,7 @@ apiSharePublicLink1/createPublicLinkShare.feature:554 apiSharePublicLink1/createPublicLinkShare.feature:590 apiSharePublicLink1/createPublicLinkShare.feature:591 # -# https://github.com/owncloud/ocis/ocis-reva/issues/283 Prevent creating public share for the home root folder +# https://github.com/owncloud/ocis-reva/issues/283 Prevent creating public share for the home root folder apiSharePublicLink1/createPublicLinkShare.feature:620 apiSharePublicLink1/createPublicLinkShare.feature:621 # @@ -520,37 +520,37 @@ apiSharePublicLink1/createPublicLinkShare.feature:635 apiSharePublicLink1/createPublicLinkShare.feature:663 apiSharePublicLink1/createPublicLinkShare.feature:664 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:714 apiSharePublicLink1/createPublicLinkShare.feature:715 # -# https://github.com/owncloud/ocis/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies +# https://github.com/owncloud/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies apiSharePublicLink1/createPublicLinkShare.feature:718 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/createPublicLinkShare.feature:727 # -# https://github.com/owncloud/ocis/ocis-reva/issues/468 Cannot set Mtime on upload +# https://github.com/owncloud/ocis-reva/issues/468 Cannot set Mtime on upload apiSharePublicLink1/createPublicLinkShare.feature:760 apiSharePublicLink1/createPublicLinkShare.feature:761 apiSharePublicLink1/createPublicLinkShare.feature:774 apiSharePublicLink1/createPublicLinkShare.feature:775 # -# https://github.com/owncloud/ocis/ocis-reva/issues/373 copying a folder within a public link folder to folder with same name as an already existing file overwrites the parent file +# https://github.com/owncloud/ocis-reva/issues/373 copying a folder within a public link folder to folder with same name as an already existing file overwrites the parent file apiSharePublicLink2/copyFromPublicLink.feature:60 # -# https://github.com/owncloud/ocis/ocis-reva/issues/373 +# https://github.com/owncloud/ocis-reva/issues/373 apiSharePublicLink2/copyFromPublicLink.feature:86 # -# https://github.com/owncloud/ocis/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder +# https://github.com/owncloud/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder apiSharePublicLink2/copyFromPublicLink.feature:167 apiSharePublicLink2/copyFromPublicLink.feature:168 # -# https://github.com/owncloud/ocis/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder +# https://github.com/owncloud/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder apiSharePublicLink2/copyFromPublicLink.feature:183 apiSharePublicLink2/copyFromPublicLink.feature:184 # -# https://github.com/owncloud/ocis/ocis-reva/issues/476 overwriting a file removes it's public links +# https://github.com/owncloud/ocis-reva/issues/476 overwriting a file removes it's public links apiSharePublicLink2/multilinkSharing.feature:160 # apiSharePublicLink2/updatePublicLinkShare.feature:94 @@ -559,35 +559,35 @@ apiSharePublicLink2/updatePublicLinkShare.feature:95 apiSharePublicLink2/updatePublicLinkShare.feature:285 apiSharePublicLink2/updatePublicLinkShare.feature:286 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:304 apiSharePublicLink2/updatePublicLinkShare.feature:305 # apiSharePublicLink2/updatePublicLinkShare.feature:323 apiSharePublicLink2/updatePublicLinkShare.feature:324 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:342 apiSharePublicLink2/updatePublicLinkShare.feature:343 # apiSharePublicLink2/updatePublicLinkShare.feature:361 apiSharePublicLink2/updatePublicLinkShare.feature:362 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:380 apiSharePublicLink2/updatePublicLinkShare.feature:381 # apiSharePublicLink2/updatePublicLinkShare.feature:399 apiSharePublicLink2/updatePublicLinkShare.feature:400 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:418 apiSharePublicLink2/updatePublicLinkShare.feature:419 # apiSharePublicLink2/updatePublicLinkShare.feature:440 apiSharePublicLink2/updatePublicLinkShare.feature:441 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink2/updatePublicLinkShare.feature:462 apiSharePublicLink2/updatePublicLinkShare.feature:463 # @@ -596,17 +596,17 @@ apiSharePublicLink2/updatePublicLinkShare.feature:488 # apiSharePublicLink2/uploadToPublicLinkShare.feature:9 # -# https://github.com/owncloud/ocis/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file +# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file apiSharePublicLink2/uploadToPublicLinkShare.feature:23 # -# https://github.com/owncloud/ocis/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 +# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 apiSharePublicLink2/uploadToPublicLinkShare.feature:62 apiSharePublicLink2/uploadToPublicLinkShare.feature:63 # -# https://github.com/owncloud/ocis/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 +# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 apiSharePublicLink2/uploadToPublicLinkShare.feature:66 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink2/uploadToPublicLinkShare.feature:74 # apiSharePublicLink2/uploadToPublicLinkShare.feature:83 @@ -617,22 +617,22 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:121 # apiSharePublicLink2/uploadToPublicLinkShare.feature:139 # -# https://github.com/owncloud/ocis/ocis-reva/issues/195 Set quota over settings +# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings apiSharePublicLink2/uploadToPublicLinkShare.feature:148 # apiSharePublicLink2/uploadToPublicLinkShare.feature:158 # -# https://github.com/owncloud/ocis/ocis-reva/issues/195 Set quota over settings +# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings apiSharePublicLink2/uploadToPublicLinkShare.feature:167 # apiSharePublicLink2/uploadToPublicLinkShare.feature:177 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink2/uploadToPublicLinkShare.feature:186 # apiSharePublicLink2/uploadToPublicLinkShare.feature:196 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink2/uploadToPublicLinkShare.feature:206 # apiSharePublicLink2/uploadToPublicLinkShare.feature:217 @@ -641,7 +641,7 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:238 # apiSharePublicLink2/uploadToPublicLinkShare.feature:255 # -# https://github.com/owncloud/ocis/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file +# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file apiSharePublicLink2/uploadToPublicLinkShare.feature:273 # # https://github.com/owncloud/product/issues/179 Propfind to trashbin endpoint requires UUID @@ -718,8 +718,8 @@ apiTrashbin/trashbinRestore.feature:328 apiTrashbin/trashbinRestore.feature:343 apiTrashbin/trashbinRestore.feature:344 # -# https://github.com/owncloud/ocis/ocis-reva/issues/17 uploading with old-chunking does not work -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/17 uploading with old-chunking does not work +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiVersions/fileVersions.feature:15 apiVersions/fileVersions.feature:23 apiVersions/fileVersions.feature:36 @@ -732,14 +732,14 @@ apiVersions/fileVersions.feature:288 apiVersions/fileVersions.feature:362 apiVersions/fileVersions.feature:373 # -# https://github.com/owncloud/ocis/ocis-reva/issues/275 file id changes on every uploaded +# https://github.com/owncloud/ocis-reva/issues/275 file id changes on every uploaded apiVersions/fileVersions.feature:29 apiVersions/fileVersions.feature:52 apiVersions/fileVersions.feature:61 apiVersions/fileVersions.feature:69 apiVersions/fileVersions.feature:130 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFileAsync.feature:26 apiWebdavMove1/moveFileAsync.feature:27 apiWebdavMove1/moveFileAsync.feature:28 @@ -768,17 +768,17 @@ apiWebdavMove1/moveFileAsync.feature:234 apiWebdavMove1/moveFileAsync.feature:235 apiWebdavMove1/moveFileAsync.feature:240 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:12 apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:18 apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:26 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:12 apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:19 apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:27 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFolder.feature:21 apiWebdavMove1/moveFolder.feature:22 apiWebdavMove1/moveFolder.feature:34 @@ -786,7 +786,7 @@ apiWebdavMove1/moveFolder.feature:35 apiWebdavMove1/moveFolder.feature:47 apiWebdavMove1/moveFolder.feature:48 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFolderToBlacklistedName.feature:21 apiWebdavMove1/moveFolderToBlacklistedName.feature:22 apiWebdavMove1/moveFolderToBlacklistedName.feature:35 @@ -794,7 +794,7 @@ apiWebdavMove1/moveFolderToBlacklistedName.feature:36 apiWebdavMove1/moveFolderToBlacklistedName.feature:70 apiWebdavMove1/moveFolderToBlacklistedName.feature:71 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFolderToExcludedDirectory.feature:21 apiWebdavMove1/moveFolderToExcludedDirectory.feature:22 apiWebdavMove1/moveFolderToExcludedDirectory.feature:34 @@ -802,7 +802,7 @@ apiWebdavMove1/moveFolderToExcludedDirectory.feature:35 apiWebdavMove1/moveFolderToExcludedDirectory.feature:70 apiWebdavMove1/moveFolderToExcludedDirectory.feature:71 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove2/moveFile.feature:89 apiWebdavMove2/moveFile.feature:90 apiWebdavMove2/moveFile.feature:91 @@ -827,10 +827,10 @@ apiWebdavMove2/moveFile.feature:272 apiWebdavMove2/moveFile.feature:273 # # -# https://github.com/owncloud/ocis/ocis-reva/issues/265 file cannot contain ? character +# https://github.com/owncloud/ocis-reva/issues/265 file cannot contain ? character apiWebdavMove2/moveFile.feature:292 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove2/moveFileToBlacklistedName.feature:18 apiWebdavMove2/moveFileToBlacklistedName.feature:19 apiWebdavMove2/moveFileToBlacklistedName.feature:29 @@ -838,7 +838,7 @@ apiWebdavMove2/moveFileToBlacklistedName.feature:30 apiWebdavMove2/moveFileToBlacklistedName.feature:62 apiWebdavMove2/moveFileToBlacklistedName.feature:63 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove2/moveFileToExcludedDirectory.feature:18 apiWebdavMove2/moveFileToExcludedDirectory.feature:19 apiWebdavMove2/moveFileToExcludedDirectory.feature:28 @@ -846,7 +846,7 @@ apiWebdavMove2/moveFileToExcludedDirectory.feature:29 apiWebdavMove2/moveFileToExcludedDirectory.feature:63 apiWebdavMove2/moveFileToExcludedDirectory.feature:64 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavOperations/deleteFolder.feature:67 apiWebdavOperations/deleteFolder.feature:68 apiWebdavOperations/deleteFolder.feature:69 @@ -854,7 +854,7 @@ apiWebdavOperations/deleteFolder.feature:70 apiWebdavOperations/deleteFolder.feature:91 apiWebdavOperations/deleteFolder.feature:92 # -# https://github.com/owncloud/ocis/ocis-reva/issues/12 Range Header is not obeyed when downloading a file +# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file apiWebdavOperations/downloadFile.feature:29 apiWebdavOperations/downloadFile.feature:30 # @@ -870,7 +870,7 @@ apiWebdavOperations/refuseAccess.feature:22 apiWebdavOperations/refuseAccess.feature:33 apiWebdavOperations/refuseAccess.feature:34 # -# https://github.com/owncloud/ocis/ocis-reva/issues/39 REPORT request not implemented +# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented apiWebdavOperations/search.feature:42 apiWebdavOperations/search.feature:43 apiWebdavOperations/search.feature:57 @@ -894,71 +894,71 @@ apiWebdavOperations/search.feature:211 apiWebdavOperations/search.feature:213 apiWebdavOperations/search.feature:229 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties1/copyFile.feature:65 apiWebdavProperties1/copyFile.feature:66 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties1/copyFile.feature:85 apiWebdavProperties1/copyFile.feature:86 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavProperties1/copyFile.feature:102 apiWebdavProperties1/copyFile.feature:103 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:116 apiWebdavProperties1/copyFile.feature:117 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:129 apiWebdavProperties1/copyFile.feature:130 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:165 apiWebdavProperties1/copyFile.feature:166 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:202 apiWebdavProperties1/copyFile.feature:203 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:350 apiWebdavProperties1/copyFile.feature:351 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:370 apiWebdavProperties1/copyFile.feature:371 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:395 apiWebdavProperties1/copyFile.feature:396 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:422 apiWebdavProperties1/copyFile.feature:423 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:448 apiWebdavProperties1/copyFile.feature:449 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:474 apiWebdavProperties1/copyFile.feature:475 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavProperties1/createFolder.feature:71 apiWebdavProperties1/createFolder.feature:72 # -# https://github.com/owncloud/ocis/ocis-reva/issues/168 creating a folder that already exists returns an empty body +# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body apiWebdavProperties1/createFolder.feature:85 apiWebdavProperties1/createFolder.feature:86 # -# https://github.com/owncloud/ocis/ocis-reva/issues/168 creating a folder that already exists returns an empty body +# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body apiWebdavProperties1/createFolder.feature:99 apiWebdavProperties1/createFolder.feature:100 # -# https://github.com/owncloud/ocis/ocis-reva/issues/101 quota query +# https://github.com/owncloud/ocis-reva/issues/101 quota query apiWebdavProperties1/getQuota.feature:17 apiWebdavProperties1/getQuota.feature:18 apiWebdavProperties1/getQuota.feature:27 @@ -970,7 +970,7 @@ apiWebdavProperties1/getQuota.feature:62 apiWebdavProperties1/getQuota.feature:77 apiWebdavProperties1/getQuota.feature:78 # -# https://github.com/owncloud/ocis/ocis-reva/issues/276 elements cannot be favorited +# https://github.com/owncloud/ocis-reva/issues/276 elements cannot be favorited apiWebdavProperties1/setFileProperties.feature:20 apiWebdavProperties1/setFileProperties.feature:21 apiWebdavProperties1/setFileProperties.feature:45 @@ -979,17 +979,17 @@ apiWebdavProperties1/setFileProperties.feature:76 apiWebdavProperties1/setFileProperties.feature:77 apiWebdavProperties1/setFileProperties.feature:80 # -# https://github.com/owncloud/ocis/ocis-reva/issues/265 elements cannot be favorited +# https://github.com/owncloud/ocis-reva/issues/265 elements cannot be favorited apiWebdavProperties2/getFileProperties.feature:102 apiWebdavProperties2/getFileProperties.feature:103 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties1/setFileProperties.feature:32 apiWebdavProperties1/setFileProperties.feature:33 apiWebdavProperties1/setFileProperties.feature:63 apiWebdavProperties1/setFileProperties.feature:64 # -# https://github.com/owncloud/ocis/ocis-reva/issues/214 XML properties in webdav response not properly encoded +# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded apiWebdavProperties2/getFileProperties.feature:37 apiWebdavProperties2/getFileProperties.feature:39 apiWebdavProperties2/getFileProperties.feature:40 @@ -997,7 +997,7 @@ apiWebdavProperties2/getFileProperties.feature:41 apiWebdavProperties2/getFileProperties.feature:43 apiWebdavProperties2/getFileProperties.feature:44 # -# https://github.com/owncloud/ocis/ocis-reva/issues/214 XML properties in webdav response not properly encoded +# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded apiWebdavProperties2/getFileProperties.feature:59 apiWebdavProperties2/getFileProperties.feature:60 apiWebdavProperties2/getFileProperties.feature:61 @@ -1009,76 +1009,76 @@ apiWebdavProperties2/getFileProperties.feature:68 apiWebdavProperties2/getFileProperties.feature:70 apiWebdavProperties2/getFileProperties.feature:71 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:135 apiWebdavProperties2/getFileProperties.feature:136 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:156 apiWebdavProperties2/getFileProperties.feature:157 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:174 apiWebdavProperties2/getFileProperties.feature:175 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:206 apiWebdavProperties2/getFileProperties.feature:207 # apiWebdavProperties2/getFileProperties.feature:218 apiWebdavProperties2/getFileProperties.feature:219 # -# https://github.com/owncloud/ocis/ocis-reva/issues/216 Private link support +# https://github.com/owncloud/ocis-reva/issues/216 Private link support apiWebdavProperties2/getFileProperties.feature:232 apiWebdavProperties2/getFileProperties.feature:233 # -# https://github.com/owncloud/ocis/ocis-reva/issues/163 trying to access a non-existing resource returns an empty body +# https://github.com/owncloud/ocis-reva/issues/163 trying to access a non-existing resource returns an empty body apiWebdavProperties2/getFileProperties.feature:242 apiWebdavProperties2/getFileProperties.feature:243 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:246 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:266 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:301 apiWebdavProperties2/getFileProperties.feature:302 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:314 apiWebdavProperties2/getFileProperties.feature:315 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:327 apiWebdavProperties2/getFileProperties.feature:328 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:389 apiWebdavProperties2/getFileProperties.feature:390 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:402 apiWebdavProperties2/getFileProperties.feature:403 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:415 apiWebdavProperties2/getFileProperties.feature:416 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:428 apiWebdavProperties2/getFileProperties.feature:429 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:441 apiWebdavProperties2/getFileProperties.feature:442 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:454 apiWebdavProperties2/getFileProperties.feature:455 # -# https://github.com/owncloud/ocis/ocis-reva/issues/265 filename cannot contain ? +# https://github.com/owncloud/ocis-reva/issues/265 filename cannot contain ? apiWebdavUpload1/uploadFile.feature:48 apiWebdavUpload1/uploadFile.feature:49 apiWebdavUpload1/uploadFile.feature:50 @@ -1090,7 +1090,7 @@ apiWebdavUpload1/uploadFile.feature:96 apiWebdavUpload1/uploadFile.feature:97 apiWebdavUpload1/uploadFile.feature:98 # -# https://github.com/owncloud/ocis/ocis-reva/issues/468 Cannot set Mtime on upload +# https://github.com/owncloud/ocis-reva/issues/468 Cannot set Mtime on upload apiWebdavUpload1/uploadFile.feature:144 apiWebdavUpload1/uploadFile.feature:145 apiWebdavUpload1/uploadFile.feature:157 @@ -1100,11 +1100,11 @@ apiWebdavUpload1/uploadFile.feature:172 apiWebdavUpload1/uploadFile.feature:184 apiWebdavUpload1/uploadFile.feature:185 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload1/uploadFile.feature:112 apiWebdavUpload1/uploadFile.feature:113 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:14 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:31 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:48 @@ -1117,19 +1117,19 @@ apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:144 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:146 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:159 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload1/uploadFileToBlacklistedName.feature:19 apiWebdavUpload1/uploadFileToBlacklistedName.feature:20 # -# https://github.com/owncloud/ocis/ocis-reva/issues/54 system configuration options missing +# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing apiWebdavUpload1/uploadFileToBlacklistedName.feature:31 apiWebdavUpload1/uploadFileToBlacklistedName.feature:32 # -# https://github.com/owncloud/ocis/ocis-reva/issues/54 system configuration options missing +# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing apiWebdavUpload1/uploadFileToBlacklistedName.feature:65 apiWebdavUpload1/uploadFileToBlacklistedName.feature:66 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:14 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:23 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:47 @@ -1137,7 +1137,7 @@ apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:48 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:49 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:52 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileToExcludedDirectory.feature:20 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:21 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:33 @@ -1145,7 +1145,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectory.feature:34 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:69 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:70 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:14 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:24 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:49 @@ -1153,7 +1153,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:50 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:51 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:54 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:12 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:21 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:45 @@ -1161,7 +1161,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:46 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:47 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:50 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:13 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:20 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:37 @@ -1169,7 +1169,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:38 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:39 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:42 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:12 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:22 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:47 @@ -1177,7 +1177,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:48 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:49 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:52 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:13 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:21 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:39 @@ -1185,7 +1185,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:40 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:41 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:44 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload2/uploadFileUsingNewChunking.feature:12 apiWebdavUpload2/uploadFileUsingNewChunking.feature:29 apiWebdavUpload2/uploadFileUsingNewChunking.feature:43 @@ -1202,7 +1202,7 @@ apiWebdavUpload2/uploadFileUsingNewChunking.feature:137 apiWebdavUpload2/uploadFileUsingNewChunking.feature:157 apiWebdavUpload2/uploadFileUsingNewChunking.feature:158 # -# https://github.com/owncloud/ocis/ocis-reva/issues/17 uploading with old-chunking does not work +# https://github.com/owncloud/ocis-reva/issues/17 uploading with old-chunking does not work apiWebdavUpload2/uploadFileUsingOldChunking.feature:13 apiWebdavUpload2/uploadFileUsingOldChunking.feature:26 apiWebdavUpload2/uploadFileUsingOldChunking.feature:35 diff --git a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt index 3fad59f8c20..54d1f40f447 100644 --- a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt +++ b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt @@ -7,7 +7,7 @@ apiSharePublicLink2/multilinkSharing.feature:181 apiWebdavProperties1/setFileProperties.feature:32 apiWebdavProperties1/setFileProperties.feature:33 # -# https://github.com/owncloud/ocis/ocis-reva/issues/196 Checksum feature +# https://github.com/owncloud/ocis-reva/issues/196 Checksum feature apiMain/checksums.feature:24 apiMain/checksums.feature:25 apiMain/checksums.feature:35 @@ -42,10 +42,10 @@ apiMain/checksums.feature:309 apiMain/checksums.feature:312 apiMain/checksums.feature:324 # -# https://github.com/owncloud/ocis/ocis-reva/issues/100 no robots.txt available +# https://github.com/owncloud/ocis-reva/issues/100 no robots.txt available apiMain/main.feature:5 # -# https://github.com/owncloud/ocis/ocis-reva/issues/101 quota query +# https://github.com/owncloud/ocis-reva/issues/101 quota query apiMain/quota.feature:9 apiMain/quota.feature:16 apiMain/quota.feature:23 @@ -57,12 +57,12 @@ apiMain/quota.feature:82 apiMain/quota.feature:99 apiMain/quota.feature:112 # -# https://github.com/owncloud/ocis/ocis-reva/issues/65 There is no such thing like a "super-user" -# https://github.com/owncloud/ocis/ocis-reva/issues/97 no command equivalent to occ +# https://github.com/owncloud/ocis-reva/issues/65 There is no such thing like a "super-user" +# https://github.com/owncloud/ocis-reva/issues/97 no command equivalent to occ apiMain/status.feature:5 # -# https://github.com/owncloud/ocis/ocis-reva/issues/29 ocs config endpoint only accessible by authorized users -# https://github.com/owncloud/ocis/ocis-reva/issues/30 HTTP 401 Unauthorized responses don't contain a body +# https://github.com/owncloud/ocis-reva/issues/29 ocs config endpoint only accessible by authorized users +# https://github.com/owncloud/ocis-reva/issues/30 HTTP 401 Unauthorized responses don't contain a body apiAuthOcs/ocsDELETEAuth.feature:9 apiAuthOcs/ocsGETAuth.feature:10 apiAuthOcs/ocsGETAuth.feature:33 @@ -73,35 +73,35 @@ apiAuthOcs/ocsGETAuth.feature:139 apiAuthOcs/ocsPOSTAuth.feature:10 apiAuthOcs/ocsPUTAuth.feature:10 # -# https://github.com/owncloud/ocis/ocis-reva/issues/13 server returns 500 when trying to access a not existing file +# https://github.com/owncloud/ocis-reva/issues/13 server returns 500 when trying to access a not existing file apiAuthWebDav/webDavDELETEAuth.feature:36 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavLOCKAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavMKCOLAuth.feature:37 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiAuthWebDav/webDavMOVEAuth.feature:37 # -# https://github.com/owncloud/ocis/ocis-reva/issues/179 send POST requests to another user's webDav endpoints as normal user +# https://github.com/owncloud/ocis-reva/issues/179 send POST requests to another user's webDav endpoints as normal user apiAuthWebDav/webDavPOSTAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavPROPFINDAuth.feature:37 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavPROPPATCHAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavPUTAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/175 Default capabilities for normal user not same as in oC-core -# https://github.com/owncloud/ocis/ocis-reva/issues/176 Difference in response content of status.php and default capabilities +# https://github.com/owncloud/ocis-reva/issues/175 Default capabilities for normal user not same as in oC-core +# https://github.com/owncloud/ocis-reva/issues/176 Difference in response content of status.php and default capabilities apiCapabilities/capabilitiesWithNormalUser.feature:11 # -# https://github.com/owncloud/ocis/ocis-reva/issues/39 REPORT request not implemented +# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented apiFavorites/favorites.feature:228 apiFavorites/favorites.feature:229 # @@ -198,7 +198,7 @@ apiProvisioning-v2/getUsers.feature:44 apiProvisioning-v2/resetUserPassword.feature:21 apiProvisioning-v2/resetUserPassword.feature:55 # -# https://github.com/owncloud/ocis/ocis-reva/issues/34 groups endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist apiSharees/sharees.feature:32 apiSharees/sharees.feature:33 apiSharees/sharees.feature:53 @@ -252,7 +252,7 @@ apiSharees/sharees.feature:516 apiSharees/sharees.feature:537 apiSharees/sharees.feature:538 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set (shareapi_auto_accept_share) +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set (shareapi_auto_accept_share) apiShareManagement/acceptShares.feature:155 apiShareManagement/acceptShares.feature:313 apiShareManagement/acceptShares.feature:333 @@ -279,10 +279,10 @@ apiShareManagement/acceptSharesToSharesFolder.feature:15 apiShareManagement/acceptSharesToSharesFolder.feature:30 apiShareManagement/acceptSharesToSharesFolder.feature:52 # -# https://github.com/owncloud/ocis/ocis-reva/issues/34 groups endpoint does not exist -# https://github.com/owncloud/ocis/ocis-reva/issues/243 Sharing seems to work but does not work -# https://github.com/owncloud/ocis/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders -# https://github.com/owncloud/ocis/ocis-reva/issues/356 Fields missing in delete share OCS response +# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/243 Sharing seems to work but does not work +# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders +# https://github.com/owncloud/ocis-reva/issues/356 Fields missing in delete share OCS response # https://github.com/owncloud/product/issues/203 file_target in share response apiShareToSharesManagementBasic/createShareToSharesFolder.feature:36 apiShareToSharesManagementBasic/createShareToSharesFolder.feature:37 @@ -358,30 +358,30 @@ apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.fe apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:135 apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:136 # -# https://github.com/owncloud/ocis/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares +# https://github.com/owncloud/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares apiShareOperations/accessToShare.feature:48 apiShareOperations/accessToShare.feature:49 # -# https://github.com/owncloud/ocis/ocis-reva/issues/65 There is no such thing like a "super-user" +# https://github.com/owncloud/ocis-reva/issues/65 There is no such thing like a "super-user" apiShareOperations/gettingShares.feature:34 apiShareOperations/gettingShares.feature:35 # -# https://github.com/owncloud/ocis/ocis-reva/issues/374 OCS error message for attempting to access share via share id as an unauthorized user is not informative +# https://github.com/owncloud/ocis-reva/issues/374 OCS error message for attempting to access share via share id as an unauthorized user is not informative apiShareOperations/gettingShares.feature:168 apiShareOperations/gettingShares.feature:169 # -# https://github.com/owncloud/ocis/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders +# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders apiShareOperations/gettingShares.feature:204 apiShareOperations/gettingShares.feature:205 # -# https://github.com/owncloud/ocis/ocis-reva/issues/47 cannot get ocs:share-permissions via WebDAV +# https://github.com/owncloud/ocis-reva/issues/47 cannot get ocs:share-permissions via WebDAV apiShareOperations/getWebDAVSharePermissions.feature:21 apiShareOperations/getWebDAVSharePermissions.feature:22 apiShareOperations/getWebDAVSharePermissions.feature:134 apiShareOperations/getWebDAVSharePermissions.feature:135 # -# https://github.com/owncloud/ocis/ocis-reva/issues/282 Split old public API webdav tests from new public webdav tests -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/282 Split old public API webdav tests from new public webdav tests +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/accessToPublicLinkShare.feature:10 apiSharePublicLink1/accessToPublicLinkShare.feature:20 apiSharePublicLink1/accessToPublicLinkShare.feature:30 @@ -406,58 +406,58 @@ apiSharePublicLink1/changingPublicLinkShare.feature:300 apiSharePublicLink1/createPublicLinkShare.feature:34 apiSharePublicLink1/createPublicLinkShare.feature:35 # -# https://github.com/owncloud/ocis/ocis-reva/issues/12 Range Header is not obeyed when downloading a file +# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file apiSharePublicLink1/createPublicLinkShare.feature:63 apiSharePublicLink1/createPublicLinkShare.feature:64 # apiSharePublicLink1/createPublicLinkShare.feature:95 apiSharePublicLink1/createPublicLinkShare.feature:96 # -# https://github.com/owncloud/ocis/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies +# https://github.com/owncloud/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies apiSharePublicLink1/createPublicLinkShare.feature:127 apiSharePublicLink1/createPublicLinkShare.feature:128 # apiSharePublicLink1/createPublicLinkShare.feature:155 apiSharePublicLink1/createPublicLinkShare.feature:156 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/createPublicLinkShare.feature:183 apiSharePublicLink1/createPublicLinkShare.feature:184 # apiSharePublicLink1/createPublicLinkShare.feature:214 apiSharePublicLink1/createPublicLinkShare.feature:215 # -# https://github.com/owncloud/ocis/ocis-reva/issues/12 Range Header is not obeyed when downloading a file +# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file apiSharePublicLink1/createPublicLinkShare.feature:245 apiSharePublicLink1/createPublicLinkShare.feature:246 # apiSharePublicLink1/createPublicLinkShare.feature:276 apiSharePublicLink1/createPublicLinkShare.feature:277 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/createPublicLinkShare.feature:307 apiSharePublicLink1/createPublicLinkShare.feature:308 # apiSharePublicLink1/createPublicLinkShare.feature:370 apiSharePublicLink1/createPublicLinkShare.feature:371 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:389 apiSharePublicLink1/createPublicLinkShare.feature:390 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:411 apiSharePublicLink1/createPublicLinkShare.feature:413 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:435 apiSharePublicLink1/createPublicLinkShare.feature:437 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:461 apiSharePublicLink1/createPublicLinkShare.feature:463 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:487 apiSharePublicLink1/createPublicLinkShare.feature:489 apiSharePublicLink1/createPublicLinkShare.feature:491 @@ -465,11 +465,11 @@ apiSharePublicLink1/createPublicLinkShare.feature:493 apiSharePublicLink1/createPublicLinkShare.feature:495 apiSharePublicLink1/createPublicLinkShare.feature:497 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:518 apiSharePublicLink1/createPublicLinkShare.feature:519 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:534 apiSharePublicLink1/createPublicLinkShare.feature:535 # @@ -479,7 +479,7 @@ apiSharePublicLink1/createPublicLinkShare.feature:554 apiSharePublicLink1/createPublicLinkShare.feature:590 apiSharePublicLink1/createPublicLinkShare.feature:591 # -# https://github.com/owncloud/ocis/ocis-reva/issues/283 Prevent creating public share for the home root folder +# https://github.com/owncloud/ocis-reva/issues/283 Prevent creating public share for the home root folder apiSharePublicLink1/createPublicLinkShare.feature:620 apiSharePublicLink1/createPublicLinkShare.feature:621 # @@ -489,14 +489,14 @@ apiSharePublicLink1/createPublicLinkShare.feature:635 apiSharePublicLink1/createPublicLinkShare.feature:663 apiSharePublicLink1/createPublicLinkShare.feature:664 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:714 apiSharePublicLink1/createPublicLinkShare.feature:715 # -# https://github.com/owncloud/ocis/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies +# https://github.com/owncloud/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies apiSharePublicLink1/createPublicLinkShare.feature:718 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/createPublicLinkShare.feature:727 # # https://github.com/owncloud/core/issues/37605 Public cannot upload file with mtime set on a public link share with new version of WebDAV API @@ -505,18 +505,18 @@ apiSharePublicLink1/createPublicLinkShare.feature:779 # https://github.com/owncloud/core/issues/37605 Public cannot upload file with mtime set on a public link share with new version of WebDAV API apiSharePublicLink1/createPublicLinkShare.feature:793 # -# https://github.com/owncloud/ocis/ocis-reva/issues/311 Deleting a public link after renaming a file +# https://github.com/owncloud/ocis-reva/issues/311 Deleting a public link after renaming a file apiSharePublicLink1/deletePublicLinkShare.feature:37 apiSharePublicLink1/deletePublicLinkShare.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/373 copying a folder within a public link folder to folder with same name as an already existing file overwrites the parent file +# https://github.com/owncloud/ocis-reva/issues/373 copying a folder within a public link folder to folder with same name as an already existing file overwrites the parent file apiSharePublicLink2/copyFromPublicLink.feature:60 # -# https://github.com/owncloud/ocis/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder +# https://github.com/owncloud/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder apiSharePublicLink2/copyFromPublicLink.feature:167 apiSharePublicLink2/copyFromPublicLink.feature:168 # -# https://github.com/owncloud/ocis/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder +# https://github.com/owncloud/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder apiSharePublicLink2/copyFromPublicLink.feature:183 apiSharePublicLink2/copyFromPublicLink.feature:184 # @@ -526,35 +526,35 @@ apiSharePublicLink2/updatePublicLinkShare.feature:95 apiSharePublicLink2/updatePublicLinkShare.feature:285 apiSharePublicLink2/updatePublicLinkShare.feature:286 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:304 apiSharePublicLink2/updatePublicLinkShare.feature:305 # apiSharePublicLink2/updatePublicLinkShare.feature:323 apiSharePublicLink2/updatePublicLinkShare.feature:324 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:342 apiSharePublicLink2/updatePublicLinkShare.feature:343 # apiSharePublicLink2/updatePublicLinkShare.feature:361 apiSharePublicLink2/updatePublicLinkShare.feature:362 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:380 apiSharePublicLink2/updatePublicLinkShare.feature:381 # apiSharePublicLink2/updatePublicLinkShare.feature:399 apiSharePublicLink2/updatePublicLinkShare.feature:400 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:418 apiSharePublicLink2/updatePublicLinkShare.feature:419 # apiSharePublicLink2/updatePublicLinkShare.feature:440 apiSharePublicLink2/updatePublicLinkShare.feature:441 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink2/updatePublicLinkShare.feature:462 apiSharePublicLink2/updatePublicLinkShare.feature:463 # @@ -563,17 +563,17 @@ apiSharePublicLink2/updatePublicLinkShare.feature:488 # apiSharePublicLink2/uploadToPublicLinkShare.feature:9 # -# https://github.com/owncloud/ocis/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file +# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file apiSharePublicLink2/uploadToPublicLinkShare.feature:23 # -# https://github.com/owncloud/ocis/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 +# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 apiSharePublicLink2/uploadToPublicLinkShare.feature:62 apiSharePublicLink2/uploadToPublicLinkShare.feature:63 # -# https://github.com/owncloud/ocis/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 +# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 apiSharePublicLink2/uploadToPublicLinkShare.feature:66 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink2/uploadToPublicLinkShare.feature:74 # apiSharePublicLink2/uploadToPublicLinkShare.feature:83 @@ -584,22 +584,22 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:121 # apiSharePublicLink2/uploadToPublicLinkShare.feature:139 # -# https://github.com/owncloud/ocis/ocis-reva/issues/195 Set quota over settings +# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings apiSharePublicLink2/uploadToPublicLinkShare.feature:148 # apiSharePublicLink2/uploadToPublicLinkShare.feature:158 # -# https://github.com/owncloud/ocis/ocis-reva/issues/195 Set quota over settings +# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings apiSharePublicLink2/uploadToPublicLinkShare.feature:167 # apiSharePublicLink2/uploadToPublicLinkShare.feature:177 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink2/uploadToPublicLinkShare.feature:186 # apiSharePublicLink2/uploadToPublicLinkShare.feature:196 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink2/uploadToPublicLinkShare.feature:206 # apiSharePublicLink2/uploadToPublicLinkShare.feature:217 @@ -608,10 +608,10 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:238 # apiSharePublicLink2/uploadToPublicLinkShare.feature:255 # -# https://github.com/owncloud/ocis/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file +# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file apiSharePublicLink2/uploadToPublicLinkShare.feature:273 # -# https://github.com/owncloud/ocis/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file +# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file apiSharePublicLink2/uploadToPublicLinkShare.feature:273 # # https://github.com/owncloud/product/issues/179 Propfind to trashbin endpoint requires UUID @@ -688,8 +688,8 @@ apiTrashbin/trashbinRestore.feature:328 apiTrashbin/trashbinRestore.feature:343 apiTrashbin/trashbinRestore.feature:344 # -# https://github.com/owncloud/ocis/ocis-reva/issues/17 uploading with old-chunking does not work -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/17 uploading with old-chunking does not work +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiVersions/fileVersions.feature:15 apiVersions/fileVersions.feature:23 apiVersions/fileVersions.feature:36 @@ -702,7 +702,7 @@ apiVersions/fileVersions.feature:288 apiVersions/fileVersions.feature:362 apiVersions/fileVersions.feature:373 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFileAsync.feature:26 apiWebdavMove1/moveFileAsync.feature:27 apiWebdavMove1/moveFileAsync.feature:28 @@ -731,17 +731,17 @@ apiWebdavMove1/moveFileAsync.feature:234 apiWebdavMove1/moveFileAsync.feature:235 apiWebdavMove1/moveFileAsync.feature:240 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:12 apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:18 apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:26 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:12 apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:19 apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:27 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFolder.feature:21 apiWebdavMove1/moveFolder.feature:22 apiWebdavMove1/moveFolder.feature:34 @@ -749,7 +749,7 @@ apiWebdavMove1/moveFolder.feature:35 apiWebdavMove1/moveFolder.feature:47 apiWebdavMove1/moveFolder.feature:48 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFolderToBlacklistedName.feature:21 apiWebdavMove1/moveFolderToBlacklistedName.feature:22 apiWebdavMove1/moveFolderToBlacklistedName.feature:35 @@ -757,7 +757,7 @@ apiWebdavMove1/moveFolderToBlacklistedName.feature:36 apiWebdavMove1/moveFolderToBlacklistedName.feature:70 apiWebdavMove1/moveFolderToBlacklistedName.feature:71 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFolderToExcludedDirectory.feature:21 apiWebdavMove1/moveFolderToExcludedDirectory.feature:22 apiWebdavMove1/moveFolderToExcludedDirectory.feature:34 @@ -765,7 +765,7 @@ apiWebdavMove1/moveFolderToExcludedDirectory.feature:35 apiWebdavMove1/moveFolderToExcludedDirectory.feature:70 apiWebdavMove1/moveFolderToExcludedDirectory.feature:71 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove2/moveFile.feature:89 apiWebdavMove2/moveFile.feature:90 apiWebdavMove2/moveFile.feature:91 @@ -789,7 +789,7 @@ apiWebdavMove2/moveFile.feature:256 apiWebdavMove2/moveFile.feature:272 apiWebdavMove2/moveFile.feature:273 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove2/moveFileToBlacklistedName.feature:18 apiWebdavMove2/moveFileToBlacklistedName.feature:19 apiWebdavMove2/moveFileToBlacklistedName.feature:29 @@ -797,7 +797,7 @@ apiWebdavMove2/moveFileToBlacklistedName.feature:30 apiWebdavMove2/moveFileToBlacklistedName.feature:62 apiWebdavMove2/moveFileToBlacklistedName.feature:63 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove2/moveFileToExcludedDirectory.feature:18 apiWebdavMove2/moveFileToExcludedDirectory.feature:19 apiWebdavMove2/moveFileToExcludedDirectory.feature:28 @@ -805,7 +805,7 @@ apiWebdavMove2/moveFileToExcludedDirectory.feature:29 apiWebdavMove2/moveFileToExcludedDirectory.feature:63 apiWebdavMove2/moveFileToExcludedDirectory.feature:64 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavOperations/deleteFolder.feature:67 apiWebdavOperations/deleteFolder.feature:68 apiWebdavOperations/deleteFolder.feature:69 @@ -813,7 +813,7 @@ apiWebdavOperations/deleteFolder.feature:70 apiWebdavOperations/deleteFolder.feature:91 apiWebdavOperations/deleteFolder.feature:92 # -# https://github.com/owncloud/ocis/ocis-reva/issues/12 Range Header is not obeyed when downloading a file +# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file apiWebdavOperations/downloadFile.feature:29 apiWebdavOperations/downloadFile.feature:30 # @@ -829,7 +829,7 @@ apiWebdavOperations/refuseAccess.feature:22 apiWebdavOperations/refuseAccess.feature:33 apiWebdavOperations/refuseAccess.feature:34 # -# https://github.com/owncloud/ocis/ocis-reva/issues/39 REPORT request not implemented +# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented apiWebdavOperations/search.feature:42 apiWebdavOperations/search.feature:43 apiWebdavOperations/search.feature:57 @@ -853,75 +853,75 @@ apiWebdavOperations/search.feature:211 apiWebdavOperations/search.feature:213 apiWebdavOperations/search.feature:229 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties1/copyFile.feature:65 apiWebdavProperties1/copyFile.feature:66 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties1/copyFile.feature:85 apiWebdavProperties1/copyFile.feature:86 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavProperties1/copyFile.feature:102 apiWebdavProperties1/copyFile.feature:103 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:116 apiWebdavProperties1/copyFile.feature:117 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:129 apiWebdavProperties1/copyFile.feature:130 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:146 apiWebdavProperties1/copyFile.feature:147 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:165 apiWebdavProperties1/copyFile.feature:166 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:202 apiWebdavProperties1/copyFile.feature:203 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:350 apiWebdavProperties1/copyFile.feature:351 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:370 apiWebdavProperties1/copyFile.feature:371 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:395 apiWebdavProperties1/copyFile.feature:396 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:422 apiWebdavProperties1/copyFile.feature:423 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:448 apiWebdavProperties1/copyFile.feature:449 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:474 apiWebdavProperties1/copyFile.feature:475 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavProperties1/createFolder.feature:71 apiWebdavProperties1/createFolder.feature:72 # -# https://github.com/owncloud/ocis/ocis-reva/issues/168 creating a folder that already exists returns an empty body +# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body apiWebdavProperties1/createFolder.feature:85 apiWebdavProperties1/createFolder.feature:86 # -# https://github.com/owncloud/ocis/ocis-reva/issues/168 creating a folder that already exists returns an empty body +# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body apiWebdavProperties1/createFolder.feature:99 apiWebdavProperties1/createFolder.feature:100 # -# https://github.com/owncloud/ocis/ocis-reva/issues/101 quota query +# https://github.com/owncloud/ocis-reva/issues/101 quota query apiWebdavProperties1/getQuota.feature:17 apiWebdavProperties1/getQuota.feature:18 apiWebdavProperties1/getQuota.feature:27 @@ -933,11 +933,11 @@ apiWebdavProperties1/getQuota.feature:62 apiWebdavProperties1/getQuota.feature:77 apiWebdavProperties1/getQuota.feature:78 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties1/setFileProperties.feature:63 apiWebdavProperties1/setFileProperties.feature:64 # -# https://github.com/owncloud/ocis/ocis-reva/issues/214 XML properties in webdav response not properly encoded +# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded apiWebdavProperties2/getFileProperties.feature:37 apiWebdavProperties2/getFileProperties.feature:39 apiWebdavProperties2/getFileProperties.feature:40 @@ -945,7 +945,7 @@ apiWebdavProperties2/getFileProperties.feature:41 apiWebdavProperties2/getFileProperties.feature:43 apiWebdavProperties2/getFileProperties.feature:44 # -# https://github.com/owncloud/ocis/ocis-reva/issues/214 XML properties in webdav response not properly encoded +# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded apiWebdavProperties2/getFileProperties.feature:59 apiWebdavProperties2/getFileProperties.feature:60 apiWebdavProperties2/getFileProperties.feature:61 @@ -957,84 +957,84 @@ apiWebdavProperties2/getFileProperties.feature:68 apiWebdavProperties2/getFileProperties.feature:70 apiWebdavProperties2/getFileProperties.feature:71 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:135 apiWebdavProperties2/getFileProperties.feature:136 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:156 apiWebdavProperties2/getFileProperties.feature:157 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:174 apiWebdavProperties2/getFileProperties.feature:175 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:206 apiWebdavProperties2/getFileProperties.feature:207 # apiWebdavProperties2/getFileProperties.feature:218 apiWebdavProperties2/getFileProperties.feature:219 # -# https://github.com/owncloud/ocis/ocis-reva/issues/216 Private link support +# https://github.com/owncloud/ocis-reva/issues/216 Private link support apiWebdavProperties2/getFileProperties.feature:232 apiWebdavProperties2/getFileProperties.feature:233 # -# https://github.com/owncloud/ocis/ocis-reva/issues/163 trying to access a non-existing resource returns an empty body +# https://github.com/owncloud/ocis-reva/issues/163 trying to access a non-existing resource returns an empty body apiWebdavProperties2/getFileProperties.feature:242 apiWebdavProperties2/getFileProperties.feature:243 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:246 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:266 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:301 apiWebdavProperties2/getFileProperties.feature:302 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:314 apiWebdavProperties2/getFileProperties.feature:315 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:327 apiWebdavProperties2/getFileProperties.feature:328 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:376 apiWebdavProperties2/getFileProperties.feature:377 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:389 apiWebdavProperties2/getFileProperties.feature:390 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:402 apiWebdavProperties2/getFileProperties.feature:403 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:415 apiWebdavProperties2/getFileProperties.feature:416 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:428 apiWebdavProperties2/getFileProperties.feature:429 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:441 apiWebdavProperties2/getFileProperties.feature:442 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:454 apiWebdavProperties2/getFileProperties.feature:455 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload1/uploadFile.feature:112 apiWebdavUpload1/uploadFile.feature:113 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:14 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:31 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:48 @@ -1047,19 +1047,19 @@ apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:144 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:146 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:159 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload1/uploadFileToBlacklistedName.feature:19 apiWebdavUpload1/uploadFileToBlacklistedName.feature:20 # -# https://github.com/owncloud/ocis/ocis-reva/issues/54 system configuration options missing +# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing apiWebdavUpload1/uploadFileToBlacklistedName.feature:31 apiWebdavUpload1/uploadFileToBlacklistedName.feature:32 # -# https://github.com/owncloud/ocis/ocis-reva/issues/54 system configuration options missing +# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing apiWebdavUpload1/uploadFileToBlacklistedName.feature:65 apiWebdavUpload1/uploadFileToBlacklistedName.feature:66 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:14 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:23 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:47 @@ -1067,7 +1067,7 @@ apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:48 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:49 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:52 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileToExcludedDirectory.feature:20 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:21 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:33 @@ -1075,7 +1075,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectory.feature:34 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:69 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:70 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:14 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:24 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:49 @@ -1083,7 +1083,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:50 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:51 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:54 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:12 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:21 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:45 @@ -1091,7 +1091,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:46 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:47 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:50 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:13 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:20 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:37 @@ -1099,7 +1099,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:38 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:39 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:42 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:12 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:22 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:47 @@ -1107,7 +1107,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:48 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:49 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:52 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:13 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:21 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:39 @@ -1115,7 +1115,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:40 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:41 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:44 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload2/uploadFileUsingNewChunking.feature:12 apiWebdavUpload2/uploadFileUsingNewChunking.feature:29 apiWebdavUpload2/uploadFileUsingNewChunking.feature:43 @@ -1131,7 +1131,7 @@ apiWebdavUpload2/uploadFileUsingNewChunking.feature:137 apiWebdavUpload2/uploadFileUsingNewChunking.feature:157 apiWebdavUpload2/uploadFileUsingNewChunking.feature:158 # -# https://github.com/owncloud/ocis/ocis-reva/issues/17 uploading with old-chunking does not work +# https://github.com/owncloud/ocis-reva/issues/17 uploading with old-chunking does not work apiWebdavUpload2/uploadFileUsingOldChunking.feature:13 apiWebdavUpload2/uploadFileUsingOldChunking.feature:26 apiWebdavUpload2/uploadFileUsingOldChunking.feature:35 diff --git a/ocis/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt b/ocis/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt index a22b2731cff..440b0ef2482 100644 --- a/ocis/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt +++ b/ocis/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt @@ -9,7 +9,7 @@ apiSharePublicLink2/multilinkSharing.feature:181 apiWebdavProperties1/setFileProperties.feature:32 apiWebdavProperties1/setFileProperties.feature:33 # -# https://github.com/owncloud/ocis/ocis-reva/issues/196 Checksum feature +# https://github.com/owncloud/ocis-reva/issues/196 Checksum feature apiMain/checksums.feature:24 apiMain/checksums.feature:25 apiMain/checksums.feature:35 @@ -44,10 +44,10 @@ apiMain/checksums.feature:309 apiMain/checksums.feature:312 apiMain/checksums.feature:324 # -# https://github.com/owncloud/ocis/ocis-reva/issues/100 no robots.txt available +# https://github.com/owncloud/ocis-reva/issues/100 no robots.txt available apiMain/main.feature:5 # -# https://github.com/owncloud/ocis/ocis-reva/issues/101 quota query +# https://github.com/owncloud/ocis-reva/issues/101 quota query apiMain/quota.feature:9 apiMain/quota.feature:16 apiMain/quota.feature:23 @@ -59,12 +59,12 @@ apiMain/quota.feature:82 apiMain/quota.feature:99 apiMain/quota.feature:112 # -# https://github.com/owncloud/ocis/ocis-reva/issues/65 There is no such thing like a "super-user" -# https://github.com/owncloud/ocis/ocis-reva/issues/97 no command equivalent to occ +# https://github.com/owncloud/ocis-reva/issues/65 There is no such thing like a "super-user" +# https://github.com/owncloud/ocis-reva/issues/97 no command equivalent to occ apiMain/status.feature:5 # -# https://github.com/owncloud/ocis/ocis-reva/issues/29 ocs config endpoint only accessible by authorized users -# https://github.com/owncloud/ocis/ocis-reva/issues/30 HTTP 401 Unauthorized responses don't contain a body +# https://github.com/owncloud/ocis-reva/issues/29 ocs config endpoint only accessible by authorized users +# https://github.com/owncloud/ocis-reva/issues/30 HTTP 401 Unauthorized responses don't contain a body apiAuthOcs/ocsDELETEAuth.feature:9 apiAuthOcs/ocsGETAuth.feature:10 apiAuthOcs/ocsGETAuth.feature:33 @@ -75,35 +75,35 @@ apiAuthOcs/ocsGETAuth.feature:139 apiAuthOcs/ocsPOSTAuth.feature:10 apiAuthOcs/ocsPUTAuth.feature:10 # -# https://github.com/owncloud/ocis/ocis-reva/issues/13 server returns 500 when trying to access a not existing file +# https://github.com/owncloud/ocis-reva/issues/13 server returns 500 when trying to access a not existing file apiAuthWebDav/webDavDELETEAuth.feature:36 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavLOCKAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavMKCOLAuth.feature:37 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiAuthWebDav/webDavMOVEAuth.feature:37 # -# https://github.com/owncloud/ocis/ocis-reva/issues/179 send POST requests to another user's webDav endpoints as normal user +# https://github.com/owncloud/ocis-reva/issues/179 send POST requests to another user's webDav endpoints as normal user apiAuthWebDav/webDavPOSTAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavPROPFINDAuth.feature:37 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavPROPPATCHAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/9 users can access each-others data using the new webdav API +# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API apiAuthWebDav/webDavPUTAuth.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/175 Default capabilities for normal user not same as in oC-core -# https://github.com/owncloud/ocis/ocis-reva/issues/176 Difference in response content of status.php and default capabilities +# https://github.com/owncloud/ocis-reva/issues/175 Default capabilities for normal user not same as in oC-core +# https://github.com/owncloud/ocis-reva/issues/176 Difference in response content of status.php and default capabilities apiCapabilities/capabilitiesWithNormalUser.feature:11 # -# https://github.com/owncloud/ocis/ocis-reva/issues/39 REPORT request not implemented +# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented apiFavorites/favorites.feature:228 apiFavorites/favorites.feature:229 # @@ -200,7 +200,7 @@ apiProvisioning-v2/getUsers.feature:44 apiProvisioning-v2/resetUserPassword.feature:21 apiProvisioning-v2/resetUserPassword.feature:55 # -# https://github.com/owncloud/ocis/ocis-reva/issues/34 groups endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist apiSharees/sharees.feature:32 apiSharees/sharees.feature:33 apiSharees/sharees.feature:53 @@ -254,7 +254,7 @@ apiSharees/sharees.feature:516 apiSharees/sharees.feature:537 apiSharees/sharees.feature:538 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set (shareapi_auto_accept_share) +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set (shareapi_auto_accept_share) apiShareManagement/acceptShares.feature:155 apiShareManagement/acceptShares.feature:313 apiShareManagement/acceptShares.feature:333 @@ -281,10 +281,10 @@ apiShareManagement/acceptSharesToSharesFolder.feature:15 apiShareManagement/acceptSharesToSharesFolder.feature:30 apiShareManagement/acceptSharesToSharesFolder.feature:52 # -# https://github.com/owncloud/ocis/ocis-reva/issues/34 groups endpoint does not exist -# https://github.com/owncloud/ocis/ocis-reva/issues/243 Sharing seems to work but does not work -# https://github.com/owncloud/ocis/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders -# https://github.com/owncloud/ocis/ocis-reva/issues/356 Fields missing in delete share OCS response +# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/243 Sharing seems to work but does not work +# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders +# https://github.com/owncloud/ocis-reva/issues/356 Fields missing in delete share OCS response # https://github.com/owncloud/product/issues/203 file_target in share response apiShareToSharesManagementBasic/createShareToSharesFolder.feature:36 apiShareToSharesManagementBasic/createShareToSharesFolder.feature:37 @@ -366,40 +366,40 @@ apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.fe apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:153 apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:154 # -# https://github.com/owncloud/ocis/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares +# https://github.com/owncloud/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares apiShareOperations/accessToShare.feature:48 apiShareOperations/accessToShare.feature:49 # -# https://github.com/owncloud/ocis/ocis-reva/issues/262 Shares are not deleted when user is deleted +# https://github.com/owncloud/ocis-reva/issues/262 Shares are not deleted when user is deleted apiShareOperations/gettingShares.feature:21 apiShareOperations/gettingShares.feature:22 # -# https://github.com/owncloud/ocis/ocis-reva/issues/65 There is no such thing like a "super-user" +# https://github.com/owncloud/ocis-reva/issues/65 There is no such thing like a "super-user" apiShareOperations/gettingShares.feature:34 apiShareOperations/gettingShares.feature:35 # -# https://github.com/owncloud/ocis/ocis-reva/issues/357 Delete shares from user when user is deleted -# https://github.com/owncloud/ocis/ocis-reva/issues/301 no displayname_owner shown when creating a share -# https://github.com/owncloud/ocis/ocis-reva/issues/302 when sharing a file mime-type field is set to application/octet-stream +# https://github.com/owncloud/ocis-reva/issues/357 Delete shares from user when user is deleted +# https://github.com/owncloud/ocis-reva/issues/301 no displayname_owner shown when creating a share +# https://github.com/owncloud/ocis-reva/issues/302 when sharing a file mime-type field is set to application/octet-stream apiShareOperations/gettingShares.feature:124 apiShareOperations/gettingShares.feature:125 # -# https://github.com/owncloud/ocis/ocis-reva/issues/374 OCS error message for attempting to access share via share id as an unauthorized user is not informative +# https://github.com/owncloud/ocis-reva/issues/374 OCS error message for attempting to access share via share id as an unauthorized user is not informative apiShareOperations/gettingShares.feature:168 apiShareOperations/gettingShares.feature:169 # -# https://github.com/owncloud/ocis/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders +# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders apiShareOperations/gettingShares.feature:204 apiShareOperations/gettingShares.feature:205 # -# https://github.com/owncloud/ocis/ocis-reva/issues/47 cannot get ocs:share-permissions via WebDAV +# https://github.com/owncloud/ocis-reva/issues/47 cannot get ocs:share-permissions via WebDAV apiShareOperations/getWebDAVSharePermissions.feature:21 apiShareOperations/getWebDAVSharePermissions.feature:22 apiShareOperations/getWebDAVSharePermissions.feature:134 apiShareOperations/getWebDAVSharePermissions.feature:135 # -# https://github.com/owncloud/ocis/ocis-reva/issues/282 Split old public API webdav tests from new public webdav tests -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/282 Split old public API webdav tests from new public webdav tests +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/accessToPublicLinkShare.feature:10 apiSharePublicLink1/accessToPublicLinkShare.feature:20 apiSharePublicLink1/accessToPublicLinkShare.feature:30 @@ -426,58 +426,58 @@ apiSharePublicLink1/changingPublicLinkShare.feature:300 apiSharePublicLink1/createPublicLinkShare.feature:34 apiSharePublicLink1/createPublicLinkShare.feature:35 # -# https://github.com/owncloud/ocis/ocis-reva/issues/12 Range Header is not obeyed when downloading a file +# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file apiSharePublicLink1/createPublicLinkShare.feature:63 apiSharePublicLink1/createPublicLinkShare.feature:64 # apiSharePublicLink1/createPublicLinkShare.feature:95 apiSharePublicLink1/createPublicLinkShare.feature:96 # -# https://github.com/owncloud/ocis/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies +# https://github.com/owncloud/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies apiSharePublicLink1/createPublicLinkShare.feature:127 apiSharePublicLink1/createPublicLinkShare.feature:128 # apiSharePublicLink1/createPublicLinkShare.feature:155 apiSharePublicLink1/createPublicLinkShare.feature:156 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/createPublicLinkShare.feature:183 apiSharePublicLink1/createPublicLinkShare.feature:184 # apiSharePublicLink1/createPublicLinkShare.feature:214 apiSharePublicLink1/createPublicLinkShare.feature:215 # -# https://github.com/owncloud/ocis/ocis-reva/issues/12 Range Header is not obeyed when downloading a file +# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file apiSharePublicLink1/createPublicLinkShare.feature:245 apiSharePublicLink1/createPublicLinkShare.feature:246 # apiSharePublicLink1/createPublicLinkShare.feature:276 apiSharePublicLink1/createPublicLinkShare.feature:277 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/createPublicLinkShare.feature:307 apiSharePublicLink1/createPublicLinkShare.feature:308 # apiSharePublicLink1/createPublicLinkShare.feature:370 apiSharePublicLink1/createPublicLinkShare.feature:371 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:389 apiSharePublicLink1/createPublicLinkShare.feature:390 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:411 apiSharePublicLink1/createPublicLinkShare.feature:413 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:435 apiSharePublicLink1/createPublicLinkShare.feature:437 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:461 apiSharePublicLink1/createPublicLinkShare.feature:463 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:487 apiSharePublicLink1/createPublicLinkShare.feature:489 apiSharePublicLink1/createPublicLinkShare.feature:491 @@ -485,11 +485,11 @@ apiSharePublicLink1/createPublicLinkShare.feature:493 apiSharePublicLink1/createPublicLinkShare.feature:495 apiSharePublicLink1/createPublicLinkShare.feature:497 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:518 apiSharePublicLink1/createPublicLinkShare.feature:519 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:534 apiSharePublicLink1/createPublicLinkShare.feature:535 # @@ -499,7 +499,7 @@ apiSharePublicLink1/createPublicLinkShare.feature:554 apiSharePublicLink1/createPublicLinkShare.feature:590 apiSharePublicLink1/createPublicLinkShare.feature:591 # -# https://github.com/owncloud/ocis/ocis-reva/issues/283 Prevent creating public share for the home root folder +# https://github.com/owncloud/ocis-reva/issues/283 Prevent creating public share for the home root folder apiSharePublicLink1/createPublicLinkShare.feature:620 apiSharePublicLink1/createPublicLinkShare.feature:621 # @@ -509,14 +509,14 @@ apiSharePublicLink1/createPublicLinkShare.feature:635 apiSharePublicLink1/createPublicLinkShare.feature:663 apiSharePublicLink1/createPublicLinkShare.feature:664 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink1/createPublicLinkShare.feature:714 apiSharePublicLink1/createPublicLinkShare.feature:715 # -# https://github.com/owncloud/ocis/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies +# https://github.com/owncloud/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies apiSharePublicLink1/createPublicLinkShare.feature:718 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink1/createPublicLinkShare.feature:727 # # https://github.com/owncloud/core/issues/37605 Public cannot upload file with mtime set on a public link share with new version of WebDAV API @@ -525,18 +525,18 @@ apiSharePublicLink1/createPublicLinkShare.feature:779 # https://github.com/owncloud/core/issues/37605 Public cannot upload file with mtime set on a public link share with new version of WebDAV API apiSharePublicLink1/createPublicLinkShare.feature:793 # -# https://github.com/owncloud/ocis/ocis-reva/issues/311 Deleting a public link after renaming a file +# https://github.com/owncloud/ocis-reva/issues/311 Deleting a public link after renaming a file apiSharePublicLink1/deletePublicLinkShare.feature:37 apiSharePublicLink1/deletePublicLinkShare.feature:38 # -# https://github.com/owncloud/ocis/ocis-reva/issues/373 copying a folder within a public link folder to folder with same name as an already existing file overwrites the parent file +# https://github.com/owncloud/ocis-reva/issues/373 copying a folder within a public link folder to folder with same name as an already existing file overwrites the parent file apiSharePublicLink2/copyFromPublicLink.feature:60 # -# https://github.com/owncloud/ocis/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder +# https://github.com/owncloud/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder apiSharePublicLink2/copyFromPublicLink.feature:167 apiSharePublicLink2/copyFromPublicLink.feature:168 # -# https://github.com/owncloud/ocis/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder +# https://github.com/owncloud/ocis-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder apiSharePublicLink2/copyFromPublicLink.feature:183 apiSharePublicLink2/copyFromPublicLink.feature:184 # @@ -546,35 +546,35 @@ apiSharePublicLink2/updatePublicLinkShare.feature:95 apiSharePublicLink2/updatePublicLinkShare.feature:285 apiSharePublicLink2/updatePublicLinkShare.feature:286 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:304 apiSharePublicLink2/updatePublicLinkShare.feature:305 # apiSharePublicLink2/updatePublicLinkShare.feature:323 apiSharePublicLink2/updatePublicLinkShare.feature:324 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:342 apiSharePublicLink2/updatePublicLinkShare.feature:343 # apiSharePublicLink2/updatePublicLinkShare.feature:361 apiSharePublicLink2/updatePublicLinkShare.feature:362 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:380 apiSharePublicLink2/updatePublicLinkShare.feature:381 # apiSharePublicLink2/updatePublicLinkShare.feature:399 apiSharePublicLink2/updatePublicLinkShare.feature:400 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiSharePublicLink2/updatePublicLinkShare.feature:418 apiSharePublicLink2/updatePublicLinkShare.feature:419 # apiSharePublicLink2/updatePublicLinkShare.feature:440 apiSharePublicLink2/updatePublicLinkShare.feature:441 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink2/updatePublicLinkShare.feature:462 apiSharePublicLink2/updatePublicLinkShare.feature:463 # @@ -583,17 +583,17 @@ apiSharePublicLink2/updatePublicLinkShare.feature:488 # apiSharePublicLink2/uploadToPublicLinkShare.feature:9 # -# https://github.com/owncloud/ocis/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file +# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file apiSharePublicLink2/uploadToPublicLinkShare.feature:23 # -# https://github.com/owncloud/ocis/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 +# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 apiSharePublicLink2/uploadToPublicLinkShare.feature:62 apiSharePublicLink2/uploadToPublicLinkShare.feature:63 # -# https://github.com/owncloud/ocis/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 +# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500 apiSharePublicLink2/uploadToPublicLinkShare.feature:66 # -# https://github.com/owncloud/ocis/ocis-reva/issues/292 Public link enforce permissions +# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions apiSharePublicLink2/uploadToPublicLinkShare.feature:74 # apiSharePublicLink2/uploadToPublicLinkShare.feature:83 @@ -604,22 +604,22 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:121 # apiSharePublicLink2/uploadToPublicLinkShare.feature:139 # -# https://github.com/owncloud/ocis/ocis-reva/issues/195 Set quota over settings +# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings apiSharePublicLink2/uploadToPublicLinkShare.feature:148 # apiSharePublicLink2/uploadToPublicLinkShare.feature:158 # -# https://github.com/owncloud/ocis/ocis-reva/issues/195 Set quota over settings +# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings apiSharePublicLink2/uploadToPublicLinkShare.feature:167 # apiSharePublicLink2/uploadToPublicLinkShare.feature:177 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink2/uploadToPublicLinkShare.feature:186 # apiSharePublicLink2/uploadToPublicLinkShare.feature:196 # -# https://github.com/owncloud/ocis/ocis-reva/issues/41 various sharing settings cannot be set +# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set apiSharePublicLink2/uploadToPublicLinkShare.feature:206 # apiSharePublicLink2/uploadToPublicLinkShare.feature:217 @@ -628,7 +628,7 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:238 # apiSharePublicLink2/uploadToPublicLinkShare.feature:255 # -# https://github.com/owncloud/ocis/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file +# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file apiSharePublicLink2/uploadToPublicLinkShare.feature:273 # # https://github.com/owncloud/product/issues/179 Propfind to trashbin endpoint requires UUID @@ -707,8 +707,8 @@ apiTrashbin/trashbinRestore.feature:328 apiTrashbin/trashbinRestore.feature:343 apiTrashbin/trashbinRestore.feature:344 # -# https://github.com/owncloud/ocis/ocis-reva/issues/17 uploading with old-chunking does not work -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/17 uploading with old-chunking does not work +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiVersions/fileVersions.feature:15 apiVersions/fileVersions.feature:23 apiVersions/fileVersions.feature:36 @@ -721,7 +721,7 @@ apiVersions/fileVersions.feature:288 apiVersions/fileVersions.feature:362 apiVersions/fileVersions.feature:373 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFileAsync.feature:26 apiWebdavMove1/moveFileAsync.feature:27 apiWebdavMove1/moveFileAsync.feature:28 @@ -750,17 +750,17 @@ apiWebdavMove1/moveFileAsync.feature:234 apiWebdavMove1/moveFileAsync.feature:235 apiWebdavMove1/moveFileAsync.feature:240 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:12 apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:18 apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:26 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:12 apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:19 apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:27 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFolder.feature:21 apiWebdavMove1/moveFolder.feature:22 apiWebdavMove1/moveFolder.feature:34 @@ -768,7 +768,7 @@ apiWebdavMove1/moveFolder.feature:35 apiWebdavMove1/moveFolder.feature:47 apiWebdavMove1/moveFolder.feature:48 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFolderToBlacklistedName.feature:21 apiWebdavMove1/moveFolderToBlacklistedName.feature:22 apiWebdavMove1/moveFolderToBlacklistedName.feature:35 @@ -776,7 +776,7 @@ apiWebdavMove1/moveFolderToBlacklistedName.feature:36 apiWebdavMove1/moveFolderToBlacklistedName.feature:70 apiWebdavMove1/moveFolderToBlacklistedName.feature:71 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove1/moveFolderToExcludedDirectory.feature:21 apiWebdavMove1/moveFolderToExcludedDirectory.feature:22 apiWebdavMove1/moveFolderToExcludedDirectory.feature:34 @@ -784,7 +784,7 @@ apiWebdavMove1/moveFolderToExcludedDirectory.feature:35 apiWebdavMove1/moveFolderToExcludedDirectory.feature:70 apiWebdavMove1/moveFolderToExcludedDirectory.feature:71 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove2/moveFile.feature:89 apiWebdavMove2/moveFile.feature:90 apiWebdavMove2/moveFile.feature:91 @@ -808,7 +808,7 @@ apiWebdavMove2/moveFile.feature:256 apiWebdavMove2/moveFile.feature:272 apiWebdavMove2/moveFile.feature:273 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove2/moveFileToBlacklistedName.feature:18 apiWebdavMove2/moveFileToBlacklistedName.feature:19 apiWebdavMove2/moveFileToBlacklistedName.feature:29 @@ -816,7 +816,7 @@ apiWebdavMove2/moveFileToBlacklistedName.feature:30 apiWebdavMove2/moveFileToBlacklistedName.feature:62 apiWebdavMove2/moveFileToBlacklistedName.feature:63 # -# https://github.com/owncloud/ocis/ocis-reva/issues/14 renaming a resource does not work +# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work apiWebdavMove2/moveFileToExcludedDirectory.feature:18 apiWebdavMove2/moveFileToExcludedDirectory.feature:19 apiWebdavMove2/moveFileToExcludedDirectory.feature:28 @@ -824,7 +824,7 @@ apiWebdavMove2/moveFileToExcludedDirectory.feature:29 apiWebdavMove2/moveFileToExcludedDirectory.feature:63 apiWebdavMove2/moveFileToExcludedDirectory.feature:64 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavOperations/deleteFolder.feature:67 apiWebdavOperations/deleteFolder.feature:68 apiWebdavOperations/deleteFolder.feature:69 @@ -832,7 +832,7 @@ apiWebdavOperations/deleteFolder.feature:70 apiWebdavOperations/deleteFolder.feature:91 apiWebdavOperations/deleteFolder.feature:92 # -# https://github.com/owncloud/ocis/ocis-reva/issues/12 Range Header is not obeyed when downloading a file +# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file apiWebdavOperations/downloadFile.feature:29 apiWebdavOperations/downloadFile.feature:30 # @@ -848,7 +848,7 @@ apiWebdavOperations/refuseAccess.feature:22 apiWebdavOperations/refuseAccess.feature:33 apiWebdavOperations/refuseAccess.feature:34 # -# https://github.com/owncloud/ocis/ocis-reva/issues/39 REPORT request not implemented +# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented apiWebdavOperations/search.feature:42 apiWebdavOperations/search.feature:43 apiWebdavOperations/search.feature:57 @@ -872,75 +872,75 @@ apiWebdavOperations/search.feature:211 apiWebdavOperations/search.feature:213 apiWebdavOperations/search.feature:229 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties1/copyFile.feature:65 apiWebdavProperties1/copyFile.feature:66 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties1/copyFile.feature:85 apiWebdavProperties1/copyFile.feature:86 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavProperties1/copyFile.feature:102 apiWebdavProperties1/copyFile.feature:103 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:116 apiWebdavProperties1/copyFile.feature:117 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:129 apiWebdavProperties1/copyFile.feature:130 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:146 apiWebdavProperties1/copyFile.feature:147 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:165 apiWebdavProperties1/copyFile.feature:166 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:202 apiWebdavProperties1/copyFile.feature:203 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:350 apiWebdavProperties1/copyFile.feature:351 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:370 apiWebdavProperties1/copyFile.feature:371 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:395 apiWebdavProperties1/copyFile.feature:396 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:422 apiWebdavProperties1/copyFile.feature:423 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:448 apiWebdavProperties1/copyFile.feature:449 # -# https://github.com/owncloud/ocis/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 +# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404 apiWebdavProperties1/copyFile.feature:474 apiWebdavProperties1/copyFile.feature:475 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavProperties1/createFolder.feature:71 apiWebdavProperties1/createFolder.feature:72 # -# https://github.com/owncloud/ocis/ocis-reva/issues/168 creating a folder that already exists returns an empty body +# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body apiWebdavProperties1/createFolder.feature:85 apiWebdavProperties1/createFolder.feature:86 # -# https://github.com/owncloud/ocis/ocis-reva/issues/168 creating a folder that already exists returns an empty body +# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body apiWebdavProperties1/createFolder.feature:99 apiWebdavProperties1/createFolder.feature:100 # -# https://github.com/owncloud/ocis/ocis-reva/issues/101 quota query +# https://github.com/owncloud/ocis-reva/issues/101 quota query apiWebdavProperties1/getQuota.feature:17 apiWebdavProperties1/getQuota.feature:18 apiWebdavProperties1/getQuota.feature:27 @@ -952,11 +952,11 @@ apiWebdavProperties1/getQuota.feature:62 apiWebdavProperties1/getQuota.feature:77 apiWebdavProperties1/getQuota.feature:78 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties1/setFileProperties.feature:63 apiWebdavProperties1/setFileProperties.feature:64 # -# https://github.com/owncloud/ocis/ocis-reva/issues/214 XML properties in webdav response not properly encoded +# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded apiWebdavProperties2/getFileProperties.feature:37 apiWebdavProperties2/getFileProperties.feature:39 apiWebdavProperties2/getFileProperties.feature:40 @@ -964,7 +964,7 @@ apiWebdavProperties2/getFileProperties.feature:41 apiWebdavProperties2/getFileProperties.feature:43 apiWebdavProperties2/getFileProperties.feature:44 # -# https://github.com/owncloud/ocis/ocis-reva/issues/214 XML properties in webdav response not properly encoded +# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded apiWebdavProperties2/getFileProperties.feature:59 apiWebdavProperties2/getFileProperties.feature:60 apiWebdavProperties2/getFileProperties.feature:61 @@ -976,84 +976,84 @@ apiWebdavProperties2/getFileProperties.feature:68 apiWebdavProperties2/getFileProperties.feature:70 apiWebdavProperties2/getFileProperties.feature:71 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:135 apiWebdavProperties2/getFileProperties.feature:136 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:156 apiWebdavProperties2/getFileProperties.feature:157 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:174 apiWebdavProperties2/getFileProperties.feature:175 # -# https://github.com/owncloud/ocis/ocis-reva/issues/11 listing received shares does not work +# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work apiWebdavProperties2/getFileProperties.feature:206 apiWebdavProperties2/getFileProperties.feature:207 # apiWebdavProperties2/getFileProperties.feature:218 apiWebdavProperties2/getFileProperties.feature:219 # -# https://github.com/owncloud/ocis/ocis-reva/issues/216 Private link support +# https://github.com/owncloud/ocis-reva/issues/216 Private link support apiWebdavProperties2/getFileProperties.feature:232 apiWebdavProperties2/getFileProperties.feature:233 # -# https://github.com/owncloud/ocis/ocis-reva/issues/163 trying to access a non-existing resource returns an empty body +# https://github.com/owncloud/ocis-reva/issues/163 trying to access a non-existing resource returns an empty body apiWebdavProperties2/getFileProperties.feature:242 apiWebdavProperties2/getFileProperties.feature:243 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:246 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:266 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:301 apiWebdavProperties2/getFileProperties.feature:302 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:314 apiWebdavProperties2/getFileProperties.feature:315 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:327 apiWebdavProperties2/getFileProperties.feature:328 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:376 apiWebdavProperties2/getFileProperties.feature:377 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:389 apiWebdavProperties2/getFileProperties.feature:390 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:402 apiWebdavProperties2/getFileProperties.feature:403 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:415 apiWebdavProperties2/getFileProperties.feature:416 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:428 apiWebdavProperties2/getFileProperties.feature:429 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:441 apiWebdavProperties2/getFileProperties.feature:442 # -# https://github.com/owncloud/ocis/ocis-reva/issues/217 Some failing tests with Webdav custom properties +# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties apiWebdavProperties2/getFileProperties.feature:454 apiWebdavProperties2/getFileProperties.feature:455 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload1/uploadFile.feature:112 apiWebdavUpload1/uploadFile.feature:113 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:14 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:31 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:48 @@ -1066,19 +1066,19 @@ apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:144 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:146 apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:159 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload1/uploadFileToBlacklistedName.feature:19 apiWebdavUpload1/uploadFileToBlacklistedName.feature:20 # -# https://github.com/owncloud/ocis/ocis-reva/issues/54 system configuration options missing +# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing apiWebdavUpload1/uploadFileToBlacklistedName.feature:31 apiWebdavUpload1/uploadFileToBlacklistedName.feature:32 # -# https://github.com/owncloud/ocis/ocis-reva/issues/54 system configuration options missing +# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing apiWebdavUpload1/uploadFileToBlacklistedName.feature:65 apiWebdavUpload1/uploadFileToBlacklistedName.feature:66 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:14 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:23 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:47 @@ -1086,7 +1086,7 @@ apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:48 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:49 apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:52 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileToExcludedDirectory.feature:20 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:21 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:33 @@ -1094,7 +1094,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectory.feature:34 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:69 apiWebdavUpload1/uploadFileToExcludedDirectory.feature:70 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:14 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:24 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:49 @@ -1102,7 +1102,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:50 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:51 apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:54 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:12 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:21 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:45 @@ -1110,7 +1110,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:46 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:47 apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:50 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:13 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:20 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:37 @@ -1118,7 +1118,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:38 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:39 apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:42 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:12 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:22 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:47 @@ -1126,7 +1126,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:48 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:49 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:52 # -# https://github.com/owncloud/ocis/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded +# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:13 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:21 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:39 @@ -1134,7 +1134,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:40 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:41 apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:44 # -# https://github.com/owncloud/ocis/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist +# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist apiWebdavUpload2/uploadFileUsingNewChunking.feature:12 apiWebdavUpload2/uploadFileUsingNewChunking.feature:29 apiWebdavUpload2/uploadFileUsingNewChunking.feature:43 @@ -1150,7 +1150,7 @@ apiWebdavUpload2/uploadFileUsingNewChunking.feature:137 apiWebdavUpload2/uploadFileUsingNewChunking.feature:157 apiWebdavUpload2/uploadFileUsingNewChunking.feature:158 # -# https://github.com/owncloud/ocis/ocis-reva/issues/17 uploading with old-chunking does not work +# https://github.com/owncloud/ocis-reva/issues/17 uploading with old-chunking does not work apiWebdavUpload2/uploadFileUsingOldChunking.feature:13 apiWebdavUpload2/uploadFileUsingOldChunking.feature:26 apiWebdavUpload2/uploadFileUsingOldChunking.feature:35 From 560ef4b6b393ccc8dac229a1fea3de1df7801e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 24 Sep 2020 14:04:17 +0200 Subject: [PATCH 4/4] update expected failures on ocis driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt index 54d1f40f447..b66f47969bb 100644 --- a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt +++ b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt @@ -3,7 +3,6 @@ # # test scenarios that specifically fail with OCIS storage # -apiSharePublicLink2/multilinkSharing.feature:181 apiWebdavProperties1/setFileProperties.feature:32 apiWebdavProperties1/setFileProperties.feature:33 #