mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat(server): Per user asset access control (#993)
* Limit asset access to owner
* Check public albums for asset
* Clean up
* Fix test
* Rename repository method
* Simplify control flow
* Revert "Simplify control flow"
This reverts commit 7bc3cbf687.
* Revert Makefile change
This commit is contained in:
parent
5f2b75997f
commit
e8bbad6772
8 changed files with 84 additions and 16 deletions
2
Makefile
2
Makefile
|
|
@ -26,4 +26,4 @@ prod-scale:
|
|||
docker-compose -f ./docker/docker-compose.yml up --build -V --scale immich-server=3 --scale immich-microservices=3 --remove-orphans
|
||||
|
||||
api:
|
||||
cd ./server && npm run api:generate
|
||||
cd ./server && npm run api:generate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue