| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | feat: support cleartext HTTP/2 (i.e. from a reverse proxy) | Alan Pearce | 2024-05-25 | -1/+8 |
* | refactor: don't log request Host, it's irrelevant to this server | Alan Pearce | 2024-05-25 | -6/+1 |
* | build: just use nix version as internal version | Alan Pearce | 2024-05-25 | -16/+1 |
* | refactor: split server cmd and module | Alan Pearce | 2024-05-24 | -8/+29 |
* | fix: check for nil pointers in NewMux | Alan Pearce | 2024-05-24 | -0/+6 |
* | fix(web): fetch host from request, not header, where it's expected | Alan Pearce | 2024-05-22 | -1/+1 |
* | fix: missing last page of search results | Alan Pearce | 2024-05-17 | -1/+2 |
* | feat: support searching packages | Alan Pearce | 2024-05-17 | -102/+117 |
* | fix(logging): track whether headers are written properly | Alan Pearce | 2024-05-17 | -3/+20 |
* | refactor: use interface to unify Options and Packages | Alan Pearce | 2024-05-16 | -5/+5 |
* | feat: add caching header (except on error pages) | Alan Pearce | 2024-05-15 | -1/+12 |
* | 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 | -1/+51 |
* | 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/+61 |
* | refactor(templates): render partials with less hackiness | Alan Pearce | 2024-05-15 | -8/+11 |
* | build: remove duplicate debug log on dev file watcher update | Alan Pearce | 2024-05-15 | -1/+0 |
* | 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/+15 |
* | style: make port a string for easier nix integration | Alan Pearce | 2024-05-13 | -1/+2 |
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -12/+10 |
* | refactor(config): simplify configuration | Alan Pearce | 2024-05-13 | -46/+30 |
* | 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 | -276/+295 |
* | fix: missing menu on search pages | Alan Pearce | 2024-05-11 | -0/+1 |
* | refactor: deduce index path automatically from config.DataPath | Alan Pearce | 2024-05-11 | -2/+1 |
* | build: optionally embed frontend files | Alan Pearce | 2024-05-10 | -9/+8 |
* | fix: missing menu on search page | Alan Pearce | 2024-05-10 | -0/+1 |
* | refactor: clean up flags and environment variables | Alan Pearce | 2024-05-09 | -16/+5 |
* | feat: dynamically link to sources | Alan Pearce | 2024-05-09 | -0/+2 |
* | refactor: pass Source object to templates | Alan Pearce | 2024-05-09 | -14/+20 |
* | style: reformat with golines and enforce on commit | Alan Pearce | 2024-05-09 | -1/+4 |
* | feat: enable index path to be configured | Alan Pearce | 2024-05-09 | -1/+2 |
* | feat: allow configuration of log level | Alan Pearce | 2024-05-09 | -8/+9 |
* | feat: enable setting config file path via command line | Alan Pearce | 2024-05-09 | -1/+2 |
* | feat: import sources from configuration in go code and index options | Alan Pearce | 2024-05-09 | -35/+35 |
* | refactor: log index loading progress at startup | Alan Pearce | 2024-05-08 | -1/+2 |
* | feat: paginate search results | Alan Pearce | 2024-05-08 | -5/+52 |
* | perf: create search indexes in parallel with server startup | Alan Pearce | 2024-05-07 | -8/+11 |
* | feat: search multiple sources | Alan Pearce | 2024-05-07 | -15/+33 |
* | style: show pages for different sources | Alan Pearce | 2024-05-07 | -8/+33 |
* | style: split homepage and search page | Alan Pearce | 2024-05-07 | -9/+26 |
* | feat: search one set of options | Alan Pearce | 2024-05-07 | -17/+26 |
* | refactor: rely on html/template functionality more | Alan Pearce | 2024-05-07 | -19/+14 |
* | refactor: extract templating into own file | Alan Pearce | 2024-05-07 | -69/+81 |
* | refactor: make data path (partially) configurable | Alan Pearce | 2024-05-07 | -1/+1 |