immich/server/src
Ruben Hensen 99cddf1fd6
feat: allow accounts with a quota of 0 GiB (#17413)
* Allow 0GiB quotas in user create/edit form, remove unused translations

* Make requireQuota check for null or 0

* Add unlimited quota change to the docs

* Fix user dto formatting

* Fix formating edit-user-form

* Regenerate open-api files

* Revert unnecessary i18n file changes

* Re-add newline en.json

* Resolve linting issues

* Fix formatting edit-user-form

* Re-add manifest
2025-04-07 09:22:56 -05:00
..
bin chore: finish migrating eslint config files; bump unicorn (#17200) 2025-03-31 12:18:25 +01:00
commands feat(server): version command for immich-admin #9611 (#16924) 2025-03-17 17:57:59 +00:00
controllers feat: original-sized previews for non-web-friendly images (#14446) 2025-03-31 13:24:28 -04:00
cores fix(server): full-size images not migrated or deleted correctly (#17308) 2025-04-01 18:11:46 -04:00
dtos feat: allow accounts with a quota of 0 GiB (#17413) 2025-04-07 09:22:56 -05:00
emails fix: limit width of logo in emails to 100% (#16164) 2025-02-17 17:46:14 +00:00
entities feat: schema diff sql tools (#17116) 2025-03-28 10:40:09 -04:00
middleware feat: sync implementation for the user entity (#16234) 2025-02-20 23:37:57 -05:00
migrations fix: missing index and geodata import process uses normal table (#17343) 2025-04-03 21:32:33 +01:00
queries feat(server): Avoid face match with people born after file creation #4743 (#16918) 2025-04-02 10:37:26 -05:00
repositories fix: missing index and geodata import process uses normal table (#17343) 2025-04-03 21:32:33 +01:00
schema/tables fix: missing index and geodata import process uses normal table (#17343) 2025-04-03 21:32:33 +01:00
services feat: allow accounts with a quota of 0 GiB (#17413) 2025-04-07 09:22:56 -05:00
sql-tools feat: schema diff sql tools (#17116) 2025-03-28 10:40:09 -04:00
utils fix(server): full-size images not migrated or deleted correctly (#17308) 2025-04-01 18:11:46 -04:00
workers fix: increase upload timeout (#15588) 2025-01-25 04:26:52 -06:00
app.module.ts refactor: database repository (#16593) 2025-03-06 13:33:24 -05:00
config.ts feat: original-sized previews for non-web-friendly images (#14446) 2025-03-31 13:24:28 -04:00
constants.ts feat(ml): ML on Rockchip NPUs (#15241) 2025-03-17 12:04:08 -04:00
database.ts refactor: better types for getList and getDeletedAfter (#16926) 2025-03-17 15:32:12 -04:00
db.d.ts feat: kysely migrations (#17198) 2025-03-29 09:26:24 -04:00
decorators.ts refactor: last repository (#16042) 2025-02-11 22:15:56 +00:00
enum.ts feat: original-sized previews for non-web-friendly images (#14446) 2025-03-31 13:24:28 -04:00
main.ts chore(server): print stack in case of worker error (#15632) 2025-01-24 22:45:55 -05:00
types.ts feat: original-sized previews for non-web-friendly images (#14446) 2025-03-31 13:24:28 -04:00
validation.spec.ts fix(server): use luxon for maxdate validator (#11651) 2024-08-08 09:02:39 -05:00
validation.ts feat(api): set person color (#15937) 2025-02-07 10:06:58 -05:00