Commit Graph

23 Commits

Author SHA1 Message Date
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
c08193d4a3 feat: toggle monitored, fix: sonarr series slugs (#373) 2026-03-28 12:59:58 +10:30
santiagosayshey
36826a3d9f feat: arr library overhaul (#371) 2026-03-27 18:14:02 +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
a467ea56e3 refactor: simplify sync-entity API by deriving section from entityType 2026-03-03 08:10:11 +10:30
Sam Chau
be079b52be feat: add sync-on-save for media settings changes 2026-03-03 07:58:57 +10:30
Sam Chau
e3b1b49e33 feat: add sync-on-save for quality definition changes 2026-03-03 07:52:16 +10:30
Sam Chau
743108cbf7 feat: add sync-on-save for naming config changes 2026-03-02 15:25:57 +10:30
Sam Chau
7c312b0006 feat: add sync-on-save for delay profile changes 2026-03-02 14:47:12 +10:30
Sam Chau
da5d9b1585 feat: add sync-on-save for regular expression changes 2026-03-02 14:34:38 +10:30
Sam Chau
08aa396c12 feat: add sync-on-save for custom format changes 2026-03-02 13:59:55 +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
0d282d7d87 fix: use indexer reported langague in evaluator in front of release title parsed value, specify source in parsed badge 2026-02-17 05:00:47 +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
71a1c9e969 feat(api): make databaseId optional in entity-testing for parse-only mode 2026-01-25 23:36:24 +10:30
Sam Chau
317e66b5fc feat(api): improve health endpoint with verbose mode and better naming 2026-01-25 23:36:06 +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