aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
|
* Sort feed categories before serializationGravatar Ilya Glotov2019-07-05
| | | | | A function is added for feeds and its categories normalization. The test will ensure that the order is right.
* Pass auth header to manifest requestGravatar Pierre Dubouilh2019-07-04
|
* Update Docker image to Alpine Linux 3.10.0Gravatar Frédéric Guillot2019-06-20
|
* Update ChangeLogGravatar Frédéric Guillot2019-06-08
|
* Update vendor folderGravatar Frédéric Guillot2019-06-08
|
* Add option to toggle date/time in log messagesGravatar Frédéric Guillot2019-06-08
|
* Add optional config file parser in addition to environment variablesGravatar Frédéric Guillot2019-06-02
|
* Make HTTP Client timeout and max body size configurableGravatar Frédéric Guillot2019-06-02
|
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Flip behavior of j and k keyboard shortcutsGravatar Ben Cohen2019-05-26
|
* Bump pq to v1.1.1 to bring in SCRAM-SHA-256 authentication.Gravatar Aaron Bieber2019-05-16
|
* Remove debug timer from most storage functionsGravatar Frédéric Guillot2019-04-28
|
* Add option to enable/disable keyboard shortcutsGravatar Frédéric Guillot2019-04-28
|
* Update links to the documentationGravatar Frédéric Guillot2019-04-22
|
* Add missing translationGravatar Frédéric Guillot2019-04-05
|
* Improve page reload when showing unread/all entriesGravatar Diego Agulló2019-04-04
| | | | - Show only unread entries = refresh current page - Show all entries = go to next page
* Always display feed entries even when there is a feed errorGravatar Frédéric Guillot2019-04-02
|
* Use loading label instead of saving when submitting login formGravatar Frédéric Guillot2019-03-26
|
* Add support for OPML v1 importGravatar Frédéric Guillot2019-03-26
|
* Add 'allow-popups' to iframe sandbox permissionsGravatar Jeremy Apthorp2019-03-26
|