From 9ff3ffe19fe6ca9bd13ed74cd8d70ad5994a6127 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 5 Oct 2020 20:18:31 +0200 Subject: [PATCH] Rename folder and root command --- .gitignore | 4 ++-- {ocis-reva => storage}/.dockerignore | 0 {ocis-reva => storage}/CHANGELOG.md | 0 {ocis-reva => storage}/LICENSE | 0 {ocis-reva => storage}/Makefile | 0 {ocis-reva => storage}/changelog/0.1.0_2020-03-23/76.md | 0 .../changelog/0.1.0_2020-03-23/change-default-namespace.md | 0 .../changelog/0.1.0_2020-03-23/fix-typos.md | 0 .../changelog/0.1.0_2020-03-23/initial-release.md | 0 {ocis-reva => storage}/changelog/0.1.0_2020-03-23/issue-6.md | 0 {ocis-reva => storage}/changelog/0.1.0_2020-03-23/issue-87.md | 0 {ocis-reva => storage}/changelog/0.1.0_2020-03-23/issue-89.md | 0 .../changelog/0.1.0_2020-03-23/new-ocis-config.md | 0 {ocis-reva => storage}/changelog/0.1.0_2020-03-23/pull-77.md | 0 {ocis-reva => storage}/changelog/0.1.0_2020-03-23/pull-91.md | 0 .../changelog/0.1.0_2020-03-23/user-sharing-driver-json.md | 0 .../changelog/0.1.1_2020-03-31/fix-eos-config.md | 0 .../0.10.0_2020-07-10/make-frontend-prefixes-configurable.md | 0 .../changelog/0.10.0_2020-07-10/update-reva-to-20200703.md | 0 .../changelog/0.10.0_2020-07-10/update-reva-to-20200709.md | 0 .../changelog/0.11.0_2020-07-23/update-reva-to-20200710.md | 0 .../changelog/0.11.0_2020-07-23/update-reva-to-20200722.md | 0 .../changelog/0.11.0_2020-07-23/use-alpine-latest.md | 0 .../changelog/0.12.0_2020-08-17/update-docs.md | 0 .../changelog/0.12.0_2020-08-17/update-ldap-config.md | 0 .../changelog/0.12.0_2020-08-17/update-reva-to-20200724.md | 0 .../changelog/0.12.0_2020-08-17/update-reva-to-20200728.md | 0 .../0.12.0_2020-08-17/updates-for-username-userid-split.md | 0 .../0.13.0_2020-08-27/separate-auth-user-providers.md | 0 .../changelog/0.13.0_2020-08-27/update-reva-to-20200728.md | 0 .../changelog/0.14.0_2020-09-11/config-cleanup.md | 0 .../changelog/0.14.0_2020-09-11/storage-registry-rules.md | 0 .../changelog/0.14.0_2020-09-11/update-reva-to-20200826.md | 0 .../changelog/0.14.0_2020-09-11/update-reva-to-20200911.md | 0 .../changelog/0.2.0_2020-04-15/fix-eos-config.md | 0 .../0.2.0_2020-04-15/update-reva-to-20200414133413.md | 0 .../changelog/0.2.1_2020-04-28/gatewayconfig.md | 0 .../changelog/0.2.1_2020-04-28/reva-ocis-logger.md | 0 .../changelog/0.2.1_2020-04-28/unadvertise-chunking-v2.md | 0 .../0.3.0_2020-05-20/update-reva-to-20200518061204.md | 0 .../changelog/0.4.0_2020-05-29/public-shares.md | 0 .../0.4.0_2020-05-29/update-reva-to-20200529120551.md | 0 .../changelog/0.5.0_2020-06-04/add-tus-global-capabilities.md | 0 .../0.5.0_2020-06-04/update-reva-to-20200603071553.md | 0 .../changelog/0.6.0_2020-06-24/update-reva-to-20200624.md | 0 .../changelog/0.7.0_2020-06-26/update-reva-to-20200625.md | 0 .../changelog/0.8.0_2020-06-29/update-reva-to-20200629.md | 0 .../0.9.0_2020-07-01/allow-datagateway-transfers-24h.md | 0 .../changelog/0.9.0_2020-07-01/update-reva-to-20200630.md | 0 .../changelog/0.9.0_2020-07-01/update-reva-to-20200701.md | 0 .../changelog/0.9.1_2020-07-02/new-config-options | 0 {ocis-reva => storage}/changelog/CHANGELOG.tmpl | 0 {ocis-reva => storage}/changelog/README.md | 0 {ocis-reva => storage}/changelog/TEMPLATE | 0 {ocis-reva => storage}/changelog/unreleased/.keep | 0 .../changelog/unreleased/enable-treetime-accounting.md | 0 .../changelog/unreleased/metadata-storage.md | 0 .../changelog/unreleased/update-reva-to-20200924.md | 0 {ocis-reva/cmd/ocis-reva => storage/cmd/storage}/main.go | 0 {ocis-reva => storage}/composer.json | 0 {ocis-reva => storage}/config/example.json | 0 {ocis-reva => storage}/config/example.yml | 0 {ocis-reva => storage}/docker/Dockerfile.linux.amd64 | 0 {ocis-reva => storage}/docker/Dockerfile.linux.arm | 0 {ocis-reva => storage}/docker/Dockerfile.linux.arm64 | 0 {ocis-reva => storage}/docker/manifest.tmpl | 0 {ocis-reva => storage}/go.mod | 2 +- {ocis-reva => storage}/go.sum | 0 {ocis-reva => storage}/pkg/command/authbasic.go | 0 {ocis-reva => storage}/pkg/command/authbearer.go | 0 {ocis-reva => storage}/pkg/command/drivers.go | 0 {ocis-reva => storage}/pkg/command/frontend.go | 0 {ocis-reva => storage}/pkg/command/gateway.go | 0 {ocis-reva => storage}/pkg/command/health.go | 0 {ocis-reva => storage}/pkg/command/root.go | 4 ++-- {ocis-reva => storage}/pkg/command/sharing.go | 0 {ocis-reva => storage}/pkg/command/storageeos.go | 0 {ocis-reva => storage}/pkg/command/storageeosdata.go | 0 {ocis-reva => storage}/pkg/command/storagehome.go | 0 {ocis-reva => storage}/pkg/command/storagehomedata.go | 0 {ocis-reva => storage}/pkg/command/storagemetadata.go | 0 {ocis-reva => storage}/pkg/command/storageoc.go | 0 {ocis-reva => storage}/pkg/command/storageocdata.go | 0 {ocis-reva => storage}/pkg/command/storagepubliclink.go | 0 {ocis-reva => storage}/pkg/command/storageroot.go | 0 {ocis-reva => storage}/pkg/command/users.go | 0 {ocis-reva => storage}/pkg/config/config.go | 0 {ocis-reva => storage}/pkg/flagset/authbasic.go | 0 {ocis-reva => storage}/pkg/flagset/authbearer.go | 0 {ocis-reva => storage}/pkg/flagset/debug.go | 0 {ocis-reva => storage}/pkg/flagset/drivereos.go | 0 {ocis-reva => storage}/pkg/flagset/driverlocal.go | 0 {ocis-reva => storage}/pkg/flagset/driverocis.go | 0 {ocis-reva => storage}/pkg/flagset/driverowncloud.go | 0 {ocis-reva => storage}/pkg/flagset/frontend.go | 0 {ocis-reva => storage}/pkg/flagset/gateway.go | 0 {ocis-reva => storage}/pkg/flagset/health.go | 0 {ocis-reva => storage}/pkg/flagset/ldap.go | 0 {ocis-reva => storage}/pkg/flagset/root.go | 0 {ocis-reva => storage}/pkg/flagset/secret.go | 0 {ocis-reva => storage}/pkg/flagset/sharing.go | 0 {ocis-reva => storage}/pkg/flagset/storageeos.go | 0 {ocis-reva => storage}/pkg/flagset/storageeosdata.go | 0 {ocis-reva => storage}/pkg/flagset/storagehome.go | 0 {ocis-reva => storage}/pkg/flagset/storagehomedata.go | 0 {ocis-reva => storage}/pkg/flagset/storagemetadata.go | 0 {ocis-reva => storage}/pkg/flagset/storageoc.go | 0 {ocis-reva => storage}/pkg/flagset/storageocdata.go | 0 {ocis-reva => storage}/pkg/flagset/storagepubliclink.go | 0 {ocis-reva => storage}/pkg/flagset/storageroot.go | 0 {ocis-reva => storage}/pkg/flagset/tracing.go | 0 {ocis-reva => storage}/pkg/flagset/users.go | 0 {ocis-reva => storage}/pkg/server/debug/option.go | 0 {ocis-reva => storage}/pkg/server/debug/server.go | 0 {ocis-reva => storage}/pkg/service/external/external.go | 0 {ocis-reva => storage}/pkg/service/external/external_test.go | 0 {ocis-reva => storage}/pkg/version/version.go | 0 {ocis-reva => storage}/reflex.conf | 0 {ocis-reva => storage}/templates/CONFIGURATION.tmpl | 0 {ocis-reva => storage}/tests/acceptance/config/behat.yml | 0 .../tests/acceptance/expected-failures-on-EOS-storage.txt | 0 .../tests/acceptance/expected-failures-on-OCIS-storage.txt | 0 .../acceptance/expected-failures-on-OWNCLOUD-storage.txt | 0 .../features/apiOcisSpecific/apiAuthOcs-ocsDELETEAuth.feature | 0 .../features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature | 0 .../features/apiOcisSpecific/apiAuthOcs-ocsPOSTAuth.feature | 0 .../features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature | 0 .../apiOcisSpecific/apiAuthWebDav-webDavLOCKAuth.feature | 0 .../apiOcisSpecific/apiAuthWebDav-webDavMOVEAuth.feature | 0 .../apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature | 0 .../apiCapabilities-capabilitiesWithNormalUser.feature | 0 .../features/apiOcisSpecific/apiFavorites-favorites.feature | 0 .../features/apiOcisSpecific/apiMain-checksums.feature | 0 .../acceptance/features/apiOcisSpecific/apiMain-main.feature | 0 ...reCreateSpecial2-createShareWithInvalidPermissions.feature | 0 .../apiShareManagementBasic-createShare.feature | 0 .../apiShareManagementBasic-deleteShare.feature | 0 .../apiOcisSpecific/apiShareOperations-accessToShare.feature | 0 .../apiShareOperations-getWebDAVSharePermissions.feature | 0 .../apiOcisSpecific/apiShareOperations-gettingShares.feature | 0 .../apiSharePublicLink1-createPublicLinkShare.feature | 0 .../apiSharePublicLink2-copyFromPublicLink.feature | 0 .../apiSharePublicLink2-updatePublicLinkShare.feature | 0 .../apiSharePublicLink2-uploadToPublicLinkShare.feature | 0 .../apiOcisSpecific/apiShareUpdate-updateShare.feature | 0 .../apiOcisSpecific/apiTrashbin-trashbinDelete.feature | 0 .../features/apiOcisSpecific/apiVersions-fileVersions.feature | 0 .../apiOcisSpecific/apiWebdavMove1-moveFolder.feature | 0 .../apiWebdavMove1-moveFolderToBlacklistedName.feature | 0 .../features/apiOcisSpecific/apiWebdavMove2-moveFile.feature | 0 .../apiWebdavMove2-moveFileToBlacklistedName.feature | 0 .../apiOcisSpecific/apiWebdavOperations-downloadFile.feature | 0 .../apiOcisSpecific/apiWebdavOperations-refuseAccess.feature | 0 .../apiOcisSpecific/apiWebdavPreviews-previews.feature | 0 .../apiOcisSpecific/apiWebdavProperties1-createFolder.feature | 0 .../apiWebdavProperties1-setFileProperties.feature | 0 .../apiWebdavProperties2-getFileProperties.feature | 0 .../apiOcisSpecific/apiWebdavUpload1-uploadFile.feature | 0 .../tests/acceptance/features/bootstrap/RevaContext.php | 0 .../tests/acceptance/features/bootstrap/bootstrap.php | 0 {ocis-reva => storage}/tests/config/config.json | 0 .../tests/config/identifier-registration.yml | 0 {ocis-reva => storage}/tests/data/testusers.ldif | 0 {ocis-reva => storage}/tools.go | 0 {ocis-reva => storage}/vendor-bin/behat/composer.json | 0 165 files changed, 5 insertions(+), 5 deletions(-) rename {ocis-reva => storage}/.dockerignore (100%) rename {ocis-reva => storage}/CHANGELOG.md (100%) rename {ocis-reva => storage}/LICENSE (100%) rename {ocis-reva => storage}/Makefile (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/76.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/change-default-namespace.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/fix-typos.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/initial-release.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/issue-6.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/issue-87.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/issue-89.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/new-ocis-config.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/pull-77.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/pull-91.md (100%) rename {ocis-reva => storage}/changelog/0.1.0_2020-03-23/user-sharing-driver-json.md (100%) rename {ocis-reva => storage}/changelog/0.1.1_2020-03-31/fix-eos-config.md (100%) rename {ocis-reva => storage}/changelog/0.10.0_2020-07-10/make-frontend-prefixes-configurable.md (100%) rename {ocis-reva => storage}/changelog/0.10.0_2020-07-10/update-reva-to-20200703.md (100%) rename {ocis-reva => storage}/changelog/0.10.0_2020-07-10/update-reva-to-20200709.md (100%) rename {ocis-reva => storage}/changelog/0.11.0_2020-07-23/update-reva-to-20200710.md (100%) rename {ocis-reva => storage}/changelog/0.11.0_2020-07-23/update-reva-to-20200722.md (100%) rename {ocis-reva => storage}/changelog/0.11.0_2020-07-23/use-alpine-latest.md (100%) rename {ocis-reva => storage}/changelog/0.12.0_2020-08-17/update-docs.md (100%) rename {ocis-reva => storage}/changelog/0.12.0_2020-08-17/update-ldap-config.md (100%) rename {ocis-reva => storage}/changelog/0.12.0_2020-08-17/update-reva-to-20200724.md (100%) rename {ocis-reva => storage}/changelog/0.12.0_2020-08-17/update-reva-to-20200728.md (100%) rename {ocis-reva => storage}/changelog/0.12.0_2020-08-17/updates-for-username-userid-split.md (100%) rename {ocis-reva => storage}/changelog/0.13.0_2020-08-27/separate-auth-user-providers.md (100%) rename {ocis-reva => storage}/changelog/0.13.0_2020-08-27/update-reva-to-20200728.md (100%) rename {ocis-reva => storage}/changelog/0.14.0_2020-09-11/config-cleanup.md (100%) rename {ocis-reva => storage}/changelog/0.14.0_2020-09-11/storage-registry-rules.md (100%) rename {ocis-reva => storage}/changelog/0.14.0_2020-09-11/update-reva-to-20200826.md (100%) rename {ocis-reva => storage}/changelog/0.14.0_2020-09-11/update-reva-to-20200911.md (100%) rename {ocis-reva => storage}/changelog/0.2.0_2020-04-15/fix-eos-config.md (100%) rename {ocis-reva => storage}/changelog/0.2.0_2020-04-15/update-reva-to-20200414133413.md (100%) rename {ocis-reva => storage}/changelog/0.2.1_2020-04-28/gatewayconfig.md (100%) rename {ocis-reva => storage}/changelog/0.2.1_2020-04-28/reva-ocis-logger.md (100%) rename {ocis-reva => storage}/changelog/0.2.1_2020-04-28/unadvertise-chunking-v2.md (100%) rename {ocis-reva => storage}/changelog/0.3.0_2020-05-20/update-reva-to-20200518061204.md (100%) rename {ocis-reva => storage}/changelog/0.4.0_2020-05-29/public-shares.md (100%) rename {ocis-reva => storage}/changelog/0.4.0_2020-05-29/update-reva-to-20200529120551.md (100%) rename {ocis-reva => storage}/changelog/0.5.0_2020-06-04/add-tus-global-capabilities.md (100%) rename {ocis-reva => storage}/changelog/0.5.0_2020-06-04/update-reva-to-20200603071553.md (100%) rename {ocis-reva => storage}/changelog/0.6.0_2020-06-24/update-reva-to-20200624.md (100%) rename {ocis-reva => storage}/changelog/0.7.0_2020-06-26/update-reva-to-20200625.md (100%) rename {ocis-reva => storage}/changelog/0.8.0_2020-06-29/update-reva-to-20200629.md (100%) rename {ocis-reva => storage}/changelog/0.9.0_2020-07-01/allow-datagateway-transfers-24h.md (100%) rename {ocis-reva => storage}/changelog/0.9.0_2020-07-01/update-reva-to-20200630.md (100%) rename {ocis-reva => storage}/changelog/0.9.0_2020-07-01/update-reva-to-20200701.md (100%) rename {ocis-reva => storage}/changelog/0.9.1_2020-07-02/new-config-options (100%) rename {ocis-reva => storage}/changelog/CHANGELOG.tmpl (100%) rename {ocis-reva => storage}/changelog/README.md (100%) rename {ocis-reva => storage}/changelog/TEMPLATE (100%) rename {ocis-reva => storage}/changelog/unreleased/.keep (100%) rename {ocis-reva => storage}/changelog/unreleased/enable-treetime-accounting.md (100%) rename {ocis-reva => storage}/changelog/unreleased/metadata-storage.md (100%) rename {ocis-reva => storage}/changelog/unreleased/update-reva-to-20200924.md (100%) rename {ocis-reva/cmd/ocis-reva => storage/cmd/storage}/main.go (100%) rename {ocis-reva => storage}/composer.json (100%) rename {ocis-reva => storage}/config/example.json (100%) rename {ocis-reva => storage}/config/example.yml (100%) rename {ocis-reva => storage}/docker/Dockerfile.linux.amd64 (100%) rename {ocis-reva => storage}/docker/Dockerfile.linux.arm (100%) rename {ocis-reva => storage}/docker/Dockerfile.linux.arm64 (100%) rename {ocis-reva => storage}/docker/manifest.tmpl (100%) rename {ocis-reva => storage}/go.mod (92%) rename {ocis-reva => storage}/go.sum (100%) rename {ocis-reva => storage}/pkg/command/authbasic.go (100%) rename {ocis-reva => storage}/pkg/command/authbearer.go (100%) rename {ocis-reva => storage}/pkg/command/drivers.go (100%) rename {ocis-reva => storage}/pkg/command/frontend.go (100%) rename {ocis-reva => storage}/pkg/command/gateway.go (100%) rename {ocis-reva => storage}/pkg/command/health.go (100%) rename {ocis-reva => storage}/pkg/command/root.go (97%) rename {ocis-reva => storage}/pkg/command/sharing.go (100%) rename {ocis-reva => storage}/pkg/command/storageeos.go (100%) rename {ocis-reva => storage}/pkg/command/storageeosdata.go (100%) rename {ocis-reva => storage}/pkg/command/storagehome.go (100%) rename {ocis-reva => storage}/pkg/command/storagehomedata.go (100%) rename {ocis-reva => storage}/pkg/command/storagemetadata.go (100%) rename {ocis-reva => storage}/pkg/command/storageoc.go (100%) rename {ocis-reva => storage}/pkg/command/storageocdata.go (100%) rename {ocis-reva => storage}/pkg/command/storagepubliclink.go (100%) rename {ocis-reva => storage}/pkg/command/storageroot.go (100%) rename {ocis-reva => storage}/pkg/command/users.go (100%) rename {ocis-reva => storage}/pkg/config/config.go (100%) rename {ocis-reva => storage}/pkg/flagset/authbasic.go (100%) rename {ocis-reva => storage}/pkg/flagset/authbearer.go (100%) rename {ocis-reva => storage}/pkg/flagset/debug.go (100%) rename {ocis-reva => storage}/pkg/flagset/drivereos.go (100%) rename {ocis-reva => storage}/pkg/flagset/driverlocal.go (100%) rename {ocis-reva => storage}/pkg/flagset/driverocis.go (100%) rename {ocis-reva => storage}/pkg/flagset/driverowncloud.go (100%) rename {ocis-reva => storage}/pkg/flagset/frontend.go (100%) rename {ocis-reva => storage}/pkg/flagset/gateway.go (100%) rename {ocis-reva => storage}/pkg/flagset/health.go (100%) rename {ocis-reva => storage}/pkg/flagset/ldap.go (100%) rename {ocis-reva => storage}/pkg/flagset/root.go (100%) rename {ocis-reva => storage}/pkg/flagset/secret.go (100%) rename {ocis-reva => storage}/pkg/flagset/sharing.go (100%) rename {ocis-reva => storage}/pkg/flagset/storageeos.go (100%) rename {ocis-reva => storage}/pkg/flagset/storageeosdata.go (100%) rename {ocis-reva => storage}/pkg/flagset/storagehome.go (100%) rename {ocis-reva => storage}/pkg/flagset/storagehomedata.go (100%) rename {ocis-reva => storage}/pkg/flagset/storagemetadata.go (100%) rename {ocis-reva => storage}/pkg/flagset/storageoc.go (100%) rename {ocis-reva => storage}/pkg/flagset/storageocdata.go (100%) rename {ocis-reva => storage}/pkg/flagset/storagepubliclink.go (100%) rename {ocis-reva => storage}/pkg/flagset/storageroot.go (100%) rename {ocis-reva => storage}/pkg/flagset/tracing.go (100%) rename {ocis-reva => storage}/pkg/flagset/users.go (100%) rename {ocis-reva => storage}/pkg/server/debug/option.go (100%) rename {ocis-reva => storage}/pkg/server/debug/server.go (100%) rename {ocis-reva => storage}/pkg/service/external/external.go (100%) rename {ocis-reva => storage}/pkg/service/external/external_test.go (100%) rename {ocis-reva => storage}/pkg/version/version.go (100%) rename {ocis-reva => storage}/reflex.conf (100%) rename {ocis-reva => storage}/templates/CONFIGURATION.tmpl (100%) rename {ocis-reva => storage}/tests/acceptance/config/behat.yml (100%) rename {ocis-reva => storage}/tests/acceptance/expected-failures-on-EOS-storage.txt (100%) rename {ocis-reva => storage}/tests/acceptance/expected-failures-on-OCIS-storage.txt (100%) rename {ocis-reva => storage}/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsDELETEAuth.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPOSTAuth.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavLOCKAuth.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavMOVEAuth.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiCapabilities-capabilitiesWithNormalUser.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiFavorites-favorites.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiMain-checksums.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiMain-main.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiShareCreateSpecial2-createShareWithInvalidPermissions.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-createShare.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-deleteShare.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiShareOperations-accessToShare.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiShareOperations-getWebDAVSharePermissions.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiShareOperations-gettingShares.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink1-createPublicLinkShare.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-copyFromPublicLink.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-updatePublicLinkShare.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiShareUpdate-updateShare.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinDelete.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolder.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolderToBlacklistedName.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFile.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFileToBlacklistedName.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-downloadFile.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-refuseAccess.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavPreviews-previews.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-createFolder.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-setFileProperties.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties2-getFileProperties.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/apiOcisSpecific/apiWebdavUpload1-uploadFile.feature (100%) rename {ocis-reva => storage}/tests/acceptance/features/bootstrap/RevaContext.php (100%) rename {ocis-reva => storage}/tests/acceptance/features/bootstrap/bootstrap.php (100%) rename {ocis-reva => storage}/tests/config/config.json (100%) rename {ocis-reva => storage}/tests/config/identifier-registration.yml (100%) rename {ocis-reva => storage}/tests/data/testusers.ldif (100%) rename {ocis-reva => storage}/tools.go (100%) rename {ocis-reva => storage}/vendor-bin/behat/composer.json (100%) diff --git a/.gitignore b/.gitignore index fc765248fe..01612bb087 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ */coverage.out -/ocis/bin -/ocis/dist +/**/bin +/**/dist /hugo *.key *crt diff --git a/ocis-reva/.dockerignore b/storage/.dockerignore similarity index 100% rename from ocis-reva/.dockerignore rename to storage/.dockerignore diff --git a/ocis-reva/CHANGELOG.md b/storage/CHANGELOG.md similarity index 100% rename from ocis-reva/CHANGELOG.md rename to storage/CHANGELOG.md diff --git a/ocis-reva/LICENSE b/storage/LICENSE similarity index 100% rename from ocis-reva/LICENSE rename to storage/LICENSE diff --git a/ocis-reva/Makefile b/storage/Makefile similarity index 100% rename from ocis-reva/Makefile rename to storage/Makefile diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/76.md b/storage/changelog/0.1.0_2020-03-23/76.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/76.md rename to storage/changelog/0.1.0_2020-03-23/76.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/change-default-namespace.md b/storage/changelog/0.1.0_2020-03-23/change-default-namespace.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/change-default-namespace.md rename to storage/changelog/0.1.0_2020-03-23/change-default-namespace.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/fix-typos.md b/storage/changelog/0.1.0_2020-03-23/fix-typos.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/fix-typos.md rename to storage/changelog/0.1.0_2020-03-23/fix-typos.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/initial-release.md b/storage/changelog/0.1.0_2020-03-23/initial-release.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/initial-release.md rename to storage/changelog/0.1.0_2020-03-23/initial-release.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/issue-6.md b/storage/changelog/0.1.0_2020-03-23/issue-6.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/issue-6.md rename to storage/changelog/0.1.0_2020-03-23/issue-6.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/issue-87.md b/storage/changelog/0.1.0_2020-03-23/issue-87.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/issue-87.md rename to storage/changelog/0.1.0_2020-03-23/issue-87.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/issue-89.md b/storage/changelog/0.1.0_2020-03-23/issue-89.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/issue-89.md rename to storage/changelog/0.1.0_2020-03-23/issue-89.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/new-ocis-config.md b/storage/changelog/0.1.0_2020-03-23/new-ocis-config.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/new-ocis-config.md rename to storage/changelog/0.1.0_2020-03-23/new-ocis-config.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/pull-77.md b/storage/changelog/0.1.0_2020-03-23/pull-77.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/pull-77.md rename to storage/changelog/0.1.0_2020-03-23/pull-77.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/pull-91.md b/storage/changelog/0.1.0_2020-03-23/pull-91.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/pull-91.md rename to storage/changelog/0.1.0_2020-03-23/pull-91.md diff --git a/ocis-reva/changelog/0.1.0_2020-03-23/user-sharing-driver-json.md b/storage/changelog/0.1.0_2020-03-23/user-sharing-driver-json.md similarity index 100% rename from ocis-reva/changelog/0.1.0_2020-03-23/user-sharing-driver-json.md rename to storage/changelog/0.1.0_2020-03-23/user-sharing-driver-json.md diff --git a/ocis-reva/changelog/0.1.1_2020-03-31/fix-eos-config.md b/storage/changelog/0.1.1_2020-03-31/fix-eos-config.md similarity index 100% rename from ocis-reva/changelog/0.1.1_2020-03-31/fix-eos-config.md rename to storage/changelog/0.1.1_2020-03-31/fix-eos-config.md diff --git a/ocis-reva/changelog/0.10.0_2020-07-10/make-frontend-prefixes-configurable.md b/storage/changelog/0.10.0_2020-07-10/make-frontend-prefixes-configurable.md similarity index 100% rename from ocis-reva/changelog/0.10.0_2020-07-10/make-frontend-prefixes-configurable.md rename to storage/changelog/0.10.0_2020-07-10/make-frontend-prefixes-configurable.md diff --git a/ocis-reva/changelog/0.10.0_2020-07-10/update-reva-to-20200703.md b/storage/changelog/0.10.0_2020-07-10/update-reva-to-20200703.md similarity index 100% rename from ocis-reva/changelog/0.10.0_2020-07-10/update-reva-to-20200703.md rename to storage/changelog/0.10.0_2020-07-10/update-reva-to-20200703.md diff --git a/ocis-reva/changelog/0.10.0_2020-07-10/update-reva-to-20200709.md b/storage/changelog/0.10.0_2020-07-10/update-reva-to-20200709.md similarity index 100% rename from ocis-reva/changelog/0.10.0_2020-07-10/update-reva-to-20200709.md rename to storage/changelog/0.10.0_2020-07-10/update-reva-to-20200709.md diff --git a/ocis-reva/changelog/0.11.0_2020-07-23/update-reva-to-20200710.md b/storage/changelog/0.11.0_2020-07-23/update-reva-to-20200710.md similarity index 100% rename from ocis-reva/changelog/0.11.0_2020-07-23/update-reva-to-20200710.md rename to storage/changelog/0.11.0_2020-07-23/update-reva-to-20200710.md diff --git a/ocis-reva/changelog/0.11.0_2020-07-23/update-reva-to-20200722.md b/storage/changelog/0.11.0_2020-07-23/update-reva-to-20200722.md similarity index 100% rename from ocis-reva/changelog/0.11.0_2020-07-23/update-reva-to-20200722.md rename to storage/changelog/0.11.0_2020-07-23/update-reva-to-20200722.md diff --git a/ocis-reva/changelog/0.11.0_2020-07-23/use-alpine-latest.md b/storage/changelog/0.11.0_2020-07-23/use-alpine-latest.md similarity index 100% rename from ocis-reva/changelog/0.11.0_2020-07-23/use-alpine-latest.md rename to storage/changelog/0.11.0_2020-07-23/use-alpine-latest.md diff --git a/ocis-reva/changelog/0.12.0_2020-08-17/update-docs.md b/storage/changelog/0.12.0_2020-08-17/update-docs.md similarity index 100% rename from ocis-reva/changelog/0.12.0_2020-08-17/update-docs.md rename to storage/changelog/0.12.0_2020-08-17/update-docs.md diff --git a/ocis-reva/changelog/0.12.0_2020-08-17/update-ldap-config.md b/storage/changelog/0.12.0_2020-08-17/update-ldap-config.md similarity index 100% rename from ocis-reva/changelog/0.12.0_2020-08-17/update-ldap-config.md rename to storage/changelog/0.12.0_2020-08-17/update-ldap-config.md diff --git a/ocis-reva/changelog/0.12.0_2020-08-17/update-reva-to-20200724.md b/storage/changelog/0.12.0_2020-08-17/update-reva-to-20200724.md similarity index 100% rename from ocis-reva/changelog/0.12.0_2020-08-17/update-reva-to-20200724.md rename to storage/changelog/0.12.0_2020-08-17/update-reva-to-20200724.md diff --git a/ocis-reva/changelog/0.12.0_2020-08-17/update-reva-to-20200728.md b/storage/changelog/0.12.0_2020-08-17/update-reva-to-20200728.md similarity index 100% rename from ocis-reva/changelog/0.12.0_2020-08-17/update-reva-to-20200728.md rename to storage/changelog/0.12.0_2020-08-17/update-reva-to-20200728.md diff --git a/ocis-reva/changelog/0.12.0_2020-08-17/updates-for-username-userid-split.md b/storage/changelog/0.12.0_2020-08-17/updates-for-username-userid-split.md similarity index 100% rename from ocis-reva/changelog/0.12.0_2020-08-17/updates-for-username-userid-split.md rename to storage/changelog/0.12.0_2020-08-17/updates-for-username-userid-split.md diff --git a/ocis-reva/changelog/0.13.0_2020-08-27/separate-auth-user-providers.md b/storage/changelog/0.13.0_2020-08-27/separate-auth-user-providers.md similarity index 100% rename from ocis-reva/changelog/0.13.0_2020-08-27/separate-auth-user-providers.md rename to storage/changelog/0.13.0_2020-08-27/separate-auth-user-providers.md diff --git a/ocis-reva/changelog/0.13.0_2020-08-27/update-reva-to-20200728.md b/storage/changelog/0.13.0_2020-08-27/update-reva-to-20200728.md similarity index 100% rename from ocis-reva/changelog/0.13.0_2020-08-27/update-reva-to-20200728.md rename to storage/changelog/0.13.0_2020-08-27/update-reva-to-20200728.md diff --git a/ocis-reva/changelog/0.14.0_2020-09-11/config-cleanup.md b/storage/changelog/0.14.0_2020-09-11/config-cleanup.md similarity index 100% rename from ocis-reva/changelog/0.14.0_2020-09-11/config-cleanup.md rename to storage/changelog/0.14.0_2020-09-11/config-cleanup.md diff --git a/ocis-reva/changelog/0.14.0_2020-09-11/storage-registry-rules.md b/storage/changelog/0.14.0_2020-09-11/storage-registry-rules.md similarity index 100% rename from ocis-reva/changelog/0.14.0_2020-09-11/storage-registry-rules.md rename to storage/changelog/0.14.0_2020-09-11/storage-registry-rules.md diff --git a/ocis-reva/changelog/0.14.0_2020-09-11/update-reva-to-20200826.md b/storage/changelog/0.14.0_2020-09-11/update-reva-to-20200826.md similarity index 100% rename from ocis-reva/changelog/0.14.0_2020-09-11/update-reva-to-20200826.md rename to storage/changelog/0.14.0_2020-09-11/update-reva-to-20200826.md diff --git a/ocis-reva/changelog/0.14.0_2020-09-11/update-reva-to-20200911.md b/storage/changelog/0.14.0_2020-09-11/update-reva-to-20200911.md similarity index 100% rename from ocis-reva/changelog/0.14.0_2020-09-11/update-reva-to-20200911.md rename to storage/changelog/0.14.0_2020-09-11/update-reva-to-20200911.md diff --git a/ocis-reva/changelog/0.2.0_2020-04-15/fix-eos-config.md b/storage/changelog/0.2.0_2020-04-15/fix-eos-config.md similarity index 100% rename from ocis-reva/changelog/0.2.0_2020-04-15/fix-eos-config.md rename to storage/changelog/0.2.0_2020-04-15/fix-eos-config.md diff --git a/ocis-reva/changelog/0.2.0_2020-04-15/update-reva-to-20200414133413.md b/storage/changelog/0.2.0_2020-04-15/update-reva-to-20200414133413.md similarity index 100% rename from ocis-reva/changelog/0.2.0_2020-04-15/update-reva-to-20200414133413.md rename to storage/changelog/0.2.0_2020-04-15/update-reva-to-20200414133413.md diff --git a/ocis-reva/changelog/0.2.1_2020-04-28/gatewayconfig.md b/storage/changelog/0.2.1_2020-04-28/gatewayconfig.md similarity index 100% rename from ocis-reva/changelog/0.2.1_2020-04-28/gatewayconfig.md rename to storage/changelog/0.2.1_2020-04-28/gatewayconfig.md diff --git a/ocis-reva/changelog/0.2.1_2020-04-28/reva-ocis-logger.md b/storage/changelog/0.2.1_2020-04-28/reva-ocis-logger.md similarity index 100% rename from ocis-reva/changelog/0.2.1_2020-04-28/reva-ocis-logger.md rename to storage/changelog/0.2.1_2020-04-28/reva-ocis-logger.md diff --git a/ocis-reva/changelog/0.2.1_2020-04-28/unadvertise-chunking-v2.md b/storage/changelog/0.2.1_2020-04-28/unadvertise-chunking-v2.md similarity index 100% rename from ocis-reva/changelog/0.2.1_2020-04-28/unadvertise-chunking-v2.md rename to storage/changelog/0.2.1_2020-04-28/unadvertise-chunking-v2.md diff --git a/ocis-reva/changelog/0.3.0_2020-05-20/update-reva-to-20200518061204.md b/storage/changelog/0.3.0_2020-05-20/update-reva-to-20200518061204.md similarity index 100% rename from ocis-reva/changelog/0.3.0_2020-05-20/update-reva-to-20200518061204.md rename to storage/changelog/0.3.0_2020-05-20/update-reva-to-20200518061204.md diff --git a/ocis-reva/changelog/0.4.0_2020-05-29/public-shares.md b/storage/changelog/0.4.0_2020-05-29/public-shares.md similarity index 100% rename from ocis-reva/changelog/0.4.0_2020-05-29/public-shares.md rename to storage/changelog/0.4.0_2020-05-29/public-shares.md diff --git a/ocis-reva/changelog/0.4.0_2020-05-29/update-reva-to-20200529120551.md b/storage/changelog/0.4.0_2020-05-29/update-reva-to-20200529120551.md similarity index 100% rename from ocis-reva/changelog/0.4.0_2020-05-29/update-reva-to-20200529120551.md rename to storage/changelog/0.4.0_2020-05-29/update-reva-to-20200529120551.md diff --git a/ocis-reva/changelog/0.5.0_2020-06-04/add-tus-global-capabilities.md b/storage/changelog/0.5.0_2020-06-04/add-tus-global-capabilities.md similarity index 100% rename from ocis-reva/changelog/0.5.0_2020-06-04/add-tus-global-capabilities.md rename to storage/changelog/0.5.0_2020-06-04/add-tus-global-capabilities.md diff --git a/ocis-reva/changelog/0.5.0_2020-06-04/update-reva-to-20200603071553.md b/storage/changelog/0.5.0_2020-06-04/update-reva-to-20200603071553.md similarity index 100% rename from ocis-reva/changelog/0.5.0_2020-06-04/update-reva-to-20200603071553.md rename to storage/changelog/0.5.0_2020-06-04/update-reva-to-20200603071553.md diff --git a/ocis-reva/changelog/0.6.0_2020-06-24/update-reva-to-20200624.md b/storage/changelog/0.6.0_2020-06-24/update-reva-to-20200624.md similarity index 100% rename from ocis-reva/changelog/0.6.0_2020-06-24/update-reva-to-20200624.md rename to storage/changelog/0.6.0_2020-06-24/update-reva-to-20200624.md diff --git a/ocis-reva/changelog/0.7.0_2020-06-26/update-reva-to-20200625.md b/storage/changelog/0.7.0_2020-06-26/update-reva-to-20200625.md similarity index 100% rename from ocis-reva/changelog/0.7.0_2020-06-26/update-reva-to-20200625.md rename to storage/changelog/0.7.0_2020-06-26/update-reva-to-20200625.md diff --git a/ocis-reva/changelog/0.8.0_2020-06-29/update-reva-to-20200629.md b/storage/changelog/0.8.0_2020-06-29/update-reva-to-20200629.md similarity index 100% rename from ocis-reva/changelog/0.8.0_2020-06-29/update-reva-to-20200629.md rename to storage/changelog/0.8.0_2020-06-29/update-reva-to-20200629.md diff --git a/ocis-reva/changelog/0.9.0_2020-07-01/allow-datagateway-transfers-24h.md b/storage/changelog/0.9.0_2020-07-01/allow-datagateway-transfers-24h.md similarity index 100% rename from ocis-reva/changelog/0.9.0_2020-07-01/allow-datagateway-transfers-24h.md rename to storage/changelog/0.9.0_2020-07-01/allow-datagateway-transfers-24h.md diff --git a/ocis-reva/changelog/0.9.0_2020-07-01/update-reva-to-20200630.md b/storage/changelog/0.9.0_2020-07-01/update-reva-to-20200630.md similarity index 100% rename from ocis-reva/changelog/0.9.0_2020-07-01/update-reva-to-20200630.md rename to storage/changelog/0.9.0_2020-07-01/update-reva-to-20200630.md diff --git a/ocis-reva/changelog/0.9.0_2020-07-01/update-reva-to-20200701.md b/storage/changelog/0.9.0_2020-07-01/update-reva-to-20200701.md similarity index 100% rename from ocis-reva/changelog/0.9.0_2020-07-01/update-reva-to-20200701.md rename to storage/changelog/0.9.0_2020-07-01/update-reva-to-20200701.md diff --git a/ocis-reva/changelog/0.9.1_2020-07-02/new-config-options b/storage/changelog/0.9.1_2020-07-02/new-config-options similarity index 100% rename from ocis-reva/changelog/0.9.1_2020-07-02/new-config-options rename to storage/changelog/0.9.1_2020-07-02/new-config-options diff --git a/ocis-reva/changelog/CHANGELOG.tmpl b/storage/changelog/CHANGELOG.tmpl similarity index 100% rename from ocis-reva/changelog/CHANGELOG.tmpl rename to storage/changelog/CHANGELOG.tmpl diff --git a/ocis-reva/changelog/README.md b/storage/changelog/README.md similarity index 100% rename from ocis-reva/changelog/README.md rename to storage/changelog/README.md diff --git a/ocis-reva/changelog/TEMPLATE b/storage/changelog/TEMPLATE similarity index 100% rename from ocis-reva/changelog/TEMPLATE rename to storage/changelog/TEMPLATE diff --git a/ocis-reva/changelog/unreleased/.keep b/storage/changelog/unreleased/.keep similarity index 100% rename from ocis-reva/changelog/unreleased/.keep rename to storage/changelog/unreleased/.keep diff --git a/ocis-reva/changelog/unreleased/enable-treetime-accounting.md b/storage/changelog/unreleased/enable-treetime-accounting.md similarity index 100% rename from ocis-reva/changelog/unreleased/enable-treetime-accounting.md rename to storage/changelog/unreleased/enable-treetime-accounting.md diff --git a/ocis-reva/changelog/unreleased/metadata-storage.md b/storage/changelog/unreleased/metadata-storage.md similarity index 100% rename from ocis-reva/changelog/unreleased/metadata-storage.md rename to storage/changelog/unreleased/metadata-storage.md diff --git a/ocis-reva/changelog/unreleased/update-reva-to-20200924.md b/storage/changelog/unreleased/update-reva-to-20200924.md similarity index 100% rename from ocis-reva/changelog/unreleased/update-reva-to-20200924.md rename to storage/changelog/unreleased/update-reva-to-20200924.md diff --git a/ocis-reva/cmd/ocis-reva/main.go b/storage/cmd/storage/main.go similarity index 100% rename from ocis-reva/cmd/ocis-reva/main.go rename to storage/cmd/storage/main.go diff --git a/ocis-reva/composer.json b/storage/composer.json similarity index 100% rename from ocis-reva/composer.json rename to storage/composer.json diff --git a/ocis-reva/config/example.json b/storage/config/example.json similarity index 100% rename from ocis-reva/config/example.json rename to storage/config/example.json diff --git a/ocis-reva/config/example.yml b/storage/config/example.yml similarity index 100% rename from ocis-reva/config/example.yml rename to storage/config/example.yml diff --git a/ocis-reva/docker/Dockerfile.linux.amd64 b/storage/docker/Dockerfile.linux.amd64 similarity index 100% rename from ocis-reva/docker/Dockerfile.linux.amd64 rename to storage/docker/Dockerfile.linux.amd64 diff --git a/ocis-reva/docker/Dockerfile.linux.arm b/storage/docker/Dockerfile.linux.arm similarity index 100% rename from ocis-reva/docker/Dockerfile.linux.arm rename to storage/docker/Dockerfile.linux.arm diff --git a/ocis-reva/docker/Dockerfile.linux.arm64 b/storage/docker/Dockerfile.linux.arm64 similarity index 100% rename from ocis-reva/docker/Dockerfile.linux.arm64 rename to storage/docker/Dockerfile.linux.arm64 diff --git a/ocis-reva/docker/manifest.tmpl b/storage/docker/manifest.tmpl similarity index 100% rename from ocis-reva/docker/manifest.tmpl rename to storage/docker/manifest.tmpl diff --git a/ocis-reva/go.mod b/storage/go.mod similarity index 92% rename from ocis-reva/go.mod rename to storage/go.mod index a2ffb75aed..c16b7b8f59 100644 --- a/ocis-reva/go.mod +++ b/storage/go.mod @@ -1,4 +1,4 @@ -module github.com/owncloud/ocis/ocis-reva +module github.com/owncloud/ocis/storage go 1.13 diff --git a/ocis-reva/go.sum b/storage/go.sum similarity index 100% rename from ocis-reva/go.sum rename to storage/go.sum diff --git a/ocis-reva/pkg/command/authbasic.go b/storage/pkg/command/authbasic.go similarity index 100% rename from ocis-reva/pkg/command/authbasic.go rename to storage/pkg/command/authbasic.go diff --git a/ocis-reva/pkg/command/authbearer.go b/storage/pkg/command/authbearer.go similarity index 100% rename from ocis-reva/pkg/command/authbearer.go rename to storage/pkg/command/authbearer.go diff --git a/ocis-reva/pkg/command/drivers.go b/storage/pkg/command/drivers.go similarity index 100% rename from ocis-reva/pkg/command/drivers.go rename to storage/pkg/command/drivers.go diff --git a/ocis-reva/pkg/command/frontend.go b/storage/pkg/command/frontend.go similarity index 100% rename from ocis-reva/pkg/command/frontend.go rename to storage/pkg/command/frontend.go diff --git a/ocis-reva/pkg/command/gateway.go b/storage/pkg/command/gateway.go similarity index 100% rename from ocis-reva/pkg/command/gateway.go rename to storage/pkg/command/gateway.go diff --git a/ocis-reva/pkg/command/health.go b/storage/pkg/command/health.go similarity index 100% rename from ocis-reva/pkg/command/health.go rename to storage/pkg/command/health.go diff --git a/ocis-reva/pkg/command/root.go b/storage/pkg/command/root.go similarity index 97% rename from ocis-reva/pkg/command/root.go rename to storage/pkg/command/root.go index add5d853fa..15bb9f7c88 100644 --- a/ocis-reva/pkg/command/root.go +++ b/storage/pkg/command/root.go @@ -17,7 +17,7 @@ func Execute() error { cfg := config.New() app := &cli.App{ - Name: "ocis-reva", + Name: "storage", Version: version.String, Usage: "Example service for Reva/oCIS", Compiled: version.Compiled(), @@ -35,7 +35,7 @@ func Execute() error { logger := NewLogger(cfg) viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_")) - viper.SetEnvPrefix("REVA") + viper.SetEnvPrefix("STORAGE") viper.AutomaticEnv() if c.IsSet("config-file") { diff --git a/ocis-reva/pkg/command/sharing.go b/storage/pkg/command/sharing.go similarity index 100% rename from ocis-reva/pkg/command/sharing.go rename to storage/pkg/command/sharing.go diff --git a/ocis-reva/pkg/command/storageeos.go b/storage/pkg/command/storageeos.go similarity index 100% rename from ocis-reva/pkg/command/storageeos.go rename to storage/pkg/command/storageeos.go diff --git a/ocis-reva/pkg/command/storageeosdata.go b/storage/pkg/command/storageeosdata.go similarity index 100% rename from ocis-reva/pkg/command/storageeosdata.go rename to storage/pkg/command/storageeosdata.go diff --git a/ocis-reva/pkg/command/storagehome.go b/storage/pkg/command/storagehome.go similarity index 100% rename from ocis-reva/pkg/command/storagehome.go rename to storage/pkg/command/storagehome.go diff --git a/ocis-reva/pkg/command/storagehomedata.go b/storage/pkg/command/storagehomedata.go similarity index 100% rename from ocis-reva/pkg/command/storagehomedata.go rename to storage/pkg/command/storagehomedata.go diff --git a/ocis-reva/pkg/command/storagemetadata.go b/storage/pkg/command/storagemetadata.go similarity index 100% rename from ocis-reva/pkg/command/storagemetadata.go rename to storage/pkg/command/storagemetadata.go diff --git a/ocis-reva/pkg/command/storageoc.go b/storage/pkg/command/storageoc.go similarity index 100% rename from ocis-reva/pkg/command/storageoc.go rename to storage/pkg/command/storageoc.go diff --git a/ocis-reva/pkg/command/storageocdata.go b/storage/pkg/command/storageocdata.go similarity index 100% rename from ocis-reva/pkg/command/storageocdata.go rename to storage/pkg/command/storageocdata.go diff --git a/ocis-reva/pkg/command/storagepubliclink.go b/storage/pkg/command/storagepubliclink.go similarity index 100% rename from ocis-reva/pkg/command/storagepubliclink.go rename to storage/pkg/command/storagepubliclink.go diff --git a/ocis-reva/pkg/command/storageroot.go b/storage/pkg/command/storageroot.go similarity index 100% rename from ocis-reva/pkg/command/storageroot.go rename to storage/pkg/command/storageroot.go diff --git a/ocis-reva/pkg/command/users.go b/storage/pkg/command/users.go similarity index 100% rename from ocis-reva/pkg/command/users.go rename to storage/pkg/command/users.go diff --git a/ocis-reva/pkg/config/config.go b/storage/pkg/config/config.go similarity index 100% rename from ocis-reva/pkg/config/config.go rename to storage/pkg/config/config.go diff --git a/ocis-reva/pkg/flagset/authbasic.go b/storage/pkg/flagset/authbasic.go similarity index 100% rename from ocis-reva/pkg/flagset/authbasic.go rename to storage/pkg/flagset/authbasic.go diff --git a/ocis-reva/pkg/flagset/authbearer.go b/storage/pkg/flagset/authbearer.go similarity index 100% rename from ocis-reva/pkg/flagset/authbearer.go rename to storage/pkg/flagset/authbearer.go diff --git a/ocis-reva/pkg/flagset/debug.go b/storage/pkg/flagset/debug.go similarity index 100% rename from ocis-reva/pkg/flagset/debug.go rename to storage/pkg/flagset/debug.go diff --git a/ocis-reva/pkg/flagset/drivereos.go b/storage/pkg/flagset/drivereos.go similarity index 100% rename from ocis-reva/pkg/flagset/drivereos.go rename to storage/pkg/flagset/drivereos.go diff --git a/ocis-reva/pkg/flagset/driverlocal.go b/storage/pkg/flagset/driverlocal.go similarity index 100% rename from ocis-reva/pkg/flagset/driverlocal.go rename to storage/pkg/flagset/driverlocal.go diff --git a/ocis-reva/pkg/flagset/driverocis.go b/storage/pkg/flagset/driverocis.go similarity index 100% rename from ocis-reva/pkg/flagset/driverocis.go rename to storage/pkg/flagset/driverocis.go diff --git a/ocis-reva/pkg/flagset/driverowncloud.go b/storage/pkg/flagset/driverowncloud.go similarity index 100% rename from ocis-reva/pkg/flagset/driverowncloud.go rename to storage/pkg/flagset/driverowncloud.go diff --git a/ocis-reva/pkg/flagset/frontend.go b/storage/pkg/flagset/frontend.go similarity index 100% rename from ocis-reva/pkg/flagset/frontend.go rename to storage/pkg/flagset/frontend.go diff --git a/ocis-reva/pkg/flagset/gateway.go b/storage/pkg/flagset/gateway.go similarity index 100% rename from ocis-reva/pkg/flagset/gateway.go rename to storage/pkg/flagset/gateway.go diff --git a/ocis-reva/pkg/flagset/health.go b/storage/pkg/flagset/health.go similarity index 100% rename from ocis-reva/pkg/flagset/health.go rename to storage/pkg/flagset/health.go diff --git a/ocis-reva/pkg/flagset/ldap.go b/storage/pkg/flagset/ldap.go similarity index 100% rename from ocis-reva/pkg/flagset/ldap.go rename to storage/pkg/flagset/ldap.go diff --git a/ocis-reva/pkg/flagset/root.go b/storage/pkg/flagset/root.go similarity index 100% rename from ocis-reva/pkg/flagset/root.go rename to storage/pkg/flagset/root.go diff --git a/ocis-reva/pkg/flagset/secret.go b/storage/pkg/flagset/secret.go similarity index 100% rename from ocis-reva/pkg/flagset/secret.go rename to storage/pkg/flagset/secret.go diff --git a/ocis-reva/pkg/flagset/sharing.go b/storage/pkg/flagset/sharing.go similarity index 100% rename from ocis-reva/pkg/flagset/sharing.go rename to storage/pkg/flagset/sharing.go diff --git a/ocis-reva/pkg/flagset/storageeos.go b/storage/pkg/flagset/storageeos.go similarity index 100% rename from ocis-reva/pkg/flagset/storageeos.go rename to storage/pkg/flagset/storageeos.go diff --git a/ocis-reva/pkg/flagset/storageeosdata.go b/storage/pkg/flagset/storageeosdata.go similarity index 100% rename from ocis-reva/pkg/flagset/storageeosdata.go rename to storage/pkg/flagset/storageeosdata.go diff --git a/ocis-reva/pkg/flagset/storagehome.go b/storage/pkg/flagset/storagehome.go similarity index 100% rename from ocis-reva/pkg/flagset/storagehome.go rename to storage/pkg/flagset/storagehome.go diff --git a/ocis-reva/pkg/flagset/storagehomedata.go b/storage/pkg/flagset/storagehomedata.go similarity index 100% rename from ocis-reva/pkg/flagset/storagehomedata.go rename to storage/pkg/flagset/storagehomedata.go diff --git a/ocis-reva/pkg/flagset/storagemetadata.go b/storage/pkg/flagset/storagemetadata.go similarity index 100% rename from ocis-reva/pkg/flagset/storagemetadata.go rename to storage/pkg/flagset/storagemetadata.go diff --git a/ocis-reva/pkg/flagset/storageoc.go b/storage/pkg/flagset/storageoc.go similarity index 100% rename from ocis-reva/pkg/flagset/storageoc.go rename to storage/pkg/flagset/storageoc.go diff --git a/ocis-reva/pkg/flagset/storageocdata.go b/storage/pkg/flagset/storageocdata.go similarity index 100% rename from ocis-reva/pkg/flagset/storageocdata.go rename to storage/pkg/flagset/storageocdata.go diff --git a/ocis-reva/pkg/flagset/storagepubliclink.go b/storage/pkg/flagset/storagepubliclink.go similarity index 100% rename from ocis-reva/pkg/flagset/storagepubliclink.go rename to storage/pkg/flagset/storagepubliclink.go diff --git a/ocis-reva/pkg/flagset/storageroot.go b/storage/pkg/flagset/storageroot.go similarity index 100% rename from ocis-reva/pkg/flagset/storageroot.go rename to storage/pkg/flagset/storageroot.go diff --git a/ocis-reva/pkg/flagset/tracing.go b/storage/pkg/flagset/tracing.go similarity index 100% rename from ocis-reva/pkg/flagset/tracing.go rename to storage/pkg/flagset/tracing.go diff --git a/ocis-reva/pkg/flagset/users.go b/storage/pkg/flagset/users.go similarity index 100% rename from ocis-reva/pkg/flagset/users.go rename to storage/pkg/flagset/users.go diff --git a/ocis-reva/pkg/server/debug/option.go b/storage/pkg/server/debug/option.go similarity index 100% rename from ocis-reva/pkg/server/debug/option.go rename to storage/pkg/server/debug/option.go diff --git a/ocis-reva/pkg/server/debug/server.go b/storage/pkg/server/debug/server.go similarity index 100% rename from ocis-reva/pkg/server/debug/server.go rename to storage/pkg/server/debug/server.go diff --git a/ocis-reva/pkg/service/external/external.go b/storage/pkg/service/external/external.go similarity index 100% rename from ocis-reva/pkg/service/external/external.go rename to storage/pkg/service/external/external.go diff --git a/ocis-reva/pkg/service/external/external_test.go b/storage/pkg/service/external/external_test.go similarity index 100% rename from ocis-reva/pkg/service/external/external_test.go rename to storage/pkg/service/external/external_test.go diff --git a/ocis-reva/pkg/version/version.go b/storage/pkg/version/version.go similarity index 100% rename from ocis-reva/pkg/version/version.go rename to storage/pkg/version/version.go diff --git a/ocis-reva/reflex.conf b/storage/reflex.conf similarity index 100% rename from ocis-reva/reflex.conf rename to storage/reflex.conf diff --git a/ocis-reva/templates/CONFIGURATION.tmpl b/storage/templates/CONFIGURATION.tmpl similarity index 100% rename from ocis-reva/templates/CONFIGURATION.tmpl rename to storage/templates/CONFIGURATION.tmpl diff --git a/ocis-reva/tests/acceptance/config/behat.yml b/storage/tests/acceptance/config/behat.yml similarity index 100% rename from ocis-reva/tests/acceptance/config/behat.yml rename to storage/tests/acceptance/config/behat.yml diff --git a/ocis-reva/tests/acceptance/expected-failures-on-EOS-storage.txt b/storage/tests/acceptance/expected-failures-on-EOS-storage.txt similarity index 100% rename from ocis-reva/tests/acceptance/expected-failures-on-EOS-storage.txt rename to storage/tests/acceptance/expected-failures-on-EOS-storage.txt diff --git a/ocis-reva/tests/acceptance/expected-failures-on-OCIS-storage.txt b/storage/tests/acceptance/expected-failures-on-OCIS-storage.txt similarity index 100% rename from ocis-reva/tests/acceptance/expected-failures-on-OCIS-storage.txt rename to storage/tests/acceptance/expected-failures-on-OCIS-storage.txt diff --git a/ocis-reva/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt b/storage/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt similarity index 100% rename from ocis-reva/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt rename to storage/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsDELETEAuth.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsDELETEAuth.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsDELETEAuth.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsDELETEAuth.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPOSTAuth.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPOSTAuth.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPOSTAuth.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPOSTAuth.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavLOCKAuth.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavLOCKAuth.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavLOCKAuth.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavLOCKAuth.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavMOVEAuth.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavMOVEAuth.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavMOVEAuth.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavMOVEAuth.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiAuthWebDav-webDavPROPFINDAuth.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiCapabilities-capabilitiesWithNormalUser.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiCapabilities-capabilitiesWithNormalUser.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiCapabilities-capabilitiesWithNormalUser.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiCapabilities-capabilitiesWithNormalUser.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiFavorites-favorites.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiFavorites-favorites.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiFavorites-favorites.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiFavorites-favorites.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiMain-checksums.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiMain-checksums.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiMain-checksums.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiMain-checksums.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiMain-main.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiMain-main.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiMain-main.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiMain-main.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareCreateSpecial2-createShareWithInvalidPermissions.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiShareCreateSpecial2-createShareWithInvalidPermissions.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareCreateSpecial2-createShareWithInvalidPermissions.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiShareCreateSpecial2-createShareWithInvalidPermissions.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-createShare.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-createShare.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-createShare.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-createShare.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-deleteShare.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-deleteShare.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-deleteShare.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-deleteShare.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareOperations-accessToShare.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiShareOperations-accessToShare.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareOperations-accessToShare.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiShareOperations-accessToShare.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareOperations-getWebDAVSharePermissions.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiShareOperations-getWebDAVSharePermissions.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareOperations-getWebDAVSharePermissions.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiShareOperations-getWebDAVSharePermissions.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareOperations-gettingShares.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiShareOperations-gettingShares.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareOperations-gettingShares.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiShareOperations-gettingShares.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink1-createPublicLinkShare.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink1-createPublicLinkShare.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink1-createPublicLinkShare.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink1-createPublicLinkShare.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-copyFromPublicLink.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-copyFromPublicLink.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-copyFromPublicLink.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-copyFromPublicLink.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-updatePublicLinkShare.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-updatePublicLinkShare.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-updatePublicLinkShare.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-updatePublicLinkShare.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareUpdate-updateShare.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiShareUpdate-updateShare.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiShareUpdate-updateShare.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiShareUpdate-updateShare.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinDelete.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinDelete.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinDelete.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinDelete.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolder.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolder.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolder.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolder.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolderToBlacklistedName.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolderToBlacklistedName.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolderToBlacklistedName.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavMove1-moveFolderToBlacklistedName.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFile.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFile.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFile.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFile.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFileToBlacklistedName.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFileToBlacklistedName.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFileToBlacklistedName.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavMove2-moveFileToBlacklistedName.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-downloadFile.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-downloadFile.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-downloadFile.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-downloadFile.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-refuseAccess.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-refuseAccess.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-refuseAccess.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavOperations-refuseAccess.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavPreviews-previews.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavPreviews-previews.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavPreviews-previews.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavPreviews-previews.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-createFolder.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-createFolder.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-createFolder.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-createFolder.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-setFileProperties.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-setFileProperties.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-setFileProperties.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties1-setFileProperties.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties2-getFileProperties.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties2-getFileProperties.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties2-getFileProperties.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavProperties2-getFileProperties.feature diff --git a/ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavUpload1-uploadFile.feature b/storage/tests/acceptance/features/apiOcisSpecific/apiWebdavUpload1-uploadFile.feature similarity index 100% rename from ocis-reva/tests/acceptance/features/apiOcisSpecific/apiWebdavUpload1-uploadFile.feature rename to storage/tests/acceptance/features/apiOcisSpecific/apiWebdavUpload1-uploadFile.feature diff --git a/ocis-reva/tests/acceptance/features/bootstrap/RevaContext.php b/storage/tests/acceptance/features/bootstrap/RevaContext.php similarity index 100% rename from ocis-reva/tests/acceptance/features/bootstrap/RevaContext.php rename to storage/tests/acceptance/features/bootstrap/RevaContext.php diff --git a/ocis-reva/tests/acceptance/features/bootstrap/bootstrap.php b/storage/tests/acceptance/features/bootstrap/bootstrap.php similarity index 100% rename from ocis-reva/tests/acceptance/features/bootstrap/bootstrap.php rename to storage/tests/acceptance/features/bootstrap/bootstrap.php diff --git a/ocis-reva/tests/config/config.json b/storage/tests/config/config.json similarity index 100% rename from ocis-reva/tests/config/config.json rename to storage/tests/config/config.json diff --git a/ocis-reva/tests/config/identifier-registration.yml b/storage/tests/config/identifier-registration.yml similarity index 100% rename from ocis-reva/tests/config/identifier-registration.yml rename to storage/tests/config/identifier-registration.yml diff --git a/ocis-reva/tests/data/testusers.ldif b/storage/tests/data/testusers.ldif similarity index 100% rename from ocis-reva/tests/data/testusers.ldif rename to storage/tests/data/testusers.ldif diff --git a/ocis-reva/tools.go b/storage/tools.go similarity index 100% rename from ocis-reva/tools.go rename to storage/tools.go diff --git a/ocis-reva/vendor-bin/behat/composer.json b/storage/vendor-bin/behat/composer.json similarity index 100% rename from ocis-reva/vendor-bin/behat/composer.json rename to storage/vendor-bin/behat/composer.json