shiori/internal
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
..
cmd Web Server and CI Improvements (#374) 2022-02-19 08:22:50 +01:00
core feat: async content download when creating via api (#368) 2022-02-13 21:09:42 +01:00
database Remove unneeded alter table transactions from sqlite (#372) 2022-02-14 19:49:46 +01:00
model Make SQLite database compatible with old version 2019-08-22 14:27:38 +07:00
view hotfix: fixes session duration from #346 2022-02-11 16:00:38 +01:00
webserver Web Server and CI Improvements (#374) 2022-02-19 08:22:50 +01:00