shiori/internal/webserver
Felipe Martin Garcia cba5046231
feat: session expire time from backend (#437)
* feat: session expire time from backend

Deduplicated logic from backend and frontend where we needed to take the
login checkbox into account for both back and front codebases. Now the
backend will send the frontend the expire time calculated only in one
place.

This is part of a multi-step process that will store sessions in
database, but this will ease the maintenance of this section for now.

* chore: remove test logger
2022-07-23 11:32:53 +02:00
..
assets-dev.go Initial new web interfaces 2019-05-27 17:01:53 +07:00
assets-prod.go replace assets generation with embed (#423) 2022-05-26 19:36:23 +02: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: session expire time from backend (#437) 2022-07-23 11:32:53 +02:00
handler-ui.go fix invalid assets path when use webroot (#448) 2022-07-08 11:26:37 +02: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