immich/server
Thomas 16749ff8ba
fix(server): sync files to disk (#26881)
Ensure that all files are flushed after they've been written.

At current, files are not explicitly flushed to disk, which can cause
data corruption. In extreme circumstances, it's possible that uploaded
files may not ever be persisted at all.
2026-03-17 06:33:43 -05:00
..
bin fix(cli): suppress startup messages for immich-admin (#25928) 2026-02-05 18:34:15 -05:00
resources feat: use immich hosted map tiles (#11332) 2024-07-26 15:41:09 +01:00
src fix(server): sync files to disk (#26881) 2026-03-17 06:33:43 -05:00
test refactor: move encoded video to asset files table (#26863) 2026-03-12 16:15:21 -04:00
.gitignore
.npmignore chore: use pnpm for builds (#19752) 2025-08-19 08:55:24 -04:00
.nvmrc chore(deps): update node.js to v24.13.1 (#26275) 2026-02-17 11:45:57 +01:00
.prettierignore refactor: migrate map repository to kysely (#15348) 2025-01-17 09:14:42 -06:00
.prettierrc
Dockerfile chore: bump base images manually (#26670) 2026-03-04 00:54:55 +00:00
Dockerfile.dev chore: bump base images manually (#26670) 2026-03-04 00:54:55 +00:00
eslint.config.mjs chore: finish migrating eslint config files; bump unicorn (#17200) 2025-03-31 12:18:25 +01:00
mise.toml feat: mise monorepo tasks (#23691) 2025-11-10 15:55:15 +01:00
nest-cli.json fix: isolate docker host/container filesystem for node_modules and build output (#21167) 2025-08-24 13:09:45 -05:00
package.json fix(deps): update typescript-projects (#26812) 2026-03-11 16:40:41 +01:00
tsconfig.build.json
tsconfig.json chore: migrate to sql-tools library (#26400) 2026-02-23 09:50:16 -05:00