immich/server/src/controllers
2026-08-14 22:04:32 +02:00
..
activity.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
activity.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
album.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
album.controller.ts refactor(server): album user route params (#29503) 2026-07-15 18:15:41 +00:00
api-key.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
api-key.controller.ts refactor(server): deprecate PUT routes in favor of PATCH (#28859) 2026-06-07 09:40:01 -04:00
app.controller.spec.ts refactor: controller tests (#18035) 2025-05-03 09:39:44 -04:00
app.controller.ts fix: shared check for server setup availability (#30311) 2026-07-30 15:12:25 -04:00
asset-media.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
asset-media.controller.ts chore(deps): update dependency eslint-plugin-unicorn to v72 (#30092) 2026-07-21 15:33:46 +02:00
asset.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
asset.controller.ts refactor(server): deprecate PUT routes in favor of PATCH (#28859) 2026-06-07 09:40:01 -04:00
auth-admin.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
auth.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
auth.controller.ts fix: shared check for server setup availability (#30311) 2026-07-30 15:12:25 -04:00
database-backup.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
database-backup.controller.ts fix: shared check for server setup availability (#30311) 2026-07-30 15:12:25 -04:00
download.controller.ts fix: Download the edited version when downloading multiple photos (#26259) 2026-02-18 21:47:45 +00:00
duplicate.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
duplicate.controller.ts fix(server): validate duplicate group ownership before dismissal (#28221) 2026-05-04 12:51:54 +02:00
face.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
index.spec.ts fix: shared check for server setup availability (#30311) 2026-07-30 15:12:25 -04:00
index.ts feat: integrity check jobs (missing files, untracked files, checksums) (#24205) 2026-06-10 21:02:27 +02:00
integrity-admin.controller.ts chore(server): organize integrity dtos (#29191) 2026-06-18 14:44:28 +02:00
job.controller.ts feat: queues (#24142) 2025-11-25 08:19:40 -05:00
library.controller.ts refactor(server): deprecate PUT routes in favor of PATCH (#28859) 2026-06-07 09:40:01 -04:00
maintenance.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
maintenance.controller.ts fix: shared check for server setup availability (#30311) 2026-07-30 15:12:25 -04:00
map.controller.ts fix: add scoped API permissions to map endpoints (#25423) 2026-01-22 07:43:29 -05:00
memory.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
memory.controller.ts refactor(server): deprecate PUT routes in favor of PATCH (#28859) 2026-06-07 09:40:01 -04:00
notification-admin.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
notification-admin.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
notification.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
notification.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
oauth.controller.ts fix: shared check for server setup availability (#30311) 2026-07-30 15:12:25 -04:00
partner.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
partner.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
person.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
person.controller.ts refactor(server): deprecate PUT routes in favor of PATCH (#28859) 2026-06-07 09:40:01 -04:00
plugin.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
plugin.controller.ts feat: workflow template (#28553) 2026-05-26 16:47:05 -04:00
queue.controller.ts feat: queues (#24142) 2025-11-25 08:19:40 -05:00
search.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
search.controller.ts fix: search metadata for album shared links (#29742) 2026-07-08 20:32:20 +02:00
server.controller.ts fix: shared check for server setup availability (#30311) 2026-07-30 15:12:25 -04:00
session.controller.ts refactor(server): deprecate PUT routes in favor of PATCH (#28859) 2026-06-07 09:40:01 -04:00
shared-link.controller.spec.ts fix: shared link create validation (#30762) 2026-08-14 22:04:32 +02:00
shared-link.controller.ts refactor!: remove my shared link dto (#27023) 2026-04-14 20:58:02 -04:00
stack.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
stack.controller.ts refactor(server): deprecate PUT routes in favor of PATCH (#28859) 2026-06-07 09:40:01 -04:00
sync.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
sync.controller.ts fix: error log on aborted uploads (#28806) 2026-06-03 12:47:38 -04:00
system-config.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
system-config.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
system-metadata.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
tag.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
tag.controller.ts refactor(server): deprecate PUT routes in favor of PATCH (#28859) 2026-06-07 09:40:01 -04:00
timeline.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
timeline.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
trash.controller.ts feat: endpoint versioning (#23858) 2025-11-13 08:18:43 -05:00
user-admin.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
user-admin.controller.ts fix: calendar heatmap api key permissions (#30314) 2026-07-28 12:16:59 +02:00
user.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
user.controller.ts refactor(server): deprecate PUT routes in favor of PATCH (#28859) 2026-06-07 09:40:01 -04:00
video-stream.controller.ts feat(server): add hls playlist hint (#29150) 2026-06-17 19:02:10 -04:00
view.controller.ts fix(server): scoped permissions for more endpoints (#25452) 2026-01-23 09:03:57 -05:00
workflow.controller.spec.ts refactor(server): migrate e2e auth/validation tests to controller specs (#30715) 2026-08-11 11:02:14 -04:00
workflow.controller.ts feat: workflow logging (#29878) 2026-08-13 19:18:24 -07:00