immich/server/src
Diogo Correia c9776fb990
fix(web): download archives via html POST forms (#30021)
* fix: download archives via html POST forms

* refactor: fix css of download panel, add translations and toasts

* style: run lint, formatter, check

* chore: generate open-api specs

* refactor(web): simplify download manager, use SvelteMap

* refactor(server): parse fields from x-www-form-urlencoded request

* refactor: move content-disposition to ImmichReadStream

* Pass asset ids as a comma-separated string

This fixes a bug where the 1000 parameter limit is being hit when
downloading 1000+ assets.

* Add download controller test

* Fix lint warnings
2026-08-20 20:58:41 -04:00
..
bin chore(deps): update dependency eslint-plugin-unicorn to v70 - abandoned (#29684) 2026-07-20 23:47:14 -04:00
commands feat: password invalidate sessions (#30125) 2026-07-22 12:09:05 -04:00
controllers fix(web): download archives via html POST forms (#30021) 2026-08-20 20:58:41 -04:00
cores feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
dtos fix(web): download archives via html POST forms (#30021) 2026-08-20 20:58:41 -04:00
emails fix(docs): add & fix missing alt text to store badge images (#24637) 2025-12-19 09:00:31 -06:00
maintenance chore(server): remove unused code (#30772) 2026-08-14 16:58:14 -04:00
middleware chore: single line block comments (#30852) 2026-08-18 17:55:26 +02:00
queries feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
repositories fix(web): download archives via html POST forms (#30021) 2026-08-20 20:58:41 -04:00
schema feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
services fix(web): download archives via html POST forms (#30021) 2026-08-20 20:58:41 -04:00
utils fix(web): download archives via html POST forms (#30021) 2026-08-20 20:58:41 -04:00
workers feat: restore database backups (#23978) 2026-01-20 09:22:28 -06:00
app.common.ts feat(server): added backchannel logout api endpoint (#26235) 2026-04-17 18:45:33 +00:00
app.module.ts chore(deps): update dependency eslint-plugin-unicorn to v70 - abandoned (#29684) 2026-07-20 23:47:14 -04:00
constants.ts feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
database.ts feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
decorators.ts chore: single line block comments (#30852) 2026-08-18 17:55:26 +02:00
enum.ts feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
main.ts chore(deps): update dependency eslint-plugin-unicorn to v70 - abandoned (#29684) 2026-07-20 23:47:14 -04:00
types.ts feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
validation.spec.ts fix(server): unicode email validation (#30871) 2026-08-19 16:40:10 -04:00
validation.ts fix(server): unicode email validation (#30871) 2026-08-19 16:40:10 -04:00