immich/server/src
Timon 316f86d25e
feat: add .mxf file support (#24644)
* feat: add support for MXF format in media handling

* Updated supported formats documentation to include MXF.
* Added MXF to valid video extensions in tests.
* Registered MXF MIME type in mime-types utility.

* fix: enhance MXF handling in mime-types utility

* Updated video mime type validation to include 'application/mxf'.
* Adjusted asset type determination to recognize MXF as a video container.

* chore: clean up

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
2026-02-19 06:39:41 +00:00
..
bin chore: add "pnpm run migrations:revert" command (#23869) 2025-11-13 10:12:59 -06:00
commands feat: schema-check (#25904) 2026-02-12 17:59:00 -05:00
controllers fix: Download the edited version when downloading multiple photos (#26259) 2026-02-18 21:47:45 +00:00
cores refactor(server): add isProgressive column (#25537) 2026-01-26 17:05:25 -05:00
dtos fix: Download the edited version when downloading multiple photos (#26259) 2026-02-18 21:47:45 +00:00
emails fix(docs): add & fix missing alt text to store badge images (#24637) 2025-12-19 09:00:31 -06:00
maintenance refactor(server): move database restores code into a service (#25918) 2026-02-10 12:12:27 -05:00
middleware feat: view the user's app version on the user page (#21345) 2025-10-22 00:36:18 +02:00
queries fix: Download the edited version when downloading multiple photos (#26259) 2026-02-18 21:47:45 +00:00
repositories fix: include DROP INDEX in transaction to prevent missing index on rollback (#25399) 2026-02-19 06:20:36 +00:00
schema feat: schema-check (#25904) 2026-02-12 17:59:00 -05:00
services feat: add .mxf file support (#24644) 2026-02-19 06:39:41 +00:00
sql-tools feat: schema-check (#25904) 2026-02-12 17:59:00 -05:00
types feat: workflow foundation (#23621) 2025-11-14 20:05:05 +00:00
utils feat: add .mxf file support (#24644) 2026-02-19 06:39:41 +00:00
workers feat: restore database backups (#23978) 2026-01-20 09:22:28 -06:00
app.common.ts feat: maintenance mode (#23431) 2025-11-17 17:15:44 +00:00
app.module.ts refactor(server): move database restores code into a service (#25918) 2026-02-10 12:12:27 -05:00
config.ts feat: generate progressive JPEGs for thumbnails (#25463) 2026-01-24 00:35:07 +00:00
constants.ts feat: schema-check (#25904) 2026-02-12 17:59:00 -05:00
database.ts refactor(server): add isProgressive column (#25537) 2026-01-26 17:05:25 -05:00
decorators.ts docs(openapi): add descriptions to OpenAPI specification (#25185) 2026-01-29 08:49:15 -05:00
enum.ts fix(server): scoped permissions for more endpoints (#25452) 2026-01-23 09:03:57 -05:00
main.ts feat: restore database backups (#23978) 2026-01-20 09:22:28 -06:00
plugins.ts feat: workflow ui (#24190) 2025-12-20 21:07:07 -06:00
types.ts fix(server): don't assume maintenance action is set (#25622) 2026-01-28 13:55:18 +01:00
validation.spec.ts feat: batch change date and time relatively (#17717) 2025-08-07 13:42:33 +00:00
validation.ts fix: null validation (#25891) 2026-02-04 12:27:52 -05:00