aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Correct spelling of “toggle”HEADmasterGravatar Benjamin Barenblat2020-01-29
|
* Align Info and Actionable items separatelyGravatar somini2020-01-28
| | | | | | | Align the information to the left side, and the actionable buttons to the right. See https://github.com/miniflux/miniflux/pull/531#issuecomment-578547488
* Redirect to /unread when getting a 404 for an unread expired entryGravatar Vincent Bernat2020-01-24
| | | | | | | | Hosted miniflux don't keep read entries for long. If I leave my PC at home on an unread entry, read everything pending at work and get back to home later, when I click "next", I get a bare 404 error. I have to go back to /unread myself. I think it would be more user friendly (but maybe a bit suprising) to go directly to /unread in this case.
* Do not advance to the next item when using the 'v' shortcut on the list of ↵Gravatar Richard Schneider2020-01-14
| | | | starred items
* Wrap around when navigating with keyboard shortcuts on a list viewGravatar Richard Schneider2020-01-10
|
* Remove unused Feed.Entries from API clientGravatar Frédéric Guillot2020-01-07
|
* Add comments link keyboard shortcutGravatar Richard Schneider2020-01-06
|
* Remove unused Entry.Category in API clientGravatar Frédéric Guillot2020-01-05
|
* Allow application/xhtml+xml links as comments URL in Atom repliesGravatar Frédéric Guillot2020-01-04
|
* Allow only absolute URLs in comments URLGravatar Frédéric Guillot2020-01-04
| | | | Some feeds are using invalid URLs (random text).
* Use internal XML workarounds to detect feed formatGravatar Kebin Liu2020-01-02
|
* Make menu consistent across feed pagesGravatar Frédéric Guillot2020-01-02
|
* Make sure external URLs are not encoded incorrectly by Go template engineGravatar Frédéric Guillot2020-01-02
|
* Make sure whitelisted URI schemes are handled properly by the sanitizerGravatar Frédéric Guillot2020-01-02
|
* Use white background for faviconGravatar Frédéric Guillot2019-12-30
| | | | Improve legibility when using a dark theme.
* Remove dependency on Sed to build Docker imagesGravatar Frédéric Guillot2019-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 requestsGravatar Frédéric Guillot2019-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 feedsGravatar Frédéric Guillot2019-12-23
|
* 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 for Atom 0.3Gravatar Frédéric Guillot2019-12-22
|
* Add support for Atom 'replies' link relationGravatar Frédéric Guillot2019-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 elementsGravatar cinput2019-12-21
|
* Update scraper rule for "Le Monde"Gravatar somini2019-12-19
|
* Filter valid XML characters for UTF-8 XML documents before decodingGravatar Jebbs2019-12-19
| | | This change should reduce "illegal character code" XML errors.
* Trim spaces for RDF entry linksGravatar Frédéric Guillot2019-12-01
|
* Update ChangeLogGravatar Frédéric Guillot2019-12-01
|
* Do no rewrite Youtube description twice in "add_youtube_video" ruleGravatar Frédéric Guillot2019-11-30
| | | | This is already done before in <media:description>.
* Use V to open original link in current tabGravatar Frédéric Guillot2019-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 APIGravatar Frédéric Guillot2019-11-29
|
* Add the possibility to add rules during feed creationGravatar Frédéric Guillot2019-11-29
|
* Wrap attachments into <details> disclosure elementGravatar Frédéric Guillot2019-11-29
|
* Show attachment size on entry pageGravatar Frédéric Guillot2019-11-29
|
* 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
|
* Add rewrite functions: convert_text_link and nl2brGravatar Frédéric Guillot2019-11-28
|
* Update scraper rule for openingsource.orgGravatar Neo Ng2019-11-28
|
* Add Makefile target to build only amd64 Docker imageGravatar Frédéric Guillot2019-11-26
|
* Make sure to remove integration settings when removing a userGravatar Frédéric Guillot2019-11-17
|
* Add API parameter to filter entries by categoryGravatar Frédéric Guillot2019-11-17
|
* Display list of feeds per categoryGravatar Frédéric Guillot2019-11-17
|
* Show the number of read and unread entries for each feedGravatar Frédéric Guillot2019-11-17
|
* Make sure settings menu is consistentGravatar Frédéric Guillot2019-11-17
|
* Remove fixed table-layout for entry contentGravatar Frédéric Guillot2019-11-17
|
* Update autocert lib because ACME v1 is EOLGravatar Frédéric Guillot2019-11-15
|
* Do not lighten blockquote font colorGravatar Vincent Bernat2019-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 translationGravatar benne2019-11-01
|
* Send a response when changing status of removed entries in Fever APIGravatar Jebbs2019-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 pageGravatar Maxim Baz2019-10-30
|
* Add meta tag to disable Google TranslateGravatar Frédéric Guillot2019-10-29
|
* Improve storage moduleGravatar Frédéric Guillot2019-10-29
|