matrix-public-archive/server/lib
Eric Eastwood f71fc2bb9c
Cache derived info from the `manifest.json` (#191)
- Like getting all of the dependencies for a given entry point
 - And the favicons
 
Also fix the problem where `server/hydrogen-render/render-page-html.js` was calling `getFaviconAssetUrls()` right away before the client build had a chance to generate `dist/manifest.json` and result in `Error: Cannot find module '../../dist/manifest.json'`
2023-04-26 17:04:49 -05:00
..
matrix-utils Follow tombstone and predecessor history (#167) 2023-04-19 01:26:15 -05:00
config.js Use JSON5 for configuration files with comments (#52) 2022-08-29 20:33:02 -05:00
express-async-handler.js Fix lints 2022-02-15 21:33:31 -06:00
fetch-endpoint.js Refactor `fetchEndpointAsText`/`fetchEndpointAsJson` to return `res` alongside `data` (#122) 2022-11-03 04:12:00 -05:00
get-dependencies-for-entry-point-name.js Cache derived info from the `manifest.json` (#191) 2023-04-26 17:04:49 -05:00
get-favicon-asset-urls.js Cache derived info from the `manifest.json` (#191) 2023-04-26 17:04:49 -05:00
get-version-tags.js Production ready build (#175) 2023-04-24 23:50:53 -05:00
parse-via-servers-from-user-input.js Do our best to get the user to the right place and try joining `via` derived server name (#168) 2023-04-11 15:09:44 -05:00
rethrown-error.js Better `child_process` error handling v2 - timeouts and actually fail process for error in scope (#62) 2022-09-02 18:49:45 -05:00
safe-json.js OpenTelemetry tracing so we can see spans where the app is taking time (#27) 2022-07-14 11:08:50 -05:00
sanitize-html.js OpenTelemetry tracing so we can see spans where the app is taking time (#27) 2022-07-14 11:08:50 -05:00
set-headers-to-preload-assets.js Preload fonts and images (#187) 2023-04-26 16:35:00 -05:00
status-error.js Add search to room directory landing page (#70) 2022-09-15 20:41:55 -05:00