Commit Graph

4 Commits (5de8ea162d8f04fb356147294202c2bd37f7dc2e)

Author SHA1 Message Date
Alex 5de8ea162d
feat(server) Tagging system (#1046) 2022-12-05 11:56:44 +07:00
Fynn Petersen-Frey 47f5e4134e
feat(mobile): use cached asset info if unchanged instead of downloading all assets (#1017)
* feat(mobile): use cached asset info if unchanged instead of downloading all assets

This adds an HTTP ETag to the getAllAssets endpoint and client-side support in the app.
If locally cache content is identical to the content on the server, the potentially large list of all assets does not need to be downloaded.

* use ts import instead of require
2022-11-26 10:16:02 +07:00
Alex 8bc64be77b
feat: support iOS LivePhoto backup (#950) 2022-11-18 23:12:54 +07:00
Alex ae7e582ec8
Refactor mobile to use OpenApi generated SDK (#336) 2022-07-13 07:23:48 +07:00