about summary refs log tree commit diff stats
path: root/internal/server
Commit message (Expand)AuthorAgeLines
* refactor: remove unnecessary DocumentData structAlan Pearce2024-07-12-9/+6
* feat: enable combined searchAlan Pearce2024-07-12-9/+41
* fix: extra data after error parsing query stringAlan Pearce2024-07-12-0/+2
* feat: more structured loggingAlan Pearce2024-07-01-49/+56
* fix: panic on search errorAlan Pearce2024-07-01-0/+2
* refactor: rename go moduleAlan Pearce2024-06-29-11/+13
* refactor: use encoding/xml for OpenSearchDescriptionAlan Pearce2024-06-21-140/+25
* refactor: switch to templ for HTML templatesAlan Pearce2024-06-21-82/+46
* feat: display results in a table, showing details on clickAlan Pearce2024-06-08-2/+13
* feat: add detail pages for packages/optionsAlan Pearce2024-06-08-0/+62
* feat: use stale-while-revalidate instead of immutable asset pathsAlan Pearce2024-06-03-4/+4
* feat: serve assets via immutable pathsAlan Pearce2024-05-31-3/+10
* build: re-enable asset reloading in devAlan Pearce2024-05-31-1/+7
* feat: enable sub-resource integrity for assetsAlan Pearce2024-05-30-0/+4
* feat: support cleartext HTTP/2 (i.e. from a reverse proxy)Alan Pearce2024-05-25-1/+8
* refactor: don't log request Host, it's irrelevant to this serverAlan Pearce2024-05-25-6/+1
* build: just use nix version as internal versionAlan Pearce2024-05-25-16/+1
* refactor: split server cmd and moduleAlan Pearce2024-05-24-8/+29
* fix: check for nil pointers in NewMuxAlan Pearce2024-05-24-0/+6
* fix(web): fetch host from request, not header, where it's expectedAlan Pearce2024-05-22-1/+1
* fix: missing last page of search resultsAlan Pearce2024-05-17-1/+2
* feat: support searching packagesAlan Pearce2024-05-17-102/+117
* fix(logging): track whether headers are written properlyAlan Pearce2024-05-17-3/+20
* refactor: use interface to unify Options and PackagesAlan Pearce2024-05-16-5/+5
* feat: add caching header (except on error pages)Alan Pearce2024-05-15-1/+12
* feat: monitor import jobs via sentryAlan Pearce2024-05-15-12/+1
* feat: add browser search engines via opensearch descriptionAlan Pearce2024-05-15-1/+51
* style: use consistent naming for config valueAlan Pearce2024-05-15-21/+21
* feat: render HTML error pagesAlan Pearce2024-05-15-12/+61
* refactor(templates): render partials with less hackinessAlan Pearce2024-05-15-8/+11
* build: remove duplicate debug log on dev file watcher updateAlan Pearce2024-05-15-1/+0
* perf: move scripts to head to enable fetching in parallelAlan Pearce2024-05-15-5/+5
* build: bake git hash into build for headers and --versionAlan Pearce2024-05-14-0/+15
* style: make port a string for easier nix integrationAlan Pearce2024-05-13-1/+2
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-12/+10
* refactor(config): simplify configurationAlan Pearce2024-05-13-46/+30
* feat: allow adding extra HTML to the body via configurationAlan Pearce2024-05-12-17/+18
* refactor: merge search and results pagesAlan Pearce2024-05-12-88/+77
* build: optimise and fix handing of csp headers in dev modeAlan Pearce2024-05-12-3/+4
* refactor: split http.Server and http.ServeMux creationAlan Pearce2024-05-11-276/+295
* fix: missing menu on search pagesAlan Pearce2024-05-11-0/+1
* refactor: deduce index path automatically from config.DataPathAlan Pearce2024-05-11-2/+1
* build: optionally embed frontend filesAlan Pearce2024-05-10-9/+8
* fix: missing menu on search pageAlan Pearce2024-05-10-0/+1
* refactor: clean up flags and environment variablesAlan Pearce2024-05-09-16/+5
* feat: dynamically link to sourcesAlan Pearce2024-05-09-0/+2
* refactor: pass Source object to templatesAlan Pearce2024-05-09-14/+20
* style: reformat with golines and enforce on commitAlan Pearce2024-05-09-1/+4
* feat: enable index path to be configuredAlan Pearce2024-05-09-1/+2
* feat: allow configuration of log levelAlan Pearce2024-05-09-8/+9