shiori/internal
Felipe Martin Garcia fb0bf38b7e
feat: async content download when creating via api (#368)
* feat: async content download when creating via api

Invoking the content download code in a goroutine after saving the
bookmark, this way we can return a response to the user quickly while
the webpage is donwloaded and archived.

Cache api endpont (/api/cache) remains untouched until I understand
the logic behind it.

Also updated the API endpoint for the extension, though I'm unsure why
there's a difference between the "regular" API and the webext API,
they should be using the same APIs.
2022-02-13 21:09:42 +01:00
..
cmd fix: golangci-lint errors (#366) 2022-02-13 16:38:27 +01:00
core feat: async content download when creating via api (#368) 2022-02-13 21:09:42 +01:00
database fix: golangci-lint errors (#366) 2022-02-13 16:38:27 +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 feat: async content download when creating via api (#368) 2022-02-13 21:09:42 +01:00