Dominik Schmidt
27bdda265f
refactor: back the announcement store with plain NATS JetStream
...
Replace the go-micro store with a NATS JetStream key-value bucket, created via
reva's cache.NewNatsKeyValue, so the web service no longer depends on go-micro
stores. The store methods now take a context, threaded through the config.json
render path and the management handlers. Tests use a mockery mock of
jetstream.KeyValue.
2026-07-29 10:22:43 +02:00
Dominik Schmidt
7d59a83c18
feat: log announcement handler errors with the request id
...
Add a logger to the announcement service and log server-side errors before
returning a 5xx, tagged with the request id so they correlate with the
request log line from the logging middleware.
2026-07-29 10:08:47 +02:00
Dominik Schmidt
9d472290f2
fix: return 413 when the announcement body exceeds the size cap
...
Distinguish the http.MaxBytesReader limit from a malformed body: an
oversized payload now returns 413 Request Entity Too Large instead of a
generic 400.
2026-07-29 08:46:46 +02:00
Dominik Schmidt
e29d961be3
refactor: rename Announcement.Write to Announcement.ReadWrite
...
The permission gates reading the full announcement state (including
disabled ones) as well as writing it, so name it ReadWrite to match the
other management permissions (Accounts.ReadWrite, Settings.ReadWrite, ...)
and use the READWRITE operation.
2026-07-29 08:40:29 +02:00
Dominik Schmidt
809d32c4d8
fix: keep a static announcement as fallback when the store is empty
...
Make the store authoritative only once it manages an announcement: an
enabled record is exposed, a disabled record clears any static config, and
an empty store falls back to a statically configured
web.config.options.announcement. This matches the review request and stops
a static announcement from being silently dropped.
2026-07-29 08:29:58 +02:00
Dominik Schmidt
046f46ce8d
fix: make the runtime store authoritative for the announcement
...
Always reflect the stored announcement in config.json: expose it while live
and clear it otherwise. A disabled announcement now clears the config output
instead of falling back to a statically configured one, which removes the
precedence ambiguity raised in review.
2026-07-29 08:18:56 +02:00
Dominik Schmidt
51dd107767
feat: add announcement banner
2026-07-29 00:39:59 +02:00
Florian Schade and v.scharf
9041ee8df9
feat: add space viewer with versions role ( #2961 )
...
* feat: add space viewer with versions role
* fix after review
---------
Co-authored-by: v.scharf <v.scharf@opencloud.eu >
2026-07-22 07:05:51 +02:00
Alex
2f9d9c582c
add version to apps config ( #3139 )
2026-07-16 11:28:45 +02:00
Jannik Stehle
e7f850c2aa
refactor(web): remove colorPalette from theme
...
With the recently added new file type icons in Web, the colorPalette
option in the theme.json becomes obsolete. Hence remove it.
Also see https://github.com/opencloud-eu/web/pull/2892
2026-07-15 08:56:37 +02:00
Viktor Scharf
5accb6056b
set 7.3.0 version placeholder ( #3132 )
2026-07-14 18:12:24 +02:00
Benedikt Kulmann
02aea2e65e
chore: bump web to v7.2.0
2026-07-13 10:29:16 +02:00
Alex
e4faa179b6
feat: add disableSponsorLink web config option ( #3093 )
2026-07-09 13:33:07 +02:00
Alex
93fb9cbf6c
feat: adjust theme chrome colors and logos ( #2599 )
2026-07-01 13:20:39 +02:00
Benedikt Kulmann
afda0e45e5
chore: bump web to v7.2.0-beta.3
2026-06-17 10:56:23 +02:00
Jannik Stehle
9341a82b87
Merge pull request #2940 from opencloud-eu/chore/bump-web-7.2.0-beta.2
...
[full-ci] chore: bump web to v7.2.0-beta.2
2026-06-12 11:36:03 +02:00
Florian Schade
836cb980f2
Merge pull request #2928 from opencloud-eu/add-roles
...
feat: add more roles
2026-06-12 11:31:22 +02:00
Michael Barz
42dfc8b04f
feat: add more roles
2026-06-12 10:51:10 +02:00
Jannik Stehle
63b4957b0f
chore: bump web to v7.2.0-beta.2
2026-06-12 10:46:36 +02:00
Florian Schade
40efa88989
Merge pull request #2924 from opencloud-eu/next
...
next to main
2026-06-11 11:48:49 +02:00
Benedikt Kulmann
235726e8a9
feat: add core apps env variable to override the default core apps
2026-06-11 09:52:10 +02:00
Florian Schade
0013836384
chore: cleanup unnecessary changes
2026-06-11 09:28:37 +02:00
Florian Schade
159785a3b5
enhancement: make collaboration font management functionality public
2026-06-11 09:28:37 +02:00
Benedikt Kulmann
c270e72a14
feat: add OxAppSuite config option for web
2026-06-11 09:16:25 +02:00
Jannik Stehle
52ab8d3797
Merge pull request #2925 from opencloud-eu/chore/bump-web-7.2.0-beta.1
...
[full-ci] chore: bump web to v7.2.0-beta.1
2026-06-10 20:43:11 +02:00
Benedikt Kulmann
aa2f5d9667
chore: bump web to v7.1.0
2026-06-01 14:18:16 +02:00
Viktor Scharf
594c9bb2b6
[decomposed] chore: bump web to v7.0.1 ( #2791 )
2026-05-20 11:35:17 +02:00
Jannik Stehle and v.scharf
b8b8a1d558
[full-ci] chore: bump web to v7.0.0 ( #2733 )
...
* chore: bump web to v7.0.0
* update commit
* update commit
---------
Co-authored-by: v.scharf <v.scharf@opencloud.eu >
2026-05-11 17:09:01 +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
Florian Schade
d0e3f14539
chore: remove loop var references
2026-04-23 17:11:55 +02:00
Florian Schade
288e67cc39
chore: replace interface with any
2026-04-23 09:31:11 +02:00
Jannik Stehle
2151fd115e
Merge pull request #2629 from opencloud-eu/docs/cern-deprecations-notices
...
docs(web): deprecation notices for cern related feature flags
2026-04-20 16:21:00 +02:00
Jannik Stehle
781f7422b1
docs: deprecation notices for cern related feature flags
2026-04-20 15:22:45 +02:00
Viktor Scharf
7d98f03703
[full-ci] chore: bump web to v6.2.0 ( #2628 )
2026-04-20 14:51:57 +02:00
Viktor Scharf
656c7c37d5
chore: bump web to v6.1.0 ( #2541 )
2026-03-30 11:39:22 +02:00
smoothscholar
73c0804d10
feat: add openFilesInNewTab web config option
2026-03-25 01:58:50 -04:00
Viktor Scharf
631b43ec9a
chore: bump web to v6.0.0
2026-03-09 12:29:45 +01:00
Jannik Stehle
02d73157c1
feat(web): change surface colors to more modern ones
2026-02-20 16:13:32 +01:00
Benedikt Kulmann
5be98670f4
chore: bump web to v5.1.0
2026-02-16 11:01:47 +01:00
VicDeo
ab9c4d8f23
Sanitize web config only once
2026-02-09 14:09:33 +01:00
Viktor Scharf
6cefc94493
bump-web-5.0.0 ( #2216 )
2026-01-26 15:33:43 +01:00
Christian Richter
f039bcf995
consolidate log config in web
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2026-01-08 13:44:41 +01:00
Florian Schade
151ccb1609
fix: remove unsupported service binary entrypoints
2025-12-23 12:23:41 +01:00
Florian Schade
db3178cf69
Merge pull request #1954 from dragonchaser/kill_urfave
...
migrate from urfave/cli to spf13/cobra
2025-12-16 09:42:24 +01:00
Benedikt Kulmann
87257623c6
chore: bump web to v4.3.0 ( #2030 )
2025-12-15 18:04:49 +01:00
Christian Richter
0372869b8b
refactor remaining code from urfave/cli
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-12-15 16:40:27 +01:00
Christian Richter
7be33b0607
refactor interims DefaultAppCobra to DefaultApp
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-12-15 16:40:26 +01:00
Christian Richter
f139531358
migrate web from urfave/cli to spf13/cobra
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-12-15 16:40:26 +01:00
Benedikt Kulmann
614d916978
fix: enforce trailing slash for server url
2025-12-09 10:14:08 +01:00