1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-01 05:35:03 +02:00
Commit Graph

203 Commits

Author SHA1 Message Date
5f7f88ff17 chore: version v1.127.0 2025-02-26 15:18:50 +00:00
d350022dec feat: persistent memories (#15953)
feat: memories

refactor

chore: use heart as favorite icon

fix: linting
2025-02-21 12:31:37 -06:00
007eaaceb9 feat(web): manual face tagging and deletion (#16062) 2025-02-21 09:58:25 -06:00
ac36effb45 feat: sync implementation for the user entity (#16234)
* ci: print out typeorm generation changes

* feat: sync implementation for the user entity

wip

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
2025-02-20 23:37:57 -05:00
34b88bb47a feat(web): support searching by EXIF rating (#16208)
* Add rating to search DTO

* Add search by EXIF rating in search query builder

* Generate OpenAPI spec

* Add rating filter on web

* Add rating filter to search docs

* Format / lint

* Hide rating filter if ratings are disabled

* chore: component order in form

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2025-02-20 16:17:06 +00:00
7c26663013 chore: removed unused endpoint (#16167) 2025-02-17 13:07:50 -06:00
8794c84e9d chore: version v1.126.1 2025-02-10 17:54:02 +00:00
feba590de7 chore: version v1.126.0 2025-02-10 16:10:06 +00:00
61b8eb85b5 feat: view album shared links (#15943) 2025-02-07 16:38:20 -05:00
c5360e78c5 feat(web): shared link filters (#15948) 2025-02-07 13:05:15 -05:00
23014c263b feat(api): set person color (#15937) 2025-02-07 10:06:58 -05:00
7ec3610753 feat: Mark people as favorite (#14866)
* feat: added ability to mark people as favorite, which get sorted to the front of the people list

* feat(server): added unit test for favorite people

* feat(server): refactored for better readability

* fixed person service unit tests

* fixed open-api and sql checks

* fixed bad codegen and removed unnecessary type assertion again

* chore: clean up

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2025-02-04 08:52:17 +00:00
4efacfbb91 feat: search by description (#15818)
* feat: search by description

* wip: mobile

* wip: mobile ui

* wip: mobile search logic

* feat: using f_unaccent

* icon to fit with text search
2025-02-02 15:18:13 -06:00
9ac95d6845 feat: add searching by tags (#15395)
* feat: add searching by tags

* fix: fix merge

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-01-31 21:37:22 +00:00
4fd8c1b3c1 chore: version v1.125.7 2025-01-29 17:41:38 +00:00
b4a4abbf51 fix(docs): move a few API doc comments to descriptions (#15381)
Previously, the comments were being used as the summaries, and thus were
displayed as the “title” of these endpoints
2025-01-29 11:58:10 -05:00
a0aea021a1 fix(server): restore user (#15763) 2025-01-29 16:49:08 +00:00
f44669447f chore: version v1.125.6 2025-01-28 02:58:27 +00:00
64d926581f chore: version v1.125.5 2025-01-27 20:04:50 +00:00
e5794e6cfc chore: version v1.125.4 2025-01-27 18:44:12 +00:00
72a55c13b6 chore: version v1.125.3 2025-01-26 14:14:48 +00:00
9871a04d54 chore: version v1.125.2 2025-01-24 19:09:06 +00:00
50a2f6193f chore: version v1.125.1 2025-01-23 16:52:23 +00:00
49a16045bd chore: version v1.125.0 2025-01-23 16:23:47 +00:00
8d836ae04f chore: version v1.124.2 2025-01-08 23:16:35 +00:00
cc10fc15c3 chore: version v1.124.1 2025-01-08 16:16:15 +00:00
840d99ed25 chore: version v1.124.0 2025-01-07 19:00:42 +00:00
fd34a914a6 chore: version v1.123.0 2024-12-17 16:00:50 +00:00
12e55f5bf0 feat(server): Merge Faces sorted by Similarity (#14635)
* Merge Faces sorted by Similarity

* Adds face sorting to the side panel face merger

* run make open-api

* Make it one query

* Only have the single order by when sorting by closest face
2024-12-16 08:47:11 -06:00
c52f1bae81 chore: version v1.122.3 2024-12-11 21:15:03 +00:00
03eb5903fe chore: version v1.122.2 2024-12-08 23:41:22 +00:00
97c1eb7289 chore: version v1.122.1 2024-12-06 13:49:14 +00:00
37220a342a chore: version v1.122.0 2024-12-05 16:29:46 +00:00
292182fa7f feat: Notification Email Templates (#13940) 2024-12-04 20:26:02 +00:00
4bf1b84cc2 feat(ml): support multiple urls (#14347)
* support multiple url

* update api

* styling

unnecessary `?.`

* update docs, make new url field go first

add load balancing section

* update tests

doc formatting

wording

wording

linting

* small styling

* `url` -> `urls`

* fix tests

* update docs

* make docusaurus happy

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-12-04 20:17:47 +00:00
5417e34fb6 feat(server): Add publicUsers toggle for user search (#14330)
* feat(server): Add publicUsers toggle for user search

* tests

* docs: add check:typescript for web PR checklist

* return auth.user when publicUsers is false - app testing

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-11-26 15:51:01 +00:00
9e1e9b1fbf refactor: rename searchMetadata to searchAssets (#14151) 2024-11-20 14:47:25 -05:00
98c9ae1f7d chore: version v1.121.0 2024-11-20 16:15:53 +00:00
f5c4af73aa feat: adding photo & video storage space to server stats (#14125)
* expose detailed user storage stats + display them in the storage per user table

* chore: openapi & sql

* fix: fix test stubs

* fix: formatting errors, e2e test and server test

* fix: upper lower case typo in spec file

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-11-15 16:38:57 -06:00
31a1e64b58 chore: version v1.120.2 2024-11-12 17:30:29 +00:00
64831e2328 refactor: remove smart info table (#13985) 2024-11-07 11:25:10 -05:00
599b489f81 chore: version v1.120.1 2024-11-07 15:31:19 +00:00
f1b8a9374f chore: version v1.120.0 2024-11-06 16:17:29 +00:00
b9096f3e99 feat(server): use tonemapx for software tone-mapping (#13785) 2024-10-31 20:48:23 -04:00
7d933ec97a feat: built-in automatic database backups (#13773) 2024-10-31 11:29:42 +00:00
00dd9419a5 chore: version v1.119.1 2024-10-29 13:33:36 +00:00
8449e78c8f chore: version v1.119.0 2024-10-28 14:41:08 +00:00
b1149881bd feat(server): add pcm_s16le accepted audio codec (#13418) 2024-10-18 08:26:16 -04:00
e8015dc7d7 chore: version v1.118.2 2024-10-16 18:44:39 +00:00
edd7dfb5d8 chore: version v1.118.1 2024-10-15 20:44:10 +00:00