Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | 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 |
| | |||
* | Display list of feeds per category | Frédéric Guillot | 2019-11-17 |
| | |||
* | Remove fixed table-layout for entry content | Frédéric Guillot | 2019-11-17 |
| | |||
* | 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. | ||
* | Make "v" open link in the current tab on entry page | Maxim Baz | 2019-10-30 |
| | |||
* | Show unread counters on feeds page | Maxim Baz | 2019-10-29 |
| | |||
* | 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. | ||
* | Add CSS tweak and fix typo in variable name | Frédéric Guillot | 2019-09-25 |
| | |||
* | Log image proxy URL in debug mode | Frédéric Guillot | 2019-09-22 |
| | |||
* | Add few CSS teaks | Frédéric Guillot | 2019-09-22 |
| | |||
* | Add theme variants | Frédéric Guillot | 2019-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 | ||
* | Do not buffer responses in the image proxy | Peter De Wachter | 2019-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 dependencies | Frédéric Guillot | 2019-09-05 |
| | |||
* | Replace link border by outline to avoid slight content shift | Frédéric Guillot | 2019-09-05 |
| | |||
* | Improve import form | Frédéric Guillot | 2019-08-15 |
| | |||
* | Import OPML from URL | Peter De Wachter | 2019-08-15 |
| | |||
* | Add option to disable feeds | Frédéric Guillot | 2019-07-26 |
| | |||
* | Fix regressions introduced in previous JS refactoring | Jebbs | 2019-07-25 |
| | |||
* | Ask for confirmation before clicking on mark all as read | Frédéric Guillot | 2019-07-17 |
| | |||
* | Ask for confirmation before flushing history | Frédéric Guillot | 2019-07-17 |
| | |||
* | Refactor confirmation handler | Frédéric Guillot | 2019-07-17 |
| | |||
* | Refactoring of Javascript code | Frédéric Guillot | 2019-07-17 |
| | |||
* | Require confirmation for marking pages as read | Matías Lang | 2019-07-17 |
| | |||
* | Add .search margin-right | Frode Aannevik | 2019-07-13 |
| | |||
* | Refactor config package | Frédéric Guillot | 2019-06-02 |
| | | | | | - Parse configuration only once during startup time - Store configuration values in a global variable | ||
* | Flip behavior of j and k keyboard shortcuts | Ben Cohen | 2019-05-26 |
| | |||
* | Add option to enable/disable keyboard shortcuts | Frédéric Guillot | 2019-04-28 |
| | |||
* | Improve page reload when showing unread/all entries | Diego Agulló | 2019-04-04 |
| | | | | - Show only unread entries = refresh current page - Show all entries = go to next page | ||
* | Add double tap detection for next/previous page navigation | 3ddysan | 2019-03-11 |
| | |||
* | Fix typo in stylesheet | Frédéric Guillot | 2019-02-19 |
| | |||
* | Sort search results by relevance | Jebbs | 2019-02-11 |
| | |||
* | Rename session cookies | Frédéric Guillot | 2019-01-21 |
| | |||
* | Handle the case when application session is expired and not user session | Frédéric Guillot | 2019-01-21 |
| | |||
* | Only attempt to change password if the confirmation field is filled in | Peter De Wachter | 2019-01-07 |
| | | | | | | | Firefox autocompletes the password field (but not the password confirmation field) for me. This makes it annoying to use the settings page, because miniflux thinks I'm trying to change my password and complains that the fields don't match. | ||
* | Move healthcheck endpoint from ui package to httpd service | Frédéric Guillot | 2018-12-28 |
| | |||
* | Make sure that <strong> elements are bold | Frédéric Guillot | 2018-12-19 |
| | |||
* | Show scrollbars only when necessary for <pre> elements | Frédéric Guillot | 2018-12-16 |
| | |||
* | Allow to switch between unread only and all entries on category/feed views | Diego Agulló | 2018-12-16 |
| | |||
* | Preserve category selection when no feed is found | Frédéric Guillot | 2018-12-12 |
| | |||
* | Update dependencies | Frederic Guillot | 2018-12-09 |
| | |||
* | Refactor manual entry scraper | Frédéric Guillot | 2018-12-02 |
| | |||
* | Apply rewriter rules on manual "Fetch Original Content" | djbshfbzehr | 2018-12-02 |
| | |||
* | Replace daemon and scheduler package with service package | Frédéric Guillot | 2018-11-11 |
| | |||
* | Improve logging messages in ui package | Frédéric Guillot | 2018-11-11 |
| | |||
* | Move UI middlewares and routes to ui package | Frédéric Guillot | 2018-11-11 |
| | |||
* | Ignore hotkeys containing Control, Alt or Meta keys | Diego Agulló | 2018-10-31 |
| | | | | Fixes #260 | ||
* | Improve logging for OAuth2 callback | Frédéric Guillot | 2018-10-22 |
| |