Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | send 204 No Content to /health | Alan Pearce | 2024-05-23 | -1/+1 |
* | don't log requests to /health | Alan Pearce | 2024-05-23 | -0/+3 |
* | refactor: simplify logging of Host header | Alan Pearce | 2024-05-22 | -11/+2 |
* | refactor: lint with golangci-lint | Alan Pearce | 2024-05-22 | -11/+14 |
* | refactor: split server and mux | Alan Pearce | 2024-05-22 | -214/+51 |
* | fix logging of host header | Alan Pearce | 2024-05-22 | -1/+1 |
* | redirect OpenID configuration requests to dex | Alan Pearce | 2024-05-21 | -0/+7 |
* | add hard-coded oidc webfinger support | Alan Pearce | 2024-05-21 | -1/+29 |
* | use zap for logging http requests as well | Alan Pearce | 2024-05-19 | -21/+9 |
* | log in logfmt via zap, with nicer console output in dev | Alan Pearce | 2024-05-19 | -14/+13 |
* | fix missing commit hashes in binary | Alan Pearce | 2024-04-27 | -0/+5 |
* | implement live-reloading dev server | Alan Pearce | 2024-04-27 | -0/+353 |