shiori/internal/cmd
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
..
add.go Exit with non-zero status when add fails 2020-08-06 20:03:25 +02:00
check.go Exit with non-zero status when add fails 2020-08-06 21:12:34 +02:00
delete.go Exit with non-zero status when add fails 2020-08-06 21:12:34 +02:00
export.go fix: golangci-lint errors (#366) 2022-02-13 16:38:27 +01:00
import.go Exit with non-zero status when add fails 2020-08-06 21:12:34 +02:00
open.go Exit with non-zero status when add fails 2020-08-06 21:12:34 +02:00
pocket.go Exit with non-zero status when add fails 2020-08-06 21:12:34 +02:00
print.go Exit with non-zero status when add fails 2020-08-06 21:12:34 +02:00
root-dev.go Add portable mode 2019-08-09 10:19:43 +07:00
root.go Update Dependencies and Replace mattn/go-sqlite with modernc.org/sqlite (#345) 2022-02-11 13:59:49 +01:00
serve.go Web Server and CI Improvements (#374) 2022-02-19 08:22:50 +01:00
update.go Merge pull request #246 from Midek/master 2020-08-06 22:28:04 +02:00
utils.go fix: golangci-lint errors (#366) 2022-02-13 16:38:27 +01:00
utils_test.go Initial unit test.. 2019-09-23 15:55:17 +07:00