immich/server/src
Paweł Wojtaszko 505e16c37c
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Docker / pre-job (push) Waiting to run
Docker / Re-Tag ML (push) Blocked by required conditions
Docker / Re-Tag Server (push) Blocked by required conditions
Docker / Build and Push ML (push) Blocked by required conditions
Docker / Build and Push Server (push) Blocked by required conditions
Docker / Docker Build & Push Server Success (push) Blocked by required conditions
Docker / Docker Build & Push ML Success (push) Blocked by required conditions
Docs build / pre-job (push) Waiting to run
Docs build / Docs Build (push) Blocked by required conditions
Zizmor / Zizmor (push) Waiting to run
Static Code Analysis / pre-job (push) Waiting to run
Static Code Analysis / Run Dart Code Analysis (push) Blocked by required conditions
Test / pre-job (push) Waiting to run
Test / Test & Lint Server (push) Blocked by required conditions
Test / Unit Test CLI (push) Blocked by required conditions
Test / Unit Test CLI (Windows) (push) Blocked by required conditions
Test / Lint Web (push) Blocked by required conditions
Test / Test Web (push) Blocked by required conditions
Test / Test i18n (push) Blocked by required conditions
Test / End-to-End Lint (push) Blocked by required conditions
Test / Medium Tests (Server) (push) Blocked by required conditions
Test / End-to-End Tests (Server & CLI) (push) Blocked by required conditions
Test / End-to-End Tests (Web) (push) Blocked by required conditions
Test / End-to-End Tests Success (push) Blocked by required conditions
Test / Unit Test Mobile (push) Blocked by required conditions
Test / Unit Test ML (push) Blocked by required conditions
Test / .github Files Formatting (push) Blocked by required conditions
Test / ShellCheck (push) Waiting to run
Test / OpenAPI Clients (push) Waiting to run
Test / SQL Schema Checks (push) Waiting to run
fix(server): only asset owner should see favorite status (#20654)
* fix: Any asset update disables isFavorite action in GUI. Only owner of asset in album should see favorited image.

* Fix unit tests

* Fix formatting

* better query, add medium test

* update sql

---------

Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
2025-10-16 21:52:36 +00:00
..
bin feat: availability checks (#22185) 2025-09-19 12:18:42 -04:00
commands feat: change default media location to /data (#20367) 2025-07-29 16:58:50 -04:00
controllers fix(server): validate token permission (#21802) 2025-09-11 08:09:58 -04:00
cores chore(server): fix logger context in StorageCore (#21534) 2025-09-08 17:28:40 -04:00
dtos fix(server): only asset owner should see favorite status (#20654) 2025-10-16 21:52:36 +00:00
emails fix: missing email button padding (#22529) 2025-10-01 09:03:22 -05:00
middleware fix: iOS portrait photo saved as jpg extension (#21388) 2025-09-02 14:26:12 -05:00
queries fix(server): only asset owner should see favorite status (#20654) 2025-10-16 21:52:36 +00:00
repositories fix(server): only asset owner should see favorite status (#20654) 2025-10-16 21:52:36 +00:00
schema feat: audit cleanup (#21567) 2025-09-03 22:50:27 +00:00
services fix(server): only asset owner should see favorite status (#20654) 2025-10-16 21:52:36 +00:00
sql-tools fix(sql-tools): null default (#20796) 2025-08-08 15:44:39 -04:00
utils fix(server): override reserved color metadata for video thumbnails (#22348) 2025-10-06 12:13:10 -04:00
workers feat: allow unordered migrations in dev (#19881) 2025-07-11 10:58:34 -04:00
app.module.ts feat(server): add immich.users.total metric (#21780) 2025-10-08 13:24:11 -04:00
config.ts feat: availability checks (#22185) 2025-09-19 12:18:42 -04:00
constants.ts chore(server): support vectorchord 0.5.x (#21602) 2025-10-06 20:37:54 +00:00
database.ts feat: ack sync reset (#20703) 2025-08-05 20:30:19 +00:00
decorators.ts fix(server): fix chunking Postgres query parameters (#22684) 2025-10-06 11:37:35 -04:00
enum.ts feat: local album events notification (#22817) 2025-10-14 10:15:51 -05:00
main.ts feat: remove dep on cwd for workers (#20012) 2025-07-18 10:57:49 -04:00
types.ts fix(server): override reserved color metadata for video thumbnails (#22348) 2025-10-06 12:13:10 -04:00
validation.spec.ts feat: batch change date and time relatively (#17717) 2025-08-07 13:42:33 +00:00
validation.ts fix: automatically remove leading/trailing whitespace from search que… (#22214) 2025-09-19 12:19:26 -04:00