about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
...
* Simplify file handlingAlan Pearce2023-09-16-25/+9
|
* Trace performance and upload to sentryAlan Pearce2023-09-16-7/+45
|
* Send from correct directoryAlan Pearce2023-09-16-1/+1
|
* Steamline docker buildAlan Pearce2023-09-16-4/+7
|
* Update Bun to 1.0.1Alan Pearce2023-09-15-1/+1
|
* Fix buildAlan Pearce2023-09-15-19/+80
|
* Merge homestead repositoryAlan Pearce2023-09-15-133/+817
|\
| * Add request_duration_seconds histogramAlan Pearce2023-09-15-7/+16
| |
| * Add namespace to prometheus metricsAlan Pearce2023-09-15-2/+2
| |
| * Catch errors and log to sentryAlan Pearce2023-09-15-36/+47
| |
| * Deploy to fly.ioAlan Pearce2023-09-15-0/+21
| |
| * Build with dockerAlan Pearce2023-09-15-1/+233
| |
| * Log server info at startupAlan Pearce2023-09-15-3/+9
| |
| * Fix error in requestsByPath counterAlan Pearce2023-09-15-0/+1
| |
| * Collect metrics for prometheusAlan Pearce2023-09-13-0/+39
| |
| * Remove unused importAlan Pearce2023-09-13-1/+0
| |
| * Add testsAlan Pearce2023-09-13-0/+71
| |
| * Send headers with 304 responsesAlan Pearce2023-09-13-1/+1
| |
| * Add Vary: Accept-Encoding header (only header keys are re-cased)Alan Pearce2023-09-13-1/+4
| |
| * Remove console.logAlan Pearce2023-09-13-4/+0
| |
| * Fix incorrect file existence checkAlan Pearce2023-09-13-1/+1
| |
| * Remove defunct live-reloadAlan Pearce2023-09-13-5/+3
| | | | | | | | Doesn't work when serving static files
| * Use bun's builtin mime logicAlan Pearce2023-09-13-10/+3
| |
| * Return precompressed files, if they existAlan Pearce2023-09-13-8/+67
| |
| * Inline variableAlan Pearce2023-09-13-4/+4
| |
| * Send 304 when file time not greater than if-modified-since headerAlan Pearce2023-09-13-3/+15
| |
| * Send last-modified headerAlan Pearce2023-09-13-1/+4
| |
| * Remove unused functionAlan Pearce2023-09-13-6/+0
| |
| * Reduce memory usage by not duplicating default headersAlan Pearce2023-09-13-3/+3
| |
| * Send status code 404 with /404.htmlAlan Pearce2023-09-12-3/+6
| |
| * Rename variableAlan Pearce2023-09-12-2/+2
| |
| * Return 404 if file no longer existsAlan Pearce2023-09-12-14/+17
| |
| * Remove unused dependencyAlan Pearce2023-09-12-4/+1
| |
| * wtf typescriptAlan Pearce2023-09-12-3/+3
| |
| * Avoid duplicate registration of initial directoryAlan Pearce2023-09-12-2/+5
| |
| * Give files map a proper typeAlan Pearce2023-09-12-1/+7
| |
| * Use own logic for static file servingAlan Pearce2023-09-12-14/+72
| |
| * Read config from TOML fileAlan Pearce2023-09-12-3/+19
| |
| * Reformat with prettierAlan Pearce2023-09-12-21/+21
| |
| * Init flakeAlan Pearce2023-09-12-0/+59
| |
| * Serve static filesAlan Pearce2023-09-11-10/+18
| |
| * Initial commitAlan Pearce2023-09-11-0/+259
|
* Improve CSP setupAlan Pearce2023-09-11-1/+2
|
* Hide favicon if not setAlan Pearce2023-09-11-1/+3
|
* Merge commit 'a961bc284bb130e44468c07aaaa028652c151e08'Alan Pearce2023-09-09-15/+51
|\
| * Squashed 'themes/bear/' changes from fe37fcf..d10630dAlan Pearce2023-09-09-17/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d10630d Hash inline style in CSP f51202d Allow end-user to disable CSP header meta tags without editing theme 093ac10 Add form-action and base-uri CSPs 4c9ac0a Update base_url eed984f Merge dark/light screenshots into one 099acbd Add "deploy to netlify" button 0800ba2 Update demo URL 9a344d8 Add meta description 241f290 Remove ignored CSP content 53d198f Move demo site to netlify 3423985 Add netlify status badge to readme edfec31 Configure headers for netlify a1bcb91 Add netlify.toml d69e95a Add content-security-policy header-equivalent meta tag 1706ade Linkify demo URL 141c10c Merge pull request 'Update 'theme.toml'' (#1) from jakeg/zola-bearblog:main into main 6b275f6 Update 'theme.toml' REVERT: fe37fcf Merge branch 'main' into microformats2 REVERT: 40881d1 Merge branch 'main' into microformats2 REVERT: 2ca8f6c Merge branch 'main' into microformats2 REVERT: dad7895 Merge branch 'main' into microformats2 REVERT: cdd1069 Move header/footer/main elements into child templates git-subtree-dir: themes/bear git-subtree-split: d10630da50a2b0e005ef0499190cc5cc898f0b06
* | Allow site to be displayed in an iframeAlan Pearce2023-09-08-3/+3
| |
* | Beautify make outputAlan Pearce2023-09-05-4/+18
| |
* | Send security headers with redirects, tooAlan Pearce2023-09-05-1/+6
| |
* | Add content-security-policy headersAlan Pearce2023-09-05-0/+2
| |