mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Get thumbnail from app (#68)
* Renamed multipart filed name 'files' to 'assetData'. * Added an additional field name of 'thumbnailData' to multipart form. * Implemented upload mechanism for thumbnail directly from the mobile client. * Removed dead code * Implemented a version checking mechanism.
This commit is contained in:
parent
be72df70fe
commit
e407a4fa13
29 changed files with 480 additions and 244 deletions
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
immich_server:
|
||||
image: immich-server-dev:1.0.0
|
||||
image: immich-server-dev:1.3.0
|
||||
build:
|
||||
context: ../server
|
||||
target: development
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
immich_server:
|
||||
image: immich-server-dev:1.0.0
|
||||
image: immich-server-dev:1.3.0
|
||||
build:
|
||||
context: ../server
|
||||
target: development
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue