shiori/internal
Felipe Martin Garcia 4de21eaf40
fix: avoid panic usage when downloading bookmark (#513)
Removed the usage of `panic()` when downloading a bookmark and simply
return an error that has to be checked by implementations.

Right now the API will continue if the bookmark download fails (either
sync or async) but will leave a log with the error cause, so the users
have the bookmark stored even if the archival didn't actually happen
(but can be done manually later on).

Fixes #459
2022-10-14 13:37:24 +02:00
..
cmd fix: saving bookmarks inconsistencies (#500) 2022-10-11 23:47:38 +02:00
core fix: data dir permissions having execute for all (#493) 2022-10-09 18:50:42 +02:00
database fix: failed to save bookmark: constraint failed: UNIQUE constraint failed: bookmark.url (#515) 2022-10-13 19:18:40 +02:00
model fix: data dir permissions having execute for all (#493) 2022-10-09 18:50:42 +02:00
view feat: session expire time from backend (#437) 2022-07-23 11:32:53 +02:00
webserver fix: avoid panic usage when downloading bookmark (#513) 2022-10-14 13:37:24 +02:00
assets.go replace assets generation with embed (#423) 2022-05-26 19:36:23 +02:00