1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-23 16:35:55 +01:00
immich/server
Carsten Otto 64b92cb24c
fix(server): do not reset fileCreatedDate ()
When marking an offline asset as online again, do not reset the
fileCreatedAt value. This value contains the "true" date, copied
from exif.dateTimeOriginal. If we overwrite this value, we'd need
to run the metadata extraction job again. Instead, we just leave
the old (and correct) value in place.

fixes 
2025-01-25 13:50:37 -06:00
..
bin feat(server): add Bash healthcheck script () 2024-12-16 15:19:18 +00:00
resources feat: use immich hosted map tiles () 2024-07-26 15:41:09 +01:00
src fix(server): do not reset fileCreatedDate () 2025-01-25 13:50:37 -06:00
test fix(server): sslmode not working () 2025-01-24 13:01:55 -06:00
.gitignore feat(web): re-add open graph tags for public share links () 2023-12-11 13:37:47 -06:00
.nvmrc chore(deps): update node.js to v22.13.1 () 2025-01-21 16:16:46 -06:00
.prettierignore refactor: migrate map repository to kysely () 2025-01-17 09:14:42 -06:00
.prettierrc fix(server): lint import order () 2023-09-04 21:45:59 +02:00
Dockerfile chore(deps): update base-image to v20250123 (major) () 2025-01-23 08:32:32 -05:00
eslint.config.mjs chore: object shorthand linting rule () 2024-08-30 14:38:53 -04:00
nest-cli.json chore(server): enable swagger to take class validator rules into account () 2024-04-22 18:13:44 -04:00
package-lock.json chore: version v1.125.2 2025-01-24 19:09:06 +00:00
package.json chore: version v1.125.2 2025-01-24 19:09:06 +00:00
README.md docs: add some details for getting started as a developer () 2024-04-02 11:56:33 -05:00
start.sh fix(server): add ld_library_path in start.sh () 2024-10-22 18:41:59 -04:00
tsconfig.build.json fix: exclude e2e format () 2023-07-13 21:41:16 -05:00
tsconfig.json refactor(server): use kysely () 2025-01-09 11:15:41 -05:00
vitest.config.medium.mjs feat(server): medium tests () 2024-10-09 10:00:40 -04:00
vitest.config.mjs chore: database service unit tests () 2024-10-10 13:07:37 +00:00

Immich server project

This project uses the NestJS web framework. Please refer to the NestJS docs for information on getting started as a contributor to this project.