immich/server/src/dtos
Alex 4dcc049465
feat: workflow foundation (#23621)
* feat: plugins

* feat: table definition

* feat: type and migration

* feat: add repositories

* feat: validate manifest with class-validator and load manifest info to database

* feat: workflow/plugin controller/service layer

* feat: implement workflow logic

* feat: make trigger static

* feat: dynamical instantiate plugin instances

* fix: access control and helper script

* feat: it works

* chore: simplify

* refactor: refactor and use queue for workflow execution

* refactor: remove unsused property in plugin-schema

* build wasm in prod

* feat: plugin loader in transaction

* fix: docker build arm64

* generated files

* shell check

* fix tests

* fix: waiting for migration to finish before loading plugin

* remove context reassignment

* feat: use mise to manage extism tools (#23760)

* pr feedback

* refactor: create workflow now including create filters and actions

* feat: workflow medium tests

* fix: broken medium test

* feat: medium tests

* chore: unify workflow job

* sign user id with jwt

* chore: query plugin with filters and action

* chore: read manifest in repository

* chore: load manifest from server configs

* merge main

* feat: endpoint documentation

* pr feedback

* load plugin from absolute path

* refactor:handle trigger

* throw error and return early

* pr feedback

* unify plugin services

* fix: plugins code

* clean up

* remove triggerConfig

* clean up

* displayName and methodName

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
Co-authored-by: bo0tzz <git@bo0tzz.me>
2025-11-14 20:05:05 +00:00
..
activity.dto.ts refactor: validate enum (#19943) 2025-07-15 17:14:57 +00:00
album-response.dto.spec.ts fix: show local dates for range in album summary (#15654) 2025-01-28 14:33:38 -06:00
album.dto.ts feat(album): show per-user contributions in shared albums (#21740) 2025-10-14 17:34:20 -04:00
api-key.dto.ts refactor: validate enum (#19943) 2025-07-15 17:14:57 +00:00
asset-ids.response.dto.ts chore(server): move dtos (#8131) 2024-03-20 23:53:07 +01:00
asset-media-response.dto.ts refactor: validate enum (#19943) 2025-07-15 17:14:57 +00:00
asset-media.dto.ts fix: asset upload metadata validation (#21594) 2025-09-04 13:22:01 -05:00
asset-response.dto.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
asset.dto.ts feat: asset copy (#23172) 2025-10-29 08:43:47 -05:00
auth.dto.ts feat: logout sessions on password change (#23188) 2025-10-27 13:16:10 +00:00
download.dto.ts chore(server): move dtos (#8131) 2024-03-20 23:53:07 +01:00
duplicate.dto.ts feat: duplicate delete groups api (#19142) 2025-06-12 17:48:43 -04:00
env.dto.ts feat: workflow foundation (#23621) 2025-11-14 20:05:05 +00:00
exif.dto.ts chore: remove exif entity (#17499) 2025-04-10 12:36:29 -04:00
job.dto.ts refactor: job vs queue naming (#23902) 2025-11-14 14:42:00 -05:00
library.dto.ts refactor: migrate library spec to factories (#16711) 2025-03-08 13:44:36 -05:00
license.dto.ts feat(server): user and server license endpoints (#10682) 2024-07-01 17:43:16 +00:00
map.dto.ts feat(server): reverse geocoding endpoint (#11430) 2024-07-29 18:17:26 -04:00
memory.dto.ts fix(server): broken memories (#23896) 2025-11-14 11:46:32 -05:00
model-config.dto.ts feat: ocr (#18836) 2025-10-27 14:09:55 +00:00
notification.dto.ts refactor: validate enum (#19943) 2025-07-15 17:14:57 +00:00
ocr.dto.ts feat: getAssetOcr endpoint (#23331) 2025-10-28 20:57:03 +00:00
onboarding.dto.ts refactor: validate enum (#19943) 2025-07-15 17:14:57 +00:00
partner.dto.ts feat: add partner create endpoint (#21625) 2025-09-05 17:59:11 -04:00
person.dto.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
plugin-manifest.dto.ts feat: workflow foundation (#23621) 2025-11-14 20:05:05 +00:00
plugin.dto.ts feat: workflow foundation (#23621) 2025-11-14 20:05:05 +00:00
queue.dto.ts feat: workflow foundation (#23621) 2025-11-14 20:05:05 +00:00
search.dto.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
server.dto.ts feat: ocr (#18836) 2025-10-27 14:09:55 +00:00
session.dto.ts feat: view the user's app version on the user page (#21345) 2025-10-22 00:36:18 +02:00
shared-link.dto.ts feat: shared links custom URL (#19999) 2025-07-28 14:16:55 -04:00
stack.dto.ts refactor: migrate stacks (#17559) 2025-04-12 08:33:35 -04:00
sync.dto.ts feat: audit cleanup (#21567) 2025-09-03 22:50:27 +00:00
system-config.dto.ts feat: workflow foundation (#23621) 2025-11-14 20:05:05 +00:00
system-metadata.dto.ts refactor: validate enum (#19943) 2025-07-15 17:14:57 +00:00
tag.dto.ts refactor: database types (#17468) 2025-04-08 12:40:03 -04:00
time-bucket.dto.ts feat(web): use timeline in geolocation manager (#21492) 2025-09-09 21:26:26 -04:00
trash.dto.ts fix: empty and restore over 1,000 items (#12751) 2024-09-18 09:57:52 -04:00
user-preferences.dto.ts feat: make memories slideshow duration configurable (#22783) 2025-11-08 17:46:43 -05:00
user-profile.dto.ts fix: update the profile picture in the navigation-bar (#12723) 2024-09-17 01:48:15 +00:00
user.dto.spec.ts fix(server): avoid server error for invalid email data type (#10978) 2024-07-10 07:58:06 -04:00
user.dto.ts feat: view the user's app version on the user page (#21345) 2025-10-22 00:36:18 +02:00
workflow.dto.ts feat: workflow foundation (#23621) 2025-11-14 20:05:05 +00:00