Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix: panic when source order > number of sources | Alan Pearce | 45 hours | -4/+11 |
| | | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/13 | |||
* | refactor: remove unnecessary source lookup | Alan Pearce | 2 days | -7/+0 |
| | ||||
* | feat: default to combined search on root path | Alan Pearce | 3 days | -16/+7 |
| | ||||
* | feat: allow HTTP request logging to be disabled | Alan Pearce | 2025-01-20 | -0/+6 |
| | ||||
* | fix(sentry): report correct HTTP path in traces | Alan Pearce | 2025-01-19 | -11/+6 |
| | ||||
* | fix(dev): fix CSP not working in dev mode behind reverse proxy | Alan Pearce | 2025-01-15 | -0/+1 |
| | ||||
* | feat: offer to show all results on one page (if < 10000) | Alan Pearce | 2025-01-05 | -14/+11 |
| | | | | Implements: https://todo.sr.ht/~alanpearce/searchix/5 | |||
* | refactor: extract pagination into module | Alan Pearce | 2025-01-04 | -23/+31 |
| | ||||
* | fix: panic rendering error pages | Alan Pearce | 2024-07-13 | -0/+2 |
| | ||||
* | refactor: ignore unused variable | Alan Pearce | 2024-07-13 | -1/+1 |
| | ||||
* | 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 | -49/+56 |
| | ||||
* | fix: panic on search error | Alan Pearce | 2024-07-01 | -0/+2 |
| | ||||
* | refactor: rename go module | Alan Pearce | 2024-06-29 | -11/+13 |
| | ||||
* | refactor: use encoding/xml for OpenSearchDescription | Alan Pearce | 2024-06-21 | -140/+25 |
| | ||||
* | refactor: switch to templ for HTML templates | Alan Pearce | 2024-06-21 | -82/+46 |
| | ||||
* | feat: display results in a table, showing details on click | Alan Pearce | 2024-06-08 | -2/+13 |
| | ||||
* | 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 |
| | ||||
* | 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 |
| | | | | | It should now be possible to run the server from inside another go application by importing the main module and running its Start() function | |||
* | 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 |
| | | | | https://developer.mozilla.org/en-US/docs/Web/OpenSearch | |||
* | 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 |
| | | | | | | | | | | | | | | commit 8225dbdb692c99b39dcafe2e5ec6ddc4daf08fb5 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 19:18:26 2024 +0200 refactor: consolidate configuration to reduce command-line options commit 5616d4c5a9bc6c0c14f744f812fa6609f859dc34 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 17:41:58 2024 +0200 refactor: move config file parsing to program entry points | |||
* | 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 |
| |