-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete code and move to other repositories
- Loading branch information
Showing
199 changed files
with
142 additions
and
18,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,3 +56,5 @@ tests/ocis/tests/acceptance/work_tmp | |
toolchain/ | ||
|
||
logs_test/ | ||
|
||
tmp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Enhancement: Remove domain-specific code to other repos | ||
|
||
https://github.com/cs3org/reva/pull/4579 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/content/en/docs/config/http/services/experimental/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "experimental" | ||
linkTitle: "experimental" | ||
weight: 10 | ||
description: > | ||
Configuration for the experimental service | ||
--- |
42 changes: 42 additions & 0 deletions
42
docs/content/en/docs/config/http/services/experimental/overleaf/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "overleaf" | ||
linkTitle: "overleaf" | ||
weight: 10 | ||
description: > | ||
Configuration for the overleaf service | ||
--- | ||
|
||
# _struct: config_ | ||
|
||
{{% dir name="app_name" type="string" default="" %}} | ||
The App user-friendly name. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/experimental/overleaf/overleaf.go#L58) | ||
{{< highlight toml >}} | ||
[http.services.experimental.overleaf] | ||
app_name = "" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
||
{{% dir name="archiver_url" type="string" default="" %}} | ||
Internet-facing URL of the archiver service, used to serve the files to Overleaf. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/experimental/overleaf/overleaf.go#L59) | ||
{{< highlight toml >}} | ||
[http.services.experimental.overleaf] | ||
archiver_url = "" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
||
{{% dir name="app_url" type="string" default="" %}} | ||
The App URL. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/experimental/overleaf/overleaf.go#L60) | ||
{{< highlight toml >}} | ||
[http.services.experimental.overleaf] | ||
app_url = "" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
||
{{% dir name="insecure" type="bool" default=false %}} | ||
Whether to skip certificate checks when sending requests. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/experimental/overleaf/overleaf.go#L61) | ||
{{< highlight toml >}} | ||
[http.services.experimental.overleaf] | ||
insecure = false | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
7 changes: 7 additions & 0 deletions
7
docs/content/en/docs/config/http/services/opencloudmesh/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "opencloudmesh" | ||
linkTitle: "opencloudmesh" | ||
weight: 10 | ||
description: > | ||
Configuration for the opencloudmesh service | ||
--- |
66 changes: 66 additions & 0 deletions
66
docs/content/en/docs/config/http/services/opencloudmesh/ocmprovider/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
title: "ocmprovider" | ||
linkTitle: "ocmprovider" | ||
weight: 10 | ||
description: > | ||
Configuration for the ocmprovider service | ||
--- | ||
|
||
# _struct: config_ | ||
|
||
{{% dir name="ocm_prefix" type="string" default="ocm" %}} | ||
The prefix URL where the OCM API is served. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/opencloudmesh/ocmprovider/ocmprovider.go#L40) | ||
{{< highlight toml >}} | ||
[http.services.opencloudmesh.ocmprovider] | ||
ocm_prefix = "ocm" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
||
{{% dir name="endpoint" type="string" default="This host's full URL. If it's not configured, it is assumed OCM is not available." %}} | ||
[[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/opencloudmesh/ocmprovider/ocmprovider.go#L41) | ||
{{< highlight toml >}} | ||
[http.services.opencloudmesh.ocmprovider] | ||
endpoint = "This host's full URL. If it's not configured, it is assumed OCM is not available." | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
||
{{% dir name="provider" type="string" default="reva" %}} | ||
A friendly name that defines this service. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/opencloudmesh/ocmprovider/ocmprovider.go#L42) | ||
{{< highlight toml >}} | ||
[http.services.opencloudmesh.ocmprovider] | ||
provider = "reva" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
||
{{% dir name="webdav_root" type="string" default="/remote.php/dav/ocm" %}} | ||
The root URL of the WebDAV endpoint to serve OCM shares. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/opencloudmesh/ocmprovider/ocmprovider.go#L43) | ||
{{< highlight toml >}} | ||
[http.services.opencloudmesh.ocmprovider] | ||
webdav_root = "/remote.php/dav/ocm" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
||
{{% dir name="webapp_root" type="string" default="/external/sciencemesh" %}} | ||
The root URL to serve Web apps via OCM. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/opencloudmesh/ocmprovider/ocmprovider.go#L44) | ||
{{< highlight toml >}} | ||
[http.services.opencloudmesh.ocmprovider] | ||
webapp_root = "/external/sciencemesh" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
||
{{% dir name="enable_webapp" type="bool" default=false %}} | ||
Whether web apps are enabled in OCM shares. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/opencloudmesh/ocmprovider/ocmprovider.go#L45) | ||
{{< highlight toml >}} | ||
[http.services.opencloudmesh.ocmprovider] | ||
enable_webapp = false | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
||
{{% dir name="enable_datatx" type="bool" default=false %}} | ||
Whether data transfers are enabled in OCM shares. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/opencloudmesh/ocmprovider/ocmprovider.go#L46) | ||
{{< highlight toml >}} | ||
[http.services.opencloudmesh.ocmprovider] | ||
enable_datatx = false | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.