Skip to content

Commit 580801c

Browse files
authored
Merge pull request #11681 from owncloud/add_envvar_deltas
[docs-only] Create Added/Removed/Deprecated envvar tables for Balch
2 parents bb45111 + f49d94d commit 580801c

File tree

7 files changed

+55
-1
lines changed

7 files changed

+55
-1
lines changed

docs/helpers/changed_envvars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# DO NOT CHANGE
4343
# this is the path the added/removed result is written to
44-
adocWritePath: str = 'docs/services/general-info/env-var-deltas'
44+
adocWritePath: str = 'docs/services/general-info/envvars/env-var-deltas'
4545

4646
# define root sources from github
4747
git_left_dir: str = 'https://raw.githubusercontent.com/owncloud/ocis/refs/'
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// # Added Variables between oCIS 7.2.0 and oCIS 7.3.0
2+
// commenting the headline to make it better includable
3+
4+
// table created per 2025.09.22
5+
// the table should be recreated/updated on source () changes
6+
7+
[width="100%",cols="~,~,~,~",options="header"]
8+
|===
9+
| Service | Variable | Description | Default
10+
11+
| xref:{s-path}/collaboration.adoc[Collaboration]
12+
| COLLABORATION_APP_PRODUCT_EDITION
13+
| The WebOffice app edition defines the capabilities specific to the product such as CE - Community Edition, EE - Enterprise Edition DE - Developer Edition, etc. Currently supported values are limited to OnlyOffice and are: 'ce', 'ee' or 'de' and default to empty which is equal to ce). See the documentation for more details.
14+
|
15+
16+
|
17+
| COLLABORATION_WOPI_ENABLE_MOBILE
18+
| Enable the mobile web view for office app. This feature applies to OnlyOffice. See the documentation for more details.
19+
| false
20+
21+
|===
22+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| Service | Variable | Description | Default |
2+
| --- | --- | --- | --- |
3+
| collaboration | COLLABORATION_APP_PRODUCT_EDITION | The WebOffice app edition defines the capabilities specific to the product such as CE - Community Edition, EE - Enterprise Edition DE - Developer Edition, etc. Currently supported values are limited to OnlyOffice and are: 'ce', 'ee' or 'de' and default to empty which is equal to ce). See the documentation for more details. | |
4+
| | COLLABORATION_WOPI_ENABLE_MOBILE | Enable the mobile web view for office app. This feature applies to OnlyOffice. See the documentation for more details. | false |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// # Deprecated Variables between oCIS 7.2.0 and oCIS 7.3.0
2+
// commenting the headline to make it better includable
3+
4+
// table created per 2025.09.22
5+
// the table should be recreated/updated on source () changes
6+
7+
[width="100%",cols="~,~,~,~,~",options="header"]
8+
|===
9+
| Service | Variable | Description | Removal Version | Deprecation Info
10+
11+
|===
12+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
| Service | Variable | Description | Removal Version | Deprecation Info |
2+
| --- | --- | --- | --- | --- |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// # Removed Variables between oCIS 7.2.0 and oCIS 7.3.0
2+
// commenting the headline to make it better includable
3+
4+
// table created per 2025.09.22
5+
// the table should be recreated/updated on source () changes
6+
7+
[width="100%",cols="~,~,~,~",options="header"]
8+
|===
9+
| Service | Variable | Description | Default
10+
11+
|===
12+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
| Service | Variable | Description | Default |
2+
| --- | --- | --- | --- |

0 commit comments

Comments
 (0)