aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
|
* Show unread counters on feeds pageGravatar Maxim Baz2019-10-29
|
* Improve XML decoder to remove illegal charactersGravatar Tony Wang2019-10-22
|
* Compare Fever token case-insensitivelyGravatar Tony Wang2019-10-21
|
* Fix integration testsGravatar Frédéric Guillot2019-10-21
|
* Make sure integration tests are marked as failed in Github ActionsGravatar Frédéric Guillot2019-10-21
|
* Add new formats to date parserGravatar Tony Wang2019-10-20
|
* Add toast message for some keyboard shortcutsGravatar Jebbs2019-10-06
| | | Add notification message when using keyboard shortcuts: f, s, and m.
* call preventDefault() when the user is trying to enter a keyboard shortcutGravatar Adam Hess2019-10-06
| | | Keyboard shortcuts might conflict with Firefox’s "Find as you type" feature.
* Add missing arm32v7 in loopGravatar Frédéric Guillot2019-09-30
|
* Update ChangeLog for v2.0.18Gravatar Frédéric Guillot2019-09-25
|
* Add CSS tweak and fix typo in variable nameGravatar Frédéric Guillot2019-09-25
|
* Log image proxy URL in debug modeGravatar Frédéric Guillot2019-09-22
|
* Add few CSS teaksGravatar Frédéric Guillot2019-09-22
|
* Add Docker image variant for arm32v7Gravatar Frédéric Guillot2019-09-22
|
* Add theme variantsGravatar Frédéric Guillot2019-09-21
| | | | | | | | | - Use CSS variables instead of inherence - Rename default theme to "Light - Serif" - Rename Black theme to "Dark - Serif" - Rename "Sans-Serif" theme to "Light - Sans Serif" - Add "System" theme that use system preferences: Dark or Light - Add Serif and Sans-Serif variants for each color theme
* Avoid constraint error when having duplicate entriesGravatar Frédéric Guillot2019-09-18
| | | | | | During feed creation, duplicated entries will generate an SQL contraint error. This change ignore the duplicated entry to avoid showing an error.
* 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
* Ignore invalid content typeGravatar Frédéric Guillot2019-09-18
|
* Update man pageGravatar Frédéric Guillot2019-09-15
|
* Replace Travis by GitHub ActionsGravatar Frédéric Guillot2019-09-15
|
* Rename cleanup config variablesGravatar Ty Cobb2019-09-15
| | | | | | The config parser logs a warning when the user uses a deprecated variable. It also ignores the value from a deprecated variable if it has already been set using the corresponding non-deprecated variable (and logs another warning). - CLEANUP_FREQUENCY_HOURS instead of CLEANUP_FREQUENCY - CLEANUP_ARCHIVE_READ_DAYS instead of ARCHIVE_READ_DAYS
* Make configurable the number of days to remove old sessionsGravatar Ty Cobb2019-09-11
|
* Add native lazy loading for images and iframesGravatar Frédéric Guillot2019-09-10
| | | | | | This feature is available only in Chrome >= 76 for now. See https://web.dev/native-lazy-loading
* Do not buffer responses in the image proxyGravatar Peter De Wachter2019-09-10
| | | | | | The image proxy buffered the whole image before sending it to the browser. If the image is large and/or hosted on a slow server, this caused a long delay before the user's browser could display anything.
* Update dependenciesGravatar Frédéric Guillot2019-09-05
|
* Add Go 1.13 to test matrixGravatar Frédéric Guillot2019-09-05
|
* Replace link border by outline to avoid slight content shiftGravatar Frédéric Guillot2019-09-05
|
* add_mailto_subject: New rewrite functionGravatar Peter De Wachter2019-08-19
| | | | | Dinosaur Comics (qwantz.com) likes to hide jokes in mailto: links, but miniflux's sanitizer strips those out.
* Improve import formGravatar Frédéric Guillot2019-08-15
|
* Import OPML from URLGravatar Peter De Wachter2019-08-15
|
* Add test case for parsing HTML entitiesGravatar Frédéric Guillot2019-08-15
|
* addImageTitle: Fix HTML injectionGravatar Peter De Wachter2019-08-15
| | | | | | | | | | | | This rewrite rule would change this: <img title="<foo>"> to this: <figure><img><figcaption><foo></figcaption></figure> The image title needs to be properly escaped.
* 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 `&nbsp;` or some other HTML entity. I feel Miniflux should be lenient here, and Go already has a handy hook to make this work.
* Update ChangeLog for version 2.0.17Gravatar Frédéric Guillot2019-08-03
|
* Update Docker image to Alpine Linux 3.10.1Gravatar Frédéric Guillot2019-08-03
|
* Add option to disable feedsGravatar Frédéric Guillot2019-07-26
|
* Fix regressions introduced in previous JS refactoringGravatar Jebbs2019-07-25
|
* Ask for confirmation before clicking on mark all as readGravatar Frédéric Guillot2019-07-17
|
* Ask for confirmation before flushing historyGravatar Frédéric Guillot2019-07-17
|
* Refactor confirmation handlerGravatar Frédéric Guillot2019-07-17
|
* Refactoring of Javascript codeGravatar Frédéric Guillot2019-07-17
|
* Require confirmation for marking pages as readGravatar Matías Lang2019-07-17
|
* Add .search margin-rightGravatar Frode Aannevik2019-07-13
|
* Fix syntax errors in man pageGravatar Frédéric Guillot2019-07-10
|