aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/feed.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce http.Context to bundle http specific parametersRené 'Necoro' Neumann2022-01-081-0/+8
|
* Prefer the self-link of the feed over the URL.René 'Necoro' Neumann2021-12-211-10/+16
| | | | Rationale: The URL we use to access the feed may be an (old) alias. Relative URLs in feed items are written with the "real" URL of the feed in mind, though.
* Renamed forked dependencies, because 'replace' in go.mod leads to problems.René 'Necoro' Neumann2021-10-291-1/+1
|
* Do not try to download already embedded imagesRené 'Necoro' Neumann2021-06-021-0/+20
|
* Split cache and feed packagesRené 'Necoro' Neumann2021-02-221-11/+75
|
* Slight restructuringRené 'Necoro' Neumann2021-02-211-0/+12
|
* 'Exec' as an alternative to 'Url'René 'Necoro' Neumann2020-05-251-1/+8
|
* New option 'item-filter'René 'Necoro' Neumann2020-05-211-0/+2
|
* RestructureRené 'Necoro' Neumann2020-05-021-42/+1
|
* WIP: Message-IdsRené 'Necoro' Neumann2020-05-021-0/+1
|
* Embedding images in mailRené 'Necoro' Neumann2020-05-021-0/+17
|
* Remove pointers from feed options. Detect unknown fields in feed and group ↵René 'Necoro' Neumann2020-05-011-2/+2
| | | | options.
* Add tls-no-verify option to disallow certificate checks.René 'Necoro' Neumann2020-04-271-0/+1
| | | | Closes #3
* Fix template generationRené 'Necoro' Neumann2020-04-261-1/+3
|
* Option `always-new`René 'Necoro' Neumann2020-04-261-3/+6
|
* Filtering from cacheRené 'Necoro' Neumann2020-04-261-1/+13
|
* feeditem.CreatorRené 'Necoro' Neumann2020-04-251-0/+7
|
* Remove undue feedsRené 'Necoro' Neumann2020-04-251-1/+4
|
* Push global feed configuration to feedsRené 'Necoro' Neumann2020-04-251-1/+1
|
* Split cache fileRené 'Necoro' Neumann2020-04-251-0/+5
|
* Larger restructuringRené 'Necoro' Neumann2020-04-251-72/+8
|
* Improved cachingRené 'Necoro' Neumann2020-04-251-5/+59
|
* FeeditemsRené 'Necoro' Neumann2020-04-201-1/+7
|
* RestructureRené 'Necoro' Neumann2020-04-191-0/+45