izzy
e355dccc48
fix: use wrench icon in admin settings sidebar
2025-11-28 11:55:48 +00:00
izzy
8dd865d054
chore: update onClick -> onAction, title -> breadcrumbs
2025-11-26 10:45:18 +00:00
izzy
e3f350ea60
merge: remote-tracking branch 'origin/main' into feat/database-restores
2025-11-26 09:49:10 +00:00
Jason Rasmussen
13104d49cd
feat(web): shared link card tweaks ( #24192 )
2025-11-25 19:35:21 -06:00
Jason Rasmussen
2d5ec528d5
fix(web): user admin pages ( #24185 )
...
fix: user admin pages
2025-11-25 16:35:37 -05:00
Min Idzelis
5226898184
fix: update timeline-manager after archive actions ( #24010 )
...
* fix: update timeline-manager after archive actions
* Add locators to thumb icons
2025-11-25 15:06:29 -05:00
Luka Prebil Grintal
dd4169876c
fix(ml): Upgrade ONNX Runtime to v1.22.1 to fix ROCm build failures ( #24045 )
...
* fix: update ONNX runtime version to 1.21.0 to fix the failing checksum of 1.20.1
* update patch
* update to 1.22.1
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com >
2025-11-25 13:27:21 -05:00
renovate[bot]
8321c275b8
chore(deps): update dependency body-parser to v2.2.1 [security] ( #24179 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 18:29:13 +01:00
renovate[bot]
3d6c26350a
fix(deps): update typescript-projects ( #24163 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev >
2025-11-25 17:26:36 +00:00
Jason Rasmussen
db15e5e423
fix: duration extraction ( #24178 )
2025-11-25 10:26:25 -05:00
renovate[bot]
35d18da14a
chore(deps): update node to v24 (major) ( #24169 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:40:48 +01:00
renovate[bot]
cb56a11f0b
chore(deps): update dependency @types/archiver to v7 ( #24166 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:40:12 +01:00
izzy
6ec10a5f15
test: update tests to be more linter complaint & use new routines
2025-11-25 13:27:14 +00:00
Jason Rasmussen
104fa09f69
feat: queues ( #24142 )
2025-11-25 08:19:40 -05:00
Alex
66ae07ee39
fix: don't get OCR data in shared link ( #24152 )
2025-11-25 07:58:27 -05:00
Daniel Dietzler
939d2c8b27
chore: minor admin pages refactorings ( #24160 )
2025-11-25 07:57:30 -05:00
renovate[bot]
2801a6e672
chore(deps): update actions/download-artifact action to v6 ( #24164 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 13:46:34 +01:00
renovate[bot]
4742360469
chore(deps): update grafana/grafana docker tag to v12.3.0 ( #24162 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 13:45:50 +01:00
izzy
9cb968116b
merge: remote-tracking branch 'origin/main' into feat/database-restores
2025-11-25 12:37:46 +00:00
Daniel Dietzler
b56fa62b32
fix: revert "chore(deps): update dependency sharp to v0.34.5" ( #24173 )
2025-11-25 12:37:08 +00:00
izzy
52edcdee60
merge: remote-tracking branch 'origin/main' into feat/database-restores
2025-11-25 12:21:42 +00:00
izzy
96426fec7e
chore: format, fix key
2025-11-25 12:12:11 +00:00
izzy
47f5232a5f
test: update web test for new maint. page
2025-11-25 11:59:44 +00:00
izzy
a091ca76e7
chore: update colour variables
2025-11-25 11:38:36 +00:00
izzy
c8fea45731
fix: wrong translation string
2025-11-25 11:19:03 +00:00
izzy
390f0b2817
chore: i18n pass, update progress bar
2025-11-25 11:07:11 +00:00
renovate[bot]
ddbe485074
chore(deps): update dependency sharp to v0.34.5 ( #24146 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 11:56:11 +01:00
renovate[bot]
01310c6d86
chore(deps): update node.js to v24.11.1 ( #24147 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 11:55:36 +01:00
izzy
1cdffeb3be
fix: create or overwrite file
2025-11-25 10:45:18 +00:00
izzy
87f34ba505
refactor: use <ProgressBar /> from ui library
2025-11-25 10:17:10 +00:00
izzy
ca116caafb
fix: logic error causing infinite loop
2025-11-25 10:16:58 +00:00
izzy
86b7b1c44d
merge: remote-tracking branch 'origin/main' into feat/database-restores
2025-11-25 09:35:02 +00:00
Brandon Wees
512327ef69
feat: java in mise ( #24154 )
2025-11-24 23:18:44 -06:00
Daniel Dietzler
8755cd59fd
chore: refactor svelte reactivity ( #24072 )
2025-11-24 18:57:46 -05:00
Min Idzelis
7694b342ed
refactor(web): Extract asset grid layout component from TimelineDateGroup and split into AssetLayout and Month components ( #23338 )
...
* refactor(web): Extract asset grid layout component from TimelineDateGroup and split into AssetLayout and Month components
* chore: cleanup
---------
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com >
2025-11-24 23:09:46 +00:00
izzy
95d9bcb3f1
chore: lint
2025-11-24 17:09:13 +00:00
izzy
0f145a5b52
chore: check canParse too
2025-11-24 16:54:44 +00:00
izzy
481ec02edb
merge: remote-tracking branch 'origin/main' into feat/database-restores
2025-11-24 16:52:41 +00:00
fabianbees
78553a0258
feat: separate camera and lens info in detail panel ( #23670 )
...
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev >
2025-11-24 16:30:15 +00:00
renovate[bot]
c1198b99b7
chore(deps): update dependency js-yaml to v4.1.1 [security] ( #23901 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 17:28:18 +01:00
renovate[bot]
8b7b9ee394
chore(deps): update dependency esbuild to ^0.25.0 [security] ( #23903 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 17:27:46 +01:00
Min Idzelis
d6b39a464d
feat: improve performance: don't sort timeline buckets from server ( #24032 )
2025-11-24 17:26:52 +01:00
Snowknight26
75d23fe135
fix(web): fix support & feedback modal wrapping ( #24018 )
...
* fix(web): fix support & feedback modal wrapping
* Fix reference
2025-11-24 10:24:02 -06:00
shenlong
c860809aa1
fix: getAspectRatio fallback to db width and height ( #24131 )
...
fix: getExif fallback to db width and height
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com >
2025-11-24 10:23:17 -06:00
izzy
9f5f90b2ff
test: update service specs
2025-11-24 16:18:33 +00:00
Daniel Dietzler
0498f6cb9d
fix: albums page reactivity loops ( #24046 )
2025-11-24 17:14:24 +01:00
shenlong
24e5dabb51
fix: use proper updatedAt value in local assets ( #24137 )
...
* fix: incorrect updatedAt value in local assets
* add test
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com >
2025-11-24 09:49:27 -06:00
Greg Lutostanski
aecf064ec9
fix(server): sanitize DB_URL for pg_dumpall to remove unknown query params ( #23333 )
...
Co-authored-by: Greg Lutostanski <greg.lutostanski@mobilityhouse.com >
Co-authored-by: Alex <alex.tran1502@gmail.com >
2025-11-24 16:34:21 +01:00
izzy
1ad2282166
refactor: use while loop rather than recursive calls
2025-11-24 15:31:07 +00:00
izzy
b99d92961c
refactor: clean up tailwind classes
2025-11-24 15:30:53 +00:00