1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-08 12:56:48 +01:00
immich/server/src/domain
Jonathan Jogenfors b3c7bebbd4
feat(server,web) Semantic import path validation (#7076)
* add library validation api

* chore: open api

* show warning i UI

* add flex row

* fix e2e

* tests

* fix tests

* enforce path validation

* enforce validation on refresh

* return 400 on bad import path

* add limits to import paths

* set response code to 200

* fix e2e

* fix lint

* fix test

* restore e2e folder

* fix import

* use startsWith

* icon color

* notify user of failed validation

* add parent div to validation

* add docs to the import validation

* improve library troubleshooting docs

* fix button alignment

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-02-20 09:53:12 -06:00
..
access chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
activity chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
album chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
api-key chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
asset fix(server): on_asset_update event sends varying data types (#7179) 2024-02-18 16:50:32 -06:00
audit chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
auth refactor: authentication on public routes (#6765) 2024-02-13 01:47:26 +00:00
database fix(docs): document vector extension env variable (#7220) 2024-02-19 21:32:55 -05:00
download chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
job chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
library feat(server,web) Semantic import path validation (#7076) 2024-02-20 09:53:12 -06:00
media feat(server): only transcode streams that require it (#7106) 2024-02-14 11:24:39 -05:00
metadata fix(server): check if sidecarPath exists (#6293) 2024-02-07 17:30:38 +00:00
partner chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
person fix(server): recognize faces when min. faces is set to 1 (#7144) 2024-02-17 03:32:11 +00:00
repositories fix(server): on_asset_update event sends varying data types (#7179) 2024-02-18 16:50:32 -06:00
search feat: enhance search (#7127) 2024-02-17 11:00:55 -06:00
server-info fix(server): on_asset_update event sends varying data types (#7179) 2024-02-18 16:50:32 -06:00
shared-link chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
smart-info feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
storage feat(server): restore modified at timestamp after upload, preserve when copying (#7010) 2024-02-11 22:40:34 -06:00
storage-template feat(server): restore modified at timestamp after upload, preserve when copying (#7010) 2024-02-11 22:40:34 -06:00
system-config feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
tag chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
trash feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
user fix(server): use luxon for deleted date calculation (#6958) 2024-02-08 16:56:19 -05:00
domain.config.ts fix(docs): document vector extension env variable (#7220) 2024-02-19 21:32:55 -05:00
domain.constant.spec.ts feat(server)!: pgvecto.rs 0.2 and pgvector compatibility (#6785) 2024-02-06 21:46:38 -05:00
domain.constant.ts feat(server)!: pgvecto.rs 0.2 and pgvector compatibility (#6785) 2024-02-06 21:46:38 -05:00
domain.module.ts refactor(server): trash endpoints (#6652) 2024-01-26 11:48:37 -05:00
domain.util.ts feat(server, web): smart search filtering and pagination (#6525) 2024-02-12 20:50:47 -05:00
index.ts refactor(server): trash endpoints (#6652) 2024-01-26 11:48:37 -05:00