about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeLines
* Fix TypeScript warning about `env` accessAlan Pearce2024-04-09-3/+3
|
* Normalise case of Host headerAlan Pearce2024-04-07-1/+1
|
* Record metrics for redirectsAlan Pearce2024-04-07-1/+8
|
* Make prometheus metric labels strongly typedAlan Pearce2024-04-07-2/+2
|
* Fix content-encoding checkAlan Pearce2024-04-06-1/+1
| | | | | The files named `index.html.br` failed this check and would later not be found, falling back to the default identity encoding
* Use console.info for permanent logsAlan Pearce2024-04-06-1/+1
|
* Purge CSS on a per-template basisAlan Pearce2024-04-04-10/+25
|
* Log content encoding in all casesAlan Pearce2024-04-04-1/+4
|
* Add hostname to logging and metricsAlan Pearce2024-04-04-4/+23
|
* Remove unused importAlan Pearce2024-04-02-1/+0
|
* posts: "fix" type errorAlan Pearce2024-04-01-1/+1
|
* templates: don't escape HTML for Atom feed; it's not necessaryAlan Pearce2024-04-01-1/+1
|
* Replace Bun fs calls with node-compatible moduleAlan Pearce2024-04-01-25/+32
|
* config: override base_url in developmentAlan Pearce2024-04-01-1/+5
|
* Use import.meta instead of Bun to get envvarsAlan Pearce2024-04-01-4/+6
|
* Enable bun watch mode via `bun dev`Alan Pearce2024-04-01-0/+2
|
* Redirect existing index.html filesAlan Pearce2024-04-01-0/+11
|
* Merge redirect information into standard log lineAlan Pearce2024-04-01-3/+4
|
* Simplify walkDirectory by using recursive readdirAlan Pearce2024-04-01-15/+9
|
* Print served URL via Server.urlAlan Pearce2024-04-01-1/+1
|
* Add headings to tag pagesAlan Pearce2024-02-09-0/+5
|
* Log errorsAlan Pearce2023-11-23-0/+1
|
* Log accessAlan Pearce2023-11-23-16/+23
|
* Template "elsewhere on the internet" linksAlan Pearce2023-11-10-0/+10
|
* Tweak menu configuration structureAlan Pearce2023-11-10-3/+3
|
* De-duplicate content-encoding handlingAlan Pearce2023-11-10-37/+14
|
* Fix metrics of redirects and /healthAlan Pearce2023-11-08-13/+13
|
* Create /health handlerAlan Pearce2023-11-08-1/+3
|
* Automatically redirect other hostnames to the configured base_urlAlan Pearce2023-11-05-1/+17
|
* Remove extra space after Home linkAlan Pearce2023-10-29-0/+1
|
* Send content_encoding metrics to prometheus instead of sentryAlan Pearce2023-09-25-12/+27
|
* Fix doubled metricsAlan Pearce2023-09-25-1/+0
|
* Exit properlyAlan Pearce2023-09-24-0/+2
|
* Fix serving pre-compressed filesAlan Pearce2023-09-24-12/+6
|
* Handle OS signals directlyAlan Pearce2023-09-23-0/+12
|
* Make template names clearerAlan Pearce2023-09-23-2/+2
|
* Markup content with more microformatsAlan Pearce2023-09-22-1/+6
|
* Replace zola with DOM-based static site generation codeAlan Pearce2023-09-22-11/+340
|
* Reduce code to only work with $PWDAlan Pearce2023-09-18-7/+4
|
* Move servers into app.ts and export for testingAlan Pearce2023-09-17-229/+230
|
* Just send one transaction to SentryAlan Pearce2023-09-17-17/+6
|
* Also rename requests metricAlan Pearce2023-09-17-2/+2
|
* Merge requestsBy* metrics into one metricAlan Pearce2023-09-17-12/+23
|
* Include user-agent string in Sentry tagsAlan Pearce2023-09-17-0/+1
|
* Tweak Sentry setupAlan Pearce2023-09-16-15/+15
|
* Don't register double-slashed pathsAlan Pearce2023-09-16-1/+1
|
* Fix XML feed styleAlan Pearce2023-09-16-1/+1
|
* Add crude Sentry release tracking informationAlan Pearce2023-09-16-0/+1
|
* Don't try to collect default metrics that don't work in BunAlan Pearce2023-09-16-8/+0
|
* Override content-type for /feed-styles/Alan Pearce2023-09-16-4/+7
|