You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{% dir name="machine_secret" type="string" default="nil" %}}
12
+
Secret used for the gateway to authenticate a user when using a signed URL [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/interceptors/auth/auth.go#L74)
Copy file name to clipboardExpand all lines: docs/content/en/docs/autogenerated/http/services/dataprovider/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ driver = "localhome"
24
24
{{< /highlight >}}
25
25
{{% /dir %}}
26
26
27
-
{{% dir name="drivers" type="map[string]map[string]interface{}" default="localhome" %}}
27
+
{{% dir name="drivers" type="map[string]map[string]any" default="localhome" %}}
28
28
The configuration for the storage driver [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/dataprovider/dataprovider.go#L42)
29
29
{{< highlight toml >}}
30
30
[http.services.dataprovider.drivers.localhome]
@@ -35,7 +35,7 @@ user_layout = "{{.Username}}"
35
35
{{< /highlight >}}
36
36
{{% /dir %}}
37
37
38
-
{{% dir name="data_txs" type="map[string]map[string]interface{}" default="simple" %}}
38
+
{{% dir name="data_txs" type="map[string]map[string]any" default="simple" %}}
39
39
The configuration for the data tx protocols [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/dataprovider/dataprovider.go#L43)
Copy file name to clipboardExpand all lines: docs/content/en/docs/autogenerated/http/services/owncloud/ocdav/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ description: >
9
9
# _struct: Config_
10
10
11
11
{{% dir name="insecure" type="bool" default=false %}}
12
-
Whether to skip certificate checks when sending requests. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L119)
12
+
Whether to skip certificate checks when sending requests. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L120)
13
13
{{< highlight toml >}}
14
14
[http.services.owncloud.ocdav]
15
15
insecure = false
16
16
{{< /highlight >}}
17
17
{{% /dir %}}
18
18
19
-
{{% dir name="notifications" type="map[string]interface{}" default=nil %}}
20
-
settings for the notification helper [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L132)
19
+
{{% dir name="notifications" type="map[string]any" default=nil %}}
20
+
settings for the notification helper [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L133)
{{% dir name="invite_accept_dialog" type="string" default="/sciencemesh-app/invitations" %}}
51
+
{{% dir name="invite_accept_dialog" type="string" default="/open-cloud-mesh/accept-invite" %}}
52
52
The frontend URL where to land when receiving an invitation [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/wellknown/ocm.go#L38)
0 commit comments