Merged
Conversation
…ort (#202) Add support for resolving NZBLNK protocol links (nzblnk:?t=...&h=...&p=...) to download NZB files from public indexers. Features: - New NZBLNK tab in upload UI for pasting nzblnk:// links - NZBKing and NZBIndex indexer implementations with HTML parsing - Search by header parameter (h=) for precise matching - Password embedding: p= parameter is injected into NZB XML metadata - Toast notifications for resolution success/failure feedback - Batch processing up to 20 links per request Backend changes: - New POST /api/queue/upload-nzblnk endpoint - internal/nzblnk package with resolver and indexer implementations - embedPasswordInNZB helper to inject passwords into NZB XML <head> Frontend changes: - NZBLNK tab with textarea for link input - Link validation and status tracking - useUploadNZBLnks hook for API integration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
…ciation (#201) - Add backend API endpoint POST /api/health/regenerate-symlinks - Add database repository methods to find and update files without library path - Add frontend button and handler for regenerating symlinks - Regenerate symlinks for all health records where library_path is NULL - Update library_path in database after successful symlink creation - Add confirmation modal and success/error toasts - Only available when import strategy is set to SYMLINK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.