about summary refs log tree commit diff stats
path: root/internal/server
Commit message (Expand)AuthorAgeLines
* fix Host weirdness on fly with h2cAlan Pearce2024-05-24-0/+6
* enable overriding base URLAlan Pearce2024-05-24-4/+10
* fix redirection to wrong hostnameAlan Pearce2024-05-24-11/+10
* refactor: remove unnecessary package-global variableAlan Pearce2024-05-24-3/+1
* server: support h2cAlan Pearce2024-05-24-4/+11
* send 204 No Content to /healthAlan Pearce2024-05-23-1/+1
* don't log requests to /healthAlan Pearce2024-05-23-0/+3
* refactor: simplify logging of Host headerAlan Pearce2024-05-22-11/+2
* refactor: lint with golangci-lintAlan Pearce2024-05-22-11/+14
* refactor: split server and muxAlan Pearce2024-05-22-214/+51
* fix logging of host headerAlan Pearce2024-05-22-1/+1
* redirect OpenID configuration requests to dexAlan Pearce2024-05-21-0/+7
* add hard-coded oidc webfinger supportAlan Pearce2024-05-21-1/+29
* use zap for logging http requests as wellAlan Pearce2024-05-19-21/+9
* log in logfmt via zap, with nicer console output in devAlan Pearce2024-05-19-14/+13
* fix missing commit hashes in binaryAlan Pearce2024-04-27-0/+5
* implement live-reloading dev serverAlan Pearce2024-04-27-0/+353