shiori/internal/webserver
Emmanuel Frecon e1e2c7bfd8
Web Server and CI Improvements (#374)
* Fix for infinite redirect loop

path.Join trims the trailing slash if the path isn't /, use configured
root instead.

* Add repo root independence

This makes the workflows agnostic of the repository root, making it
possible to build in forked repos.

* Add HTTP request logging

* Fix proper RootPath handler

* Add logging for all resources

This adds proper logging for all resources, including errors. Logging
is on by default, but can be turned off.

* Report effective length of written data
2022-02-19 08:22:50 +01:00
..
assets-dev.go
assets-prod.go hotfix: fixes session duration from #346 2022-02-11 16:00:38 +01:00
handler-api-ext.go feat: async content download when creating via api (#368) 2022-02-13 21:09:42 +01:00
handler-api.go feat: async content download when creating via api (#368) 2022-02-13 21:09:42 +01:00
handler-ui.go fix: golangci-lint errors (#366) 2022-02-13 16:38:27 +01:00
handler.go Web Server and CI Improvements (#374) 2022-02-19 08:22:50 +01:00
server.go Web Server and CI Improvements (#374) 2022-02-19 08:22:50 +01:00
utils.go wrap mime.TypeByExtension with preset mimetypes 2019-10-21 20:16:50 -07:00