1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-09 05:16:47 +01:00
immich/server/src/infra
Mohamed BOUSSAID 234449f3c6
fix(server, web): Prevent the user from setting a future date of birth (#5803)
* Hide the person age if it is negative

* Add validation to prevent future birth dates

* Add comment

* Add test, Add birth date validation and update birth date modal

* Add birthDate validation in PersonService and SetBirthDateModal

* Running npm run format:fix

* Generating the migration file propoerly, and Make the birthdate form logic simpler

* Make birthDate type only string

* Adding useLocationPin back
2023-12-19 10:07:38 -06:00
..
entities fix(server, web): Prevent the user from setting a future date of birth (#5803) 2023-12-19 10:07:38 -06:00
migrations fix(server, web): Prevent the user from setting a future date of birth (#5803) 2023-12-19 10:07:38 -06:00
repositories fix(server): metadata search does not return all EXIF info (#5810) 2023-12-18 07:13:36 -06:00
sql fix(server): add more conditions to smart search (#5806) 2023-12-17 20:17:30 -06:00
sql-generator feat: use pgvecto.rs (#3605) 2023-12-08 11:15:46 -05:00
subscribers feat(server): asset entity audit (#3824) 2023-08-24 15:28:50 -04:00
database-locks.ts feat: use pgvecto.rs (#3605) 2023-12-08 11:15:46 -05:00
database.config.ts chore(server): startup check for pgvecto.rs (#5815) 2023-12-18 10:38:25 -06:00
index.ts feat(server): use postgres-adapter for websockets (#5569) 2023-12-08 20:38:25 -05:00
infra.config.ts test(cli): e2e testing (#5101) 2023-12-18 20:29:26 -06:00
infra.module.ts test(cli): e2e testing (#5101) 2023-12-18 20:29:26 -06:00
infra.util.ts chore(server): sql versioning (#5346) 2023-11-30 10:10:30 -05:00
infra.utils.ts feat: use pgvecto.rs (#3605) 2023-12-08 11:15:46 -05:00
logger.ts feat(web,server)!: runtime log level (#5672) 2023-12-14 16:55:40 +00:00
websocket.adapter.ts feat(server): use postgres-adapter for websockets (#5569) 2023-12-08 20:38:25 -05:00