aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/rss
Commit message (Collapse)AuthorAge
* Allow only absolute URLs in comments URLGravatar Frédéric Guillot2020-01-04
| | | | Some feeds are using invalid URLs (random text).
* Improve Podcast support (iTunes and Google Play feeds)Gravatar Frédéric Guillot2019-12-23
| | | | | - Add support for Google Play XML namespace - Improve existing iTunes namespace implementation
* Add support of media elements for Atom feedsGravatar Frédéric Guillot2019-11-28
|
* Add support of media elements for RSS 2 feedsGravatar Frédéric Guillot2019-11-28
|
* Improve XML decoder to remove illegal charactersGravatar Tony Wang2019-10-22
|
* Disable strict XML parsingGravatar Frédéric Guillot2019-09-18
| | | | | | This change should improve parsing of broken XML feeds. See https://golang.org/pkg/encoding/xml/#Decoder
* Add test case for parsing HTML entitiesGravatar Frédéric Guillot2019-08-15
|
* Accept HTML entities when parsing XMLGravatar Peter De Wachter2019-08-15
| | | | | | | Every once in a while, one of my feeds would throw an XML parse error because it used ` ` or some other HTML entity. I feel Miniflux should be lenient here, and Go already has a handy hook to make this work.
* Add missing package descriptions for GoDocGravatar Frédéric Guillot2018-10-08
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Rename RSS parser gettersGravatar Frédéric Guillot2018-04-09
|
* Get the right comments URL when having multiple namespacesGravatar Frédéric Guillot2018-04-09
|
* Add unit test for comments url and French translationGravatar Frédéric Guillot2018-04-07
|
* Add CommentsURL to entryGravatar Ben Brooks2018-04-07
|
* Handle RSS author elements with inner HTMLGravatar Frédéric Guillot2018-03-18
|
* Convert enclosure size field to bigintGravatar Frédéric Guillot2018-03-14
|
* Improve parser error messagesGravatar Frédéric Guillot2018-02-27
|
* Support localized feed errors generated by background workersGravatar Frédéric Guillot2018-02-27
|
* Handle more encoding edge casesGravatar Frédéric Guillot2018-01-20
| | | | | | - Feeds with charset specified only in Content-Type header and not in XML document - Feeds with charset specified in both places - Feeds with charset specified only in XML document and not in HTTP header
* Rename helper packagesGravatar Frédéric Guillot2018-01-02
|
* Add loggerGravatar Frédéric Guillot2017-12-15
|
* Make sure that item URL are absoluteGravatar Frédéric Guillot2017-12-13
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Add the possibility to define rewrite rules for each feedGravatar Frédéric Guillot2017-12-11
|
* Improve HTML sanitizerGravatar Frédéric Guillot2017-11-25
|
* Improve feed parsersGravatar Frédéric Guillot2017-11-22
|
* Move feed parsers packages in reader packageGravatar Frédéric Guillot2017-11-20