[PR #2640] [MERGED] refactor(server): move asset checks to service #9643

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2640
Author: @jrasm91
Created: 6/2/2023
Status: Merged
Merged: 6/6/2023
Merged by: @alextran1502

Base: mainHead: refactor/asset-access-checks


📝 Commits (3)

📊 Changes

3 files changed (+87 additions, -69 deletions)

View changed files

📝 server/apps/immich/src/api-v1/asset/asset.controller.ts (+47 -54)
📝 server/apps/immich/src/api-v1/asset/asset.service.spec.ts (+15 -9)
📝 server/apps/immich/src/api-v1/asset/asset.service.ts (+25 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/2640 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 6/2/2023 **Status:** ✅ Merged **Merged:** 6/6/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `refactor/asset-access-checks` --- ### 📝 Commits (3) - [`5c89d73`](https://github.com/immich-app/immich/commit/5c89d734e998e377416bb4970ad760394863f558) refactor(server): move asset checks to service - [`d545545`](https://github.com/immich-app/immich/commit/d54554533dc2d3d19cc7f7a2cd80b7d53d19cefc) fix: linting - [`12b74be`](https://github.com/immich-app/immich/commit/12b74bedc970768fc25af0b69b5d9a9d5417c558) chore: merge ### 📊 Changes **3 files changed** (+87 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/api-v1/asset/asset.controller.ts` (+47 -54) 📝 `server/apps/immich/src/api-v1/asset/asset.service.spec.ts` (+15 -9) 📝 `server/apps/immich/src/api-v1/asset/asset.service.ts` (+25 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:08:20 +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#9643