santiagosayshey
0db1d311ee
feat: add arr cleanup notifications ( #457 )
2026-04-18 17:19:26 +09:30
santiagosayshey
3f64b48aef
feat: add database CRUD and sync API endpoints ( #416 )
2026-04-10 07:07:57 +09:30
santiagosayshey
7e4576b815
feat: add POST /api/v1/databases endpoint ( #413 )
2026-04-09 07:54:14 +09:30
santiagosayshey
e8159b30c6
feat: add GET /api/v1/status endpoint ( #411 )
2026-04-09 05:47:20 +09:30
santiagosayshey
58233f9f67
feat: add backup API endpoints and rewrite API docs ( #410 )
2026-04-08 06:52:33 +09:30
santiagosayshey
7d3ddf76f6
feat: add GET /api/v1/arr endpoint ( #404 )
2026-04-03 17:22:11 +10:30
santiagosayshey
6cf5ec4899
feat: add GET /api/v1/databases endpoint ( #403 )
2026-04-03 03:40:01 +10:30
santiagosayshey
7289fc5cd0
feat: security hardening + CI pipeline ( #310 )
2026-03-08 20:46:01 +10:30
Sam Chau
17a739a93f
feat: add .NET regex validation with inline feedback and save guard
2026-03-04 10:43:30 +10:30
Sam Chau
ef14c86960
feat: add entity sync API endpoint and infrastructure
2026-03-02 04:06:15 +10:30
Sam Chau
55fb877d26
chore: add import modal types to api spec
2026-02-17 05:06:55 +10:30
Sam Chau
449a5f8970
feat: add PCD export/import API endpoints
2026-02-12 15:34:42 +10:30
Sam Chau
f6c10150ee
refactor(api): migrate library endpoints to v1 with OpenAPI spec
...
Define full library schemas in OpenAPI spec and regenerate types.
Rewrite v1 library handler with Profilarr profile matching, add
episodes endpoint for Sonarr. Update frontend to use v1 URLs and
fix ImportReleasesModal for new response shape. Delete legacy
/api/arr/[id]/library endpoints.
2026-02-09 19:45:04 +10:30
Sam Chau
fdb7b5d222
feat: add cleanup logic to remove stale custom formats / quality profiles
2026-02-07 16:17:20 +10:30
Sam Chau
656a3e3114
feat: enhance entity testing with auto import releases functionality
2026-01-16 19:05:57 +10:30
Sam Chau
456ecc298b
feat(api): add health check and OpenAPI docs
...
- Implemented health check endpoint to monitor application status and components.
- Added OpenAPI specification endpoint to serve the API documentation.
- Introduced new TypeScript definitions for API paths and components.
2026-01-15 16:50:28 +10:30