summaryrefslogtreecommitdiff
path: root/internal/router/router.go
AgeCommit message (Expand)AuthorFiles
2023-11-13[feature/performance] Wrap incoming HTTP requests in timeout handler (#2353)Libravatar tobi1
2023-08-02[bugfix] handle HEAD requests more elegantly (#2055)Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-04[feature] Allow loading TLS certs from disk (#1586)Libravatar Daenney1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi1
2022-09-19[bugfix] Server and closer bugfixes (#839)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-18[feature] Implement `cache-control` and etags for static assets (#711)Libravatar tobi1
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-05-15[chore] Update LE server to use copy of main http.Server{} to maintain server...Libravatar kim1
2022-05-12[bugfix] Fix server trying to listen twice on same address when l.e. enabled ...v0.3.3Libravatar tobi1
2022-04-28Add support for running profiling when debug build-tags provided (#491)Libravatar kim1
2022-03-13[bugfix] Fix bug where admin panel could not be accessed at `/admin` (#427)Libravatar tobi1
2022-02-19[feature] Gin enable gzip encoding (#405)Libravatar tobi1
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-20Log when listening (#350)Libravatar embr1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-11-22add bindAddress configuration option (#320)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-08-27Gin logging (#165)Libravatar tobi1
2021-08-25Pg to bun (#148)Libravatar tobi1
2021-07-26add trusted proxy for parsing client IPs (#115)Libravatar Tobi Smethurst1
2021-07-24allow custom ports for webserver and leLibravatar tsmethurst1
2021-07-14Static fileserver improvements, optional admin panel route (#100)Libravatar f0x521
2021-07-13Noescape (#88)Libravatar f0x521
2021-07-07clean up some weirdness in the router (#80)Libravatar Tobi Smethurst1
2021-06-21add 404 handler (#57)Libravatar f0x521
2021-06-19Streaming (#49)Libravatar Tobi Smethurst1
2021-06-13Timeline manager (#40)Libravatar Tobi Smethurst1
2021-05-17Refine statuses (#26)Libravatar Tobi Smethurst1
2021-05-15Inbox post (#22)Libravatar Tobi Smethurst1
2021-05-09Webfinger + Small fixes (#20)Libravatar Tobi Smethurst1
2021-05-09Letsencrypt (#17)Libravatar Tobi Smethurst1
2021-04-19Api/v1/statuses (#11)Libravatar Tobi Smethurst1
2021-04-01Api/v1/accounts (#8)Libravatar Tobi Smethurst1
2021-03-22Oauth/token (#7)Libravatar Tobi Smethurst1