- Apr 04, 2022
-
-
julian.baeume authored
Change the prefix to reflect the "new" name of the service. May be this even should be configurable at some point. This is a breaking change.
-
- Mar 14, 2022
-
-
richard.petersen authored
-
- Mar 02, 2022
-
-
richard.petersen authored
Root cause: Cross-Origin-Opener-Policy is set to same-origin per default and will prevent parent or window.opener to be set Solution: Set Cross-Origin-Opener-Policy to same-origin-allow popups
-
- Mar 01, 2022
-
-
richard.petersen authored
Use redirect instead of delivering index.html to prevent /ui paths in the future
-
- Feb 28, 2022
-
-
richard.petersen authored
Root cause: There are middlewares, which still use old redirects to /ui Solution: To prevent 404s, we just serve the index.html
-
richard.petersen authored
Root cause: Version has was updated before file cache Solution: Keep all updates in one place and switch to new version at the same time
-
- Feb 23, 2022
-
-
richard.petersen authored
-
- Feb 09, 2022
-
-
richard.petersen authored
Root cause: If some of the UI containers is not available after successful start, the version update check might fail. Solution: Add error handlers when manifests can not be fetched after startup
-
- Jan 26, 2022
-
-
-
richard.petersen authored
-
- Jan 21, 2022
-
-
- Jan 11, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-
- Jan 06, 2022
-
-
- Nov 29, 2021
-
-
-
richard.petersen authored
Root cause: Every readiness check triggered a cache warming Solution: Move readiness to startup probe
-
richard.petersen authored
-
richard.petersen authored
Root cause: Due to the timeout, every request that was launched while fetching the previous manifests could led to another fetch and another cache.warmup Solution: Be more synchronous
-
- Nov 11, 2021
-
-
richard.petersen authored
This prevents unnesessary large headers as the UI will filter for CSS files only
-
- Nov 09, 2021
-
-
Includes the version string and dependencies Signed-off-by:
Julian Bäume <julian.baeume@open-xchange.com>
-
- Oct 13, 2021
-
-
julian.baeume authored
this is an implicit endpoint served by us.
-
- Oct 08, 2021
-
-
julian.baeume authored
remove /api prefix and be more restful. This should help to simplify ingress objects
-
julian.baeume authored
first hit wins. This allows us to transparently use sourcemaps and other files that are not part of the sources according to the vite manifest
-
julian.baeume authored
this will mark the pod "ready", once the cache is warm. This will remove the penality for the very first to this service, because it will not receive any traffic until the cache is warm.
-
- Oct 06, 2021
-
-
julian.baeume authored
we want to have the changes rolled out, so we disable CSP headers for now and will take care of them after the file_cache functionality has been rolled out just for testing purposes, disable CSP for now until sha calculation is fixed
-
julian.baeume authored
this currently doesn't really work as expected, but can be used as a base to properly implement CSP for the scripts we "know" about.
-
julian.baeume authored
the file cache is populated with data defined in the manifest files configured for all components and will basically fetch everything from all components. This allows us to use this manifest service as the only source of truth for UI related sources and simplifies ingres setup a lot.
-
- Sep 21, 2021
-
-
-
-
-
since it's still kind of small, it makes sense to switch to ESM, now.
-
- Sep 07, 2021
-
-
richard.petersen authored
-
- Sep 03, 2021
-
-
anne.matthes authored
-
- Sep 02, 2021
-
-
anne.matthes authored
-