6402 Commits

Author SHA1 Message Date
David Bourgault
4b55888d16
fix: ensure manually tagged faces have proper source type (#16364)
immich-app/immich#16062 added manual face tagging and deletion, but did
not add a new 'SourceType'. The create faces would default to
'machine-learning' which is incorrect, and has the annoying downside
that they will be wiped when the 'Refresh Faces' job is run.

Handling of non-machine-learning faces was previously added in
immich-app/immich#6455. This PR simply extends it to the new manually
tagged faces.
2025-02-26 20:53:21 -06:00
Alex
8fbd650483
refactor(mobile): refactor user provider (#16358) 2025-02-26 17:04:43 -06:00
Alex
c778516ce2
fix(web): tag people in video (#16351) 2025-02-26 12:55:32 -06:00
Adam O'neill
2969e25ff7
fix: websockets calling on_new_release across all sessions upon new websocket connection. (#16339)
* Implemented possible fix for the new_release window re-appearing across all active sessions when a new websocket connection is established.

* Reverted websocket.ts

Changes not needed to websocket.ts - was bouncing between ideas, current implementation doesn't need this to change.

* Prettier test format.

* Spelling (Aknowledged --> Acknowledged)
2025-02-26 17:48:18 +00:00
luzpaz
c055e1aefe
docs: fix typos (#16352)
Found via `codespell -q 3 -S "./i18n,./docs/package-lock.json,./readme_i18n,./mobile/assets/i18n" -L afterall,nd,renderd`
2025-02-26 17:21:27 +00:00
github-actions
5f7f88ff17 chore: version v1.127.0 v1.127.0 2025-02-26 15:18:50 +00:00
Zack Pollard
5053130e35
fix: sync set ack validation (#16320) 2025-02-26 09:35:51 -05:00
shenlong-tanwen
65f5daa32c test: bench inserts 2025-02-26 19:44:33 +05:30
shenlong-tanwen
0e8b19e269 use asynccache 2025-02-26 08:58:19 +05:30
shenlong-tanwen
8450c8cc4f feat: appbar 2025-02-26 08:58:19 +05:30
shenlong-tanwen
5385d43c8c app bar and log details page 2025-02-26 08:58:19 +05:30
shenlong-tanwen
a0afea04d8 more refactors and logs page handling 2025-02-26 08:58:19 +05:30
shenlong-tanwen
8f47645cdb more refactors 2025-02-26 08:58:19 +05:30
shenlong-tanwen
7ea21d636f lint: add immich lint 2025-02-26 08:58:19 +05:30
shenlong-tanwen
3b8951fde6 more refactors 2025-02-26 08:58:19 +05:30
shenlong-tanwen
e8bb9a3934 refactor: update global states to ValueNotifiers 2025-02-26 08:58:19 +05:30
shenlong-tanwen
c91a2878dc feat: full local assets / album sync 2025-02-26 08:58:19 +05:30
shenlong-tanwen
a09710ec7b fix: use openapi_patching from v1 2025-02-26 08:58:19 +05:30
shenlong-tanwen
9f29bce308 refactor: grid 2025-02-26 08:58:19 +05:30
shenlong-tanwen
e810512285 refactor repositories 2025-02-26 08:58:19 +05:30
shenlong-tanwen
d6495f014d add license page 2025-02-26 08:58:19 +05:30
shenlong-tanwen
239bca0cda refactor: logging 2025-02-26 08:58:19 +05:30
shenlong-tanwen
ded4481190 refactor: sync 2025-02-26 08:58:19 +05:30
shenlong-tanwen
37b15869d5 wip: add platform channels 2025-02-26 08:58:19 +05:30
shenlong-tanwen
f1dcfbc594 preliminary auto-login 2025-02-26 08:58:19 +05:30
shenlong-tanwen
6fce1ebb79 refactor: asset grid 2025-02-26 08:58:19 +05:30
shenlong-tanwen
53974e7276 chore: style grid 2025-02-26 08:58:19 +05:30
shenlong-tanwen
419d3669a2 feat: home grid 2025-02-26 08:58:19 +05:30
shenlong-tanwen
80009a77ec add framework error callbacks 2025-02-26 08:58:19 +05:30
shenlong-tanwen
e81b61c98b add full sync 2025-02-26 08:58:19 +05:30
shenlong-tanwen
877c3b028b fix: handle login 2025-02-26 08:58:19 +05:30
shenlong-tanwen
7f83740b35 chore: upgrade deps 2025-02-26 08:58:19 +05:30
shenlong-tanwen
75448ce56b add proper logging 2025-02-26 08:58:19 +05:30
shenlong-tanwen
1631df70e9 add adaptive_scaffold 2025-02-26 08:58:19 +05:30
shenlong-tanwen
fb6253d2d1 replace bloc with watch_it 2025-02-26 08:58:19 +05:30
shenlong-tanwen
aa5673bae3 chore: dep update 2025-02-26 08:58:18 +05:30
Alex
4a7137c50c example 2025-02-26 08:58:18 +05:30
Alex
1d3493e00b Pod file 2025-02-26 08:58:18 +05:30
Alex
54dd9e95c9 chore: add photo manager 2025-02-26 08:58:18 +05:30
shenlong-tanwen
11cef4ec9a 🚀 2025-02-26 08:58:18 +05:30
Alex
4ef7eb56a3
fix(server): memory assets order (#16325) 2025-02-25 19:10:52 -06:00
Alex
8ecc67a364
feat(mobile): use memories api (#16329) 2025-02-25 19:10:31 -06:00
Alex
90f7c3d9ae
chore(mobile): translations update (#16328)
chore(mobile): translation update
2025-02-25 15:06:40 -06:00
Alex
d0381fddec
refactor(mobile): render list (#16303)
* refactor(mobile): render list 2

* wip

* wip: asset selection page

* remove render_list provider

* remove dead code

* yaml format

* remove unused file

* woop woop more clean up

* woop woop more clean up 2

* fix: album selection doesn't load instantly
2025-02-25 11:33:48 -06:00
Jason Rasmussen
7c851893b4
feat: medium tests for user and sync service (#16304)
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
2025-02-25 16:31:07 +00:00
RoseyWasTaken
ae61ea7984
Update community-guides.tsx (#16316)
* Update community-guides.tsx

Added an additional card linking to a remote access guide

* Update docs/src/components/community-guides.tsx

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-02-25 15:52:07 +00:00
Alex
bbcaee82f0
chore(web): revert wasm new justify layout (#16277)
* Revert "fix(web): justify layout import (#16267) "

This reverts commit ec58e1065fafc34ab675d8403cc2635566f5d912.

* Revert "fix(web): dynamically import wasm module (#16261)"

This reverts commit 4376fd72b760defd2afe3a47eb10c42c1cde7333.

* Revert "feat(web): use wasm for justified layout calculation (#15524)"

This reverts commit 3925445de8206946de8c7f9b7a6742b2df5e110d.

* Revert "fix(web): viewport reactivity, off-screen thumbhashes being rendered (#15435)"

This reverts commit 52f21fb331f8f01b55f8e0b934ddb48999b78664.
2025-02-25 09:39:56 -06:00
Nicholas Flamy
16266c9f5a
docs: #15988 follow-up: Use URL constructor to fix Version Switcher URL double slash issue (#16014)
* concat location properties and use URL constructor to fix issues

* remove slashes from old version urls

* remove versions 1.125.0 and 1.125.4 that don't have docs archives
2025-02-25 09:34:46 -06:00
Alex
6c64a6dab8
chore(web): Revert slight fade in animation when open/close asset-viewer (#16262) (#16306)
Revert "feat(web): slight fade in animation when open/close asset-viewer (#16262)"

This reverts commit 57829cee26807317d3448abd0502da21fe33097f.
2025-02-25 09:27:34 -06:00
ExceptionsOccur
c0fe98fe27
feat(mobile): photos group by date in album page view (#16272)
* feat(mobile): photos group by date in album page view

* fix: format

---------

Co-authored-by: ExceptionsOccur <yuyu.tao@foxmail.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-02-25 15:10:08 +00:00