1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-15 03:30:33 +02:00
Commit Graph

315 Commits

Author SHA1 Message Date
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
fa3b5a4c8f chore(deps): update node (#15554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 08:32:14 -05:00
d1d26c60d6 fix(deps): update typescript-projects (#14892)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2025-01-22 22:15:38 +00:00
c8abe9a2fd chore(deps): update node.js to v22.13.1 (#15503)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-21 16:16:46 -06:00
58d5cc1e4b chore(deps): update dependency @types/node to ^22.10.7 (#15479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-21 11:54:47 -05:00
8b4390c247 chore(deps): update dependency @types/node to ^22.10.5 (#15246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-11 22:06:18 -06:00
2301affd7e chore(deps): update node.js to v22.13.0 (#15249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-11 22:04:22 -06: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
0d060ebb32 chore(deps): update node (#14736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-17 15:21:01 -05: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
59d6af54c7 chore(deps): update node.js to v22.12.0 (#14650)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-12 10:12:44 -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
bda97c4e0e chore(deps): update node (#14090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 07:32:52 -05: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
5d7a04367c chore(deps): update dependency @types/node to ^22.8.6 (#13937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-05 14:28:13 -05:00
1d55b5bfc0 chore(deps): update dependency @types/node to ^22.8.5 (#13923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-05 06:48:01 -05:00
60afd7b400 chore(deps): update node (#13918)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 19:52:23 -05:00
b9096f3e99 feat(server): use tonemapx for software tone-mapping (#13785) 2024-10-31 20:48:23 -04:00