shiori/internal
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
..
cmd feat: sqlite migrations (#398) 2022-03-26 08:33:57 +01:00
core fix: url modification when query param is empty (#411) 2022-03-27 21:01:39 +02:00
database implement migration for mysql & postgres (#422) 2022-05-03 23:30:28 +02:00
model Make SQLite database compatible with old version 2019-08-22 14:27:38 +07:00
view feat: session expire time from backend (#437) 2022-07-23 11:32:53 +02:00
webserver feat: session expire time from backend (#437) 2022-07-23 11:32:53 +02:00
assets.go replace assets generation with embed (#423) 2022-05-26 19:36:23 +02:00