Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow application/xhtml+xml links as comments URL in Atom replies | Frédéric Guillot | 2020-01-04 |
| | |||
* | Allow only absolute URLs in comments URL | Frédéric Guillot | 2020-01-04 |
| | | | | Some feeds are using invalid URLs (random text). | ||
* | Use internal XML workarounds to detect feed format | Kebin Liu | 2020-01-02 |
| | |||
* | Make menu consistent across feed pages | Frédéric Guillot | 2020-01-02 |
| | |||
* | Make sure external URLs are not encoded incorrectly by Go template engine | Frédéric Guillot | 2020-01-02 |
| | |||
* | Make sure whitelisted URI schemes are handled properly by the sanitizer | Frédéric Guillot | 2020-01-02 |
| | |||
* | Use white background for favicon | Frédéric Guillot | 2019-12-30 |
| | | | | Improve legibility when using a dark theme. | ||
* | Remove dependency on Sed to build Docker images | Frédéric Guillot | 2019-12-28 |
| | | | | | | | - Keep the Dockerfile standard and avoid external dependencies - Use build args instead of Sed - Bump Alpine Linux to version 3.11 - Always use the latest version of Golang | ||
* | Normalize URL query string before executing HTTP requests | Frédéric Guillot | 2019-12-26 |
| | | | | | | | - Make sure query strings parameters are encoded - As opposed to the standard library, do not append equal sign for query parameters with empty value - Strip URL fragments like Web browsers | ||
* | Improve Dublin Core support for RDF feeds | Frédéric Guillot | 2019-12-23 |
| | |||
* | Improve Podcast support (iTunes and Google Play feeds) | Frédéric Guillot | 2019-12-23 |
| | | | | | - Add support for Google Play XML namespace - Improve existing iTunes namespace implementation | ||
* | Add support for Atom 0.3 | Frédéric Guillot | 2019-12-22 |
| | |||
* | Add support for Atom 'replies' link relation | Frédéric Guillot | 2019-12-22 |
| | | | | | | | Show comments URL for Atom feeds as per RFC 4685. See https://tools.ietf.org/html/rfc4685#section-4 Note that only the first link with type "text/html" is taken into consideration. | ||
* | Return outer HTML when scraping elements | cinput | 2019-12-21 |
| | |||
* | Update scraper rule for "Le Monde" | somini | 2019-12-19 |
| | |||
* | Filter valid XML characters for UTF-8 XML documents before decoding | Jebbs | 2019-12-19 |
| | | | This change should reduce "illegal character code" XML errors. | ||
* | Trim spaces for RDF entry links | Frédéric Guillot | 2019-12-01 |
| | |||
* | Update ChangeLog | Frédéric Guillot | 2019-12-01 |
| | |||
* | Do no rewrite Youtube description twice in "add_youtube_video" rule | Frédéric Guillot | 2019-11-30 |
| | | | | This is already done before in <media:description>. | ||
* | Use V to open original link in current tab | Frédéric Guillot | 2019-11-29 |
| | | | | | - To avoid a breaking change, keep v to open the original link in new tab. - People who prefers to open the link in the current tab should use V. | ||
* | Do not expose yet feed counter via API | Frédéric Guillot | 2019-11-29 |
| | |||
* | Add the possibility to add rules during feed creation | Frédéric Guillot | 2019-11-29 |
| | |||
* | Wrap attachments into <details> disclosure element | Frédéric Guillot | 2019-11-29 |
| | |||
* | Show attachment size on entry page | Frédéric Guillot | 2019-11-29 |
| | |||
* | Add support of media elements for Atom feeds | Frédéric Guillot | 2019-11-28 |
| | |||
* | Add support of media elements for RSS 2 feeds | Frédéric Guillot | 2019-11-28 |
| | |||
* | Add rewrite functions: convert_text_link and nl2br | Frédéric Guillot | 2019-11-28 |
| | |||
* | Update scraper rule for openingsource.org | Neo Ng | 2019-11-28 |
| | |||
* | Add Makefile target to build only amd64 Docker image | Frédéric Guillot | 2019-11-26 |
| | |||
* | Make sure to remove integration settings when removing a user | Frédéric Guillot | 2019-11-17 |
| | |||
* | Add API parameter to filter entries by category | Frédéric Guillot | 2019-11-17 |
| | |||
* | Display list of feeds per category | Frédéric Guillot | 2019-11-17 |
| | |||
* | Show the number of read and unread entries for each feed | Frédéric Guillot | 2019-11-17 |
| | |||
* | Make sure settings menu is consistent | Frédéric Guillot | 2019-11-17 |
| | |||
* | Remove fixed table-layout for entry content | Frédéric Guillot | 2019-11-17 |
| | |||
* | Update autocert lib because ACME v1 is EOL | Frédéric Guillot | 2019-11-15 |
| | |||
* | Do not lighten blockquote font color | Vincent Bernat | 2019-11-15 |
| | | | | | | | | | | | It is confusing to have blockquote content displayed with a lighter font color. Usually, quotes are important to the text while reducing the contrast may hint a user it is not. In my case, I usually skip the content of the blockquote as it was some additional note in the text. Without the color change, the blockquote is still indented differently, with the vertical bar. It should be enough for a user to identify it as a quote. | ||
* | Update de_DE translation | benne | 2019-11-01 |
| | |||
* | Send a response when changing status of removed entries in Fever API | Jebbs | 2019-10-31 |
| | | | When a client, like Reeder, tries to mark an item which is removed on Miniflux, the server doesn't response OK. This may terminate the sync process, the PR fixes it. | ||
* | Make "v" open link in the current tab on entry page | Maxim Baz | 2019-10-30 |
| | |||
* | Add meta tag to disable Google Translate | Frédéric Guillot | 2019-10-29 |
| | |||
* | Improve storage module | Frédéric Guillot | 2019-10-29 |
| | |||
* | Show unread counters on feeds page | Maxim Baz | 2019-10-29 |
| | |||
* | Improve XML decoder to remove illegal characters | Tony Wang | 2019-10-22 |
| | |||
* | Compare Fever token case-insensitively | Tony Wang | 2019-10-21 |
| | |||
* | Fix integration tests | Frédéric Guillot | 2019-10-21 |
| | |||
* | Make sure integration tests are marked as failed in Github Actions | Frédéric Guillot | 2019-10-21 |
| | |||
* | Add new formats to date parser | Tony Wang | 2019-10-20 |
| | |||
* | Add toast message for some keyboard shortcuts | Jebbs | 2019-10-06 |
| | | | Add notification message when using keyboard shortcuts: f, s, and m. | ||
* | call preventDefault() when the user is trying to enter a keyboard shortcut | Adam Hess | 2019-10-06 |
| | | | Keyboard shortcuts might conflict with Firefox’s "Find as you type" feature. |