| Commit message (Expand) | Author | Age | Lines |
* | fix: opensearch searches not using input query | Alan Pearce | 2024-07-12 | -1/+1 |
* | refactor: remove unnecessary DocumentData struct | Alan Pearce | 2024-07-12 | -9/+6 |
* | feat: enable combined search | Alan Pearce | 2024-07-12 | -9/+41 |
* | fix: extra data after error parsing query string | Alan Pearce | 2024-07-12 | -0/+2 |
* | feat: more structured logging | Alan Pearce | 2024-07-01 | -18/+10 |
* | fix: panic on search error | Alan Pearce | 2024-07-01 | -0/+2 |
* | refactor: rename go module | Alan Pearce | 2024-06-29 | -5/+5 |
* | refactor: use encoding/xml for OpenSearchDescription | Alan Pearce | 2024-06-21 | -27/+25 |
* | refactor: switch to templ for HTML templates | Alan Pearce | 2024-06-21 | -54/+39 |
* | feat: add detail pages for packages/options | Alan Pearce | 2024-06-08 | -0/+62 |
* | feat: use stale-while-revalidate instead of immutable asset paths | Alan Pearce | 2024-06-03 | -4/+4 |
* | feat: serve assets via immutable paths | Alan Pearce | 2024-05-31 | -3/+10 |
* | build: re-enable asset reloading in dev | Alan Pearce | 2024-05-31 | -1/+7 |
* | feat: enable sub-resource integrity for assets | Alan Pearce | 2024-05-30 | -0/+4 |
* | build: just use nix version as internal version | Alan Pearce | 2024-05-25 | -14/+0 |
* | fix: check for nil pointers in NewMux | Alan Pearce | 2024-05-24 | -0/+6 |
* | fix: missing last page of search results | Alan Pearce | 2024-05-17 | -1/+2 |
* | feat: support searching packages | Alan Pearce | 2024-05-17 | -102/+106 |
* | refactor: use interface to unify Options and Packages | Alan Pearce | 2024-05-16 | -3/+3 |
* | feat: add caching header (except on error pages) | Alan Pearce | 2024-05-15 | -1/+10 |
* | feat: monitor import jobs via sentry | Alan Pearce | 2024-05-15 | -12/+1 |
* | feat: add browser search engines via opensearch description | Alan Pearce | 2024-05-15 | -0/+36 |
* | style: use consistent naming for config value | Alan Pearce | 2024-05-15 | -21/+21 |
* | feat: render HTML error pages | Alan Pearce | 2024-05-15 | -12/+18 |
* | refactor(templates): render partials with less hackiness | Alan Pearce | 2024-05-15 | -3/+3 |
* | perf: move scripts to head to enable fetching in parallel | Alan Pearce | 2024-05-15 | -5/+5 |
* | build: bake git hash into build for headers and --version | Alan Pearce | 2024-05-14 | -0/+14 |
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -10/+7 |
* | refactor(config): simplify configuration | Alan Pearce | 2024-05-13 | -41/+24 |
* | feat: allow adding extra HTML to the body via configuration | Alan Pearce | 2024-05-12 | -17/+18 |
* | refactor: merge search and results pages | Alan Pearce | 2024-05-12 | -88/+77 |
* | build: optimise and fix handing of csp headers in dev mode | Alan Pearce | 2024-05-12 | -3/+4 |
* | refactor: split http.Server and http.ServeMux creation | Alan Pearce | 2024-05-11 | -0/+292 |