ze0s
|
e2bb14afa4
|
feat(feeds): improve RSS (#502)
* feat(feeds): improve rss
* save last_run time
* remove interval check
* refactor feed job keys
* add rss test
* add max_age check
* feat(feeds): rss basic freeleech parsing
* feat(feeds): rss cookie support
* feat(feeds): db get max_age
* feat(feeds): update log messages
* feat(feeds): pass cookie to release for download
* feat(feeds): improve size parsing
* feat(feeds): improve datetime check
|
2022-10-18 18:51:10 +02:00 |
|
paperclip-go-brr
|
72be86a34f
|
feat(feed): Configurable request timeout (#456)
* feat(feed): Add field for setting request timeout
* fix: missing type in interface
* feat: add postgres migration and column to base schema
|
2022-10-04 17:33:35 +02:00 |
|
ze0s
|
b50688159e
|
feat(feeds): add generic RSS support (#410)
* feat(feeds): add generic rss support
* feat(feeds/web): add generic rss support
* implement rss downloading
* gosum + mod
* re-add size from Custom field.
* implement uploader + category
* sync
* remove double assignment (+torznab)
* didn't save the rss file >.>
* cleanup
* fixfeeds): create rss indexer
* fix(feeds): stop feed
* feat(feeds): support nexusphp rss enclosure link
* feat(feeds): check size for custom size
* fix(feeds): race condition and only stop enabled feeds
* fix(feeds): unify indexer implementation badge
Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
|
2022-08-20 00:34:46 +02:00 |
|
Ludvig Lundgren
|
c1df9c817f
|
fix(feeds): torznab update and delete (#346)
* fix(feeds): torznab update and delete
* fix(feeds): repo cache exists check err
|
2022-07-09 16:25:40 +02:00 |
|
Ludvig Lundgren
|
4d419abb72
|
fix(feeds): create with indexer id (#260)
|
2022-05-01 16:32:02 +02:00 |
|
Ludvig Lundgren
|
b7d1f216c0
|
fix(feeds): ttl and correct field types (#259)
|
2022-05-01 16:09:00 +02:00 |
|
Ludvig Lundgren
|
bb62e724a1
|
feat: add torznab feed support (#246)
* feat(torznab): initial impl
* feat: torznab processing
* feat: torznab more scheduling
* feat: feeds web
* feat(feeds): create on indexer create
* feat(feeds): update migration
* feat(feeds): restart on update
* feat(feeds): set cron schedule
* feat(feeds): use basic empty state
* chore: remove duplicate migrations
* feat: parse release size from torznab
* chore: cleanup unused code
|
2022-04-25 12:58:54 +02:00 |
|