Jannik Stehle
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
case0sh
24e784ac48
delete web_ui_config_file option
2023-10-06 10:29:08 +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
Christian Richter
d7139d4127
remove deprecated variables
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-08-22 17:25:24 +02:00
Daniël Franke
9203478605
Convert web to service trace provider.
...
This converts the web service to use the service trace provider.
2023-08-03 11:07:15 +02:00
Willy Kloucek
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
mmattel
6ad53971ef
[docs-only] Increase readability for log level values in the description
2023-07-07 10:33:42 +02:00
mmattel
d7b447b791
[docs-only] Increase readability for tracing values in the description
2023-07-07 09:50:39 +02:00
Christian Richter
b06f7ec131
Merge pull request #6577 from dragonchaser/issue-192-disable-thumbnailer
...
[full-ci] allow to disable previews in webdav & web
2023-06-27 14:01:37 +02:00
Christian Richter
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
Michael Barz
24347e1985
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
Signed-off-by: Michael Barz <mbarz@owncloud.com >
2023-06-22 17:58:48 +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
Michael Barz
cf8f257fae
add web post redirect uri config
2023-06-21 19:12:22 +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
mmattel
758192bd6d
[docs-only] Fix some envvar descriptions
2023-06-09 13:03:17 +02:00
Florian Schade
4f26424db6
[full-ci] enhancement: use reva client pool selectors ( #6452 )
...
* enhancement: use reva client pool selectors
register mock service to registry and pass tests
* enhancement: bump reva
* Fix a couple of linter issues
---------
Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com >
2023-06-08 12:41:04 +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
Paul Neubauer
e5179cd49c
feat: add imprint and privacy url config
2023-06-07 11:56:14 +02:00
Jannik Stehle
74ca24d3ff
feat: add uppy companion url config
2023-06-06 16:17:06 +02:00
Jörn Friedrich Dreyer
0edb2b9c5b
fix preflight requests
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-05-22 16:28:51 +02:00
Phil Davis
f19830e919
Reword 'allows to' sentences
2023-05-18 09:46:25 +05:45
Jan
20f068bc06
Change description
2023-05-17 14:35:01 +02:00
Jan
d345db7dec
Add config var OpenLinksWithDefaultApp
2023-05-17 14:31:52 +02:00
Martin
f209f65eae
Merge pull request #6229 from owncloud/deprecate_some_web_ui_ennvars
2023-05-08 13:43:16 +02:00
mmattel
4302eec3ab
deprecate some web envvars
2023-05-04 15:48:10 +02:00
Michael Barz
eac3ad38d2
Fix config name for the web logout url
2023-05-04 14:14:44 +02:00
mmattel
61037634a1
fix with gofmt -s -w
2023-05-03 16:33:39 +02:00
mmattel
f53d95a416
[docs-only] Fix the WEB_UI_THEME_PATH description
2023-05-03 16:02:12 +02:00
kobergj
44de28843f
Hardcoded web options ( #6188 )
...
* use custom struct for web options
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* update envvar descriptions
Co-authored-by: Martin <github@diemattels.at >
* Use correct defaults
* fix code style
---------
Signed-off-by: jkoberg <jkoberg@owncloud.com >
Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu >
Co-authored-by: Martin <github@diemattels.at >
Co-authored-by: Michael Barz <mbarz@owncloud.com >
2023-05-02 10:55:18 +02:00
Christian Richter
7b1be941b7
improve documentation strings for env vars
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-20 11:26:32 +02:00
Jörn Friedrich Dreyer
dc399a61ac
implement backchannel logout, reuse useringo cache
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-04-19 17:32:25 +02:00
Benedikt Kulmann
9830008442
feat: additional web config for css, scripts and translations
2023-04-12 11:50:38 +02:00
David Christofas
924c2ca346
add missing comments
2023-03-06 19:01:16 +01:00
Jörn Friedrich Dreyer
e0753c20fb
Update services/web/pkg/config/config.go
...
Co-authored-by: Martin <github@diemattels.at >
2023-02-13 16:21:59 +01:00
David Christofas
7c17ddb0b0
add a permission check to the logo upload
2023-02-13 13:48:39 +01:00
David Christofas
20e4e56d28
implement first prototype of the logo upload API
2023-02-13 13:36:30 +01:00
mmattel
210cd54817
fix some envvar descriptions
2023-02-03 09:40:35 +01:00
Benedikt Kulmann
881df87d82
chore: update web to v7.0.0-rc.9
2023-01-26 22:00:25 +01:00
Jannik Stehle
cbc9ebfa26
Add admin-settings to default config
2023-01-12 14:17:54 +01:00
Ralf Haferkamp
b24d126b30
Introduce TLS Settings for go-micro based http services
...
TLS for the services can be configure by setting the "OCIS_HTTP_TLS_ENABLED",
"OCIS_HTTP_TLS_CERTIFICATE" and "OCIS_HTTP_TLS_KEY" environment variables.
Currently the ocis proxy is this only service that directly accesses backend
services. It determines whether to use TLS or not by looking a the new registry
metadata "use_tls". As specific CA Cert for certificate verification
can be set with the "PROXY_HTTPS_CACERT" environment variable.
2022-11-03 11:58:53 +01:00