Jan
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
Benedikt Kulmann
cf82ed952d
chore: bump web to v8.0.0-alpha.11
2023-11-30 09:59:22 +01:00
Christian Richter
1713041e14
Add skel for preview generator for ggs
...
Co-authored-by: Ralf Haferkamp <rhafer@owncloud.com >
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-27 15:31:38 +01:00
Christian Richter
103377e12f
add types to web and thumbnailer
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-27 15:31:38 +01:00
Jannik Stehle
bc838cc5d4
chore: bump web to v8.0.0-alpha.10
2023-11-21 17:44:01 +01:00
Jannik Stehle
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
Benedikt Kulmann
3cf1163d05
revert: don't make loadUserInfo configurable because web disabled it
...
Refs: 3eb1f18
2023-11-21 06:19:50 +01:00
Jannik Stehle
a3e1406829
chore: bump web to v8.0.0-alpha.9
2023-11-18 08:21:39 +01:00
Jannik Stehle
a7d1403f7c
chore: bump web to v8.0.0-alpha.8
2023-11-16 10:18:12 +01:00
Jörn Friedrich Dreyer
d296cd9923
allow configuring loadUserInfo for web ( #7714 )
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-11-10 23:44:50 +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
Jannik Stehle
4aede682bc
chore: bump web to v8.0.0-alpha.7
2023-11-08 12:31:12 +01:00
Jannik Stehle
c23cfd8aae
chore: bump web to v8.0.0-alpha.6
2023-11-07 14:27:30 +01:00
mmattel
14ad4faa61
add a section in readme
2023-11-07 11:19:19 +01:00
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
Jannik Stehle
a14fb2b4be
chore: bump web to v8.0.0-alpha.5
2023-10-30 15:08:48 +01:00
Michael Barz
0b15be553f
fix token storage config for web
2023-10-19 08:48:35 +02:00
Jannik Stehle
2a2e876661
chore: bump web to v8.0.0-alpha.4
2023-10-17 16:33:06 +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
Jannik Stehle
c1f1b15aec
chore: bump web to v8.0.0-alpha.3
2023-10-04 09:52:33 +02:00
jkoberg
2cd6ee361e
dont reload web config on request
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-27 11:44:52 +02:00
jkoberg
1f1aa50c54
hard exit when services fail
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-21 13:53:18 +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
Florian Schade
844783b6f9
[full-ci] - use KQL as default search query language ( #7212 )
...
* enhancement: use kql as default search query language
* enhancement: add support for unicode search queries
* fix: escape bleve field query whitespace
* fix: search related acceptance tests
* enhancement: remove legacy search query language
* enhancement: add support for kql dateTime restriction node types
* chore: bump web to v8.0.0-alpha.2
* fix: failing search api test
* enhancement: search bleve query compiler use DateRangeQuery as DateTimeNode counterpart
* enhancement: support for colon operators in dateTime kql queries
2023-09-07 11:13:33 +02:00
Florian Schade
f172eb20ab
[full-ci] chore: bump web to v8.0.0-alpha.1 ( #7198 )
...
* chore: bump web to 8.0.0-alpha.1
2023-09-04 17:31:14 +02:00
Daniel Swärd
49fc22d532
Add missing tracing references to multiple services. ( #7110 )
2023-08-23 15:17:17 +02:00
Florian Schade
fe3bf61f5f
chore: Update web to v7.1.0 final
2023-08-23 12:19:16 +02:00
Christian Richter
d7139d4127
remove deprecated variables
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-08-22 17:25:24 +02:00
Jannik Stehle
952892713f
chore: bump web to v7.1.0-rc.5
2023-08-08 16:24:31 +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
Jannik Stehle
0a820b22cc
chore: bump web to v7.1.0-rc.4
2023-08-01 16:18:40 +02:00
Jannik Stehle
9d4a561aa9
chore: bump web to v7.1.0-rc.3
2023-07-31 14:27:33 +02:00
Michael Barz
f8e6b23d5f
Fix cache header for web and theme assets
2023-07-28 11:33:06 +02:00
Jannik Stehle
fec16dcc08
chore: bump web to v7.1.0-rc.2
2023-07-26 08:29:23 +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
Jannik Stehle
f7616da934
[full-ci] chore: bump web to v7.1.0-rc.1 ( #6828 )
...
* chore: bump web to v7.1.0-rc.1
* Update .drone.env
---------
Co-authored-by: Viktor Scharf <scharf.vi@gmail.com >
2023-07-18 10:12:47 +02:00
Jannik Stehle
c9651de759
[full-ci] chore: bump web to v7.1.0-alpha.2 ( #6797 )
...
* chore: bump web to v7.1.0-alpha.2
* added FRONTEND_OCS_ENABLE_DENIALS to environment
* try to run full search in ocis CI
---------
Co-authored-by: Viktor Scharf <scharf.vi@gmail.com >
2023-07-13 16:24:49 +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