Skip to content

Commit

Permalink
commit 40d5f95
Browse files Browse the repository at this point in the history
Merge: d8e84db 1c5bfac
Author: Benedikt Kulmann <[email protected]>
Date:   Mon May 2 12:59:53 2022 +0200

    Merge pull request #3626 from owncloud/spaces-capability-feature-flags

    Spaces capability feature flags
  • Loading branch information
kulmann committed May 2, 2022
1 parent 1fae68c commit 52471bb
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions extensions/_includes/frontend-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ machine_auth_api_key: ""
skip_users_groups_in_token: false
favorites: false
enable_project_spaces: true
enable_share_jail: true
upload_max_chunk_size: 100000000
upload_http_method_override: ""
default_upload_protocol: tus
Expand Down
2 changes: 2 additions & 0 deletions extensions/_includes/frontend_configvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
| FRONTEND_HTTP_PROTOCOL | string | tcp | The transport protocol of the http service.|
| STORAGE_TRANSFER_SECRET | string | | |
| OCIS_MACHINE_AUTH_API_KEY;FRONTEND_MACHINE_AUTH_API_KEY | string | | |
| FRONTEND_ENABLE_PROJECT_SPACES | bool | true | Indicates to clients that project spaces are supposed to be made available.|
| FRONTEND_ENABLE_SHARE_JAIL | bool | true | Indicates to clients that the share jail is supposed to be used.|
| OCIS_URL;FRONTEND_PUBLIC_URL | string | https://localhost:9200 | |
| OCIS_INSECURE;FRONTEND_ARCHIVER_INSECURE | bool | false | |
| OCIS_INSECURE;FRONTEND_APPPROVIDER_INSECURE | bool | false | |
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/accounts/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.accounts.v0"
url: /grpc_apis/ocis_messages_accounts_v0
date: 2022-05-02T10:46:07Z
date: 2022-05-02T11:01:52Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.settings.v0"
url: /grpc_apis/ocis_messages_settings_v0
date: 2022-05-02T10:46:07Z
date: 2022-05-02T11:01:52Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.store.v0"
url: /grpc_apis/ocis_messages_store_v0
date: 2022-05-02T10:46:06Z
date: 2022-05-02T11:01:52Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.thumbnails.v0"
url: /grpc_apis/ocis_messages_thumbnails_v0
date: 2022-05-02T10:46:06Z
date: 2022-05-02T11:01:52Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/accounts/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.accounts.v0"
url: /grpc_apis/ocis_services_accounts_v0
date: 2022-05-02T10:46:07Z
date: 2022-05-02T11:01:52Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.settings.v0"
url: /grpc_apis/ocis_services_settings_v0
date: 2022-05-02T10:46:07Z
date: 2022-05-02T11:01:52Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.store.v0"
url: /grpc_apis/ocis_services_store_v0
date: 2022-05-02T10:46:06Z
date: 2022-05-02T11:01:52Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.thumbnails.v0"
url: /grpc_apis/ocis_services_thumbnails_v0
date: 2022-05-02T10:46:06Z
date: 2022-05-02T11:01:52Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down

0 comments on commit 52471bb

Please sign in to comment.