aboutsummaryrefslogtreecommitdiffstats
path: root/internal/importer
Commit message (Collapse)AuthorAgeFilesLines
* Increase test coverage across lowest-coverage packagesclaude/improve-test-coverage-iBkwcClaude7 days1-0/+178
| | | | | | | | | | | | | | | | Major coverage improvements: - safehttp: 46.7% -> 93.3% (SafeDialer, redirect checking, SSRF protection) - api: 81.8% -> 96.4% (HandleImport 0% -> 100%, stream errors, content types) - importer: 85.3% -> 94.7% (ImportFeeds dispatcher, OPML nesting, edge cases) - cmd/neko: 77.1% -> 85.4% (purge, secure-cookies, minutes, allow-local flags) New tests added: - Security regression tests (CSRF token uniqueness, mismatch rejection, auth cookie HttpOnly, security headers, API auth requirements) - Stress tests for concurrent mixed operations and rapid state toggling - SSRF protection tests for SafeDialer hostname resolution and redirect paths https://claude.ai/code/session_01XUBh32rHpbYue1JYXSH64Q
* Backend: Fix linting issues, improve error handling, and replace magic numbersAdam Mathes10 days1-1/+1
|
* feature: implement full OPML and Text import/export (fixing NK-r6nhj0)Adam Mathes11 days2-8/+202
|
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes11 days2-0/+238
with v1