Jonathan Jogenfors
987f8796a8
Merge remote-tracking branch 'origin' into feat/inline-offline-check
2025-01-13 13:17:26 +01:00
Jonathan Jogenfors
bc291b4d36
wip
2025-01-13 00:22:52 +01:00
Mert
fef36e6a37
chore(server)!: default max bitrate unit to kbps ( #15264 )
...
default unit to kbps
2025-01-11 22:09:19 -06:00
renovate[bot]
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
renovate[bot]
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
renovate[bot]
0b8cfc6b82
chore(deps): update base-image to v20250107 (major) ( #15251 )
...
chore(deps): update base-image to v20250107
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-11 23:00:50 -05:00
bo0tzz
cab201270c
chore: migrate version-history repository to kysely ( #15267 )
...
* chore: generate sql for version-history repository
* chore: run kysely-codegen
* chore: migrate version-history repository to kysely
* fix: change `| null` to `| undefined`
* chore: clean up unneeded async
2025-01-11 20:12:34 +00:00
Jason Rasmussen
e51091b6e5
refactor: migrate trash to kysely ( #15233 )
2025-01-10 18:48:21 -05:00
Jason Rasmussen
cc6a8b0c74
refactor: migrate system metadata to kysely ( #15231 )
2025-01-10 14:20:15 -05:00
Jason Rasmussen
930f979960
feat: migration api keys to use kysely ( #15206 )
2025-01-10 14:02:12 -05:00
Daniel Dietzler
7d50d3032b
refactor: activity queries ( #15207 )
2025-01-09 18:14:36 -05:00
Daniel Dietzler
1fb2b3f899
refactor: migrate activity repo to kysely ( #15203 )
...
Co-authored-by: Jason Rasmussen <jason@rasm.me>
2025-01-09 14:31:46 -05:00
Mert
2e12c46980
refactor(server): use kysely ( #12857 )
2025-01-09 11:15:41 -05:00
Jonathan Jogenfors
6be2662e1c
Merge branch 'main' of https://github.com/immich-app/immich into feat/inline-offline-check
2025-01-09 10:03:04 +01:00
github-actions
8d836ae04f
chore: version v1.124.2
2025-01-08 23:16:35 +00:00
Jonathan Jogenfors
bab04378dc
fix(server): generate thumbnails for external assets ( #15183 )
...
fix: thumbnail generation of external assets
2025-01-08 17:12:39 -06:00
github-actions
cc10fc15c3
chore: version v1.124.1
2025-01-08 16:16:15 +00:00
Alex
36a9ae7c54
fix(server): email cannot render with pretty flag ( #15157 )
2025-01-08 08:53:08 -06:00
Jonathan Jogenfors
32ce597508
wip
2025-01-08 01:10:22 +01:00
Jonathan Jogenfors
c50aa1ba06
chore: open api and sql
2025-01-08 00:43:53 +01:00
Jonathan Jogenfors
e8fcb6abfa
Merge branch 'main' of https://github.com/immich-app/immich into feat/inline-offline-check
2025-01-07 23:59:53 +01:00
github-actions
840d99ed25
chore: version v1.124.0
2025-01-07 19:00:42 +00:00
Jonathan Jogenfors
23f3e737fd
fix(server): don't delete offline files from disk when trash empties ( #14777 )
...
fix: don't delete offline files from disk when emptying trash
Move logic to asset deletion check
2025-01-07 18:25:43 +00:00
Zack Pollard
776be7d205
fix: reverse geocoding data import don't use unlogged tables ( #15136 )
2025-01-07 15:36:07 +00:00
scottdesilva
1f0ffd634a
fix(server): unit test for creating tag with color ( #15120 )
...
* Pass color to tag repo on creation
* unit test for creating tag with optional color
2025-01-06 13:33:48 -06:00
scottdesilva
c78e9d6ad5
fix(server): save color when creating tag ( #15106 )
...
Pass color to tag repo on creation
2025-01-06 12:21:55 -05:00
Mert
fcd372238f
chore(server): add support for .m2t ( #15064 )
...
* add m2t
* ordering
2025-01-03 16:28:32 -06:00
Chuckame
3c35b467f4
feat(server): use the earliest date between file creation and modification timestamps when missing exif tags ( #14874 )
...
* feat(server): Use the earliest date between file creation and modification timestamps when missing exif tags
* PR fixes
* PR fixes
* Switch log to debug
* fix linter for min date
* apply prettier
2025-01-02 04:50:15 +00:00
renovate[bot]
b91f39d1af
chore(deps): update base-image to v20241224 (major) ( #14905 )
...
chore(deps): update base-image to v20241224
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-27 09:51:42 -06:00
Daniel Dietzler
139090715e
fix: trusted proxies ( #14888 )
2024-12-27 09:51:07 -06:00
renovate[bot]
6b08e82cf7
fix(deps): update dependency @nestjs/swagger to v8 ( #13881 )
...
* fix(deps): update dependency @nestjs/swagger to v8
* chore: generate open api
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2024-12-23 21:03:34 +00:00
Jonathan Jogenfors
c3be74c450
fix(server): support import paths with special chars ( #14856 )
2024-12-22 16:22:16 -06:00
Jonathan Jogenfors
4bc2aa5451
feat(server): Handle sidecars in external libraries ( #14800 )
...
* handle sidecars in external libraries
* don't add separate source
2024-12-21 20:50:07 -06:00
renovate[bot]
8e724c3c27
chore(deps): update base-image to v20241217 (major) ( #14776 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 18:27:08 +00:00
Daniel Dietzler
6a855f6331
chore: update deps ( #14755 )
2024-12-18 14:19:48 +00:00
Jonathan Jogenfors
1df1b85aa8
asset count instead of statistics
2024-12-18 11:36:15 +01:00
Jonathan Jogenfors
845b3f7a0e
Merge remote-tracking branch 'origin' into feat/inline-offline-check
2024-12-18 01:24:23 +01:00
Jonathan Jogenfors
745958e5d2
Merge branch 'feat/inline-offline-check' of https://github.com/immich-app/immich into feat/inline-offline-check
2024-12-18 01:24:20 +01:00
renovate[bot]
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
github-actions
fd34a914a6
chore: version v1.123.0
2024-12-17 16:00:50 +00:00
000yesnt
f180ae70f9
feat(server): add Bash healthcheck script ( #14704 )
...
* feat(server): add Bash healthcheck script
* fix(server): add 2 second timeout for healthcheck.js parity
* chore(server): delete old healthcheck Node script
* fix(server): feedback
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-12-16 15:19:18 +00:00
Lukas
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
Tim Van Onckelen
525840b040
fix(server): fixed email footer image stretched #14617 ( #14671 )
2024-12-13 17:13:38 +00:00
Jonathan Jogenfors
3deeaad877
Merge remote-tracking branch 'origin' into feat/inline-offline-check
2024-12-13 10:54:26 +01:00
Jonathan Jogenfors
26ffde6935
Merge remote-tracking branch 'origin' into feat/inline-offline-check
2024-12-13 01:48:36 +01:00
Jonathan Jogenfors
3d7b9248d6
wip batch imports
2024-12-13 01:48:16 +01:00
Jonathan Jogenfors
96f2f6535e
do it in sql, baby
2024-12-13 00:16:11 +01:00
renovate[bot]
39732f3371
chore(deps): update base-image to v20241210 (major) ( #14670 )
...
chore(deps): update base-image to v20241210
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-12 16:28:27 +00:00
renovate[bot]
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
github-actions
c52f1bae81
chore: version v1.122.3
2024-12-11 21:15:03 +00:00