feat(swagger): Add Swagger API reference, and fixes #28
Reference in New Issue
Block a user
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Change swaggerUi.setup to pass null and fetch spec from /api/swagger.json - Update /api/swagger.json handler to dynamically set server URL based on request - Remove dead client-side detection script (swagger-server-detection.js) - Server-side detection respects TRUST_PROXY for reverse proxy scenarios - req.protocol and req.get('host') automatically use X-Forwarded headers when configured - Fixes issue where placeholder URL was never replaced due to window.ui being unavailable- Replace Ombi API-based matching with simple TMDB ID link generation - Movies link to {ombiBaseUrl}/details/movie/{tmdbId} - TV shows link to {ombiBaseUrl}/details/tv/{tmdbId} - Add ombiLink to all history items (Sonarr + Radarr) for all users - Add ombiLink to torrent history matches that were previously missing it - addOmbiMatching is now synchronous (no Ombi API calls)