Jannik Stehle
07fd041efb
feat(web): add yjsServerUrl config
...
This config specifies a URL for a yjs server that is used for document
collaboration in web apps (e.g. tiptap editor, excalidraw, ...). It's
optional, not setting this disables this feature in Web.
2026-08-06 13:37:54 +02:00
Dominik Schmidt
341ebdf6cc
refactor: mark the announcement config as output-only (yaml:"-")
...
The announcement is runtime-managed and injected into config.json; it is not a
static yaml config option. Exclude it from yaml (yaml:"-") so it is not
presented as a configurable knob, keeping the json tag only for the config.json
output.
2026-07-29 12:03:57 +02:00
Dominik Schmidt
d27b7ef40a
refactor: drop static config for the announcement, runtime store only
...
A statically configured announcement is not supported: it cannot be removed via
the runtime API and disappears from the running session once the admin settings
load (they read the store, not config.json). Make the store the single source
of truth, config.json always reflects it and a statically configured
options.announcement is ignored.
2026-07-29 11:52:09 +02:00
Dominik Schmidt
51dd107767
feat: add announcement banner
2026-07-29 00:39:59 +02:00
Viktor Scharf
5accb6056b
set 7.3.0 version placeholder ( #3132 )
2026-07-14 18:12:24 +02:00
Alex
e4faa179b6
feat: add disableSponsorLink web config option ( #3093 )
2026-07-09 13:33:07 +02:00
Benedikt Kulmann
c270e72a14
feat: add OxAppSuite config option for web
2026-06-11 09:16:25 +02:00
Christian Richter
54de395e3e
fix description
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2026-04-28 16:16:07 +02:00
Christian Richter
039c5a2f1b
add missing deprecation info
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2026-04-24 09:24:02 +02:00
Jannik Stehle
781f7422b1
docs: deprecation notices for cern related feature flags
2026-04-20 15:22:45 +02:00
smoothscholar
73c0804d10
feat: add openFilesInNewTab web config option
2026-03-25 01:58:50 -04:00
fschade
60501659c5
chore: bump %%NEXT%%
2025-11-27 10:53:59 +01:00
Thomas Schweiger
754ac7a699
fix: fix typo in struct
2025-09-29 08:58:16 +02:00
Thomas Schweiger
61bfd04cb9
fix: remove deprecated web ui feature
2025-09-29 08:58:16 +02:00
Benedikt Kulmann
692de314b9
feat: add defaultAppId option for the web config.json
2025-08-14 16:02:01 +02:00
Ralf Haferkamp
8e1f68f315
Reset 'introductionVersion" struct tag to 1.0.0
2025-02-24 11:40:33 +01:00
Jörn Friedrich Dreyer
bd28647c56
web
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-01-17 11:42:29 +01:00
Jörn Friedrich Dreyer
7b98a2665f
use bool type for web embed delegatedAuthentication
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-07-25 16:42:58 +02:00
Jan Ackermann
552f5c86c1
Remove config options that ain't available in web anymore
2024-07-24 08:39:02 +02:00
Thomas Müller and Florian Schade
1453f904e3
chore: code cleanup services/web ( #9034 )
...
* chore: code cleanup services/web
* fix: export private member to keep the test external
* chore: backport changes
---------
Co-authored-by: Florian Schade <f.schade@icloud.com >
2024-06-04 12:28:49 +02:00
Phil Davis
c715732296
chore: set introductionVersion 5.0 in services/web
2024-03-06 17:53:43 +05:45
Phil Davis
9d2be66a85
chore: add introductionVersion pre5.0 to environment variable docs
2024-03-06 17:50:20 +05:45
Benedikt Kulmann
9034e0d470
fix: add config for web concurrent requests config
2023-12-21 20:22:21 +01:00
Jan
7345c7d32c
Remove accessDeniedHelperUrl from config ( #7970 )
...
* Remove accessDeniedHelperUrl from config
* Enhance changelog item
* Adjust former changelog item
* Force rename
2023-12-14 10:44:13 +01:00
Jan
95f6af1575
Remove privacyURL and imprintURL from config ( #7938 )
...
* Remove privacyURL and imprintURL from config
* Add changelog item, fix typo
* React on code review
2023-12-12 15:19:18 +01:00
Jan and Martin
263cb21c24
Add config var UserListRequiresFilter ( #7866 )
...
* Add config var UserListRequiresFilter
* Fix whitespace
* Update options.go
Co-authored-by: Martin <github@diemattels.at >
---------
Co-authored-by: Martin <github@diemattels.at >
2023-12-01 13:30:46 +01:00
Benedikt Kulmann
f31906da47
feat: add and adjust configs for embed mode
2023-11-30 11:17:31 +01:00
Jannik Stehle and Martin
a1c4912600
feat: add and adjust configs for Web embed mode ( #7766 )
...
* feat: add and adjust configs for embed mode
* Update services/web/pkg/config/options.go
Co-authored-by: Martin <github@diemattels.at >
* docs: adjust description for WEB_OPTION_EMBED_TARGET
---------
Co-authored-by: Martin <github@diemattels.at >
2023-11-21 15:53:22 +01:00
Martin
848461fbdc
Update services/web/pkg/config/options.go
2023-11-09 12:40:55 +01:00
mmattel
90c3cd5f1f
small fixes
2023-11-09 12:33:15 +01:00
mmattel
5e74b50efb
[docs-only] Fix envvars with a array slice ([]string)
2023-11-09 12:22:59 +01:00
mmattel
b13b880921
[docs-only] Fix envvars with a duration.
2023-11-08 18:32:39 +01:00
mmattel
14ad4faa61
add a section in readme
2023-11-07 11:19:19 +01:00
Jannik Stehle and Martin
21653d9d1a
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2023-11-07 11:09:21 +01:00
Jannik Stehle
c07f3c6c37
feat: add configs for the Web embed mode
2023-11-07 08:29:15 +01:00
mmattel
ae27e303d8
Fix web service envvar text
2023-11-03 16:06:28 +01:00
Michael Barz
0b15be553f
fix token storage config for web
2023-10-19 08:48:35 +02:00
Jannik Stehle
c6533dc2e4
feat: add config for disabling web extensions
2023-10-13 12:53:34 +02:00
Jan
e1148c6493
Add web config var LoginURL ( #7317 )
...
* Add web config var LoginURL
* Add changelog item
2023-09-20 10:45:11 +02:00
Willy Kloucek and Jannik Stehle
595a00998b
Update services/web/pkg/config/options.go
...
Co-authored-by: Jannik Stehle <50302941+JammingBen@users.noreply.github.com >
2023-07-19 16:35:20 +02:00
Willy Kloucek
f9f84b9135
fix WEB_OPTION_ACCESS_DENIED_HELP_URL
2023-07-19 16:01:38 +02:00
Jan
b7e2f9e883
Set TokenStorageLocal default to true ( #6771 )
2023-07-11 14:52:23 +02:00
Jan
9a1b1b9f63
Add WEB_OPTION_TOKEN_STORAGE_LOCAL env var ( #6760 )
2023-07-10 17:10:52 +02:00
Christian Richter and kobergj
a67c2c40a3
Update services/web/pkg/config/options.go
...
Co-authored-by: kobergj <juliankoberg@googlemail.com >
2023-06-27 13:26:59 +02:00
Christian Richter
15ced8a6df
incorporate requested changes
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-06-23 13:29:49 +02:00
Christian Richter
b3fd53d5a3
disable thumbnail service when web prevents previews
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-06-22 15:44:15 +02:00
Paul Neubauer
47e366dd77
Address PR issue
2023-06-19 13:39:41 +02:00
Paul Neubauer
b5d74f2f4c
Address PR issues
2023-06-19 12:35:26 +02:00
Paul Neubauer
27b7337e4c
feat: add logged out url config
2023-06-19 10:50:00 +02:00
Paul Neubauer
2b98941488
Merge pull request #6462 from owncloud/add-imprint-privacy-urls
...
feat: add imprint and privacy url config
2023-06-07 15:33:09 +02:00