update ocis-reva import paths and module name

This commit is contained in:
A.Unger
2020-09-18 12:52:52 +02:00
parent 5f5bfb66c3
commit b274cac8c2
99 changed files with 804 additions and 802 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Comment to be posted to on PRs that don't update documentation
updateDocsComment: >
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis-reva/blob/master/changelog/README.md) item based on your changes.
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/ocis-revablob/master/changelog/README.md) item based on your changes.
updateDocsWhiteList:
- Tests-only
- tests-only
+202 -202
View File
@@ -2,14 +2,14 @@
The following sections list the changes in ocis-reva 0.14.0.
[0.14.0]: https://github.com/owncloud/ocis-reva/compare/v0.13.0...v0.14.0
[0.14.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.13.0...v0.14.0
## Summary
* Bugfix - Fix default configuration for accessing shares: [#205](https://github.com/owncloud/product/issues/205)
* Enhancement - Allow configuring arbitrary storage registry rules: [#193](https://github.com/owncloud/product/issues/193)
* Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: [#454](https://github.com/owncloud/ocis-reva/pull/454)
* Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: [#466](https://github.com/owncloud/ocis-reva/pull/466)
* Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: [#454](https://github.com/owncloud/ocis/ocis-revapull/454)
* Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: [#466](https://github.com/owncloud/ocis/ocis-revapull/466)
## Details
@@ -19,7 +19,7 @@ The following sections list the changes in ocis-reva 0.14.0.
storage providers should have it set to `false`.
https://github.com/owncloud/product/issues/205
https://github.com/owncloud/ocis-reva/pull/461
https://github.com/owncloud/ocis/ocis-revapull/461
* Enhancement - Allow configuring arbitrary storage registry rules: [#193](https://github.com/owncloud/product/issues/193)
@@ -29,10 +29,10 @@ The following sections list the changes in ocis-reva 0.14.0.
rules in the `REVA_STORAGE_REGISTRY_RULES` environment variable.
https://github.com/owncloud/product/issues/193
https://github.com/owncloud/ocis-reva/pull/461
https://github.com/owncloud/ocis/ocis-revapull/461
* Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: [#454](https://github.com/owncloud/ocis-reva/pull/454)
* Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: [#454](https://github.com/owncloud/ocis/ocis-revapull/454)
- Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea - Do not swallow 'not found' errors in
Stat [(reva/#1124)](https://github.com/cs3org/reva/pull/1124) - Rewire dav files to the
@@ -62,10 +62,10 @@ The following sections list the changes in ocis-reva 0.14.0.
storage references over webdav
[(reva/#1094)](https://github.com/cs3org/reva/pull/1094)
https://github.com/owncloud/ocis-reva/pull/454
https://github.com/owncloud/ocis/ocis-revapull/454
* Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: [#466](https://github.com/owncloud/ocis-reva/pull/466)
* Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: [#466](https://github.com/owncloud/ocis/ocis-revapull/466)
- Update reva to v1.2.1-0.20200911111727-51649e37df2d - Added new OCIS storage driver ocis
[(reva/#1155)](https://github.com/cs3org/reva/pull/1155) - App provider: fallback to
@@ -74,32 +74,32 @@ The following sections list the changes in ocis-reva 0.14.0.
[(reva/#1135)](https://github.com/cs3org/reva/pull/1135) - Add the ocdav HTTP svc to the
standalone config [(reva/#1128)](https://github.com/cs3org/reva/pull/1128)
https://github.com/owncloud/ocis-reva/pull/466
https://github.com/owncloud/ocis/ocis-revapull/466
# Changelog for [0.13.0] (2020-08-27)
The following sections list the changes in ocis-reva 0.13.0.
[0.13.0]: https://github.com/owncloud/ocis-reva/compare/v0.12.0...v0.13.0
[0.13.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.12.0...v0.13.0
## Summary
* Enhancement - Separate user and auth providers, add config for rest user: [#412](https://github.com/owncloud/ocis-reva/pull/412)
* Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: [#447](https://github.com/owncloud/ocis-reva/pull/447)
* Enhancement - Separate user and auth providers, add config for rest user: [#412](https://github.com/owncloud/ocis/ocis-revapull/412)
* Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: [#447](https://github.com/owncloud/ocis/ocis-revapull/447)
## Details
* Enhancement - Separate user and auth providers, add config for rest user: [#412](https://github.com/owncloud/ocis-reva/pull/412)
* Enhancement - Separate user and auth providers, add config for rest user: [#412](https://github.com/owncloud/ocis/ocis-revapull/412)
Previously, the auth and user provider services used to have the same driver, which restricted
using separate drivers and configs for both. This PR separates the two and adds the config for
the rest user driver and the gatewaysvc parameter to EOS fs.
https://github.com/owncloud/ocis-reva/pull/412
https://github.com/owncloud/ocis/ocis-revapull/412
https://github.com/cs3org/reva/pull/995
* Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: [#447](https://github.com/owncloud/ocis-reva/pull/447)
* Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: [#447](https://github.com/owncloud/ocis/ocis-revapull/447)
- Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187 - fix restoring and deleting trash
items via ocs [(reva/#1103)](https://github.com/cs3org/reva/pull/1103) - Add UID and GID
@@ -118,25 +118,25 @@ The following sections list the changes in ocis-reva 0.13.0.
[(reva/#1046)](https://github.com/cs3org/reva/pull/1046) - List public shares only
created by the current user [(reva/#1042)](https://github.com/cs3org/reva/pull/1042)
https://github.com/owncloud/ocis-reva/pull/447
https://github.com/owncloud/ocis/ocis-revapull/447
# Changelog for [0.12.0] (2020-08-17)
The following sections list the changes in ocis-reva 0.12.0.
[0.12.0]: https://github.com/owncloud/ocis-reva/compare/v0.11.0...v0.12.0
[0.12.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.11.0...v0.12.0
## Summary
* Bugfix - Update LDAP filters: [#399](https://github.com/owncloud/ocis-reva/pull/399)
* Change - Environment updates for the username userid split: [#420](https://github.com/owncloud/ocis-reva/pull/420)
* Enhancement - Update storage documentation: [#384](https://github.com/owncloud/ocis-reva/pull/384)
* Enhancement - Update reva to v0.1.1-0.20200724135750-b46288b375d6: [#399](https://github.com/owncloud/ocis-reva/pull/399)
* Enhancement - Update reva to v0.1.1-0.20200728071211-c948977dd3a0: [#407](https://github.com/owncloud/ocis-reva/pull/407)
* Bugfix - Update LDAP filters: [#399](https://github.com/owncloud/ocis/ocis-revapull/399)
* Change - Environment updates for the username userid split: [#420](https://github.com/owncloud/ocis/ocis-revapull/420)
* Enhancement - Update storage documentation: [#384](https://github.com/owncloud/ocis/ocis-revapull/384)
* Enhancement - Update reva to v0.1.1-0.20200724135750-b46288b375d6: [#399](https://github.com/owncloud/ocis/ocis-revapull/399)
* Enhancement - Update reva to v0.1.1-0.20200728071211-c948977dd3a0: [#407](https://github.com/owncloud/ocis/ocis-revapull/407)
## Details
* Bugfix - Update LDAP filters: [#399](https://github.com/owncloud/ocis-reva/pull/399)
* Bugfix - Update LDAP filters: [#399](https://github.com/owncloud/ocis/ocis-revapull/399)
With the separation of use and find filters we can now use a filter that taken into account a users
uuid as well as his username. This is necessary to make sharing work with the new account service
@@ -150,52 +150,52 @@ The following sections list the changes in ocis-reva 0.12.0.
"(&(objectclass=posixAccount)(|(cn={{query}}*)(displayname={{query}}*)(mail={{query}}*)))"
```
https://github.com/owncloud/ocis-reva/pull/399
https://github.com/owncloud/ocis/ocis-revapull/399
https://github.com/cs3org/reva/pull/996
* Change - Environment updates for the username userid split: [#420](https://github.com/owncloud/ocis-reva/pull/420)
* Change - Environment updates for the username userid split: [#420](https://github.com/owncloud/ocis/ocis-revapull/420)
We updated the owncloud storage driver in reva to properly look up users by userid or username
using the userprovider instead of taking the path segment as is. This requires the user service
address as well as changing the default layout to the userid instead of the username. The latter
is not considered a stable and persistent identifier.
https://github.com/owncloud/ocis-reva/pull/420
https://github.com/owncloud/ocis/ocis-revapull/420
https://github.com/cs3org/reva/pull/1033
* Enhancement - Update storage documentation: [#384](https://github.com/owncloud/ocis-reva/pull/384)
* Enhancement - Update storage documentation: [#384](https://github.com/owncloud/ocis/ocis-revapull/384)
We added details to the documentation about storage requirements known from ownCloud 10, the
local storage driver and the ownCloud storage driver.
https://github.com/owncloud/ocis-reva/pull/384
https://github.com/owncloud/ocis-reva/pull/390
https://github.com/owncloud/ocis/ocis-revapull/384
https://github.com/owncloud/ocis/ocis-revapull/390
* Enhancement - Update reva to v0.1.1-0.20200724135750-b46288b375d6: [#399](https://github.com/owncloud/ocis-reva/pull/399)
* Enhancement - Update reva to v0.1.1-0.20200724135750-b46288b375d6: [#399](https://github.com/owncloud/ocis/ocis-revapull/399)
- Update reva to v0.1.1-0.20200724135750-b46288b375d6 - Split LDAP user filters
(reva/#996) - meshdirectory: Add invite forward API to provider links (reva/#1000) - OCM:
Pass the link to the meshdirectory service in token mail (reva/#1002) - Update
github.com/go-ldap/ldap to v3 (reva/#1004)
https://github.com/owncloud/ocis-reva/pull/399
https://github.com/owncloud/ocis/ocis-revapull/399
https://github.com/cs3org/reva/pull/996
https://github.com/cs3org/reva/pull/1000
https://github.com/cs3org/reva/pull/1002
https://github.com/cs3org/reva/pull/1004
* Enhancement - Update reva to v0.1.1-0.20200728071211-c948977dd3a0: [#407](https://github.com/owncloud/ocis-reva/pull/407)
* Enhancement - Update reva to v0.1.1-0.20200728071211-c948977dd3a0: [#407](https://github.com/owncloud/ocis/ocis-revapull/407)
- Update reva to v0.1.1-0.20200728071211-c948977dd3a0 - Use proper logging for ldap auth
requests (reva/#1008) - Update github.com/eventials/go-tus to
v0.0.0-20200718001131-45c7ec8f5d59 (reva/#1007) - Check if SMTP credentials are nil
(reva/#1006)
https://github.com/owncloud/ocis-reva/pull/407
https://github.com/owncloud/ocis/ocis-revapull/407
https://github.com/cs3org/reva/pull/1008
https://github.com/cs3org/reva/pull/1007
https://github.com/cs3org/reva/pull/1006
@@ -204,31 +204,31 @@ The following sections list the changes in ocis-reva 0.12.0.
The following sections list the changes in ocis-reva 0.11.0.
[0.11.0]: https://github.com/owncloud/ocis-reva/compare/v0.10.0...v0.11.0
[0.11.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.10.0...v0.11.0
## Summary
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#393](https://github.com/owncloud/ocis-reva/pull/393)
* Enhancement - Update reva to v0.1.1-0.20200710143425-cf38a45220c5: [#371](https://github.com/owncloud/ocis-reva/pull/371)
* Enhancement - Update reva to v0.1.1-0.20200722125752-6dea7936f9d1: [#392](https://github.com/owncloud/ocis-reva/pull/392)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#393](https://github.com/owncloud/ocis/ocis-revapull/393)
* Enhancement - Update reva to v0.1.1-0.20200710143425-cf38a45220c5: [#371](https://github.com/owncloud/ocis/ocis-revapull/371)
* Enhancement - Update reva to v0.1.1-0.20200722125752-6dea7936f9d1: [#392](https://github.com/owncloud/ocis/ocis-revapull/392)
## Details
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#393](https://github.com/owncloud/ocis-reva/pull/393)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#393](https://github.com/owncloud/ocis/ocis-revapull/393)
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
https://github.com/owncloud/ocis-reva/pull/393
https://github.com/owncloud/ocis/ocis-revapull/393
* Enhancement - Update reva to v0.1.1-0.20200710143425-cf38a45220c5: [#371](https://github.com/owncloud/ocis-reva/pull/371)
* Enhancement - Update reva to v0.1.1-0.20200710143425-cf38a45220c5: [#371](https://github.com/owncloud/ocis/ocis-revapull/371)
- Update reva to v0.1.1-0.20200710143425-cf38a45220c5 (#371) - Add wopi open (reva/#920) -
Added a CS3API compliant data exporter to Mentix (reva/#955) - Read SMTP password from env if
not set in config (reva/#953) - OCS share fix including file info after update (reva/#958) - Add
flag to smtpclient for for unauthenticated SMTP (reva/#963)
https://github.com/owncloud/ocis-reva/pull/371
https://github.com/owncloud/ocis/ocis-revapull/371
https://github.com/cs3org/reva/pull/920
https://github.com/cs3org/reva/pull/953
https://github.com/cs3org/reva/pull/955
@@ -236,14 +236,14 @@ The following sections list the changes in ocis-reva 0.11.0.
https://github.com/cs3org/reva/pull/963
* Enhancement - Update reva to v0.1.1-0.20200722125752-6dea7936f9d1: [#392](https://github.com/owncloud/ocis-reva/pull/392)
* Enhancement - Update reva to v0.1.1-0.20200722125752-6dea7936f9d1: [#392](https://github.com/owncloud/ocis/ocis-revapull/392)
- Update reva to v0.1.1-0.20200722125752-6dea7936f9d1 - Added signing key capability
(reva/#986) - Add functionality to create webdav references for OCM shares (reva/#974) -
Added a site locations exporter to Mentix (reva/#972) - Add option to config to allow requests
to hosts with unverified certificates (reva/#969)
https://github.com/owncloud/ocis-reva/pull/392
https://github.com/owncloud/ocis/ocis-revapull/392
https://github.com/cs3org/reva/pull/986
https://github.com/cs3org/reva/pull/974
https://github.com/cs3org/reva/pull/972
@@ -253,17 +253,17 @@ The following sections list the changes in ocis-reva 0.11.0.
The following sections list the changes in ocis-reva 0.10.0.
[0.10.0]: https://github.com/owncloud/ocis-reva/compare/v0.9.1...v0.10.0
[0.10.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.9.1...v0.10.0
## Summary
* Enhancement - Make frontend prefixes configurable: [#363](https://github.com/owncloud/ocis-reva/pull/363)
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#341](https://github.com/owncloud/ocis-reva/pull/341)
* Enhancement - Update reva to v0.1.1-0.20200709064551-91eed007038f: [#362](https://github.com/owncloud/ocis-reva/pull/362)
* Enhancement - Make frontend prefixes configurable: [#363](https://github.com/owncloud/ocis/ocis-revapull/363)
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#341](https://github.com/owncloud/ocis/ocis-revapull/341)
* Enhancement - Update reva to v0.1.1-0.20200709064551-91eed007038f: [#362](https://github.com/owncloud/ocis/ocis-revapull/362)
## Details
* Enhancement - Make frontend prefixes configurable: [#363](https://github.com/owncloud/ocis-reva/pull/363)
* Enhancement - Make frontend prefixes configurable: [#363](https://github.com/owncloud/ocis/ocis-revapull/363)
We introduce three new environment variables and preconfigure them the following way:
@@ -272,25 +272,25 @@ The following sections list the changes in ocis-reva 0.10.0.
This restores the reva defaults that were changed upstream.
https://github.com/owncloud/ocis-reva/pull/363
https://github.com/owncloud/ocis/ocis-revapull/363
https://github.com/cs3org/reva/pull/936/files#diff-51bf4fb310f7362f5c4306581132fc3bR63
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#341](https://github.com/owncloud/ocis-reva/pull/341)
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#341](https://github.com/owncloud/ocis/ocis-revapull/341)
- Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66 (#341) - Added country information
to Mentix (reva/#924) - Refactor metrics package to implement reader interface (reva/#934) -
Fix OCS public link share update values logic (#252, #288, reva/#930)
https://github.com/owncloud/ocis-reva/issues/252
https://github.com/owncloud/ocis-reva/issues/288
https://github.com/owncloud/ocis-reva/pull/341
https://github.com/owncloud/ocis/ocis-revaissues/252
https://github.com/owncloud/ocis/ocis-revaissues/288
https://github.com/owncloud/ocis/ocis-revapull/341
https://github.com/cs3org/reva/pull/924
https://github.com/cs3org/reva/pull/934
https://github.com/cs3org/reva/pull/930
* Enhancement - Update reva to v0.1.1-0.20200709064551-91eed007038f: [#362](https://github.com/owncloud/ocis-reva/pull/362)
* Enhancement - Update reva to v0.1.1-0.20200709064551-91eed007038f: [#362](https://github.com/owncloud/ocis/ocis-revapull/362)
- Update reva to v0.1.1-0.20200709064551-91eed007038f (#362) - Fix config for uploads when
data server is not exposed (reva/#936) - Update OCM partners endpoints (reva/#937) - Update
@@ -301,10 +301,10 @@ The following sections list the changes in ocis-reva 0.10.0.
functionality to mail OCM invite tokens (reva/#944) - Change percentagused to
percentageused (reva/#903) - Fix file-descriptor leak (reva/#954)
https://github.com/owncloud/ocis-reva/issues/344
https://github.com/owncloud/ocis-reva/issues/336
https://github.com/owncloud/ocis-reva/issues/11
https://github.com/owncloud/ocis-reva/pull/362
https://github.com/owncloud/ocis/ocis-revaissues/344
https://github.com/owncloud/ocis/ocis-revaissues/336
https://github.com/owncloud/ocis/ocis-revaissues/11
https://github.com/owncloud/ocis/ocis-revapull/362
https://github.com/cs3org/reva/pull/936
https://github.com/cs3org/reva/pull/937
https://github.com/cs3org/reva/pull/938
@@ -321,57 +321,57 @@ The following sections list the changes in ocis-reva 0.10.0.
The following sections list the changes in ocis-reva 0.9.1.
[0.9.1]: https://github.com/owncloud/ocis-reva/compare/v0.9.0...v0.9.1
[0.9.1]: https://github.com/owncloud/ocis/ocis-revacompare/v0.9.0...v0.9.1
## Summary
* Enhancement - Add new config options for the http client: [#330](https://github.com/owncloud/ocis-reva/pull/330)
* Enhancement - Add new config options for the http client: [#330](https://github.com/owncloud/ocis/ocis-revapull/330)
## Details
* Enhancement - Add new config options for the http client: [#330](https://github.com/owncloud/ocis-reva/pull/330)
* Enhancement - Add new config options for the http client: [#330](https://github.com/owncloud/ocis/ocis-revapull/330)
The internal certificates are checked for validity after
https://github.com/cs3org/reva/pull/914, which causes the acceptance tests to fail. This
change sets new hardcoded defaults.
https://github.com/owncloud/ocis-reva/pull/330
https://github.com/owncloud/ocis/ocis-revapull/330
# Changelog for [0.9.0] (2020-07-01)
The following sections list the changes in ocis-reva 0.9.0.
[0.9.0]: https://github.com/owncloud/ocis-reva/compare/v0.8.0...v0.9.0
[0.9.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.8.0...v0.9.0
## Summary
* Enhancement - Allow datagateway transfers to take 24h: [#323](https://github.com/owncloud/ocis-reva/pull/323)
* Enhancement - Update reva to v0.1.1-0.20200630075923-39a90d431566: [#320](https://github.com/owncloud/ocis-reva/pull/320)
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#328](https://github.com/owncloud/ocis-reva/pull/328)
* Enhancement - Allow datagateway transfers to take 24h: [#323](https://github.com/owncloud/ocis/ocis-revapull/323)
* Enhancement - Update reva to v0.1.1-0.20200630075923-39a90d431566: [#320](https://github.com/owncloud/ocis/ocis-revapull/320)
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#328](https://github.com/owncloud/ocis/ocis-revapull/328)
## Details
* Enhancement - Allow datagateway transfers to take 24h: [#323](https://github.com/owncloud/ocis-reva/pull/323)
* Enhancement - Allow datagateway transfers to take 24h: [#323](https://github.com/owncloud/ocis/ocis-revapull/323)
- Increase transfer token life time to 24h (PR #323)
https://github.com/owncloud/ocis-reva/pull/323
https://github.com/owncloud/ocis/ocis-revapull/323
* Enhancement - Update reva to v0.1.1-0.20200630075923-39a90d431566: [#320](https://github.com/owncloud/ocis-reva/pull/320)
* Enhancement - Update reva to v0.1.1-0.20200630075923-39a90d431566: [#320](https://github.com/owncloud/ocis/ocis-revapull/320)
- Update reva to v0.1.1-0.20200630075923-39a90d431566 (#320) - Return special value for
public link password (#294, reva/#904) - Fix public stat and listcontainer response to
contain the correct prefix (#310, reva/#902)
https://github.com/owncloud/ocis-reva/issues/310
https://github.com/owncloud/ocis-reva/issues/294
https://github.com/owncloud/ocis-reva/pull/320
https://github.com/owncloud/ocis/ocis-revaissues/310
https://github.com/owncloud/ocis/ocis-revaissues/294
https://github.com/owncloud/ocis/ocis-revapull/320
https://github.com/cs3org/reva/pull/902
https://github.com/cs3org/reva/pull/904
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#328](https://github.com/owncloud/ocis-reva/pull/328)
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#328](https://github.com/owncloud/ocis/ocis-revapull/328)
- Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66 (#328) - Use sync.Map on pool package
(reva/#909) - Use mutex instead of sync.Map (reva/#915) - Use gatewayProviders instead of
@@ -382,10 +382,10 @@ The following sections list the changes in ocis-reva 0.9.0.
(#288, reva/#918) - OCS Share Remove array from OCS Share update response (#252, reva/#919) -
OCS Share Implement GET request for single shares (#249, reva/#921)
https://github.com/owncloud/ocis-reva/issues/288
https://github.com/owncloud/ocis-reva/issues/252
https://github.com/owncloud/ocis-reva/issues/249
https://github.com/owncloud/ocis-reva/pull/328
https://github.com/owncloud/ocis/ocis-revaissues/288
https://github.com/owncloud/ocis/ocis-revaissues/252
https://github.com/owncloud/ocis/ocis-revaissues/249
https://github.com/owncloud/ocis/ocis-revapull/328
https://github.com/cs3org/reva/pull/909
https://github.com/cs3org/reva/pull/915
https://github.com/cs3org/reva/pull/916
@@ -402,40 +402,40 @@ The following sections list the changes in ocis-reva 0.9.0.
The following sections list the changes in ocis-reva 0.8.0.
[0.8.0]: https://github.com/owncloud/ocis-reva/compare/v0.7.0...v0.8.0
[0.8.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.7.0...v0.8.0
## Summary
* Enhancement - Update reva to v0.1.1-0.20200629131207-04298ea1c088: [#309](https://github.com/owncloud/ocis-reva/pull/309)
* Enhancement - Update reva to v0.1.1-0.20200629131207-04298ea1c088: [#309](https://github.com/owncloud/ocis/ocis-revapull/309)
## Details
* Enhancement - Update reva to v0.1.1-0.20200629131207-04298ea1c088: [#309](https://github.com/owncloud/ocis-reva/pull/309)
* Enhancement - Update reva to v0.1.1-0.20200629131207-04298ea1c088: [#309](https://github.com/owncloud/ocis/ocis-revapull/309)
- Update reva to v0.1.1-0.20200629094927-e33d65230abc (#309) - Fix public link file share
(#278, reva/#895, reva/#900) - Delete public share (reva/#899) - Updated reva to
v0.1.1-0.20200629131207-04298ea1c088 (#313)
https://github.com/owncloud/ocis-reva/issues/278
https://github.com/owncloud/ocis-reva/pull/309
https://github.com/owncloud/ocis/ocis-revaissues/278
https://github.com/owncloud/ocis/ocis-revapull/309
https://github.com/cs3org/reva/pull/895
https://github.com/cs3org/reva/pull/899
https://github.com/cs3org/reva/pull/900
https://github.com/owncloud/ocis-reva/pull/313
https://github.com/owncloud/ocis/ocis-revapull/313
# Changelog for [0.7.0] (2020-06-26)
The following sections list the changes in ocis-reva 0.7.0.
[0.7.0]: https://github.com/owncloud/ocis-reva/compare/v0.6.0...v0.7.0
[0.7.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.6.0...v0.7.0
## Summary
* Enhancement - Update reva to v0.1.1-0.20200626111234-e21c32db9614: [#261](https://github.com/owncloud/ocis-reva/pull/261)
* Enhancement - Update reva to v0.1.1-0.20200626111234-e21c32db9614: [#261](https://github.com/owncloud/ocis/ocis-revapull/261)
## Details
* Enhancement - Update reva to v0.1.1-0.20200626111234-e21c32db9614: [#261](https://github.com/owncloud/ocis-reva/pull/261)
* Enhancement - Update reva to v0.1.1-0.20200626111234-e21c32db9614: [#261](https://github.com/owncloud/ocis/ocis-revapull/261)
- Updated reva to v0.1.1-0.20200626111234-e21c32db9614 (#304) - TUS upload support through
datagateway (#261, reva/#878, reva/#888) - Added support for differing metrics path for
@@ -445,32 +445,32 @@ The following sections list the changes in ocis-reva 0.7.0.
anymore, but with a dedicated storage driver. We're using it now and adapted default configs of
storages (reva/#891, #304)
https://github.com/owncloud/ocis-reva/issues/49
https://github.com/owncloud/ocis-reva/issues/293
https://github.com/owncloud/ocis-reva/issues/261
https://github.com/owncloud/ocis-reva/pull/261
https://github.com/owncloud/ocis/ocis-revaissues/49
https://github.com/owncloud/ocis/ocis-revaissues/293
https://github.com/owncloud/ocis/ocis-revaissues/261
https://github.com/owncloud/ocis/ocis-revapull/261
https://github.com/cs3org/reva/pull/875
https://github.com/cs3org/reva/pull/877
https://github.com/cs3org/reva/pull/878
https://github.com/cs3org/reva/pull/881
https://github.com/cs3org/reva/pull/880
https://github.com/cs3org/reva/pull/888
https://github.com/owncloud/ocis-reva/pull/304
https://github.com/owncloud/ocis/ocis-revapull/304
https://github.com/cs3org/reva/pull/891
# Changelog for [0.6.0] (2020-06-24)
The following sections list the changes in ocis-reva 0.6.0.
[0.6.0]: https://github.com/owncloud/ocis-reva/compare/v0.5.0...v0.6.0
[0.6.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.5.0...v0.6.0
## Summary
* Enhancement - Update reva to v0.1.1-0.20200624063447-db5e6635d5f0: [#279](https://github.com/owncloud/ocis-reva/pull/279)
* Enhancement - Update reva to v0.1.1-0.20200624063447-db5e6635d5f0: [#279](https://github.com/owncloud/ocis/ocis-revapull/279)
## Details
* Enhancement - Update reva to v0.1.1-0.20200624063447-db5e6635d5f0: [#279](https://github.com/owncloud/ocis-reva/pull/279)
* Enhancement - Update reva to v0.1.1-0.20200624063447-db5e6635d5f0: [#279](https://github.com/owncloud/ocis/ocis-revapull/279)
- Updated reva to v0.1.1-0.20200624063447-db5e6635d5f0 (#279) - Local storage: URL-encode
file ids to ease integration with other microservices like WOPI (reva/#799) - Mentix fixes
@@ -491,15 +491,15 @@ The following sections list the changes in ocis-reva 0.6.0.
Pass etag in quotes from the fs layer (#269, reva/#866, reva/#867) - OCM: use refactored
cs3apis provider definition (reva/#864)
https://github.com/owncloud/ocis-reva/issues/116
https://github.com/owncloud/ocis-reva/issues/112
https://github.com/owncloud/ocis-reva/issues/253
https://github.com/owncloud/ocis-reva/issues/254
https://github.com/owncloud/ocis/ocis-revaissues/116
https://github.com/owncloud/ocis/ocis-revaissues/112
https://github.com/owncloud/ocis/ocis-revaissues/253
https://github.com/owncloud/ocis/ocis-revaissues/254
https://github.com/owncloud/ocis/issues/216
https://github.com/owncloud/ocis-reva/issues/174
https://github.com/owncloud/ocis-reva/issues/47
https://github.com/owncloud/ocis-reva/issues/269
https://github.com/owncloud/ocis-reva/pull/279
https://github.com/owncloud/ocis/ocis-revaissues/174
https://github.com/owncloud/ocis/ocis-revaissues/47
https://github.com/owncloud/ocis/ocis-revaissues/269
https://github.com/owncloud/ocis/ocis-revapull/279
https://github.com/owncloud/cs3org/reva/pull/799
https://github.com/owncloud/cs3org/reva/pull/803
https://github.com/owncloud/cs3org/reva/pull/817
@@ -536,16 +536,16 @@ The following sections list the changes in ocis-reva 0.6.0.
The following sections list the changes in ocis-reva 0.5.0.
[0.5.0]: https://github.com/owncloud/ocis-reva/compare/v0.4.0...v0.5.0
[0.5.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.4.0...v0.5.0
## Summary
* Enhancement - Add TUS global capability: [#177](https://github.com/owncloud/ocis-reva/issues/177)
* Enhancement - Update reva to v0.1.1-0.20200603071553-e05a87521618: [#244](https://github.com/owncloud/ocis-reva/issues/244)
* Enhancement - Add TUS global capability: [#177](https://github.com/owncloud/ocis/ocis-revaissues/177)
* Enhancement - Update reva to v0.1.1-0.20200603071553-e05a87521618: [#244](https://github.com/owncloud/ocis/ocis-revaissues/244)
## Details
* Enhancement - Add TUS global capability: [#177](https://github.com/owncloud/ocis-reva/issues/177)
* Enhancement - Add TUS global capability: [#177](https://github.com/owncloud/ocis/ocis-revaissues/177)
The TUS global capabilities from Reva are now exposed.
@@ -554,18 +554,18 @@ The following sections list the changes in ocis-reva 0.5.0.
http method override can be configured using the "--upload-http-method-override" CLI
switch or "REVA_FRONTEND_UPLOAD_HTTP_METHOD_OVERRIDE" environment variable.
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/owncloud/ocis-reva/pull/228
https://github.com/owncloud/ocis/ocis-revaissues/177
https://github.com/owncloud/ocis/ocis-revapull/228
* Enhancement - Update reva to v0.1.1-0.20200603071553-e05a87521618: [#244](https://github.com/owncloud/ocis-reva/issues/244)
* Enhancement - Update reva to v0.1.1-0.20200603071553-e05a87521618: [#244](https://github.com/owncloud/ocis/ocis-revaissues/244)
- Updated reva to v0.1.1-0.20200603071553-e05a87521618 (#244) - Add option to disable TUS on
OC layer (#177, reva/#791) - Dataprovider now supports method override (#177, reva/#792) -
OCS fixes for create public link (reva/#798)
https://github.com/owncloud/ocis-reva/issues/244
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/owncloud/ocis/ocis-revaissues/244
https://github.com/owncloud/ocis/ocis-revaissues/177
https://github.com/cs3org/reva/pull/791
https://github.com/cs3org/reva/pull/792
https://github.com/cs3org/reva/pull/798
@@ -574,24 +574,24 @@ The following sections list the changes in ocis-reva 0.5.0.
The following sections list the changes in ocis-reva 0.4.0.
[0.4.0]: https://github.com/owncloud/ocis-reva/compare/v0.3.0...v0.4.0
[0.4.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.3.0...v0.4.0
## Summary
* Enhancement - Add public shares service: [#49](https://github.com/owncloud/ocis-reva/issues/49)
* Enhancement - Update reva to v0.1.1-0.20200529120551-4f2d9c85d3c9: [#49](https://github.com/owncloud/ocis-reva/issues/49)
* Enhancement - Add public shares service: [#49](https://github.com/owncloud/ocis/ocis-revaissues/49)
* Enhancement - Update reva to v0.1.1-0.20200529120551-4f2d9c85d3c9: [#49](https://github.com/owncloud/ocis/ocis-revaissues/49)
## Details
* Enhancement - Add public shares service: [#49](https://github.com/owncloud/ocis-reva/issues/49)
* Enhancement - Add public shares service: [#49](https://github.com/owncloud/ocis/ocis-revaissues/49)
Added Public Shares service with CRUD operations and File Public Shares Manager
https://github.com/owncloud/ocis-reva/issues/49
https://github.com/owncloud/ocis-reva/pull/232
https://github.com/owncloud/ocis/ocis-revaissues/49
https://github.com/owncloud/ocis/ocis-revapull/232
* Enhancement - Update reva to v0.1.1-0.20200529120551-4f2d9c85d3c9: [#49](https://github.com/owncloud/ocis-reva/issues/49)
* Enhancement - Update reva to v0.1.1-0.20200529120551-4f2d9c85d3c9: [#49](https://github.com/owncloud/ocis/ocis-revaissues/49)
- Updated reva to v0.1.1-0.20200529120551 (#232) - Public Shares CRUD, File Public Shares
Manager (#49, #232, reva/#681, reva/#788) - Disable HTTP-KeepAlives to reduce fd count
@@ -601,12 +601,12 @@ The following sections list the changes in ocis-reva 0.4.0.
Remove implicit data member from memory store (reva/#774) - Added TUS global capabilities
(#177, reva/#775) - Fix PROPFIND with Depth 1 for cross-storage operations (reva/#779)
https://github.com/owncloud/ocis-reva/issues/49
https://github.com/owncloud/ocis-reva/issues/229
https://github.com/owncloud/ocis-reva/issues/66
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/owncloud/ocis/ocis-revaissues/49
https://github.com/owncloud/ocis/ocis-revaissues/229
https://github.com/owncloud/ocis/ocis-revaissues/66
https://github.com/owncloud/ocis/ocis-revaissues/177
https://github.com/owncloud/ocis/issues/268
https://github.com/owncloud/ocis-reva/pull/232
https://github.com/owncloud/ocis/ocis-revapull/232
https://github.com/cs3org/reva/pull/787
https://github.com/cs3org/reva/pull/681
https://github.com/cs3org/reva/pull/788
@@ -623,15 +623,15 @@ The following sections list the changes in ocis-reva 0.4.0.
The following sections list the changes in ocis-reva 0.3.0.
[0.3.0]: https://github.com/owncloud/ocis-reva/compare/v0.2.1...v0.3.0
[0.3.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.2.1...v0.3.0
## Summary
* Enhancement - Update reva to v0.1.1-0.20200520150229: [#161](https://github.com/owncloud/ocis-reva/pull/161)
* Enhancement - Update reva to v0.1.1-0.20200520150229: [#161](https://github.com/owncloud/ocis/ocis-revapull/161)
## Details
* Enhancement - Update reva to v0.1.1-0.20200520150229: [#161](https://github.com/owncloud/ocis-reva/pull/161)
* Enhancement - Update reva to v0.1.1-0.20200520150229: [#161](https://github.com/owncloud/ocis/ocis-revapull/161)
- Update reva to v0.1.1-0.20200520150229 (#161, #180, #192, #207, #221) - Return arbitrary
metadata with stat, upload without TUS (reva/#766) - Stat file before returning datagateway
@@ -655,26 +655,26 @@ The following sections list the changes in ocis-reva 0.3.0.
namespace usage for custom properties in PROPFIND (#57, reva/#720) - Implement returning
Webdav custom properties from xattr (#57, reva/#721) - Minor fix in OCM share pkg (reva/#718)
https://github.com/owncloud/ocis-reva/issues/20
https://github.com/owncloud/ocis-reva/issues/26
https://github.com/owncloud/ocis-reva/issues/43
https://github.com/owncloud/ocis-reva/issues/44
https://github.com/owncloud/ocis-reva/issues/46
https://github.com/owncloud/ocis-reva/issues/94
https://github.com/owncloud/ocis-reva/issues/26
https://github.com/owncloud/ocis-reva/issues/67
https://github.com/owncloud/ocis-reva/issues/57
https://github.com/owncloud/ocis-reva/issues/94
https://github.com/owncloud/ocis-reva/issues/188
https://github.com/owncloud/ocis-reva/issues/182
https://github.com/owncloud/ocis-reva/issues/212
https://github.com/owncloud/ocis-reva/issues/186
https://github.com/owncloud/ocis-reva/issues/203
https://github.com/owncloud/ocis-reva/pull/161
https://github.com/owncloud/ocis-reva/pull/180
https://github.com/owncloud/ocis-reva/pull/192
https://github.com/owncloud/ocis-reva/pull/207
https://github.com/owncloud/ocis-reva/pull/221
https://github.com/owncloud/ocis/ocis-revaissues/20
https://github.com/owncloud/ocis/ocis-revaissues/26
https://github.com/owncloud/ocis/ocis-revaissues/43
https://github.com/owncloud/ocis/ocis-revaissues/44
https://github.com/owncloud/ocis/ocis-revaissues/46
https://github.com/owncloud/ocis/ocis-revaissues/94
https://github.com/owncloud/ocis/ocis-revaissues/26
https://github.com/owncloud/ocis/ocis-revaissues/67
https://github.com/owncloud/ocis/ocis-revaissues/57
https://github.com/owncloud/ocis/ocis-revaissues/94
https://github.com/owncloud/ocis/ocis-revaissues/188
https://github.com/owncloud/ocis/ocis-revaissues/182
https://github.com/owncloud/ocis/ocis-revaissues/212
https://github.com/owncloud/ocis/ocis-revaissues/186
https://github.com/owncloud/ocis/ocis-revaissues/203
https://github.com/owncloud/ocis/ocis-revapull/161
https://github.com/owncloud/ocis/ocis-revapull/180
https://github.com/owncloud/ocis/ocis-revapull/192
https://github.com/owncloud/ocis/ocis-revapull/207
https://github.com/owncloud/ocis/ocis-revapull/221
https://github.com/cs3org/reva/pull/766
https://github.com/cs3org/reva/pull/765
https://github.com/cs3org/reva/pull/755
@@ -711,126 +711,126 @@ The following sections list the changes in ocis-reva 0.3.0.
The following sections list the changes in ocis-reva 0.2.1.
[0.2.1]: https://github.com/owncloud/ocis-reva/compare/v0.2.0...v0.2.1
[0.2.1]: https://github.com/owncloud/ocis/ocis-revacompare/v0.2.0...v0.2.1
## Summary
* Bugfix - Stop advertising unsupported chunking v2: [#145](https://github.com/owncloud/ocis-reva/pull/145)
* Enhancement - Allow configuring the gateway for dataproviders: [#136](https://github.com/owncloud/ocis-reva/pull/136)
* Enhancement - Use a configured logger on reva runtime: [#153](https://github.com/owncloud/ocis-reva/pull/153)
* Bugfix - Stop advertising unsupported chunking v2: [#145](https://github.com/owncloud/ocis/ocis-revapull/145)
* Enhancement - Allow configuring the gateway for dataproviders: [#136](https://github.com/owncloud/ocis/ocis-revapull/136)
* Enhancement - Use a configured logger on reva runtime: [#153](https://github.com/owncloud/ocis/ocis-revapull/153)
## Details
* Bugfix - Stop advertising unsupported chunking v2: [#145](https://github.com/owncloud/ocis-reva/pull/145)
* Bugfix - Stop advertising unsupported chunking v2: [#145](https://github.com/owncloud/ocis/ocis-revapull/145)
Removed "chunking" attribute in the DAV capabilities. Please note that chunking v2 is
advertised as "chunking 1.0" while chunking v1 is the attribute "bigfilechunking" which is
already false.
https://github.com/owncloud/ocis-reva/pull/145
https://github.com/owncloud/ocis/ocis-revapull/145
* Enhancement - Allow configuring the gateway for dataproviders: [#136](https://github.com/owncloud/ocis-reva/pull/136)
* Enhancement - Allow configuring the gateway for dataproviders: [#136](https://github.com/owncloud/ocis/ocis-revapull/136)
This allows using basic or bearer auth when directly talking to dataproviders.
https://github.com/owncloud/ocis-reva/pull/136
https://github.com/owncloud/ocis/ocis-revapull/136
* Enhancement - Use a configured logger on reva runtime: [#153](https://github.com/owncloud/ocis-reva/pull/153)
* Enhancement - Use a configured logger on reva runtime: [#153](https://github.com/owncloud/ocis/ocis-revapull/153)
For consistency reasons we need a configured logger that is inline with an ocis logger, so the
log cascade can be easily parsed by a human.
https://github.com/owncloud/ocis-reva/pull/153
https://github.com/owncloud/ocis/ocis-revapull/153
# Changelog for [0.2.0] (2020-04-15)
The following sections list the changes in ocis-reva 0.2.0.
[0.2.0]: https://github.com/owncloud/ocis-reva/compare/v0.1.1...v0.2.0
[0.2.0]: https://github.com/owncloud/ocis/ocis-revacompare/v0.1.1...v0.2.0
## Summary
* Bugfix - Fix eos user sharing config: [#127](https://github.com/owncloud/ocis-reva/pull/127)
* Enhancement - Update reva to v1.1.0-20200414133413: [#127](https://github.com/owncloud/ocis-reva/pull/127)
* Bugfix - Fix eos user sharing config: [#127](https://github.com/owncloud/ocis/ocis-revapull/127)
* Enhancement - Update reva to v1.1.0-20200414133413: [#127](https://github.com/owncloud/ocis/ocis-revapull/127)
## Details
* Bugfix - Fix eos user sharing config: [#127](https://github.com/owncloud/ocis-reva/pull/127)
* Bugfix - Fix eos user sharing config: [#127](https://github.com/owncloud/ocis/ocis-revapull/127)
We have added missing config options for the user sharing manager and added a dedicated eos
storage command with pre configured settings for the eos-docker container. It configures a
`Shares` folder in a users home when using eos as the storage driver.
https://github.com/owncloud/ocis-reva/pull/127
https://github.com/owncloud/ocis/ocis-revapull/127
* Enhancement - Update reva to v1.1.0-20200414133413: [#127](https://github.com/owncloud/ocis-reva/pull/127)
* Enhancement - Update reva to v1.1.0-20200414133413: [#127](https://github.com/owncloud/ocis/ocis-revapull/127)
Adds initial public sharing and ocm implementation.
https://github.com/owncloud/ocis-reva/pull/127
https://github.com/owncloud/ocis/ocis-revapull/127
# Changelog for [0.1.1] (2020-03-31)
The following sections list the changes in ocis-reva 0.1.1.
[0.1.1]: https://github.com/owncloud/ocis-reva/compare/v0.1.0...v0.1.1
[0.1.1]: https://github.com/owncloud/ocis/ocis-revacompare/v0.1.0...v0.1.1
## Summary
* Bugfix - Fix eos config: [#125](https://github.com/owncloud/ocis-reva/pull/125)
* Bugfix - Fix eos config: [#125](https://github.com/owncloud/ocis/ocis-revapull/125)
## Details
* Bugfix - Fix eos config: [#125](https://github.com/owncloud/ocis-reva/pull/125)
* Bugfix - Fix eos config: [#125](https://github.com/owncloud/ocis/ocis-revapull/125)
We have added missing config options for the home layout to the config struct that is passed to
eos.
https://github.com/owncloud/ocis-reva/pull/125
https://github.com/owncloud/ocis/ocis-revapull/125
# Changelog for [0.1.0] (2020-03-23)
The following sections list the changes in ocis-reva 0.1.0.
[0.1.0]: https://github.com/owncloud/ocis-reva/compare/6702be7f9045a382d40691a9bcd04f572203e9ed...v0.1.0
[0.1.0]: https://github.com/owncloud/ocis/ocis-revacompare/6702be7f9045a382d40691a9bcd04f572203e9ed...v0.1.0
## Summary
* Bugfix - Set correct flag type in the flagsets: [#75](https://github.com/owncloud/ocis-reva/issues/75)
* Bugfix - We fixed a typo in the `REVA_LDAP_SCHEMA_MAIL` environment variable: [#113](https://github.com/owncloud/ocis-reva/pull/113)
* Bugfix - Allow different namespaces for /webdav and /dav/files: [#68](https://github.com/owncloud/ocis-reva/pull/68)
* Change - Use /home as default namespace: [#68](https://github.com/owncloud/ocis-reva/pull/68)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-reva/issues/1)
* Change - Start multiple services with dedicated commands: [#6](https://github.com/owncloud/ocis-reva/issues/6)
* Change - Storage providers now default to exposing data servers: [#89](https://github.com/owncloud/ocis-reva/issues/89)
* Change - Default to running behind ocis-proxy: [#113](https://github.com/owncloud/ocis-reva/pull/113)
* Enhancement - Expose owncloud storage driver config in flagset: [#87](https://github.com/owncloud/ocis-reva/issues/87)
* Enhancement - Update reva to v0.0.2-0.20200212114015-0dbce24f7e8b: [#91](https://github.com/owncloud/ocis-reva/pull/91)
* Enhancement - Allow configuring user sharing driver: [#115](https://github.com/owncloud/ocis-reva/pull/115)
* Bugfix - Set correct flag type in the flagsets: [#75](https://github.com/owncloud/ocis/ocis-revaissues/75)
* Bugfix - We fixed a typo in the `REVA_LDAP_SCHEMA_MAIL` environment variable: [#113](https://github.com/owncloud/ocis/ocis-revapull/113)
* Bugfix - Allow different namespaces for /webdav and /dav/files: [#68](https://github.com/owncloud/ocis/ocis-revapull/68)
* Change - Use /home as default namespace: [#68](https://github.com/owncloud/ocis/ocis-revapull/68)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis/ocis-revaissues/1)
* Change - Start multiple services with dedicated commands: [#6](https://github.com/owncloud/ocis/ocis-revaissues/6)
* Change - Storage providers now default to exposing data servers: [#89](https://github.com/owncloud/ocis/ocis-revaissues/89)
* Change - Default to running behind ocis-proxy: [#113](https://github.com/owncloud/ocis/ocis-revapull/113)
* Enhancement - Expose owncloud storage driver config in flagset: [#87](https://github.com/owncloud/ocis/ocis-revaissues/87)
* Enhancement - Update reva to v0.0.2-0.20200212114015-0dbce24f7e8b: [#91](https://github.com/owncloud/ocis/ocis-revapull/91)
* Enhancement - Allow configuring user sharing driver: [#115](https://github.com/owncloud/ocis/ocis-revapull/115)
## Details
* Bugfix - Set correct flag type in the flagsets: [#75](https://github.com/owncloud/ocis-reva/issues/75)
* Bugfix - Set correct flag type in the flagsets: [#75](https://github.com/owncloud/ocis/ocis-revaissues/75)
While upgrading to the micro/cli version 2 there where two instances of `StringFlag` which had
not been changed to `StringSliceFlag`. This caused `ocis-reva users` and `ocis-reva
storage-root` to fail on startup.
https://github.com/owncloud/ocis-reva/issues/75
https://github.com/owncloud/ocis-reva/pull/76
https://github.com/owncloud/ocis/ocis-revaissues/75
https://github.com/owncloud/ocis/ocis-revapull/76
* Bugfix - We fixed a typo in the `REVA_LDAP_SCHEMA_MAIL` environment variable: [#113](https://github.com/owncloud/ocis-reva/pull/113)
* Bugfix - We fixed a typo in the `REVA_LDAP_SCHEMA_MAIL` environment variable: [#113](https://github.com/owncloud/ocis/ocis-revapull/113)
It was misspelled as `REVA_LDAP_SCHEMA_Mail`.
https://github.com/owncloud/ocis-reva/pull/113
https://github.com/owncloud/ocis/ocis-revapull/113
* Bugfix - Allow different namespaces for /webdav and /dav/files: [#68](https://github.com/owncloud/ocis-reva/pull/68)
* Bugfix - Allow different namespaces for /webdav and /dav/files: [#68](https://github.com/owncloud/ocis/ocis-revapull/68)
After fbf131c the path for the "new" webdav path does not contain a username
`/remote.php/dav/files/textfile0.txt`. It used to be
@@ -847,11 +847,11 @@ The following sections list the changes in ocis-reva 0.1.0.
The `WEBDAV_NAMESPACE_JAIL` environment variable is split into - `WEBDAV_NAMESPACE` and -
`DAV_FILES_NAMESPACE` accordingly.
https://github.com/owncloud/ocis-reva/pull/68
https://github.com/owncloud/ocis/ocis-revapull/68
related:
* Change - Use /home as default namespace: [#68](https://github.com/owncloud/ocis-reva/pull/68)
* Change - Use /home as default namespace: [#68](https://github.com/owncloud/ocis/ocis-revapull/68)
Currently, cross storage etag propagation is not yet implemented, which prevents the desktop
client from detecting changes via the PROPFIND to /. / is managed by the root storage provider
@@ -868,38 +868,38 @@ The following sections list the changes in ocis-reva 0.1.0.
To get back the global namespace, which ultimately is the goal, just set the above environment
variable to `/`.
https://github.com/owncloud/ocis-reva/pull/68
https://github.com/owncloud/ocis/ocis-revapull/68
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-reva/issues/1)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis/ocis-revaissues/1)
Just prepared an initial basic version to start a reva server and start integrating with the
go-micro base dextension framework of ownCloud Infinite Scale.
https://github.com/owncloud/ocis-reva/issues/1
https://github.com/owncloud/ocis/ocis-revaissues/1
* Change - Start multiple services with dedicated commands: [#6](https://github.com/owncloud/ocis-reva/issues/6)
* Change - Start multiple services with dedicated commands: [#6](https://github.com/owncloud/ocis/ocis-revaissues/6)
The initial version would only allow us to use a set of reva configurations to start multiple
services. We use a more opinionated set of commands to start dedicated services that allows us
to configure them individually. It allows us to switch eg. the user backend to LDAP and fully use
it on the cli.
https://github.com/owncloud/ocis-reva/issues/6
https://github.com/owncloud/ocis/ocis-revaissues/6
* Change - Storage providers now default to exposing data servers: [#89](https://github.com/owncloud/ocis-reva/issues/89)
* Change - Storage providers now default to exposing data servers: [#89](https://github.com/owncloud/ocis/ocis-revaissues/89)
The flags that let reva storage providers announce that they expose a data server now defaults
to true:
`REVA_STORAGE_HOME_EXPOSE_DATA_SERVER=1` `REVA_STORAGE_OC_EXPOSE_DATA_SERVER=1`
https://github.com/owncloud/ocis-reva/issues/89
https://github.com/owncloud/ocis/ocis-revaissues/89
* Change - Default to running behind ocis-proxy: [#113](https://github.com/owncloud/ocis-reva/pull/113)
* Change - Default to running behind ocis-proxy: [#113](https://github.com/owncloud/ocis/ocis-revapull/113)
We changed the default configuration to integrate better with ocis.
@@ -910,10 +910,10 @@ The following sections list the changes in ocis-reva 0.1.0.
OpaqueID attribute from `sub` to `preferred_username`. The latter is a claim populated by
konnectd that can also be used by the reva ldap user manager to look up users by their OpaqueId
https://github.com/owncloud/ocis-reva/pull/113
https://github.com/owncloud/ocis/ocis-revapull/113
* Enhancement - Expose owncloud storage driver config in flagset: [#87](https://github.com/owncloud/ocis-reva/issues/87)
* Enhancement - Expose owncloud storage driver config in flagset: [#87](https://github.com/owncloud/ocis/ocis-revaissues/87)
Three new flags are now available:
@@ -926,23 +926,23 @@ The following sections list the changes in ocis-reva 0.1.0.
- the address of the redis server default: `:6379` env var:
`REVA_STORAGE_OWNCLOUD_REDIS_ADDR` cli option: `--storage-owncloud-redis`
https://github.com/owncloud/ocis-reva/issues/87
https://github.com/owncloud/ocis/ocis-revaissues/87
* Enhancement - Update reva to v0.0.2-0.20200212114015-0dbce24f7e8b: [#91](https://github.com/owncloud/ocis-reva/pull/91)
* Enhancement - Update reva to v0.0.2-0.20200212114015-0dbce24f7e8b: [#91](https://github.com/owncloud/ocis/ocis-revapull/91)
Reva has seen a lot of changes that allow us to - reduce the configuration overhead - use the
autocreato home folder option - use the home folder path layout option - no longer start the root
storage
https://github.com/owncloud/ocis-reva/pull/91
https://github.com/owncloud/ocis/ocis-revapull/91
related:
* Enhancement - Allow configuring user sharing driver: [#115](https://github.com/owncloud/ocis-reva/pull/115)
* Enhancement - Allow configuring user sharing driver: [#115](https://github.com/owncloud/ocis/ocis-revapull/115)
We now default to `json` which persists shares in the sharing manager in a json file instead of an
in memory db.
https://github.com/owncloud/ocis-reva/pull/115
https://github.com/owncloud/ocis/ocis-revapull/115
+2 -2
View File
@@ -4,5 +4,5 @@ While upgrading to the micro/cli version 2 there where two instances of `StringF
which had not been changed to `StringSliceFlag`.
This caused `ocis-reva users` and `ocis-reva storage-root` to fail on startup.
https://github.com/owncloud/ocis-reva/issues/75
https://github.com/owncloud/ocis-reva/pull/76
https://github.com/owncloud/ocis/ocis-revaissues/75
https://github.com/owncloud/ocis/ocis-revapull/76
@@ -8,4 +8,4 @@ This will allow us to focus on getting a single storage driver like eos or owncl
To get back the global namespace, which ultimately is the goal, just set the above environment variable to `/`.
https://github.com/owncloud/ocis-reva/pull/68
https://github.com/owncloud/ocis/ocis-revapull/68
@@ -2,4 +2,4 @@ Bugfix: we fixed a typo in the `REVA_LDAP_SCHEMA_MAIL` environment variable
It was misspelled as `REVA_LDAP_SCHEMA_Mail`.
https://github.com/owncloud/ocis-reva/pull/113
https://github.com/owncloud/ocis/ocis-revapull/113
@@ -2,4 +2,4 @@ Change: Initial release of basic version
Just prepared an initial basic version to start a reva server and start integrating with the go-micro base dextension framework of ownCloud Infinite Scale.
https://github.com/owncloud/ocis-reva/issues/1
https://github.com/owncloud/ocis/ocis-revaissues/1
@@ -4,4 +4,4 @@ The initial version would only allow us to use a set of reva configurations to s
We use a more opinionated set of commands to start dedicated services that allows us to configure them individually.
It allows us to switch eg. the user backend to LDAP and fully use it on the cli.
https://github.com/owncloud/ocis-reva/issues/6
https://github.com/owncloud/ocis/ocis-revaissues/6
@@ -17,4 +17,4 @@ Three new flags are now available:
env var: `REVA_STORAGE_OWNCLOUD_REDIS_ADDR`
cli option: `--storage-owncloud-redis`
https://github.com/owncloud/ocis-reva/issues/87
https://github.com/owncloud/ocis/ocis-revaissues/87
@@ -5,4 +5,4 @@ The flags that let reva storage providers announce that they expose a data serve
`REVA_STORAGE_HOME_EXPOSE_DATA_SERVER=1`
`REVA_STORAGE_OC_EXPOSE_DATA_SERVER=1`
https://github.com/owncloud/ocis-reva/issues/89
https://github.com/owncloud/ocis/ocis-revaissues/89
@@ -8,4 +8,4 @@ We changed the default configuration to integrate better with ocis.
- We removed unneeded ocis configuration from the frontend which no longer serves an oidc provider.
- We changed the default user OpaqueID attribute from `sub` to `preferred_username`. The latter is a claim populated by konnectd that can also be used by the reva ldap user manager to look up users by their OpaqueId
https://github.com/owncloud/ocis-reva/pull/113
https://github.com/owncloud/ocis/ocis-revapull/113
@@ -13,4 +13,4 @@ The `WEBDAV_NAMESPACE_JAIL` environment variable is split into
- `WEBDAV_NAMESPACE` and
- `DAV_FILES_NAMESPACE` accordingly.
Related: https://github.com/owncloud/ocis-reva/pull/68
Related: https://github.com/owncloud/ocis/ocis-revapull/68
@@ -1,9 +1,9 @@
Enhancement: update reva to v0.0.2-0.20200212114015-0dbce24f7e8b
Reva has seen a lot of changes that allow us to
Reva has seen a lot of changes that allow us to
- reduce the configuration overhead
- use the autocreato home folder option
- use the home folder path layout option
- no longer start the root storage
Related: https://github.com/owncloud/ocis-reva/pull/91
Related: https://github.com/owncloud/ocis/ocis-revapull/91
@@ -2,4 +2,4 @@ Enhancement: Allow configuring user sharing driver
We now default to `json` which persists shares in the sharing manager in a json file instead of an in memory db.
https://github.com/owncloud/ocis-reva/pull/115
https://github.com/owncloud/ocis/ocis-revapull/115
@@ -2,4 +2,4 @@ Bugfix: Fix eos config
We have added missing config options for the home layout to the config struct that is passed to eos.
https://github.com/owncloud/ocis-reva/pull/125
https://github.com/owncloud/ocis/ocis-revapull/125
@@ -10,5 +10,5 @@ REVA_FRONTEND_OCS_PREFIX="ocs"
This restores the reva defaults that were changed upstream.
https://github.com/owncloud/ocis-reva/pull/363
https://github.com/cs3org/reva/pull/936/files#diff-51bf4fb310f7362f5c4306581132fc3bR63
https://github.com/owncloud/ocis/ocis-revapull/363
https://github.com/cs3org/reva/pull/936/files#diff-51bf4fb310f7362f5c4306581132fc3bR63
@@ -5,9 +5,9 @@ Enhancement: update reva to v0.1.1-0.20200701152626-2f6cc60e2f66
- Refactor metrics package to implement reader interface (reva/#934)
- Fix OCS public link share update values logic (#252, #288, reva/#930)
https://github.com/owncloud/ocis-reva/pull/341
https://github.com/owncloud/ocis/ocis-revapull/341
https://github.com/cs3org/reva/pull/924
https://github.com/cs3org/reva/pull/934
https://github.com/owncloud/ocis-reva/issues/252
https://github.com/owncloud/ocis-reva/issues/288
https://github.com/owncloud/ocis/ocis-revaissues/252
https://github.com/owncloud/ocis/ocis-revaissues/288
https://github.com/cs3org/reva/pull/930
@@ -13,17 +13,17 @@ Enhancement: update reva to v0.1.1-0.20200709064551-91eed007038f
- Change percentagused to percentageused (reva/#903)
- Fix file-descriptor leak (reva/#954)
https://github.com/owncloud/ocis-reva/pull/362
https://github.com/owncloud/ocis/ocis-revapull/362
https://github.com/cs3org/reva/pull/936
https://github.com/cs3org/reva/pull/937
https://github.com/cs3org/reva/pull/938
https://github.com/cs3org/reva/pull/940
https://github.com/cs3org/reva/pull/951
https://github.com/owncloud/ocis-reva/issues/344
https://github.com/owncloud/ocis/ocis-revaissues/344
https://github.com/cs3org/reva/pull/945
https://github.com/owncloud/ocis-reva/issues/336
https://github.com/owncloud/ocis/ocis-revaissues/336
https://github.com/cs3org/reva/pull/929
https://github.com/owncloud/ocis-reva/issues/11
https://github.com/owncloud/ocis/ocis-revaissues/11
https://github.com/cs3org/reva/pull/946
https://github.com/cs3org/reva/pull/944
https://github.com/cs3org/reva/pull/903
@@ -7,7 +7,7 @@ Enhancement: update reva to v0.1.1-0.20200710143425-cf38a45220c5
- OCS share fix including file info after update (reva/#958)
- Add flag to smtpclient for for unauthenticated SMTP (reva/#963)
https://github.com/owncloud/ocis-reva/pull/371
https://github.com/owncloud/ocis/ocis-revapull/371
https://github.com/cs3org/reva/pull/920
https://github.com/cs3org/reva/pull/953
https://github.com/cs3org/reva/pull/955
@@ -6,7 +6,7 @@ Enhancement: update reva to v0.1.1-0.20200722125752-6dea7936f9d1
- Added a site locations exporter to Mentix (reva/#972)
- Add option to config to allow requests to hosts with unverified certificates (reva/#969)
https://github.com/owncloud/ocis-reva/pull/392
https://github.com/owncloud/ocis/ocis-revapull/392
https://github.com/cs3org/reva/pull/986
https://github.com/cs3org/reva/pull/974
https://github.com/cs3org/reva/pull/972
@@ -2,4 +2,4 @@ Bugfix: build docker images with alpine:latest instead of alpine:edge
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
https://github.com/owncloud/ocis-reva/pull/393
https://github.com/owncloud/ocis/ocis-revapull/393
@@ -2,5 +2,5 @@ Enhancement: Update storage documentation
We added details to the documentation about storage requirements known from ownCloud 10, the local storage driver and the ownCloud storage driver.
https://github.com/owncloud/ocis-reva/pull/384
https://github.com/owncloud/ocis-reva/pull/390
https://github.com/owncloud/ocis/ocis-revapull/384
https://github.com/owncloud/ocis/ocis-revapull/390
@@ -8,5 +8,5 @@ userfilter = "(&(objectclass=posixAccount)(|(ownclouduuid={{.OpaqueId}})(cn={{.O
findfilter = "(&(objectclass=posixAccount)(|(cn={{query}}*)(displayname={{query}}*)(mail={{query}}*)))"
```
https://github.com/owncloud/ocis-reva/pull/399
https://github.com/cs3org/reva/pull/996
https://github.com/owncloud/ocis/ocis-revapull/399
https://github.com/cs3org/reva/pull/996
@@ -6,8 +6,8 @@ Enhancement: update reva to v0.1.1-0.20200724135750-b46288b375d6
- OCM: Pass the link to the meshdirectory service in token mail (reva/#1002)
- Update github.com/go-ldap/ldap to v3 (reva/#1004)
https://github.com/owncloud/ocis-reva/pull/399
https://github.com/owncloud/ocis/ocis-revapull/399
https://github.com/cs3org/reva/pull/996
https://github.com/cs3org/reva/pull/1000
https://github.com/cs3org/reva/pull/1002
https://github.com/cs3org/reva/pull/1004
https://github.com/cs3org/reva/pull/1004
@@ -5,7 +5,7 @@ Enhancement: update reva to v0.1.1-0.20200728071211-c948977dd3a0
- Update github.com/eventials/go-tus to v0.0.0-20200718001131-45c7ec8f5d59 (reva/#1007)
- Check if SMTP credentials are nil (reva/#1006)
https://github.com/owncloud/ocis-reva/pull/407
https://github.com/owncloud/ocis/ocis-revapull/407
https://github.com/cs3org/reva/pull/1008
https://github.com/cs3org/reva/pull/1007
https://github.com/cs3org/reva/pull/1006
https://github.com/cs3org/reva/pull/1006
@@ -2,5 +2,5 @@ Change: environment updates for the username userid split
We updated the owncloud storage driver in reva to properly look up users by userid or username using the userprovider instead of taking the path segment as is. This requires the user service address as well as changing the default layout to the userid instead of the username. The latter is not considered a stable and persistent identifier.
https://github.com/owncloud/ocis-reva/pull/420
https://github.com/cs3org/reva/pull/1033
https://github.com/owncloud/ocis/ocis-revapull/420
https://github.com/cs3org/reva/pull/1033
@@ -5,5 +5,5 @@ which restricted using separate drivers and configs for both. This PR separates
the two and adds the config for the rest user driver and the gatewaysvc
parameter to EOS fs.
https://github.com/owncloud/ocis-reva/pull/412
https://github.com/owncloud/ocis/ocis-revapull/412
https://github.com/cs3org/reva/pull/995
@@ -14,4 +14,4 @@ Enhancement: update reva to v1.1.1-0.20200819100654-dcbf0c8ea187
- Local storage provider: Fixed resolution of fileid [(reva/#1046)](https://github.com/cs3org/reva/pull/1046)
- List public shares only created by the current user [(reva/#1042)](https://github.com/cs3org/reva/pull/1042)
https://github.com/owncloud/ocis-reva/pull/447
https://github.com/owncloud/ocis/ocis-revapull/447
@@ -3,6 +3,6 @@ Bugfix: Fix default configuration for accessing shares
The storage provider mounted at `/home` should always have EnableHome set to `true`. The other storage providers should have it set to `false`.
https://github.com/owncloud/product/issues/205
https://github.com/owncloud/ocis-reva/pull/461
https://github.com/owncloud/ocis/ocis-revapull/461
@@ -3,6 +3,6 @@ Enhancement: Allow configuring arbitrary storage registry rules
We added a new config flag `storage-registry-rule` that can be given multiple times for the gateway to specify arbitrary storage registry rules. You can also use a comma separated list of rules in the `REVA_STORAGE_REGISTRY_RULES` environment variable.
https://github.com/owncloud/product/issues/193
https://github.com/owncloud/ocis-reva/pull/461
https://github.com/owncloud/ocis/ocis-revapull/461
@@ -20,5 +20,5 @@ Enhancement: update reva to v1.2.1-0.20200826162318-c0f54e1f37ea
- System information included in Prometheus metrics [(reva/#1071)](https://github.com/cs3org/reva/pull/1071)
- Add logic for resolving storage references over webdav [(reva/#1094)](https://github.com/cs3org/reva/pull/1094)
https://github.com/owncloud/ocis-reva/pull/454
https://github.com/owncloud/ocis/ocis-revapull/454
@@ -6,5 +6,5 @@ Enhancement: update reva to v1.2.1-0.20200911111727-51649e37df2d
- Add switch to database [(reva/#1135)](https://github.com/cs3org/reva/pull/1135)
- Add the ocdav HTTP svc to the standalone config [(reva/#1128)](https://github.com/cs3org/reva/pull/1128)
https://github.com/owncloud/ocis-reva/pull/466
https://github.com/owncloud/ocis/ocis-revapull/466
@@ -2,4 +2,4 @@ Bugfix: Fix eos user sharing config
We have added missing config options for the user sharing manager and added a dedicated eos storage command with pre configured settings for the eos-docker container. It configures a `Shares` folder in a users home when using eos as the storage driver.
https://github.com/owncloud/ocis-reva/pull/127
https://github.com/owncloud/ocis/ocis-revapull/127
@@ -2,4 +2,4 @@ Enhancement: update reva to v1.1.0-20200414133413
Adds initial public sharing and ocm implementation.
https://github.com/owncloud/ocis-reva/pull/127
https://github.com/owncloud/ocis/ocis-revapull/127
@@ -2,4 +2,4 @@ Enhancement: Allow configuring the gateway for dataproviders
This allows using basic or bearer auth when directly talking to dataproviders.
https://github.com/owncloud/ocis-reva/pull/136
https://github.com/owncloud/ocis/ocis-revapull/136
@@ -2,4 +2,4 @@ Enhancement: Use a configured logger on reva runtime
For consistency reasons we need a configured logger that is inline with an ocis logger, so the log cascade can be easily parsed by a human.
https://github.com/owncloud/ocis-reva/pull/153
https://github.com/owncloud/ocis/ocis-revapull/153
@@ -4,4 +4,4 @@ Removed "chunking" attribute in the DAV capabilities.
Please note that chunking v2 is advertised as "chunking 1.0" while
chunking v1 is the attribute "bigfilechunking" which is already false.
https://github.com/owncloud/ocis-reva/pull/145
https://github.com/owncloud/ocis/ocis-revapull/145
@@ -31,27 +31,27 @@ Enhancement: update reva to v0.1.1-0.20200520150229
- Implement returning Webdav custom properties from xattr (#57, reva/#721)
- Minor fix in OCM share pkg (reva/#718)
https://github.com/owncloud/ocis-reva/pull/161
https://github.com/owncloud/ocis-reva/pull/180
https://github.com/owncloud/ocis-reva/pull/192
https://github.com/owncloud/ocis-reva/pull/207
https://github.com/owncloud/ocis-reva/pull/221
https://github.com/owncloud/ocis/ocis-revapull/161
https://github.com/owncloud/ocis/ocis-revapull/180
https://github.com/owncloud/ocis/ocis-revapull/192
https://github.com/owncloud/ocis/ocis-revapull/207
https://github.com/owncloud/ocis/ocis-revapull/221
https://github.com/cs3org/reva/pull/766
https://github.com/cs3org/reva/pull/765
https://github.com/cs3org/reva/pull/755
https://github.com/cs3org/reva/pull/754
https://github.com/owncloud/ocis-reva/issues/20
https://github.com/owncloud/ocis-reva/issues/26
https://github.com/owncloud/ocis-reva/issues/43
https://github.com/owncloud/ocis-reva/issues/44
https://github.com/owncloud/ocis-reva/issues/46
https://github.com/owncloud/ocis-reva/issues/94
https://github.com/owncloud/ocis/ocis-revaissues/20
https://github.com/owncloud/ocis/ocis-revaissues/26
https://github.com/owncloud/ocis/ocis-revaissues/43
https://github.com/owncloud/ocis/ocis-revaissues/44
https://github.com/owncloud/ocis/ocis-revaissues/46
https://github.com/owncloud/ocis/ocis-revaissues/94
https://github.com/cs3org/reva/pull/747
https://github.com/cs3org/reva/pull/748
https://github.com/cs3org/reva/pull/760
https://github.com/cs3org/reva/pull/759
https://github.com/cs3org/reva/pull/678
https://github.com/owncloud/ocis-reva/issues/26
https://github.com/owncloud/ocis/ocis-revaissues/26
https://github.com/cs3org/reva/pull/696
https://github.com/cs3org/reva/pull/707
https://github.com/cs3org/reva/pull/711
@@ -59,26 +59,26 @@ https://github.com/cs3org/reva/pull/695
https://github.com/cs3org/reva/pull/674
https://github.com/cs3org/reva/pull/725
https://github.com/cs3org/reva/pull/717
https://github.com/owncloud/ocis-reva/issues/67
https://github.com/owncloud/ocis/ocis-revaissues/67
https://github.com/cs3org/reva/pull/712
https://github.com/cs3org/reva/pull/713
https://github.com/owncloud/ocis-reva/issues/57
https://github.com/owncloud/ocis/ocis-revaissues/57
https://github.com/cs3org/reva/pull/720
https://github.com/cs3org/reva/pull/718
https://github.com/owncloud/ocis-reva/issues/94
https://github.com/owncloud/ocis/ocis-revaissues/94
https://github.com/cs3org/reva/pull/731
https://github.com/owncloud/ocis-reva/issues/188
https://github.com/owncloud/ocis/ocis-revaissues/188
https://github.com/cs3org/reva/pull/734
https://github.com/owncloud/ocis-reva/issues/182
https://github.com/owncloud/ocis/ocis-revaissues/182
https://github.com/cs3org/reva/pull/729
https://github.com/cs3org/reva/pull/728
https://github.com/cs3org/reva/pull/730
https://github.com/owncloud/ocis-reva/issues/212
https://github.com/owncloud/ocis/ocis-revaissues/212
https://github.com/cs3org/reva/pull/758
https://github.com/owncloud/ocis-reva/issues/186
https://github.com/owncloud/ocis/ocis-revaissues/186
https://github.com/cs3org/reva/pull/742
https://github.com/cs3org/reva/pull/764
https://github.com/owncloud/ocis-reva/issues/203
https://github.com/owncloud/ocis/ocis-revaissues/203
https://github.com/cs3org/reva/pull/743
https://github.com/cs3org/reva/pull/732
https://github.com/cs3org/reva/pull/750
@@ -2,6 +2,6 @@ Enhancement: Add public shares service
Added Public Shares service with CRUD operations and File Public Shares Manager
https://github.com/owncloud/ocis-reva/issues/49
https://github.com/owncloud/ocis-reva/pull/232
https://github.com/owncloud/ocis/ocis-revaissues/49
https://github.com/owncloud/ocis/ocis-revapull/232
@@ -12,20 +12,20 @@ Enhancement: update reva to v0.1.1-0.20200529120551-4f2d9c85d3c9
- Added TUS global capabilities (#177, reva/#775)
- Fix PROPFIND with Depth 1 for cross-storage operations (reva/#779)
https://github.com/owncloud/ocis-reva/issues/49
https://github.com/owncloud/ocis-reva/pull/232
https://github.com/owncloud/ocis/ocis-revaissues/49
https://github.com/owncloud/ocis/ocis-revapull/232
https://github.com/cs3org/reva/pull/787
https://github.com/cs3org/reva/pull/681
https://github.com/cs3org/reva/pull/788
https://github.com/owncloud/ocis-reva/issues/229
https://github.com/owncloud/ocis/ocis-revaissues/229
https://github.com/cs3org/reva/pull/782
https://github.com/cs3org/reva/pull/770
https://github.com/owncloud/ocis-reva/issues/66
https://github.com/owncloud/ocis/ocis-revaissues/66
https://github.com/cs3org/reva/pull/780
https://github.com/cs3org/reva/pull/772
https://github.com/cs3org/reva/pull/740
https://github.com/cs3org/reva/pull/774
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/owncloud/ocis/ocis-revaissues/177
https://github.com/cs3org/reva/pull/775
https://github.com/cs3org/reva/pull/779
https://github.com/owncloud/ocis/issues/268
@@ -5,5 +5,5 @@ The TUS global capabilities from Reva are now exposed.
The advertised max chunk size can be configured using the "--upload-max-chunk-size" CLI switch or "REVA_FRONTEND_UPLOAD_MAX_CHUNK_SIZE" environment variable.
The advertised http method override can be configured using the "--upload-http-method-override" CLI switch or "REVA_FRONTEND_UPLOAD_HTTP_METHOD_OVERRIDE" environment variable.
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/owncloud/ocis-reva/pull/228
https://github.com/owncloud/ocis/ocis-revaissues/177
https://github.com/owncloud/ocis/ocis-revapull/228
@@ -5,8 +5,8 @@ Enhancement: update reva to v0.1.1-0.20200603071553-e05a87521618
- Dataprovider now supports method override (#177, reva/#792)
- OCS fixes for create public link (reva/#798)
https://github.com/owncloud/ocis-reva/issues/244
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/owncloud/ocis/ocis-revaissues/244
https://github.com/owncloud/ocis/ocis-revaissues/177
https://github.com/cs3org/reva/pull/791
https://github.com/cs3org/reva/pull/792
https://github.com/cs3org/reva/pull/798
@@ -26,22 +26,22 @@ Enhancement: update reva to v0.1.1-0.20200624063447-db5e6635d5f0
- Pass etag in quotes from the fs layer (#269, reva/#866, reva/#867)
- OCM: use refactored cs3apis provider definition (reva/#864)
https://github.com/owncloud/ocis-reva/pull/279
https://github.com/owncloud/ocis/ocis-revapull/279
https://github.com/owncloud/cs3org/reva/pull/799
https://github.com/owncloud/cs3org/reva/pull/803
https://github.com/owncloud/cs3org/reva/pull/817
https://github.com/owncloud/ocis-reva/issues/116
https://github.com/owncloud/ocis/ocis-revaissues/116
https://github.com/owncloud/cs3org/reva/pull/805
https://github.com/owncloud/cs3org/reva/pull/814
https://github.com/owncloud/cs3org/reva/pull/816
https://github.com/owncloud/cs3org/reva/pull/818
https://github.com/owncloud/ocis-reva/issues/112
https://github.com/owncloud/ocis-reva/issues/253
https://github.com/owncloud/ocis-reva/issues/254
https://github.com/owncloud/ocis/ocis-revaissues/112
https://github.com/owncloud/ocis/ocis-revaissues/253
https://github.com/owncloud/ocis/ocis-revaissues/254
https://github.com/owncloud/cs3org/reva/pull/819
https://github.com/owncloud/cs3org/reva/pull/820
https://github.com/owncloud/ocis/issues/216
https://github.com/owncloud/ocis-reva/issues/174
https://github.com/owncloud/ocis/ocis-revaissues/174
https://github.com/owncloud/cs3org/reva/pull/823
https://github.com/owncloud/cs3org/reva/pull/841
https://github.com/owncloud/cs3org/reva/pull/813
@@ -54,7 +54,7 @@ https://github.com/owncloud/cs3org/reva/pull/842
https://github.com/owncloud/cs3org/reva/pull/829
https://github.com/owncloud/cs3org/reva/pull/831
https://github.com/owncloud/cs3org/reva/pull/830
https://github.com/owncloud/ocis-reva/issues/47
https://github.com/owncloud/ocis/ocis-revaissues/47
https://github.com/owncloud/cs3org/reva/pull/836
https://github.com/owncloud/cs3org/reva/pull/852
https://github.com/owncloud/cs3org/reva/pull/850
@@ -62,7 +62,7 @@ https://github.com/owncloud/cs3org/reva/pull/664
https://github.com/owncloud/cs3org/reva/pull/853
https://github.com/owncloud/cs3org/reva/pull/849
https://github.com/owncloud/cs3org/reva/pull/863
https://github.com/owncloud/ocis-reva/issues/269
https://github.com/owncloud/ocis/ocis-revaissues/269
https://github.com/owncloud/cs3org/reva/pull/866
https://github.com/owncloud/cs3org/reva/pull/867
https://github.com/owncloud/cs3org/reva/pull/864
@@ -9,15 +9,15 @@ Enhancement: update reva to v0.1.1-0.20200626111234-e21c32db9614
- EOS homes are not configured with an enable-flag anymore, but with a dedicated storage driver.
We're using it now and adapted default configs of storages (reva/#891, #304)
https://github.com/owncloud/ocis-reva/pull/261
https://github.com/owncloud/ocis/ocis-revapull/261
https://github.com/cs3org/reva/pull/875
https://github.com/owncloud/ocis-reva/issues/49
https://github.com/owncloud/ocis-reva/issues/293
https://github.com/owncloud/ocis/ocis-revaissues/49
https://github.com/owncloud/ocis/ocis-revaissues/293
https://github.com/cs3org/reva/pull/877
https://github.com/owncloud/ocis-reva/issues/261
https://github.com/owncloud/ocis/ocis-revaissues/261
https://github.com/cs3org/reva/pull/878
https://github.com/cs3org/reva/pull/881
https://github.com/cs3org/reva/pull/880
https://github.com/cs3org/reva/pull/888
https://github.com/owncloud/ocis-reva/pull/304
https://github.com/owncloud/ocis/ocis-revapull/304
https://github.com/cs3org/reva/pull/891
@@ -5,9 +5,9 @@ Enhancement: update reva to v0.1.1-0.20200629131207-04298ea1c088
- Delete public share (reva/#899)
- Updated reva to v0.1.1-0.20200629131207-04298ea1c088 (#313)
https://github.com/owncloud/ocis-reva/pull/309
https://github.com/owncloud/ocis-reva/issues/278
https://github.com/owncloud/ocis/ocis-revapull/309
https://github.com/owncloud/ocis/ocis-revaissues/278
https://github.com/cs3org/reva/pull/895
https://github.com/cs3org/reva/pull/899
https://github.com/cs3org/reva/pull/900
https://github.com/owncloud/ocis-reva/pull/313
https://github.com/owncloud/ocis/ocis-revapull/313
@@ -2,4 +2,4 @@ Enhancement: Allow datagateway transfers to take 24h
- Increase transfer token life time to 24h (PR #323)
https://github.com/owncloud/ocis-reva/pull/323
https://github.com/owncloud/ocis/ocis-revapull/323
@@ -4,8 +4,8 @@ Enhancement: update reva to v0.1.1-0.20200630075923-39a90d431566
- Return special value for public link password (#294, reva/#904)
- Fix public stat and listcontainer response to contain the correct prefix (#310, reva/#902)
https://github.com/owncloud/ocis-reva/pull/320
https://github.com/owncloud/ocis-reva/issues/310
https://github.com/owncloud/ocis/ocis-revapull/320
https://github.com/owncloud/ocis/ocis-revaissues/310
https://github.com/cs3org/reva/pull/902
https://github.com/owncloud/ocis-reva/issues/294
https://github.com/owncloud/ocis/ocis-revaissues/294
https://github.com/cs3org/reva/pull/904
@@ -12,7 +12,7 @@ Enhancement: update reva to v0.1.1-0.20200701152626-2f6cc60e2f66
- OCS Share Remove array from OCS Share update response (#252, reva/#919)
- OCS Share Implement GET request for single shares (#249, reva/#921)
https://github.com/owncloud/ocis-reva/pull/328
https://github.com/owncloud/ocis/ocis-revapull/328
https://github.com/cs3org/reva/pull/909
https://github.com/cs3org/reva/pull/915
https://github.com/cs3org/reva/pull/916
@@ -21,10 +21,10 @@ https://github.com/cs3org/reva/pull/912
https://github.com/cs3org/reva/pull/913
https://github.com/cs3org/reva/pull/926
https://github.com/cs3org/reva/pull/911
https://github.com/owncloud/ocis-reva/issues/288
https://github.com/owncloud/ocis/ocis-revaissues/288
https://github.com/cs3org/reva/pull/918
https://github.com/owncloud/ocis-reva/issues/252
https://github.com/owncloud/ocis/ocis-revaissues/252
https://github.com/cs3org/reva/pull/919
https://github.com/owncloud/ocis-reva/issues/249
https://github.com/owncloud/ocis/ocis-revaissues/249
https://github.com/cs3org/reva/pull/921
@@ -2,4 +2,4 @@ Enhancement: add new config options for the http client
The internal certificates are checked for validity after https://github.com/cs3org/reva/pull/914, which causes the acceptance tests to fail. This change sets new hardcoded defaults.
https://github.com/owncloud/ocis-reva/pull/330
https://github.com/owncloud/ocis/ocis-revapull/330
+3 -3
View File
@@ -10,17 +10,17 @@ The following sections list the changes in ocis-reva {{ .Version }}.
{{ if ne (len $allVersions) $next -}}
{{ $previousVersion := (index $allVersions $next).Version -}}
{{ if eq .Version "unreleased" -}}
[{{ .Version }}]: https://github.com/owncloud/ocis-reva/compare/v{{ $previousVersion }}...master
[{{ .Version }}]: https://github.com/owncloud/ocis/ocis-revacompare/v{{ $previousVersion }}...master
{{ else -}}
[{{ .Version }}]: https://github.com/owncloud/ocis-reva/compare/v{{ $previousVersion }}...v{{ .Version }}
[{{ .Version }}]: https://github.com/owncloud/ocis/ocis-revacompare/v{{ $previousVersion }}...v{{ .Version }}
{{ end -}}
{{ end -}}
{{- /* last version managed by calens, end of the loop */ -}}
{{ if eq .Version "0.1.0" -}}
[{{ .Version }}]: https://github.com/owncloud/ocis-reva/compare/6702be7f9045a382d40691a9bcd04f572203e9ed...v{{ .Version }}
[{{ .Version }}]: https://github.com/owncloud/ocis/ocis-revacompare/6702be7f9045a382d40691a9bcd04f572203e9ed...v{{ .Version }}
{{ end -}}
{{ else -}}
+2 -2
View File
@@ -7,5 +7,5 @@ The text in the paragraphs is written in past tense. The last section is a list
of issue URLs, PR URLs and other URLs. The first issue ID (or the first PR ID,
in case there aren't any issue links) is used as the primary ID.
https://github.com/owncloud/ocis-reva/issues/1234
https://github.com/owncloud/ocis-reva/pull/55555
https://github.com/owncloud/ocis/ocis-revaissues/1234
https://github.com/owncloud/ocis/ocis-revapull/55555
+1 -1
View File
@@ -3,7 +3,7 @@ package main
import (
"os"
"github.com/owncloud/ocis-reva/pkg/command"
"github.com/owncloud/ocis/ocis-revapkg/command"
)
func main() {
+1 -1
View File
@@ -7,4 +7,4 @@ geekdocEditPath: edit/master/docs
geekdocFilePath: license.md
---
This project is licensed under the [Apache 2.0](https://github.com/owncloud/ocis-reva/blob/master/LICENSE) license. For the license of the used libraries you have to check the respective sources.
This project is licensed under the [Apache 2.0](https://github.com/owncloud/ocis/ocis-revablob/master/LICENSE) license. For the license of the used libraries you have to check the respective sources.
+2
View File
@@ -743,6 +743,7 @@ 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=
github.com/owncloud/flaex v0.0.0-20200411150708-dce59891a203 h1:sXVTQ94GWeiBhlgN0kSbcyXQNmwzPuuhWyObxgTu/xE=
github.com/owncloud/flaex v0.0.0-20200411150708-dce59891a203/go.mod h1:jip86t4OVURJTf8CM/0e2qcji/Y4NG3l2lR8kex4JWw=
github.com/owncloud/ocis v1.0.0-rc1 h1:5pxFes3myh5cwfvyZ0l6akN9wneSc9UxB5Veg2Xr1Rc=
github.com/owncloud/ocis-pkg/v2 v2.2.1 h1:LK7WxHYugEFQ9NHTOz0EP8DRjbt51wXhyqruV03z6zI=
github.com/owncloud/ocis-pkg/v2 v2.2.1/go.mod h1:MXv7QzsYsu4YWuyJxhq1kLLmJa/r5gbqHe1FXulMHaw=
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c/go.mod h1:X07ZCGwUbLaax7L0S3Tw4hpejzu63ZrrQiUe6W0hcy0=
@@ -1295,6 +1296,7 @@ google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKa
google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk=
google.golang.org/grpc v1.31.1 h1:SfXqXS5hkufcdZ/mHtYCh53P2b+92WQq/DZcKLgsFRs=
google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc v1.32.0 h1:zWTV+LMdc3kaiJMSTOFz2UgSBgx8RNQoTGiZu3fR9S0=
google.golang.org/grpc v1.32.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// AuthBasic is the entrypoint for the auth-basic command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// AuthBearer is the entrypoint for the auth-bearer command.
+1 -1
View File
@@ -1,7 +1,7 @@
package command
import (
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
func drivers(cfg *config.Config) map[string]interface{} {
+3 -3
View File
@@ -13,9 +13,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// Frontend is the entrypoint for the frontend command.
+4 -4
View File
@@ -12,10 +12,10 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis-reva/pkg/service/external"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/service/external"
)
// Gateway is the entrypoint for the gateway command.
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"net/http"
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
)
// Health is the entrypoint for the health command.
+3 -3
View File
@@ -6,9 +6,9 @@ import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/version"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/version"
"github.com/spf13/viper"
)
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// Sharing is the entrypoint for the sharing command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// StorageEOS is the entrypoint for the storage-eos command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// StorageEOSData is the entrypoint for the storage-oc-data command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// StorageHome is the entrypoint for the storage-home command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// StorageHomeData is the entrypoint for the storage-home-data command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// StorageOC is the entrypoint for the storage-oc command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// StorageOCData is the entrypoint for the storage-oc-data command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// StoragePublicLink is the entrypoint for the reva-storage-public-link command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// StorageRoot is the entrypoint for the storage-root command.
+3 -3
View File
@@ -11,9 +11,9 @@ import (
"github.com/gofrs/uuid"
"github.com/micro/cli/v2"
"github.com/oklog/run"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/flagset"
"github.com/owncloud/ocis-reva/pkg/server/debug"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/flagset"
"github.com/owncloud/ocis/ocis-revapkg/server/debug"
)
// Users is the entrypoint for the sharing command.
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// AuthBasicWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// AuthBearerWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// DebugWithConfig applies common debug config cfg to the flagset
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"os"
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// DriverEOSWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// DriverLocalWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// DriverOCISWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// DriverOwnCloudWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// FrontendWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// GatewayWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// HealthWithConfig applies cfg to the health flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// LDAPWithConfig applies LDAP cfg to the flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// RootWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// SecretWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// SharingWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// StorageEOSWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// StorageEOSDataWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// StorageHomeWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// StorageHomeDataWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// StorageOCWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// StorageOCDataWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// StoragePublicLink applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// StorageRootWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// TracingWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -2,7 +2,7 @@ package flagset
import (
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// UsersWithConfig applies cfg to the root flagset
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis/ocis-revapkg/config"
)
// Option defines a single option function.
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"net/http"
"github.com/owncloud/ocis-pkg/v2/service/debug"
"github.com/owncloud/ocis-reva/pkg/config"
"github.com/owncloud/ocis-reva/pkg/version"
"github.com/owncloud/ocis/ocis-revapkg/config"
"github.com/owncloud/ocis/ocis-revapkg/version"
)
// Server initializes the debug service and server.
@@ -16,7 +16,7 @@ apiSharePublicLink2/multilinkSharing.feature:181
apiWebdavProperties1/setFileProperties.feature:32
apiWebdavProperties1/setFileProperties.feature:33
#
# https://github.com/owncloud/ocis-reva/issues/196 Checksum feature
# https://github.com/owncloud/ocis/ocis-revaissues/196 Checksum feature
apiMain/checksums.feature:24
apiMain/checksums.feature:25
apiMain/checksums.feature:35
@@ -51,10 +51,10 @@ apiMain/checksums.feature:309
apiMain/checksums.feature:312
apiMain/checksums.feature:324
#
# https://github.com/owncloud/ocis-reva/issues/100 no robots.txt available
# https://github.com/owncloud/ocis/ocis-revaissues/100 no robots.txt available
apiMain/main.feature:5
#
# https://github.com/owncloud/ocis-reva/issues/101 quota query
# https://github.com/owncloud/ocis/ocis-revaissues/101 quota query
apiMain/quota.feature:9
apiMain/quota.feature:16
apiMain/quota.feature:23
@@ -66,12 +66,12 @@ apiMain/quota.feature:82
apiMain/quota.feature:99
apiMain/quota.feature:112
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/65 There is no such thing like a "super-user"
# https://github.com/owncloud/ocis/ocis-revaissues/97 no command equivalent to occ
apiMain/status.feature:5
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/29 ocs config endpoint only accessible by authorized users
# https://github.com/owncloud/ocis/ocis-revaissues/30 HTTP 401 Unauthorized responses don't contain a body
apiAuthOcs/ocsDELETEAuth.feature:9
apiAuthOcs/ocsGETAuth.feature:10
apiAuthOcs/ocsGETAuth.feature:33
@@ -82,39 +82,39 @@ apiAuthOcs/ocsGETAuth.feature:139
apiAuthOcs/ocsPOSTAuth.feature:10
apiAuthOcs/ocsPUTAuth.feature:10
#
# https://github.com/owncloud/ocis-reva/issues/13 server returns 500 when trying to access a not existing file
# https://github.com/owncloud/ocis/ocis-revaissues/13 server returns 500 when trying to access a not existing file
apiAuthWebDav/webDavDELETEAuth.feature:36
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavLOCKAuth.feature:38
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavMKCOLAuth.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiAuthWebDav/webDavMOVEAuth.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/179 send POST requests to another user's webDav endpoints as normal user
# https://github.com/owncloud/ocis/ocis-revaissues/179 send POST requests to another user's webDav endpoints as normal user
apiAuthWebDav/webDavPOSTAuth.feature:38
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavPROPFINDAuth.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavPROPPATCHAuth.feature:38
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavPUTAuth.feature:38
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/175 Default capabilities for normal user not same as in oC-core
# https://github.com/owncloud/ocis/ocis-revaissues/176 Difference in response content of status.php and default capabilities
apiCapabilities/capabilitiesWithNormalUser.feature:11
#
# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented
# https://github.com/owncloud/ocis/ocis-revaissues/39 REPORT request not implemented
apiFavorites/favorites.feature:228
apiFavorites/favorites.feature:229
#
# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/34 groups endpoint does not exist
apiSharees/sharees.feature:32
apiSharees/sharees.feature:33
apiSharees/sharees.feature:53
@@ -168,7 +168,7 @@ apiSharees/sharees.feature:516
apiSharees/sharees.feature:537
apiSharees/sharees.feature:538
#
# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/34 groups endpoint does not exist
apiShareManagementBasic/createShare.feature:169
apiShareManagementBasic/createShare.feature:170
apiShareManagementBasic/createShare.feature:194
@@ -176,57 +176,57 @@ apiShareManagementBasic/createShare.feature:195
apiShareManagementBasic/createShare.feature:417
apiShareManagementBasic/createShare.feature:418
#
# 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/ocis-revaissues/243 Sharing seems to work but does not work
# https://github.com/owncloud/ocis/ocis-revaissues/372 Listing shares via ocs API does not show path for parent folders
apiShareManagementBasic/createShare.feature:269
apiShareManagementBasic/createShare.feature:270
#
# https://github.com/owncloud/ocis-reva/issues/356 Fields missing in delete share OCS response
# https://github.com/owncloud/ocis/ocis-revaissues/356 Fields missing in delete share OCS response
apiShareManagementBasic/deleteShare.feature:36
apiShareManagementBasic/deleteShare.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/34 groups endpoint does not exist
# https://github.com/owncloud/ocis-reva/issues/194 Group shares support
# https://github.com/owncloud/ocis/ocis-revaissues/34 groups endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/194 Group shares support
apiShareOperations/accessToShare.feature:63
apiShareOperations/accessToShare.feature:64
#
# https://github.com/owncloud/ocis-reva/issues/262 Shares are not deleted when user is deleted
# https://github.com/owncloud/ocis/ocis-revaissues/262 Shares are not deleted when user is deleted
apiShareOperations/gettingShares.feature:21
apiShareOperations/gettingShares.feature:22
#
# https://github.com/owncloud/ocis-reva/issues/65 There is no such thing like a "super-user"
# https://github.com/owncloud/ocis/ocis-revaissues/65 There is no such thing like a "super-user"
apiShareOperations/gettingShares.feature:34
apiShareOperations/gettingShares.feature:35
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/357 Delete shares from user when user is deleted
# https://github.com/owncloud/ocis/ocis-revaissues/301 no displayname_owner shown when creating a share
# https://github.com/owncloud/ocis/ocis-revaissues/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-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/ocis-revaissues/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-reva/issues/194 Group shares support
# https://github.com/owncloud/ocis/ocis-revaissues/194 Group shares support
apiShareOperations/gettingShares.feature:172
#
# 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/ocis-revaissues/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-reva/issues/47 cannot get ocs:share-permissions via WebDAV
# https://github.com/owncloud/ocis/ocis-revaissues/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-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
# https://github.com/owncloud/ocis/ocis-revaissues/282 Split old public API webdav tests from new public webdav tests
# https://github.com/owncloud/ocis/ocis-revaissues/292 Public link enforce permissions
apiSharePublicLink1/accessToPublicLinkShare.feature:10
apiSharePublicLink1/accessToPublicLinkShare.feature:20
apiSharePublicLink1/accessToPublicLinkShare.feature:30
@@ -250,58 +250,58 @@ apiSharePublicLink1/changingPublicLinkShare.feature:300
apiSharePublicLink1/createPublicLinkShare.feature:34
apiSharePublicLink1/createPublicLinkShare.feature:35
#
# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/199 Ability to return error messages in Webdav response bodies
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/12 Range Header is not obeyed when downloading a file
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:389
apiSharePublicLink1/createPublicLinkShare.feature:390
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:411
apiSharePublicLink1/createPublicLinkShare.feature:413
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:435
apiSharePublicLink1/createPublicLinkShare.feature:437
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:461
apiSharePublicLink1/createPublicLinkShare.feature:463
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:487
apiSharePublicLink1/createPublicLinkShare.feature:489
apiSharePublicLink1/createPublicLinkShare.feature:491
@@ -309,11 +309,11 @@ apiSharePublicLink1/createPublicLinkShare.feature:493
apiSharePublicLink1/createPublicLinkShare.feature:495
apiSharePublicLink1/createPublicLinkShare.feature:497
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:518
apiSharePublicLink1/createPublicLinkShare.feature:519
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:534
apiSharePublicLink1/createPublicLinkShare.feature:535
#
@@ -323,7 +323,7 @@ apiSharePublicLink1/createPublicLinkShare.feature:554
apiSharePublicLink1/createPublicLinkShare.feature:590
apiSharePublicLink1/createPublicLinkShare.feature:591
#
# https://github.com/owncloud/ocis-reva/issues/283 Prevent creating public share for the home root folder
# https://github.com/owncloud/ocis/ocis-revaissues/283 Prevent creating public share for the home root folder
apiSharePublicLink1/createPublicLinkShare.feature:620
apiSharePublicLink1/createPublicLinkShare.feature:621
#
@@ -333,14 +333,14 @@ apiSharePublicLink1/createPublicLinkShare.feature:635
apiSharePublicLink1/createPublicLinkShare.feature:663
apiSharePublicLink1/createPublicLinkShare.feature:664
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:714
apiSharePublicLink1/createPublicLinkShare.feature:715
#
# https://github.com/owncloud/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies
# https://github.com/owncloud/ocis/ocis-revaissues/199 Ability to return error messages in Webdav response bodies
apiSharePublicLink1/createPublicLinkShare.feature:718
#
# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/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
@@ -349,18 +349,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-reva/issues/311 Deleting a public link after renaming a file
# https://github.com/owncloud/ocis/ocis-revaissues/311 Deleting a public link after renaming a file
apiSharePublicLink1/deletePublicLinkShare.feature:37
apiSharePublicLink1/deletePublicLinkShare.feature:38
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder
# https://github.com/owncloud/ocis/ocis-revaissues/368 copying a file from within a public link folder to "/" overwrites the parent folder
apiSharePublicLink2/copyFromPublicLink.feature:183
apiSharePublicLink2/copyFromPublicLink.feature:184
#
@@ -370,35 +370,35 @@ apiSharePublicLink2/updatePublicLinkShare.feature:95
apiSharePublicLink2/updatePublicLinkShare.feature:285
apiSharePublicLink2/updatePublicLinkShare.feature:286
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/292 Public link enforce permissions
apiSharePublicLink2/updatePublicLinkShare.feature:462
apiSharePublicLink2/updatePublicLinkShare.feature:463
#
@@ -407,20 +407,20 @@ apiSharePublicLink2/updatePublicLinkShare.feature:488
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:9
#
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
# https://github.com/owncloud/ocis/ocis-revaissues/286 Upload-only shares must not overwrite but create a separate file
apiSharePublicLink2/uploadToPublicLinkShare.feature:23
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:48
apiSharePublicLink2/uploadToPublicLinkShare.feature:49
#
# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500
# https://github.com/owncloud/ocis/ocis-revaissues/290 Accessing non-existing public link should return 404, not 500
apiSharePublicLink2/uploadToPublicLinkShare.feature:62
apiSharePublicLink2/uploadToPublicLinkShare.feature:63
#
# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500
# https://github.com/owncloud/ocis/ocis-revaissues/290 Accessing non-existing public link should return 404, not 500
apiSharePublicLink2/uploadToPublicLinkShare.feature:66
#
# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/292 Public link enforce permissions
apiSharePublicLink2/uploadToPublicLinkShare.feature:74
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:83
@@ -431,38 +431,38 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:121
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:139
#
# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings
# https://github.com/owncloud/ocis/ocis-revaissues/195 Set quota over settings
apiSharePublicLink2/uploadToPublicLinkShare.feature:148
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:158
#
# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings
# https://github.com/owncloud/ocis/ocis-revaissues/195 Set quota over settings
apiSharePublicLink2/uploadToPublicLinkShare.feature:167
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:177
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink2/uploadToPublicLinkShare.feature:186
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:196
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink2/uploadToPublicLinkShare.feature:206
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:217
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink2/uploadToPublicLinkShare.feature:227
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:238
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:255
#
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
# https://github.com/owncloud/ocis/ocis-revaissues/286 Upload-only shares must not overwrite but create a separate file
apiSharePublicLink2/uploadToPublicLinkShare.feature:273
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/17 uploading with old-chunking does not work
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiVersions/fileVersions.feature:15
apiVersions/fileVersions.feature:23
apiVersions/fileVersions.feature:36
@@ -475,7 +475,7 @@ apiVersions/fileVersions.feature:288
apiVersions/fileVersions.feature:362
apiVersions/fileVersions.feature:373
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFileAsync.feature:26
apiWebdavMove1/moveFileAsync.feature:27
apiWebdavMove1/moveFileAsync.feature:28
@@ -504,17 +504,17 @@ apiWebdavMove1/moveFileAsync.feature:234
apiWebdavMove1/moveFileAsync.feature:235
apiWebdavMove1/moveFileAsync.feature:240
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:12
apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:18
apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:26
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:12
apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:19
apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:27
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFolder.feature:21
apiWebdavMove1/moveFolder.feature:22
apiWebdavMove1/moveFolder.feature:34
@@ -522,7 +522,7 @@ apiWebdavMove1/moveFolder.feature:35
apiWebdavMove1/moveFolder.feature:47
apiWebdavMove1/moveFolder.feature:48
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFolderToBlacklistedName.feature:21
apiWebdavMove1/moveFolderToBlacklistedName.feature:22
apiWebdavMove1/moveFolderToBlacklistedName.feature:35
@@ -530,7 +530,7 @@ apiWebdavMove1/moveFolderToBlacklistedName.feature:36
apiWebdavMove1/moveFolderToBlacklistedName.feature:70
apiWebdavMove1/moveFolderToBlacklistedName.feature:71
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFolderToExcludedDirectory.feature:21
apiWebdavMove1/moveFolderToExcludedDirectory.feature:22
apiWebdavMove1/moveFolderToExcludedDirectory.feature:34
@@ -538,7 +538,7 @@ apiWebdavMove1/moveFolderToExcludedDirectory.feature:35
apiWebdavMove1/moveFolderToExcludedDirectory.feature:70
apiWebdavMove1/moveFolderToExcludedDirectory.feature:71
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove2/moveFile.feature:89
apiWebdavMove2/moveFile.feature:90
apiWebdavMove2/moveFile.feature:91
@@ -562,7 +562,7 @@ apiWebdavMove2/moveFile.feature:256
apiWebdavMove2/moveFile.feature:272
apiWebdavMove2/moveFile.feature:273
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove2/moveFileToBlacklistedName.feature:18
apiWebdavMove2/moveFileToBlacklistedName.feature:19
apiWebdavMove2/moveFileToBlacklistedName.feature:29
@@ -570,7 +570,7 @@ apiWebdavMove2/moveFileToBlacklistedName.feature:30
apiWebdavMove2/moveFileToBlacklistedName.feature:62
apiWebdavMove2/moveFileToBlacklistedName.feature:63
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove2/moveFileToExcludedDirectory.feature:18
apiWebdavMove2/moveFileToExcludedDirectory.feature:19
apiWebdavMove2/moveFileToExcludedDirectory.feature:28
@@ -578,7 +578,7 @@ apiWebdavMove2/moveFileToExcludedDirectory.feature:29
apiWebdavMove2/moveFileToExcludedDirectory.feature:63
apiWebdavMove2/moveFileToExcludedDirectory.feature:64
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavOperations/deleteFolder.feature:67
apiWebdavOperations/deleteFolder.feature:68
apiWebdavOperations/deleteFolder.feature:69
@@ -586,7 +586,7 @@ apiWebdavOperations/deleteFolder.feature:70
apiWebdavOperations/deleteFolder.feature:91
apiWebdavOperations/deleteFolder.feature:92
#
# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file
# https://github.com/owncloud/ocis/ocis-revaissues/12 Range Header is not obeyed when downloading a file
apiWebdavOperations/downloadFile.feature:29
apiWebdavOperations/downloadFile.feature:30
#
@@ -602,7 +602,7 @@ apiWebdavOperations/refuseAccess.feature:22
apiWebdavOperations/refuseAccess.feature:33
apiWebdavOperations/refuseAccess.feature:34
#
# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented
# https://github.com/owncloud/ocis/ocis-revaissues/39 REPORT request not implemented
apiWebdavOperations/search.feature:42
apiWebdavOperations/search.feature:43
apiWebdavOperations/search.feature:57
@@ -626,75 +626,75 @@ apiWebdavOperations/search.feature:211
apiWebdavOperations/search.feature:213
apiWebdavOperations/search.feature:229
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties1/copyFile.feature:65
apiWebdavProperties1/copyFile.feature:66
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties1/copyFile.feature:85
apiWebdavProperties1/copyFile.feature:86
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavProperties1/copyFile.feature:102
apiWebdavProperties1/copyFile.feature:103
#
# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavProperties1/createFolder.feature:71
apiWebdavProperties1/createFolder.feature:72
#
# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body
# https://github.com/owncloud/ocis/ocis-revaissues/168 creating a folder that already exists returns an empty body
apiWebdavProperties1/createFolder.feature:85
apiWebdavProperties1/createFolder.feature:86
#
# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body
# https://github.com/owncloud/ocis/ocis-revaissues/168 creating a folder that already exists returns an empty body
apiWebdavProperties1/createFolder.feature:99
apiWebdavProperties1/createFolder.feature:100
#
# https://github.com/owncloud/ocis-reva/issues/101 quota query
# https://github.com/owncloud/ocis/ocis-revaissues/101 quota query
apiWebdavProperties1/getQuota.feature:17
apiWebdavProperties1/getQuota.feature:18
apiWebdavProperties1/getQuota.feature:27
@@ -706,11 +706,11 @@ apiWebdavProperties1/getQuota.feature:62
apiWebdavProperties1/getQuota.feature:77
apiWebdavProperties1/getQuota.feature:78
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties1/setFileProperties.feature:63
apiWebdavProperties1/setFileProperties.feature:64
#
# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded
# https://github.com/owncloud/ocis/ocis-revaissues/214 XML properties in webdav response not properly encoded
apiWebdavProperties2/getFileProperties.feature:37
apiWebdavProperties2/getFileProperties.feature:39
apiWebdavProperties2/getFileProperties.feature:40
@@ -718,7 +718,7 @@ apiWebdavProperties2/getFileProperties.feature:41
apiWebdavProperties2/getFileProperties.feature:43
apiWebdavProperties2/getFileProperties.feature:44
#
# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded
# https://github.com/owncloud/ocis/ocis-revaissues/214 XML properties in webdav response not properly encoded
apiWebdavProperties2/getFileProperties.feature:59
apiWebdavProperties2/getFileProperties.feature:60
apiWebdavProperties2/getFileProperties.feature:61
@@ -730,84 +730,84 @@ apiWebdavProperties2/getFileProperties.feature:68
apiWebdavProperties2/getFileProperties.feature:70
apiWebdavProperties2/getFileProperties.feature:71
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties2/getFileProperties.feature:135
apiWebdavProperties2/getFileProperties.feature:136
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties2/getFileProperties.feature:156
apiWebdavProperties2/getFileProperties.feature:157
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties2/getFileProperties.feature:174
apiWebdavProperties2/getFileProperties.feature:175
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/216 Private link support
# https://github.com/owncloud/ocis/ocis-revaissues/216 Private link support
apiWebdavProperties2/getFileProperties.feature:232
apiWebdavProperties2/getFileProperties.feature:233
#
# https://github.com/owncloud/ocis-reva/issues/163 trying to access a non-existing resource returns an empty body
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:246
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:266
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:301
apiWebdavProperties2/getFileProperties.feature:302
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:314
apiWebdavProperties2/getFileProperties.feature:315
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:327
apiWebdavProperties2/getFileProperties.feature:328
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:376
apiWebdavProperties2/getFileProperties.feature:377
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:389
apiWebdavProperties2/getFileProperties.feature:390
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:402
apiWebdavProperties2/getFileProperties.feature:403
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:415
apiWebdavProperties2/getFileProperties.feature:416
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:428
apiWebdavProperties2/getFileProperties.feature:429
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:441
apiWebdavProperties2/getFileProperties.feature:442
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:454
apiWebdavProperties2/getFileProperties.feature:455
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload1/uploadFile.feature:112
apiWebdavUpload1/uploadFile.feature:113
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:31
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:48
@@ -820,19 +820,19 @@ apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:144
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:146
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:159
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload1/uploadFileToBlacklistedName.feature:19
apiWebdavUpload1/uploadFileToBlacklistedName.feature:20
#
# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing
# https://github.com/owncloud/ocis/ocis-revaissues/54 system configuration options missing
apiWebdavUpload1/uploadFileToBlacklistedName.feature:31
apiWebdavUpload1/uploadFileToBlacklistedName.feature:32
#
# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing
# https://github.com/owncloud/ocis/ocis-revaissues/54 system configuration options missing
apiWebdavUpload1/uploadFileToBlacklistedName.feature:65
apiWebdavUpload1/uploadFileToBlacklistedName.feature:66
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:23
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:47
@@ -840,7 +840,7 @@ apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:48
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:49
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:52
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:20
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:21
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:33
@@ -848,7 +848,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectory.feature:34
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:69
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:70
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:24
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:49
@@ -856,7 +856,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:50
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:51
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:54
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:12
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:21
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:45
@@ -864,7 +864,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:46
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:47
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:50
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:13
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:20
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:37
@@ -872,7 +872,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:38
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:39
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:42
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:12
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:22
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:47
@@ -880,7 +880,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:48
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:49
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:52
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:13
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:21
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:39
@@ -888,7 +888,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:40
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:41
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:44
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload2/uploadFileUsingNewChunking.feature:12
apiWebdavUpload2/uploadFileUsingNewChunking.feature:29
apiWebdavUpload2/uploadFileUsingNewChunking.feature:43
@@ -904,7 +904,7 @@ apiWebdavUpload2/uploadFileUsingNewChunking.feature:137
apiWebdavUpload2/uploadFileUsingNewChunking.feature:157
apiWebdavUpload2/uploadFileUsingNewChunking.feature:158
#
# https://github.com/owncloud/ocis-reva/issues/17 uploading with old-chunking does not work
# https://github.com/owncloud/ocis/ocis-revaissues/17 uploading with old-chunking does not work
apiWebdavUpload2/uploadFileUsingOldChunking.feature:13
apiWebdavUpload2/uploadFileUsingOldChunking.feature:26
apiWebdavUpload2/uploadFileUsingOldChunking.feature:35
@@ -9,7 +9,7 @@ apiSharePublicLink2/multilinkSharing.feature:181
apiWebdavProperties1/setFileProperties.feature:32
apiWebdavProperties1/setFileProperties.feature:33
#
# https://github.com/owncloud/ocis-reva/issues/196 Checksum feature
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/100 no robots.txt available
# https://github.com/owncloud/ocis/ocis-revaissues/100 no robots.txt available
apiMain/main.feature:5
#
# https://github.com/owncloud/ocis-reva/issues/101 quota query
# https://github.com/owncloud/ocis/ocis-revaissues/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-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
# https://github.com/owncloud/ocis/ocis-revaissues/65 There is no such thing like a "super-user"
# https://github.com/owncloud/ocis/ocis-revaissues/97 no command equivalent to occ
apiMain/status.feature:5
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/29 ocs config endpoint only accessible by authorized users
# https://github.com/owncloud/ocis/ocis-revaissues/30 HTTP 401 Unauthorized responses don't contain a body
apiAuthOcs/ocsDELETEAuth.feature:9
apiAuthOcs/ocsGETAuth.feature:10
apiAuthOcs/ocsGETAuth.feature:33
@@ -75,39 +75,39 @@ apiAuthOcs/ocsGETAuth.feature:139
apiAuthOcs/ocsPOSTAuth.feature:10
apiAuthOcs/ocsPUTAuth.feature:10
#
# https://github.com/owncloud/ocis-reva/issues/13 server returns 500 when trying to access a not existing file
# https://github.com/owncloud/ocis/ocis-revaissues/13 server returns 500 when trying to access a not existing file
apiAuthWebDav/webDavDELETEAuth.feature:36
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavLOCKAuth.feature:38
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavMKCOLAuth.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiAuthWebDav/webDavMOVEAuth.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/179 send POST requests to another user's webDav endpoints as normal user
# https://github.com/owncloud/ocis/ocis-revaissues/179 send POST requests to another user's webDav endpoints as normal user
apiAuthWebDav/webDavPOSTAuth.feature:38
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavPROPFINDAuth.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavPROPPATCHAuth.feature:38
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavPUTAuth.feature:38
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/175 Default capabilities for normal user not same as in oC-core
# https://github.com/owncloud/ocis/ocis-revaissues/176 Difference in response content of status.php and default capabilities
apiCapabilities/capabilitiesWithNormalUser.feature:11
#
# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented
# https://github.com/owncloud/ocis/ocis-revaissues/39 REPORT request not implemented
apiFavorites/favorites.feature:228
apiFavorites/favorites.feature:229
#
# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/34 groups endpoint does not exist
apiSharees/sharees.feature:32
apiSharees/sharees.feature:33
apiSharees/sharees.feature:53
@@ -161,7 +161,7 @@ apiSharees/sharees.feature:516
apiSharees/sharees.feature:537
apiSharees/sharees.feature:538
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set (shareapi_auto_accept_share)
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set (shareapi_auto_accept_share)
apiShareManagement/acceptShares.feature:333
apiShareManagement/acceptShares.feature:415
apiShareManagement/acceptShares.feature:416
@@ -186,10 +186,10 @@ apiShareManagement/acceptSharesToSharesFolder.feature:15
apiShareManagement/acceptSharesToSharesFolder.feature:30
apiShareManagement/acceptSharesToSharesFolder.feature:52
#
# 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/ocis/ocis-revaissues/34 groups endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/243 Sharing seems to work but does not work
# https://github.com/owncloud/ocis/ocis-revaissues/372 Listing shares via ocs API does not show path for parent folders
# https://github.com/owncloud/ocis/ocis-revaissues/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
@@ -265,40 +265,40 @@ apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.fe
apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:135
apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:136
#
# https://github.com/owncloud/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/262 Shares are not deleted when user is deleted
# https://github.com/owncloud/ocis/ocis-revaissues/262 Shares are not deleted when user is deleted
apiShareOperations/gettingShares.feature:21
apiShareOperations/gettingShares.feature:22
#
# https://github.com/owncloud/ocis-reva/issues/65 There is no such thing like a "super-user"
# https://github.com/owncloud/ocis/ocis-revaissues/65 There is no such thing like a "super-user"
apiShareOperations/gettingShares.feature:34
apiShareOperations/gettingShares.feature:35
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/357 Delete shares from user when user is deleted
# https://github.com/owncloud/ocis/ocis-revaissues/301 no displayname_owner shown when creating a share
# https://github.com/owncloud/ocis/ocis-revaissues/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-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/ocis-revaissues/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-reva/issues/372 Listing shares via ocs API does not show path for parent folders
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/47 cannot get ocs:share-permissions via WebDAV
# https://github.com/owncloud/ocis/ocis-revaissues/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-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
# https://github.com/owncloud/ocis/ocis-revaissues/282 Split old public API webdav tests from new public webdav tests
# https://github.com/owncloud/ocis/ocis-revaissues/292 Public link enforce permissions
apiSharePublicLink1/accessToPublicLinkShare.feature:10
apiSharePublicLink1/accessToPublicLinkShare.feature:20
apiSharePublicLink1/accessToPublicLinkShare.feature:30
@@ -322,58 +322,58 @@ apiSharePublicLink1/changingPublicLinkShare.feature:300
apiSharePublicLink1/createPublicLinkShare.feature:34
apiSharePublicLink1/createPublicLinkShare.feature:35
#
# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/199 Ability to return error messages in Webdav response bodies
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/12 Range Header is not obeyed when downloading a file
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:389
apiSharePublicLink1/createPublicLinkShare.feature:390
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:411
apiSharePublicLink1/createPublicLinkShare.feature:413
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:435
apiSharePublicLink1/createPublicLinkShare.feature:437
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:461
apiSharePublicLink1/createPublicLinkShare.feature:463
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:487
apiSharePublicLink1/createPublicLinkShare.feature:489
apiSharePublicLink1/createPublicLinkShare.feature:491
@@ -381,11 +381,11 @@ apiSharePublicLink1/createPublicLinkShare.feature:493
apiSharePublicLink1/createPublicLinkShare.feature:495
apiSharePublicLink1/createPublicLinkShare.feature:497
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:518
apiSharePublicLink1/createPublicLinkShare.feature:519
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:534
apiSharePublicLink1/createPublicLinkShare.feature:535
#
@@ -395,7 +395,7 @@ apiSharePublicLink1/createPublicLinkShare.feature:554
apiSharePublicLink1/createPublicLinkShare.feature:590
apiSharePublicLink1/createPublicLinkShare.feature:591
#
# https://github.com/owncloud/ocis-reva/issues/283 Prevent creating public share for the home root folder
# https://github.com/owncloud/ocis/ocis-revaissues/283 Prevent creating public share for the home root folder
apiSharePublicLink1/createPublicLinkShare.feature:620
apiSharePublicLink1/createPublicLinkShare.feature:621
#
@@ -405,14 +405,14 @@ apiSharePublicLink1/createPublicLinkShare.feature:635
apiSharePublicLink1/createPublicLinkShare.feature:663
apiSharePublicLink1/createPublicLinkShare.feature:664
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:714
apiSharePublicLink1/createPublicLinkShare.feature:715
#
# https://github.com/owncloud/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies
# https://github.com/owncloud/ocis/ocis-revaissues/199 Ability to return error messages in Webdav response bodies
apiSharePublicLink1/createPublicLinkShare.feature:718
#
# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/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
@@ -421,18 +421,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-reva/issues/311 Deleting a public link after renaming a file
# https://github.com/owncloud/ocis/ocis-revaissues/311 Deleting a public link after renaming a file
apiSharePublicLink1/deletePublicLinkShare.feature:37
apiSharePublicLink1/deletePublicLinkShare.feature:38
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder
# https://github.com/owncloud/ocis/ocis-revaissues/368 copying a file from within a public link folder to "/" overwrites the parent folder
apiSharePublicLink2/copyFromPublicLink.feature:183
apiSharePublicLink2/copyFromPublicLink.feature:184
#
@@ -442,35 +442,35 @@ apiSharePublicLink2/updatePublicLinkShare.feature:95
apiSharePublicLink2/updatePublicLinkShare.feature:285
apiSharePublicLink2/updatePublicLinkShare.feature:286
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/292 Public link enforce permissions
apiSharePublicLink2/updatePublicLinkShare.feature:462
apiSharePublicLink2/updatePublicLinkShare.feature:463
#
@@ -479,20 +479,20 @@ apiSharePublicLink2/updatePublicLinkShare.feature:488
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:9
#
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
# https://github.com/owncloud/ocis/ocis-revaissues/286 Upload-only shares must not overwrite but create a separate file
apiSharePublicLink2/uploadToPublicLinkShare.feature:23
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:48
apiSharePublicLink2/uploadToPublicLinkShare.feature:49
#
# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500
# https://github.com/owncloud/ocis/ocis-revaissues/290 Accessing non-existing public link should return 404, not 500
apiSharePublicLink2/uploadToPublicLinkShare.feature:62
apiSharePublicLink2/uploadToPublicLinkShare.feature:63
#
# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500
# https://github.com/owncloud/ocis/ocis-revaissues/290 Accessing non-existing public link should return 404, not 500
apiSharePublicLink2/uploadToPublicLinkShare.feature:66
#
# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/292 Public link enforce permissions
apiSharePublicLink2/uploadToPublicLinkShare.feature:74
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:83
@@ -503,22 +503,22 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:121
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:139
#
# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings
# https://github.com/owncloud/ocis/ocis-revaissues/195 Set quota over settings
apiSharePublicLink2/uploadToPublicLinkShare.feature:148
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:158
#
# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings
# https://github.com/owncloud/ocis/ocis-revaissues/195 Set quota over settings
apiSharePublicLink2/uploadToPublicLinkShare.feature:167
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:177
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink2/uploadToPublicLinkShare.feature:186
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:196
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink2/uploadToPublicLinkShare.feature:206
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:217
@@ -527,10 +527,10 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:238
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:255
#
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
# https://github.com/owncloud/ocis/ocis-revaissues/286 Upload-only shares must not overwrite but create a separate file
apiSharePublicLink2/uploadToPublicLinkShare.feature:273
#
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
# https://github.com/owncloud/ocis/ocis-revaissues/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
@@ -601,8 +601,8 @@ apiTrashbin/trashbinRestore.feature:328
apiTrashbin/trashbinRestore.feature:343
apiTrashbin/trashbinRestore.feature:344
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/17 uploading with old-chunking does not work
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiVersions/fileVersions.feature:15
apiVersions/fileVersions.feature:23
apiVersions/fileVersions.feature:36
@@ -615,7 +615,7 @@ apiVersions/fileVersions.feature:288
apiVersions/fileVersions.feature:362
apiVersions/fileVersions.feature:373
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFileAsync.feature:26
apiWebdavMove1/moveFileAsync.feature:27
apiWebdavMove1/moveFileAsync.feature:28
@@ -644,17 +644,17 @@ apiWebdavMove1/moveFileAsync.feature:234
apiWebdavMove1/moveFileAsync.feature:235
apiWebdavMove1/moveFileAsync.feature:240
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:12
apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:18
apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:26
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:12
apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:19
apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:27
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFolder.feature:21
apiWebdavMove1/moveFolder.feature:22
apiWebdavMove1/moveFolder.feature:34
@@ -662,7 +662,7 @@ apiWebdavMove1/moveFolder.feature:35
apiWebdavMove1/moveFolder.feature:47
apiWebdavMove1/moveFolder.feature:48
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFolderToBlacklistedName.feature:21
apiWebdavMove1/moveFolderToBlacklistedName.feature:22
apiWebdavMove1/moveFolderToBlacklistedName.feature:35
@@ -670,7 +670,7 @@ apiWebdavMove1/moveFolderToBlacklistedName.feature:36
apiWebdavMove1/moveFolderToBlacklistedName.feature:70
apiWebdavMove1/moveFolderToBlacklistedName.feature:71
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFolderToExcludedDirectory.feature:21
apiWebdavMove1/moveFolderToExcludedDirectory.feature:22
apiWebdavMove1/moveFolderToExcludedDirectory.feature:34
@@ -678,7 +678,7 @@ apiWebdavMove1/moveFolderToExcludedDirectory.feature:35
apiWebdavMove1/moveFolderToExcludedDirectory.feature:70
apiWebdavMove1/moveFolderToExcludedDirectory.feature:71
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove2/moveFile.feature:89
apiWebdavMove2/moveFile.feature:90
apiWebdavMove2/moveFile.feature:91
@@ -702,7 +702,7 @@ apiWebdavMove2/moveFile.feature:256
apiWebdavMove2/moveFile.feature:272
apiWebdavMove2/moveFile.feature:273
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove2/moveFileToBlacklistedName.feature:18
apiWebdavMove2/moveFileToBlacklistedName.feature:19
apiWebdavMove2/moveFileToBlacklistedName.feature:29
@@ -710,7 +710,7 @@ apiWebdavMove2/moveFileToBlacklistedName.feature:30
apiWebdavMove2/moveFileToBlacklistedName.feature:62
apiWebdavMove2/moveFileToBlacklistedName.feature:63
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove2/moveFileToExcludedDirectory.feature:18
apiWebdavMove2/moveFileToExcludedDirectory.feature:19
apiWebdavMove2/moveFileToExcludedDirectory.feature:28
@@ -718,7 +718,7 @@ apiWebdavMove2/moveFileToExcludedDirectory.feature:29
apiWebdavMove2/moveFileToExcludedDirectory.feature:63
apiWebdavMove2/moveFileToExcludedDirectory.feature:64
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavOperations/deleteFolder.feature:67
apiWebdavOperations/deleteFolder.feature:68
apiWebdavOperations/deleteFolder.feature:69
@@ -726,7 +726,7 @@ apiWebdavOperations/deleteFolder.feature:70
apiWebdavOperations/deleteFolder.feature:91
apiWebdavOperations/deleteFolder.feature:92
#
# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file
# https://github.com/owncloud/ocis/ocis-revaissues/12 Range Header is not obeyed when downloading a file
apiWebdavOperations/downloadFile.feature:29
apiWebdavOperations/downloadFile.feature:30
#
@@ -742,7 +742,7 @@ apiWebdavOperations/refuseAccess.feature:22
apiWebdavOperations/refuseAccess.feature:33
apiWebdavOperations/refuseAccess.feature:34
#
# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented
# https://github.com/owncloud/ocis/ocis-revaissues/39 REPORT request not implemented
apiWebdavOperations/search.feature:42
apiWebdavOperations/search.feature:43
apiWebdavOperations/search.feature:57
@@ -766,75 +766,75 @@ apiWebdavOperations/search.feature:211
apiWebdavOperations/search.feature:213
apiWebdavOperations/search.feature:229
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties1/copyFile.feature:65
apiWebdavProperties1/copyFile.feature:66
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties1/copyFile.feature:85
apiWebdavProperties1/copyFile.feature:86
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavProperties1/copyFile.feature:102
apiWebdavProperties1/copyFile.feature:103
#
# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavProperties1/createFolder.feature:71
apiWebdavProperties1/createFolder.feature:72
#
# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body
# https://github.com/owncloud/ocis/ocis-revaissues/168 creating a folder that already exists returns an empty body
apiWebdavProperties1/createFolder.feature:85
apiWebdavProperties1/createFolder.feature:86
#
# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body
# https://github.com/owncloud/ocis/ocis-revaissues/168 creating a folder that already exists returns an empty body
apiWebdavProperties1/createFolder.feature:99
apiWebdavProperties1/createFolder.feature:100
#
# https://github.com/owncloud/ocis-reva/issues/101 quota query
# https://github.com/owncloud/ocis/ocis-revaissues/101 quota query
apiWebdavProperties1/getQuota.feature:17
apiWebdavProperties1/getQuota.feature:18
apiWebdavProperties1/getQuota.feature:27
@@ -846,11 +846,11 @@ apiWebdavProperties1/getQuota.feature:62
apiWebdavProperties1/getQuota.feature:77
apiWebdavProperties1/getQuota.feature:78
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties1/setFileProperties.feature:63
apiWebdavProperties1/setFileProperties.feature:64
#
# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded
# https://github.com/owncloud/ocis/ocis-revaissues/214 XML properties in webdav response not properly encoded
apiWebdavProperties2/getFileProperties.feature:37
apiWebdavProperties2/getFileProperties.feature:39
apiWebdavProperties2/getFileProperties.feature:40
@@ -858,7 +858,7 @@ apiWebdavProperties2/getFileProperties.feature:41
apiWebdavProperties2/getFileProperties.feature:43
apiWebdavProperties2/getFileProperties.feature:44
#
# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded
# https://github.com/owncloud/ocis/ocis-revaissues/214 XML properties in webdav response not properly encoded
apiWebdavProperties2/getFileProperties.feature:59
apiWebdavProperties2/getFileProperties.feature:60
apiWebdavProperties2/getFileProperties.feature:61
@@ -870,84 +870,84 @@ apiWebdavProperties2/getFileProperties.feature:68
apiWebdavProperties2/getFileProperties.feature:70
apiWebdavProperties2/getFileProperties.feature:71
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties2/getFileProperties.feature:135
apiWebdavProperties2/getFileProperties.feature:136
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties2/getFileProperties.feature:156
apiWebdavProperties2/getFileProperties.feature:157
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties2/getFileProperties.feature:174
apiWebdavProperties2/getFileProperties.feature:175
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/216 Private link support
# https://github.com/owncloud/ocis/ocis-revaissues/216 Private link support
apiWebdavProperties2/getFileProperties.feature:232
apiWebdavProperties2/getFileProperties.feature:233
#
# https://github.com/owncloud/ocis-reva/issues/163 trying to access a non-existing resource returns an empty body
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:246
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:266
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:301
apiWebdavProperties2/getFileProperties.feature:302
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:314
apiWebdavProperties2/getFileProperties.feature:315
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:327
apiWebdavProperties2/getFileProperties.feature:328
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:376
apiWebdavProperties2/getFileProperties.feature:377
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:389
apiWebdavProperties2/getFileProperties.feature:390
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:402
apiWebdavProperties2/getFileProperties.feature:403
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:415
apiWebdavProperties2/getFileProperties.feature:416
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:428
apiWebdavProperties2/getFileProperties.feature:429
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:441
apiWebdavProperties2/getFileProperties.feature:442
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:454
apiWebdavProperties2/getFileProperties.feature:455
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload1/uploadFile.feature:112
apiWebdavUpload1/uploadFile.feature:113
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:31
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:48
@@ -960,19 +960,19 @@ apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:144
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:146
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:159
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload1/uploadFileToBlacklistedName.feature:19
apiWebdavUpload1/uploadFileToBlacklistedName.feature:20
#
# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing
# https://github.com/owncloud/ocis/ocis-revaissues/54 system configuration options missing
apiWebdavUpload1/uploadFileToBlacklistedName.feature:31
apiWebdavUpload1/uploadFileToBlacklistedName.feature:32
#
# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing
# https://github.com/owncloud/ocis/ocis-revaissues/54 system configuration options missing
apiWebdavUpload1/uploadFileToBlacklistedName.feature:65
apiWebdavUpload1/uploadFileToBlacklistedName.feature:66
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:23
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:47
@@ -980,7 +980,7 @@ apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:48
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:49
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:52
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:20
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:21
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:33
@@ -988,7 +988,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectory.feature:34
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:69
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:70
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:24
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:49
@@ -996,7 +996,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:50
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:51
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:54
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:12
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:21
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:45
@@ -1004,7 +1004,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:46
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:47
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:50
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:13
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:20
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:37
@@ -1012,7 +1012,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:38
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:39
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:42
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:12
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:22
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:47
@@ -1020,7 +1020,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:48
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:49
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:52
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:13
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:21
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:39
@@ -1028,7 +1028,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:40
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:41
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:44
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload2/uploadFileUsingNewChunking.feature:12
apiWebdavUpload2/uploadFileUsingNewChunking.feature:29
apiWebdavUpload2/uploadFileUsingNewChunking.feature:43
@@ -1044,7 +1044,7 @@ apiWebdavUpload2/uploadFileUsingNewChunking.feature:137
apiWebdavUpload2/uploadFileUsingNewChunking.feature:157
apiWebdavUpload2/uploadFileUsingNewChunking.feature:158
#
# https://github.com/owncloud/ocis-reva/issues/17 uploading with old-chunking does not work
# https://github.com/owncloud/ocis/ocis-revaissues/17 uploading with old-chunking does not work
apiWebdavUpload2/uploadFileUsingOldChunking.feature:13
apiWebdavUpload2/uploadFileUsingOldChunking.feature:26
apiWebdavUpload2/uploadFileUsingOldChunking.feature:35
@@ -9,7 +9,7 @@ apiSharePublicLink2/multilinkSharing.feature:181
apiWebdavProperties1/setFileProperties.feature:32
apiWebdavProperties1/setFileProperties.feature:33
#
# https://github.com/owncloud/ocis-reva/issues/196 Checksum feature
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/100 no robots.txt available
# https://github.com/owncloud/ocis/ocis-revaissues/100 no robots.txt available
apiMain/main.feature:5
#
# https://github.com/owncloud/ocis-reva/issues/101 quota query
# https://github.com/owncloud/ocis/ocis-revaissues/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-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
# https://github.com/owncloud/ocis/ocis-revaissues/65 There is no such thing like a "super-user"
# https://github.com/owncloud/ocis/ocis-revaissues/97 no command equivalent to occ
apiMain/status.feature:5
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/29 ocs config endpoint only accessible by authorized users
# https://github.com/owncloud/ocis/ocis-revaissues/30 HTTP 401 Unauthorized responses don't contain a body
apiAuthOcs/ocsDELETEAuth.feature:9
apiAuthOcs/ocsGETAuth.feature:10
apiAuthOcs/ocsGETAuth.feature:33
@@ -75,39 +75,39 @@ apiAuthOcs/ocsGETAuth.feature:139
apiAuthOcs/ocsPOSTAuth.feature:10
apiAuthOcs/ocsPUTAuth.feature:10
#
# https://github.com/owncloud/ocis-reva/issues/13 server returns 500 when trying to access a not existing file
# https://github.com/owncloud/ocis/ocis-revaissues/13 server returns 500 when trying to access a not existing file
apiAuthWebDav/webDavDELETEAuth.feature:36
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavLOCKAuth.feature:38
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavMKCOLAuth.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiAuthWebDav/webDavMOVEAuth.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/179 send POST requests to another user's webDav endpoints as normal user
# https://github.com/owncloud/ocis/ocis-revaissues/179 send POST requests to another user's webDav endpoints as normal user
apiAuthWebDav/webDavPOSTAuth.feature:38
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavPROPFINDAuth.feature:37
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavPROPPATCHAuth.feature:38
#
# https://github.com/owncloud/ocis-reva/issues/9 users can access each-others data using the new webdav API
# https://github.com/owncloud/ocis/ocis-revaissues/9 users can access each-others data using the new webdav API
apiAuthWebDav/webDavPUTAuth.feature:38
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/175 Default capabilities for normal user not same as in oC-core
# https://github.com/owncloud/ocis/ocis-revaissues/176 Difference in response content of status.php and default capabilities
apiCapabilities/capabilitiesWithNormalUser.feature:11
#
# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented
# https://github.com/owncloud/ocis/ocis-revaissues/39 REPORT request not implemented
apiFavorites/favorites.feature:228
apiFavorites/favorites.feature:229
#
# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/34 groups endpoint does not exist
apiSharees/sharees.feature:32
apiSharees/sharees.feature:33
apiSharees/sharees.feature:53
@@ -161,7 +161,7 @@ apiSharees/sharees.feature:516
apiSharees/sharees.feature:537
apiSharees/sharees.feature:538
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set (shareapi_auto_accept_share)
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set (shareapi_auto_accept_share)
apiShareManagement/acceptShares.feature:333
apiShareManagement/acceptShares.feature:415
apiShareManagement/acceptShares.feature:416
@@ -186,10 +186,10 @@ apiShareManagement/acceptSharesToSharesFolder.feature:15
apiShareManagement/acceptSharesToSharesFolder.feature:30
apiShareManagement/acceptSharesToSharesFolder.feature:52
#
# 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/ocis/ocis-revaissues/34 groups endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/243 Sharing seems to work but does not work
# https://github.com/owncloud/ocis/ocis-revaissues/372 Listing shares via ocs API does not show path for parent folders
# https://github.com/owncloud/ocis/ocis-revaissues/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
@@ -265,40 +265,40 @@ apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.fe
apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:135
apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:136
#
# https://github.com/owncloud/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/262 Shares are not deleted when user is deleted
# https://github.com/owncloud/ocis/ocis-revaissues/262 Shares are not deleted when user is deleted
apiShareOperations/gettingShares.feature:21
apiShareOperations/gettingShares.feature:22
#
# https://github.com/owncloud/ocis-reva/issues/65 There is no such thing like a "super-user"
# https://github.com/owncloud/ocis/ocis-revaissues/65 There is no such thing like a "super-user"
apiShareOperations/gettingShares.feature:34
apiShareOperations/gettingShares.feature:35
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/357 Delete shares from user when user is deleted
# https://github.com/owncloud/ocis/ocis-revaissues/301 no displayname_owner shown when creating a share
# https://github.com/owncloud/ocis/ocis-revaissues/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-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/ocis-revaissues/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-reva/issues/372 Listing shares via ocs API does not show path for parent folders
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/47 cannot get ocs:share-permissions via WebDAV
# https://github.com/owncloud/ocis/ocis-revaissues/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-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
# https://github.com/owncloud/ocis/ocis-revaissues/282 Split old public API webdav tests from new public webdav tests
# https://github.com/owncloud/ocis/ocis-revaissues/292 Public link enforce permissions
apiSharePublicLink1/accessToPublicLinkShare.feature:10
apiSharePublicLink1/accessToPublicLinkShare.feature:20
apiSharePublicLink1/accessToPublicLinkShare.feature:30
@@ -322,58 +322,58 @@ apiSharePublicLink1/changingPublicLinkShare.feature:300
apiSharePublicLink1/createPublicLinkShare.feature:34
apiSharePublicLink1/createPublicLinkShare.feature:35
#
# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/199 Ability to return error messages in Webdav response bodies
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/12 Range Header is not obeyed when downloading a file
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:389
apiSharePublicLink1/createPublicLinkShare.feature:390
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:411
apiSharePublicLink1/createPublicLinkShare.feature:413
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:435
apiSharePublicLink1/createPublicLinkShare.feature:437
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:461
apiSharePublicLink1/createPublicLinkShare.feature:463
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:487
apiSharePublicLink1/createPublicLinkShare.feature:489
apiSharePublicLink1/createPublicLinkShare.feature:491
@@ -381,11 +381,11 @@ apiSharePublicLink1/createPublicLinkShare.feature:493
apiSharePublicLink1/createPublicLinkShare.feature:495
apiSharePublicLink1/createPublicLinkShare.feature:497
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:518
apiSharePublicLink1/createPublicLinkShare.feature:519
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:534
apiSharePublicLink1/createPublicLinkShare.feature:535
#
@@ -395,7 +395,7 @@ apiSharePublicLink1/createPublicLinkShare.feature:554
apiSharePublicLink1/createPublicLinkShare.feature:590
apiSharePublicLink1/createPublicLinkShare.feature:591
#
# https://github.com/owncloud/ocis-reva/issues/283 Prevent creating public share for the home root folder
# https://github.com/owncloud/ocis/ocis-revaissues/283 Prevent creating public share for the home root folder
apiSharePublicLink1/createPublicLinkShare.feature:620
apiSharePublicLink1/createPublicLinkShare.feature:621
#
@@ -405,14 +405,14 @@ apiSharePublicLink1/createPublicLinkShare.feature:635
apiSharePublicLink1/createPublicLinkShare.feature:663
apiSharePublicLink1/createPublicLinkShare.feature:664
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink1/createPublicLinkShare.feature:714
apiSharePublicLink1/createPublicLinkShare.feature:715
#
# https://github.com/owncloud/ocis-reva/issues/199 Ability to return error messages in Webdav response bodies
# https://github.com/owncloud/ocis/ocis-revaissues/199 Ability to return error messages in Webdav response bodies
apiSharePublicLink1/createPublicLinkShare.feature:718
#
# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/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
@@ -421,18 +421,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-reva/issues/311 Deleting a public link after renaming a file
# https://github.com/owncloud/ocis/ocis-revaissues/311 Deleting a public link after renaming a file
apiSharePublicLink1/deletePublicLinkShare.feature:37
apiSharePublicLink1/deletePublicLinkShare.feature:38
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/368 copying a file from within a public link folder to "/" overwrites the parent folder
# https://github.com/owncloud/ocis/ocis-revaissues/368 copying a file from within a public link folder to "/" overwrites the parent folder
apiSharePublicLink2/copyFromPublicLink.feature:183
apiSharePublicLink2/copyFromPublicLink.feature:184
#
@@ -442,35 +442,35 @@ apiSharePublicLink2/updatePublicLinkShare.feature:95
apiSharePublicLink2/updatePublicLinkShare.feature:285
apiSharePublicLink2/updatePublicLinkShare.feature:286
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/292 Public link enforce permissions
apiSharePublicLink2/updatePublicLinkShare.feature:462
apiSharePublicLink2/updatePublicLinkShare.feature:463
#
@@ -479,20 +479,20 @@ apiSharePublicLink2/updatePublicLinkShare.feature:488
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:9
#
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
# https://github.com/owncloud/ocis/ocis-revaissues/286 Upload-only shares must not overwrite but create a separate file
apiSharePublicLink2/uploadToPublicLinkShare.feature:23
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:48
apiSharePublicLink2/uploadToPublicLinkShare.feature:49
#
# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500
# https://github.com/owncloud/ocis/ocis-revaissues/290 Accessing non-existing public link should return 404, not 500
apiSharePublicLink2/uploadToPublicLinkShare.feature:62
apiSharePublicLink2/uploadToPublicLinkShare.feature:63
#
# https://github.com/owncloud/ocis-reva/issues/290 Accessing non-existing public link should return 404, not 500
# https://github.com/owncloud/ocis/ocis-revaissues/290 Accessing non-existing public link should return 404, not 500
apiSharePublicLink2/uploadToPublicLinkShare.feature:66
#
# https://github.com/owncloud/ocis-reva/issues/292 Public link enforce permissions
# https://github.com/owncloud/ocis/ocis-revaissues/292 Public link enforce permissions
apiSharePublicLink2/uploadToPublicLinkShare.feature:74
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:83
@@ -503,22 +503,22 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:121
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:139
#
# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings
# https://github.com/owncloud/ocis/ocis-revaissues/195 Set quota over settings
apiSharePublicLink2/uploadToPublicLinkShare.feature:148
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:158
#
# https://github.com/owncloud/ocis-reva/issues/195 Set quota over settings
# https://github.com/owncloud/ocis/ocis-revaissues/195 Set quota over settings
apiSharePublicLink2/uploadToPublicLinkShare.feature:167
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:177
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink2/uploadToPublicLinkShare.feature:186
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:196
#
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
# https://github.com/owncloud/ocis/ocis-revaissues/41 various sharing settings cannot be set
apiSharePublicLink2/uploadToPublicLinkShare.feature:206
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:217
@@ -527,10 +527,10 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:238
#
apiSharePublicLink2/uploadToPublicLinkShare.feature:255
#
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
# https://github.com/owncloud/ocis/ocis-revaissues/286 Upload-only shares must not overwrite but create a separate file
apiSharePublicLink2/uploadToPublicLinkShare.feature:273
#
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
# https://github.com/owncloud/ocis/ocis-revaissues/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
@@ -603,8 +603,8 @@ apiTrashbin/trashbinRestore.feature:328
apiTrashbin/trashbinRestore.feature:343
apiTrashbin/trashbinRestore.feature:344
#
# 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
# https://github.com/owncloud/ocis/ocis-revaissues/17 uploading with old-chunking does not work
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiVersions/fileVersions.feature:15
apiVersions/fileVersions.feature:23
apiVersions/fileVersions.feature:36
@@ -617,7 +617,7 @@ apiVersions/fileVersions.feature:288
apiVersions/fileVersions.feature:362
apiVersions/fileVersions.feature:373
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFileAsync.feature:26
apiWebdavMove1/moveFileAsync.feature:27
apiWebdavMove1/moveFileAsync.feature:28
@@ -646,17 +646,17 @@ apiWebdavMove1/moveFileAsync.feature:234
apiWebdavMove1/moveFileAsync.feature:235
apiWebdavMove1/moveFileAsync.feature:240
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:12
apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:18
apiWebdavMove1/moveFileToBlacklistedNameAsync.feature:26
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:12
apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:19
apiWebdavMove1/moveFileToExcludedDirectoryAsync.feature:27
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFolder.feature:21
apiWebdavMove1/moveFolder.feature:22
apiWebdavMove1/moveFolder.feature:34
@@ -664,7 +664,7 @@ apiWebdavMove1/moveFolder.feature:35
apiWebdavMove1/moveFolder.feature:47
apiWebdavMove1/moveFolder.feature:48
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFolderToBlacklistedName.feature:21
apiWebdavMove1/moveFolderToBlacklistedName.feature:22
apiWebdavMove1/moveFolderToBlacklistedName.feature:35
@@ -672,7 +672,7 @@ apiWebdavMove1/moveFolderToBlacklistedName.feature:36
apiWebdavMove1/moveFolderToBlacklistedName.feature:70
apiWebdavMove1/moveFolderToBlacklistedName.feature:71
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove1/moveFolderToExcludedDirectory.feature:21
apiWebdavMove1/moveFolderToExcludedDirectory.feature:22
apiWebdavMove1/moveFolderToExcludedDirectory.feature:34
@@ -680,7 +680,7 @@ apiWebdavMove1/moveFolderToExcludedDirectory.feature:35
apiWebdavMove1/moveFolderToExcludedDirectory.feature:70
apiWebdavMove1/moveFolderToExcludedDirectory.feature:71
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove2/moveFile.feature:89
apiWebdavMove2/moveFile.feature:90
apiWebdavMove2/moveFile.feature:91
@@ -704,7 +704,7 @@ apiWebdavMove2/moveFile.feature:256
apiWebdavMove2/moveFile.feature:272
apiWebdavMove2/moveFile.feature:273
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove2/moveFileToBlacklistedName.feature:18
apiWebdavMove2/moveFileToBlacklistedName.feature:19
apiWebdavMove2/moveFileToBlacklistedName.feature:29
@@ -712,7 +712,7 @@ apiWebdavMove2/moveFileToBlacklistedName.feature:30
apiWebdavMove2/moveFileToBlacklistedName.feature:62
apiWebdavMove2/moveFileToBlacklistedName.feature:63
#
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
# https://github.com/owncloud/ocis/ocis-revaissues/14 renaming a resource does not work
apiWebdavMove2/moveFileToExcludedDirectory.feature:18
apiWebdavMove2/moveFileToExcludedDirectory.feature:19
apiWebdavMove2/moveFileToExcludedDirectory.feature:28
@@ -720,7 +720,7 @@ apiWebdavMove2/moveFileToExcludedDirectory.feature:29
apiWebdavMove2/moveFileToExcludedDirectory.feature:63
apiWebdavMove2/moveFileToExcludedDirectory.feature:64
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavOperations/deleteFolder.feature:67
apiWebdavOperations/deleteFolder.feature:68
apiWebdavOperations/deleteFolder.feature:69
@@ -728,7 +728,7 @@ apiWebdavOperations/deleteFolder.feature:70
apiWebdavOperations/deleteFolder.feature:91
apiWebdavOperations/deleteFolder.feature:92
#
# https://github.com/owncloud/ocis-reva/issues/12 Range Header is not obeyed when downloading a file
# https://github.com/owncloud/ocis/ocis-revaissues/12 Range Header is not obeyed when downloading a file
apiWebdavOperations/downloadFile.feature:29
apiWebdavOperations/downloadFile.feature:30
#
@@ -744,7 +744,7 @@ apiWebdavOperations/refuseAccess.feature:22
apiWebdavOperations/refuseAccess.feature:33
apiWebdavOperations/refuseAccess.feature:34
#
# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented
# https://github.com/owncloud/ocis/ocis-revaissues/39 REPORT request not implemented
apiWebdavOperations/search.feature:42
apiWebdavOperations/search.feature:43
apiWebdavOperations/search.feature:57
@@ -768,75 +768,75 @@ apiWebdavOperations/search.feature:211
apiWebdavOperations/search.feature:213
apiWebdavOperations/search.feature:229
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties1/copyFile.feature:65
apiWebdavProperties1/copyFile.feature:66
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties1/copyFile.feature:85
apiWebdavProperties1/copyFile.feature:86
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavProperties1/copyFile.feature:102
apiWebdavProperties1/copyFile.feature:103
#
# https://github.com/owncloud/ocis-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/387 Getting information about a folder overwritten by a file gives 500 error instead of 404
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavProperties1/createFolder.feature:71
apiWebdavProperties1/createFolder.feature:72
#
# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body
# https://github.com/owncloud/ocis/ocis-revaissues/168 creating a folder that already exists returns an empty body
apiWebdavProperties1/createFolder.feature:85
apiWebdavProperties1/createFolder.feature:86
#
# https://github.com/owncloud/ocis-reva/issues/168 creating a folder that already exists returns an empty body
# https://github.com/owncloud/ocis/ocis-revaissues/168 creating a folder that already exists returns an empty body
apiWebdavProperties1/createFolder.feature:99
apiWebdavProperties1/createFolder.feature:100
#
# https://github.com/owncloud/ocis-reva/issues/101 quota query
# https://github.com/owncloud/ocis/ocis-revaissues/101 quota query
apiWebdavProperties1/getQuota.feature:17
apiWebdavProperties1/getQuota.feature:18
apiWebdavProperties1/getQuota.feature:27
@@ -848,11 +848,11 @@ apiWebdavProperties1/getQuota.feature:62
apiWebdavProperties1/getQuota.feature:77
apiWebdavProperties1/getQuota.feature:78
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties1/setFileProperties.feature:63
apiWebdavProperties1/setFileProperties.feature:64
#
# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded
# https://github.com/owncloud/ocis/ocis-revaissues/214 XML properties in webdav response not properly encoded
apiWebdavProperties2/getFileProperties.feature:37
apiWebdavProperties2/getFileProperties.feature:39
apiWebdavProperties2/getFileProperties.feature:40
@@ -860,7 +860,7 @@ apiWebdavProperties2/getFileProperties.feature:41
apiWebdavProperties2/getFileProperties.feature:43
apiWebdavProperties2/getFileProperties.feature:44
#
# https://github.com/owncloud/ocis-reva/issues/214 XML properties in webdav response not properly encoded
# https://github.com/owncloud/ocis/ocis-revaissues/214 XML properties in webdav response not properly encoded
apiWebdavProperties2/getFileProperties.feature:59
apiWebdavProperties2/getFileProperties.feature:60
apiWebdavProperties2/getFileProperties.feature:61
@@ -872,84 +872,84 @@ apiWebdavProperties2/getFileProperties.feature:68
apiWebdavProperties2/getFileProperties.feature:70
apiWebdavProperties2/getFileProperties.feature:71
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties2/getFileProperties.feature:135
apiWebdavProperties2/getFileProperties.feature:136
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties2/getFileProperties.feature:156
apiWebdavProperties2/getFileProperties.feature:157
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/11 listing received shares does not work
apiWebdavProperties2/getFileProperties.feature:174
apiWebdavProperties2/getFileProperties.feature:175
#
# https://github.com/owncloud/ocis-reva/issues/11 listing received shares does not work
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/216 Private link support
# https://github.com/owncloud/ocis/ocis-revaissues/216 Private link support
apiWebdavProperties2/getFileProperties.feature:232
apiWebdavProperties2/getFileProperties.feature:233
#
# https://github.com/owncloud/ocis-reva/issues/163 trying to access a non-existing resource returns an empty body
# https://github.com/owncloud/ocis/ocis-revaissues/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-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:246
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:266
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:301
apiWebdavProperties2/getFileProperties.feature:302
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:314
apiWebdavProperties2/getFileProperties.feature:315
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:327
apiWebdavProperties2/getFileProperties.feature:328
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:376
apiWebdavProperties2/getFileProperties.feature:377
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:389
apiWebdavProperties2/getFileProperties.feature:390
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:402
apiWebdavProperties2/getFileProperties.feature:403
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:415
apiWebdavProperties2/getFileProperties.feature:416
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:428
apiWebdavProperties2/getFileProperties.feature:429
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:441
apiWebdavProperties2/getFileProperties.feature:442
#
# https://github.com/owncloud/ocis-reva/issues/217 Some failing tests with Webdav custom properties
# https://github.com/owncloud/ocis/ocis-revaissues/217 Some failing tests with Webdav custom properties
apiWebdavProperties2/getFileProperties.feature:454
apiWebdavProperties2/getFileProperties.feature:455
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload1/uploadFile.feature:112
apiWebdavUpload1/uploadFile.feature:113
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:31
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:48
@@ -962,19 +962,19 @@ apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:144
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:146
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:159
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload1/uploadFileToBlacklistedName.feature:19
apiWebdavUpload1/uploadFileToBlacklistedName.feature:20
#
# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing
# https://github.com/owncloud/ocis/ocis-revaissues/54 system configuration options missing
apiWebdavUpload1/uploadFileToBlacklistedName.feature:31
apiWebdavUpload1/uploadFileToBlacklistedName.feature:32
#
# https://github.com/owncloud/ocis-reva/issues/54 system configuration options missing
# https://github.com/owncloud/ocis/ocis-revaissues/54 system configuration options missing
apiWebdavUpload1/uploadFileToBlacklistedName.feature:65
apiWebdavUpload1/uploadFileToBlacklistedName.feature:66
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:23
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:47
@@ -982,7 +982,7 @@ apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:48
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:49
apiWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature:52
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:20
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:21
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:33
@@ -990,7 +990,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectory.feature:34
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:69
apiWebdavUpload1/uploadFileToExcludedDirectory.feature:70
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:24
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:49
@@ -998,7 +998,7 @@ apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:50
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:51
apiWebdavUpload1/uploadFileToExcludedDirectoryAsyncUsingNewChunking.feature:54
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:12
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:21
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:45
@@ -1006,7 +1006,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:46
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:47
apiWebdavUpload2/uploadFileToBlacklistedNameUsingNewChunking.feature:50
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:13
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:20
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:37
@@ -1014,7 +1014,7 @@ apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:38
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:39
apiWebdavUpload2/uploadFileToBlacklistedNameUsingOldChunking.feature:42
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:12
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:22
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:47
@@ -1022,7 +1022,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:48
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:49
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingNewChunking.feature:52
#
# https://github.com/owncloud/ocis-reva/issues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
# https://github.com/owncloud/ocis/ocis-revaissues/15 blacklisted filenames like .htaccess & file.parts can be uploaded
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:13
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:21
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:39
@@ -1030,7 +1030,7 @@ apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:40
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:41
apiWebdavUpload2/uploadFileToExcludedDirectoryUsingOldChunking.feature:44
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
# https://github.com/owncloud/ocis/ocis-revaissues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload2/uploadFileUsingNewChunking.feature:12
apiWebdavUpload2/uploadFileUsingNewChunking.feature:29
apiWebdavUpload2/uploadFileUsingNewChunking.feature:43
@@ -1046,7 +1046,7 @@ apiWebdavUpload2/uploadFileUsingNewChunking.feature:137
apiWebdavUpload2/uploadFileUsingNewChunking.feature:157
apiWebdavUpload2/uploadFileUsingNewChunking.feature:158
#
# https://github.com/owncloud/ocis-reva/issues/17 uploading with old-chunking does not work
# https://github.com/owncloud/ocis/ocis-revaissues/17 uploading with old-chunking does not work
apiWebdavUpload2/uploadFileUsingOldChunking.feature:13
apiWebdavUpload2/uploadFileUsingOldChunking.feature:26
apiWebdavUpload2/uploadFileUsingOldChunking.feature:35