[PR #9715] refactor: Move checkExistingAssets(), checkBulkUpdate() remove getAllAssets() #12604

Closed
opened 2026-02-05 15:00:02 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/9715

State: closed
Merged: Yes


This was split from PR https://github.com/immich-app/immich/pull/8480.

This is relocating a few controller.v1 methods into the asset-media controller:

POST /asset/exist (checkExistingAssets)
POST /asset/bulk-upload-check (checkBulkUpload)

This one is deleted, as its unused.

GET /asset (getAllAssets)
**Original Pull Request:** https://github.com/immich-app/immich/pull/9715 **State:** closed **Merged:** Yes --- This was split from PR https://github.com/immich-app/immich/pull/8480. This is relocating a few controller.v1 methods into the asset-media controller: ``` POST /asset/exist (checkExistingAssets) POST /asset/bulk-upload-check (checkBulkUpload) ``` This one is deleted, as its unused. ``` GET /asset (getAllAssets) ```
OVERLORD added the pull-request label 2026-02-05 15:00:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#12604