renovate[bot]
faa5850a24
fix(deps): update dependency connectivity_plus to v7 ( #22723 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-10-14 17:40:09 +01:00
renovate[bot]
a322274538
chore(deps): update dependency nodemailer to v7.0.7 [security] ( #22740 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
renovate[bot]
f676b55530
chore(deps): update dependency @types/node to ^22.18.8 ( #22719 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
Brandon Wees
1f512d9a0c
fix: bottom sheet blank with local assets that have remote counterparts ( #22743 )
2025-10-14 17:40:09 +01:00
shenlong
c2b95efa26
chore: use isar immich fork ( #22738 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
Mert
d67b7764bc
chore(deps): cache pnpm dependencies in prod build ( #22555 )
...
* cache pnpm dependencies
use different ids to be safe
unnecessary lines
* use buildcache folder
2025-10-14 17:40:09 +01:00
Mert
9b56ba3f6b
fix(ml): ipv6 check ( #22735 )
2025-10-14 17:40:09 +01:00
bo0tzz
13f6f9c569
chore: track full actions/cache version in comment ( #22359 )
2025-10-14 17:40:09 +01:00
Min Idzelis
d06bdb3f14
refactor(web): extract asset viewer logic from Timeline into TimelineAssetViewer component ( #22268 )
...
refactor(web): extract asset viewer logic from Timeline into TimelineAssetViewer component
- Extracted asset viewer navigation and action handling logic from Timeline.svelte into a dedicated TimelineAssetViewer component
- Reduces Timeline.svelte complexity by ~150 lines and improves separation of concerns
- No functional changes - purely a refactoring to improve code organization
## Changes
- Created new TimelineAssetViewer.svelte component containing all asset viewer-related logic
- Moved handlePrevious, handleNext, handleRandom, handleClose, handlePreAction, and handleAction methods
- Timeline.svelte now only passes required props to the new component
- Maintained all existing functionality including navigation, asset actions, and stack management
2025-10-14 17:40:09 +01:00
Min Idzelis
39f8c98ccd
feat: make skeleton title optional ( #22396 )
...
feat: skeleton title is optional
feat: skeleton title optional
2025-10-14 17:40:09 +01:00
Min Idzelis
f99a56b3de
refactor(web): extract timeline keyboard actions into separate component ( #22266 )
...
refactor(web): extract timeline keyboard actions into separate component
Extracts keyboard shortcuts and related functionality from Timeline component into a dedicated TimelineKeyboardActions component for better separation of concerns and maintainability.
2025-10-14 17:40:09 +01:00
shenlong
04d5fe1366
fix: promote to foreground service before starting engine ( #22517 )
...
fix: show notification from native
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-10-14 17:40:09 +01:00
Min Idzelis
133495a67b
refactor(web): Clarify property names in Timeline and Scrubber ( #22265 )
...
refactor(web): Clarify property names in Timeline and Scrubber
Renamed properties across Timeline/Scrubber components for clarity:
- scrubOverallPercent → timelineScrollPercent
- scrubberMonthPercent → viewportTopMonthScrollPercent
- scrubberMonth → viewportTopMonth
- leadout → isInLeadOutSection
Additional changes:
- Updated ScrubberListener signature to accept object parameter
- Added detailed JSDoc comments for all Scrubber props
- Fixed callback invocations to use new object syntax
- Aligned Timeline's local state variables with Scrubber prop names
2025-10-14 17:40:09 +01:00
bo0tzz
b8c8bba165
fix: --no-git-checks on pnpm publish ( #22715 )
...
* fix: --no-git-checks on sdk publish
* fix: --no-git-checks on cli publish
2025-10-14 17:40:09 +01:00
renovate[bot]
550290078d
chore(deps): update github-actions ( #22721 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
renovate[bot]
51739452d9
chore(deps): update dependency flutter to v3.35.5 ( #22720 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
renovate[bot]
77ed5e51f9
fix(deps): update dependency device_info_plus to v12 ( #22724 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
Min Idzelis
92f5f92bf7
chore: update devcontainers for trixie, devenv changes ( #22194 )
2025-10-14 17:40:09 +01:00
renovate[bot]
698ab8dbe0
chore(deps): update redis:6.2-alpine docker digest to 2185e74 ( #22718 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
Alex
e04b3bf61a
fix: improve the selected sidebar item text color in dark mode ( #22640 )
2025-10-14 17:40:09 +01:00
TDR001
15ad3d417b
docs: update Synology install guide ( #21996 )
...
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
Xantin
db81801b5c
docs: update TrueNAS migration instructions ( #22463 )
...
Co-authored-by: bo0tzz <git@bo0tzz.me>
Co-authored-by: Nicholas Flamy <30300649+NicholasFlamy@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
Yaros
2e7ad8721a
fix(mobile): closing editor goes back to main page ( #22647 )
...
Co-authored-by: bwees <brandonwees@gmail.com>
2025-10-14 17:40:09 +01:00
Mārtiņš Bruņenieks
96740dbe23
fix(docs): Remove immich_remove_offline_files as no longer functional ( #21774 )
...
Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Brandon Wees <brandonwees@gmail.com>
2025-10-14 17:40:09 +01:00
CuberL
380ecfe06c
fix: Fix issue fail to download iOS live photos ( #22708 )
...
Co-authored-by: bwees <brandonwees@gmail.com>
2025-10-14 17:40:09 +01:00
Diogo Correia
60a5699f91
chore(server): support vectorchord 0.5.x ( #21602 )
...
Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
Brandon Wees
fd45a2744a
fix: hide view in timeline button on local timeline ( #22713 )
2025-10-14 17:40:09 +01:00
Alex
a8e84e75db
chore: post release tasks ( #22616 )
2025-10-14 17:40:09 +01:00
Jason Rasmussen
91a4b6dcec
fix(web): do not notify on patch releases ( #22591 )
2025-10-14 17:40:09 +01:00
Min Idzelis
06335612f8
chore(web): upgrade ESLint and plugins ( #22495 )
...
* chore(web): upgrade ESLint and plugins, simplify linting configuration
- Update eslint from ^9.18.0 to ^9.36.0
- Update eslint plugins:
- eslint-plugin-svelte: ^3.9.0 → ^3.12.4
- eslint-plugin-unicorn: ^60.0.0 → ^61.0.2
- svelte-eslint-parser: ^1.2.0 → ^1.3.3
- typescript-eslint: ^8.28.0 → ^8.45.0
- Remove eslint-p dependency in favor of native eslint concurrency
- Add unicorn/no-array-sort rule exception
- Update linting scripts to use eslint's native --concurrency flag
- Update Makefile and mise.toml to reflect simplified lint commands
- Update GitHub Actions workflow to use standard pnpm lint command
* pnpm dedupe
---------
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
Jorge Montejo
8b1e2c2674
chore: update cli docs to pnpm ( #22702 )
...
update cli docs to pnpm
2025-10-14 17:40:09 +01:00
grgergo
45f1293a6d
fix: use full-size image for non-web-compatible panoramas ( #20359 )
...
* fix(web): use full-size image for non-web-compatible panoramas
* always generate full-size image for panoramas
* add unit test
* fix formatting
---------
Co-authored-by: gergo= <gergo@pitty.hu>
2025-10-14 17:40:09 +01:00
Min Idzelis
afb2980a99
fix: missing responsive calculation in UserPageLayout ( #22455 )
2025-10-14 17:40:09 +01:00
USBAkimbo
7c272b776c
docs: add job order diagram ( #22673 )
...
* docs: add job order diagram
* wording
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
2025-10-14 17:40:09 +01:00
Mert
ee1139b412
fix(mobile): video player using ref after disposal ( #21843 )
...
check if disposed
2025-10-14 17:40:09 +01:00
Yaros
51a9acd434
fix(mobile): empty album description does not save ( #22649 )
2025-10-14 17:40:09 +01:00
Yaros
9ba831485e
fix(mobile): trash description cut off ( #22662 )
2025-10-14 17:40:09 +01:00
Mert
ea9c0683ff
fix(server): override reserved color metadata for video thumbnails ( #22348 )
...
override reserved metadata
2025-10-14 17:40:08 +01:00
Cokodayo
68acb8b99d
fix(ml): Resolve IPv6 startup crash and healthcheck failure ( #22387 )
...
* fix(ml): Resolve IPv6 startup crash and healthcheck failure
Fixes #13782
* fix(ml): updated the fix to use the std lib
* Apply code formatting to __main__.py
2025-10-14 17:40:08 +01:00
Adrian Jost
bda2307f86
chore: mark VSCode tasks as background tasks ( #22631 )
...
VSCode expect tasks that aren't marked as background tasks to finish eventually. That's not how a dev-server is supposed to work, we expect it to run for basically infinite time.
By marking those tasks as background tasks, VSCode stops showing the infinite loading spinner on those processes.
2025-10-14 17:40:08 +01:00
Sergey Katsubo
eb35895603
feat(server): improve checkAlbumAccess query performance ( #22467 )
...
* Fix slow SQL query in checkAlbumAccess caused by the array overlap operator &&
* Update access.repository.sql
* Rewrite the query to pass assetIds once as a single array parameter
2025-10-14 17:40:08 +01:00
Sergey Katsubo
b81b508efc
fix(server): fix chunking Postgres query parameters ( #22684 )
2025-10-14 17:40:08 +01:00
Xavier Dupuis
df5d70fe2f
fix(docs): link to immich docs does not lead correctly to docs ( #22687 )
2025-10-14 17:40:08 +01:00
github-actions
e69dfe2369
chore: version v2.0.1
2025-10-14 17:40:08 +01:00
Weblate (bot)
7fd165135d
chore(web): update translations ( #22486 )
...
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ar/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/az/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/bg/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ca/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/cs/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/da/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/de/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/el/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/es/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/fr/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/he/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/hu/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/it/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/kn/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ko/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/lv/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ml/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/nl/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/pl/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/pt/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ro/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ru/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/sk/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/sl/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/sv/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ta/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/tr/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/
Translation: Immich/immich
Co-authored-by: Arthur Bols <arthur@bols.dev>
Co-authored-by: Ben Kim <benkim1129@gmail.com>
Co-authored-by: César Gómez <cegomez@gmail.com>
Co-authored-by: DR <weblate-kavita.snowflake668@slmail.me>
Co-authored-by: DevServs <bonov@mail.ru>
Co-authored-by: Emil Friis Osmann <Emilfriisosmann@gmail.com>
Co-authored-by: Fjuro <fjuro@alius.cz>
Co-authored-by: Godwin T <godwintgn@protonmail.com>
Co-authored-by: Hristo T <hristotarnev@gmail.com>
Co-authored-by: Hurricane-32 <rodrigorimo@hotmail.com>
Co-authored-by: Jozef Gaal <preklady@mayday.sk>
Co-authored-by: KecskeTech <teonyitas@gmail.com>
Co-authored-by: Kiril Panayotov <eccyboo@protonmail.com>
Co-authored-by: Liviu Roman <contact@liviuroman.com>
Co-authored-by: Lorenzo <artale.lorenzo@outlook.it>
Co-authored-by: Marcelo Popper Costa <marcelo_popper@hotmail.com>
Co-authored-by: Matjaž T <matjaz@moj-svet.si>
Co-authored-by: Miryusif Rahimov <miryusifrahimov@gmail.com>
Co-authored-by: Msaood <msaood@msaood.com>
Co-authored-by: Mārtiņš Bruņenieks <martinsb@gmail.com>
Co-authored-by: Pedro Vendeira <vendeira.pedro@gmail.com>
Co-authored-by: PontusÖsterlindh <pontus@osterlindh.com>
Co-authored-by: Rahees <ahdrahees.dev@gmail.com>
Co-authored-by: Sandeep R <sandeep1891995@gmail.com>
Co-authored-by: Sylvain Pichon <service@spichon.fr>
Co-authored-by: TV Box <realceday.tvbox@gmail.com>
Co-authored-by: Tino Altmann <usinggrant@hotmail.de>
Co-authored-by: User 123456789 <user123456789@users.noreply.hosted.weblate.org>
Co-authored-by: Vegard Fladby <vegard@fladby.org>
Co-authored-by: anton garcias <isaga.percompartir@gmail.com>
Co-authored-by: chamdim <chamdim@protonmail.com>
Co-authored-by: longlarry <weblate.gm@tuta.io>
Co-authored-by: pyccl <changcongliang@163.com>
Co-authored-by: swever <swever@users.noreply.hosted.weblate.org>
Co-authored-by: தமிழ்நேரம் <tamilneram247@gmail.com>
Co-authored-by: 안세훈 <on9686@gmail.com>
2025-10-14 17:38:36 +01:00
Alex
c542b3c281
fix: album selector in favorite view ( #22612 )
2025-10-14 17:38:36 +01:00
shenlong
f219e52143
fix: do not run multiple engines on cold startup ( #22518 )
...
fix: do not run multiple engines on app startup
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-10-14 17:38:36 +01:00
shenlong
71f5a49195
fix: respect storage indicator setting ( #22596 )
...
* fix: respect storage indicator size setting
* remove black bar on the bottom of the setting scaffold page
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-10-14 17:38:36 +01:00
Alex
f86d5232a8
fix: bottom navigation bar overlay sheet info ( #22610 )
2025-10-14 17:38:36 +01:00
shenlong
79d9dd8638
fix: improve sync backup error indicator ( #22527 )
...
* fix: improve sync indicator error
* prefer backup disabled icon before error
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-10-14 17:38:36 +01:00