Alex
ab2a7006f9
chore(mobile): small visual fix and update ( #17547 )
...
* chore(mobile): small visual fix and update
* update
* update
* remove design placeholder
2025-04-13 08:01:32 -05:00
Min Idzelis
1f18fe31f0
fix: occasional empty buckets, after canceled loads ( #17552 )
2025-04-13 07:50:24 -05:00
Alex
84d665ebad
Merge branch 'main' of github.com:immich-app/immich into feat/user-sync-stream
2025-04-12 10:25:21 -05:00
Daniel Dietzler
a373034629
refactor: migrate stacks ( #17559 )
...
chore: migrate stacks
2025-04-12 08:33:35 -04:00
renovate[bot]
5dac315af7
fix(deps): update dependency @nestjs/common to v11.0.16 [security] ( #17557 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-12 12:31:18 +02:00
Min Idzelis
8309b73a02
fix: responsive: long press while scroll ( #17555 )
2025-04-11 18:28:36 -04:00
Min Idzelis
e440cbe353
feat: responsive-web: shrink mem-lane ( #17550 )
2025-04-11 17:10:58 -05:00
Daniel Dietzler
5548eb0dad
fix: live photo hiding ( #17548 )
2025-04-11 17:09:58 -05:00
Min Idzelis
3bec8dc337
refactor: responsive: device units ( #17551 )
2025-04-11 17:09:10 -05:00
Min Idzelis
5bcb58c3e7
feat: responsive: skeleton ( #17553 )
...
feature: responsive: skeleton
2025-04-11 17:04:48 -05:00
Min Idzelis
c62fc155c8
feat: show thumbhash behind load error, if possible ( #17554 )
...
* feat: show thumbhash behind load error, if possible
* forgot this
2025-04-11 17:01:51 -05:00
Rudhra Raveendran
40e3322b25
docs: Add PowerShell example for running web client only ( #17546 )
...
Add PowerShell example for running web client only
2025-04-11 17:02:21 -04:00
Mert
25f2b9602f
refactor(server): remove face, person and face search entities ( #17535 )
...
* remove face, person and face search entities
update tests and mappers
check if face relation exists
update sql
unused imports
* pr feedback
generate sql, remove unused imports
2025-04-11 14:44:45 -04:00
Jason Rasmussen
ae6653392e
feat: view qr code from share modal ( #17544 )
2025-04-11 14:02:07 -04:00
Etienne
d7a782da34
feat: sync pictureFile with oidc if it isn't set already ( #17397 )
...
* feat: sync pictureFile with oidc if it isn't set already
fix: move picture writer to get userId
fix: move await promise to the top of the setPicure function before checking its value and automatically create the user folder
chore: code cleanup
* fix: extension double dot
---------
Co-authored-by: Jason Rasmussen <jason@rasm.me>
2025-04-11 13:00:39 -05:00
renovate[bot]
08b5952c87
chore(deps): update dependency vite to v6.2.6 [security] ( #17541 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-11 13:56:01 -04:00
Jason Rasmussen
584e5894bf
refactor: user factories instead of stubs ( #17540 )
2025-04-11 11:53:37 -04:00
Yaros
52d4b2fe57
fix(mobile): remove locate asset button from trashed asset ( #17503 )
...
* fix: remove locate asset button from trashed asset
* chore: refactor code
2025-04-11 09:41:10 -05:00
Ben
92f0973a46
fix(web): reset search history after logout ( #17534 )
...
fix(web): reset search suggestions after logout
2025-04-10 20:34:45 +00:00
Jason Rasmussen
75c83cb704
refactor: metadata stub ( #17532 )
2025-04-10 21:58:55 +02:00
Jason Rasmussen
0b22d3348e
refactor: count all return type ( #17529 )
2025-04-10 14:38:49 -04:00
Alex
abde0fbe60
fix(web): mobile view double scroll layer ( #17528 )
2025-04-10 13:50:05 -04:00
Jason Rasmussen
eaa0e07329
refactor: asset files entity ( #17527 )
2025-04-10 13:26:27 -04:00
Mitchell Pleune
9fd2c5220d
fix: test_sets_default_sess_options fails if compiling with globally enabled cuda ( #17516 )
...
Coming from nixos, this test fails when cuda is enabled. https://github.com/NixOS/nixpkgs/pull/382896
Solution as proposed by @mertalev
2025-04-10 13:06:33 -04:00
Snowknight26
7fcab4b251
feat(server): read additional lens exif tags ( #17125 )
...
* fix(server): read additional lens exif tags
* Update order of read tags
* Fix e2e test
* Fix e2e test
* Fix e2e test
* Fix e2e test
* Update test
* Filter unknown lens exif data
* Formatting fixes
2025-04-10 12:02:41 -05:00
Ben
e3995fb5f4
fix(web): increase sidebar breakpoint ( #17436 )
2025-04-10 12:00:30 -05:00
Alex
6d3f3d8616
refactor: convert download manager into a state class ( #17491 )
...
* fix(web): download progress bar not functioning
* remove unused method
2025-04-10 16:48:21 +00:00
Jason Rasmussen
4412680679
refactor: remove unused shared users list ( #17526 )
2025-04-10 11:44:47 -05:00
Brandon Wees
7df2c9c905
fix: patch-package install in docker build and better postgres patch ( #17523 )
...
* always patch package when running npm i, install immich CLI outside of directory so post install doesnt run
* handles case where query is an object and defined but origin is not.
* move patch-package from a dev dependency to a normal dependency. Also copy the patches folder for the docker build to use and patch with
* fix Dockerfile
* use query.reject instead of throw for queryError
* package-lock to reflect the dev dependency change
* dont throw the error, just provide an empty string for query.origin if it does not exist
* remove npm link and demote patch-package back to a dev dependency
* modify patch to add defensive check to catch queries that will fail to parse and reject
2025-04-10 12:43:35 -04:00
Daniel Dietzler
7a1e8ce6d8
chore: remove exif entity ( #17499 )
2025-04-10 12:36:29 -04:00
Jason Rasmussen
8aea07b750
refactor: album user entity ( #17524 )
2025-04-10 11:53:21 -04:00
Zack Pollard
94dba29298
refactor: remove user entity ( #17498 )
2025-04-10 10:53:21 -04:00
Rudhra Raveendran
9e49783e49
feat: use browser download manager for single file downloads ( #17507 )
...
* Fix download panel reactivity
* Directly download individual files without buffering in memory
* Fix shared link e2e download tests
2025-04-10 09:13:50 -05:00
shenlong-tanwen
afd664d8f2
rebase
2025-04-10 02:32:53 +05:30
shenlong-tanwen
1fdb78b05d
rebase: convert string ids to byte uuids
2025-04-10 02:32:53 +05:30
shenlong-tanwen
3dc25406a7
chore: move sync model
2025-04-10 02:32:53 +05:30
shenlong-tanwen
bc53f5c0b4
chore: remove generated change
2025-04-10 02:32:53 +05:30
shenlong-tanwen
6baff23801
refactor: sync service and add tests
2025-04-10 02:32:53 +05:30
shenlong-tanwen
7246bcfc5b
pr changes
2025-04-10 02:32:53 +05:30
shenlong-tanwen
3739e86974
feat: user & partner sync stream
2025-04-10 02:32:53 +05:30
shenlong-tanwen
734566db50
refactor: rename uid to id
2025-04-10 02:32:53 +05:30
shenlong-tanwen
c96406737a
refactor: migrate store userId from int to string
2025-04-10 02:32:53 +05:30
shenlong-tanwen
24d9dac0e6
refactor: remove int user Id
2025-04-10 02:32:53 +05:30
shenlong-tanwen
df65f70773
refactor: move common overrides to mixin
2025-04-10 02:32:53 +05:30
shenlong-tanwen
aa32bed6b3
pr feedback
2025-04-10 02:32:53 +05:30
shenlong-tanwen
5fa42c7718
feat: drift
2025-04-10 02:32:53 +05:30
shenlong-tanwen
c9309d6753
refactor: rename uid to id
2025-04-10 02:32:53 +05:30
shenlong-tanwen
3f7fa90d3b
refactor: migrate store userId from int to string
2025-04-10 02:32:53 +05:30
shenlong-tanwen
155a2e83a9
refactor: remove int user Id
2025-04-10 02:32:53 +05:30
shenlong-tanwen
fea9a16f63
chore: rebase fixes
2025-04-10 02:32:53 +05:30