| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply SQL injection fix and repair CI config from fix-sql-injection branch | Adam Mathes | 8 days | 2 | -3/+3 |
| | | |||||
| * | Backend: Fix linting issues, improve error handling, and replace magic numbers | Adam Mathes | 10 days | 1 | -4/+4 |
| | | |||||
| * | Create 'make check' unified workflow and fix various lint issues | Adam Mathes | 10 days | 1 | -2/+11 |
| | | |||||
| * | security: add HTTP security headers (fixing NK-7xuajb) | Adam Mathes | 11 days | 1 | -0/+5 |
| | | |||||
| * | security: mitigate SSRF in image proxy and feed fetcher (fixing NK-0ca7nq) | Adam Mathes | 11 days | 1 | -6/+2 |
| | | |||||
| * | chore: cleanup ignored files | Adam Mathes | 12 days | 1 | -59/+0 |
| | | |||||
| * | refactor(backend): improve testability and add tests (NK-6q9nyg) | Adam Mathes | 12 days | 1 | -0/+59 |
| | | |||||
| * | fix(crawler): prevent panic on missing Content-Type and use custom UA ↵ | Adam Mathes | 12 days | 1 | -10/+26 |
| | | | | | (NK-uywybr) | ||||
| * | wip: tui updates (buggy) | Adam Mathes | 13 days | 2 | -5/+39 |
| | | |||||
| * | Add comprehensive test suite — 81% cross-package coverage | Adam Mathes | 13 days | 1 | -0/+411 |
| | | | | | | | | | | | | | | | | | | | | | | | Bug fixes: - config: remove unused log import - item: fix Printf format %d->%t for boolean ReadState - util: update stale config.Read -> config.Init, remove config.Config.DBServer Test files added: - config/config_test.go: Init, readConfig, addDefaults (100%) - vlog/vlog_test.go: Printf, Println verbose/silent (100%) - models/db_test.go: InitDB tests - models/feed/feed_test.go: CRUD, filter, Categories, NewFeed, ResolveFeedURL (87%) - models/item/item_test.go: CRUD, Filter with category/search/starred, rewriteImages (71%) - exporter/exporter_test.go: all export formats (91%) - importer/importer_test.go: InsertIItem, ImportJSON (90%) - crawler/crawler_test.go: GetFeedContent, CrawlFeed, CrawlWorker, Crawl (89%) - web/web_test.go: auth, login/logout, stream, item, feed, category, export, crawl, imageProxy handlers (77%) Remaining 0% functions require HTTP/rice.MustFindBox/main entry and can't be unit tested without refactoring (see tickets NK-gqkh96, NK-6q9nyg). | ||||
| * | fix mem leak (maybe) in feed crawler, re-enable bg crawl | Adam Mathes | 2018-12-16 | 1 | -1/+1 |
| | | |||||
| * | wip category stuff | Adam Mathes | 2018-04-22 | 1 | -1/+0 |
| | | |||||
| * | wip single category on feed | Adam Mathes | 2018-04-22 | 1 | -11/+43 |
| | | |||||
| * | opml export | Adam Mathes | 2018-04-07 | 1 | -8/+13 |
| | | |||||
| * | deal with relative urls in feed resolution, sorta | Adam Mathes | 2018-01-29 | 1 | -0/+5 |
| | | |||||
| * | add basic feed discovery for new feeds | Adam Mathes | 2017-11-23 | 1 | -0/+56 |
| | | |||||
| * | sort feeds by lc(title) | Adam Mathes | 2017-11-22 | 1 | -1/+1 |
| | | |||||
| * | gofmt | Adam Mathes | 2017-10-21 | 1 | -1/+1 |
| | | |||||
| * | order all feeds by url | Adam Mathes | 2017-10-21 | 1 | -1/+1 |
| | | |||||
| * | change to personal namespace | Adam Mathes | 2017-02-07 | 1 | -1/+1 |
| | | |||||
| * | fix includes | Adam Mathes | 2017-02-02 | 1 | -1/+1 |
| | | |||||
| * | neko v2 initial commit | Adam Mathes | 2017-01-23 | 1 | -0/+103 |
