aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Use preferably the published date for Atom feedsGravatar Frédéric Guillot2019-01-29
| | | | YouTube feeds use the published date for the original creation date.
* Add Spanish translationGravatar e.g. pavelka2019-01-23
|
* Rename session cookiesGravatar Frédéric Guillot2019-01-21
|
* Handle the case when application session is expired and not user sessionGravatar Frédéric Guillot2019-01-21
|
* Update ChangeLogGravatar Frédéric Guillot2019-01-13
|
* Only attempt to change password if the confirmation field is filled inGravatar Peter De Wachter2019-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.
* Remove URL from client user agentGravatar Frédéric Guillot2019-01-07
|
* Use the appropriate message if there are no unread entriesGravatar Peter De Wachter2019-01-07
|
* Make the feed list order case-insensitiveGravatar Peter De Wachter2019-01-07
|
* More robust Atom text handlingGravatar Peter De Wachter2019-01-07
| | | | | | | | Miniflux couldn't deal with XHTML Summary elements. - Make Summary an 'atomContent' field - Define an atomContentToString function rather than inling it three times - Also properly escape special characters in plain text fields.
* Make UTF-8 the default encoding for XML feedsGravatar Peter De Wachter2019-01-02
| | | | | | | | | | | | | | | | Consider the feed http://planet.haskell.org/atom.xml - This is a UTF-8 encoded XML file - No encoding declaration in the XML header - No Unicode byte order mark - Served with HTTP Content-Type "text/xml" (no charset parameter) Miniflux lets charset.NewReader handle this. The charset package implements the HTML5 character encoding algorithm, which, in this situation, defaults to windows-1252 encoding if there are no UTF-8 characters in the first 1000 bytes. So for this feed, we get the wrong encoding. I inserted an explicit "utf8.Valid()" check, which fixes this problem.
* Add more targets to MakefileGravatar Clar Charr2019-01-02
| | | I put a comment above them saying that they're unsupported as they won't be tested on CI, etc., but they're still nice to have.
* Add -mod=vendor in MakefileGravatar Frédéric Guillot2018-12-28
|
* Update man pageGravatar Frédéric Guillot2018-12-28
|
* Move healthcheck endpoint from ui package to httpd serviceGravatar Frédéric Guillot2018-12-28
|
* Add workaround for non GMT dates (RFC822, RFC850, and RFC1123)Gravatar Frédéric Guillot2018-12-26
| | | | | | RFC822, RFC850, and RFC1123 are supposed to be always in GMT. This is a workaround for the one defined in PST timezone.
* Make sure that <strong> elements are boldGravatar Frédéric Guillot2018-12-19
|
* Show scrollbars only when necessary for <pre> elementsGravatar Frédéric Guillot2018-12-16
|
* Add Italian translationGravatar Nicola Moretto2018-12-16
|
* Allow to switch between unread only and all entries on category/feed viewsGravatar Diego Agulló2018-12-16
|
* Add function storage.UpdateFeedError()Gravatar Frédéric Guillot2018-12-15
|
* Add BBC News scraping ruleGravatar Tom Matthews2018-12-13
|
* Ignore JSON feeds from EnsureUnicode()Gravatar Frédéric Guillot2018-12-12
|
* Preserve category selection when no feed is foundGravatar Frédéric Guillot2018-12-12
|
* Update XML encoding regex to take single quotes into considerationGravatar Frédéric Guillot2018-12-12
|
* Update en_US.jsonGravatar Bryan Roth2018-12-12
| | | | Fixing translations.
* Send cli errors to stderrGravatar Frederic Guillot2018-12-09
|
* Update dependenciesGravatar Frederic Guillot2018-12-09
|
* Make password prompt compatible with WindowsGravatar Frederic Guillot2018-12-09
|
* Make configurable the number of days to archive read itemsGravatar Jebbs2018-12-05
|
* Change log level to debug when starting workersGravatar Frédéric Guillot2018-12-02
|
* Do not show $DATABASE_URL warning when showing application infoGravatar Frédéric Guillot2018-12-02
|
* Move image proxy filter to template functionsGravatar Frédéric Guillot2018-12-02
|
* Update scraper rule for lemonde.frGravatar Frédéric Guillot2018-12-02
|
* Refactor manual entry scraperGravatar Frédéric Guillot2018-12-02
|
* Apply rewriter rules on manual "Fetch Original Content"Gravatar djbshfbzehr2018-12-02
|
* Add Makefile target for current OS and architectureGravatar Frédéric Guillot2018-12-02
|
* Improve MakefileGravatar Frédéric Guillot2018-12-02
| | | | | | - Use -mod=vendor - Use same naming convention for all platforms - Move go generate to its own target
* Remove date and time from log messagesGravatar Frédéric Guillot2018-12-01
| | | | | | We assume that logs are sent to Syslog or similar. Syslog or systemd already adds the timetamp.
* Add Windows build targetGravatar Frédéric Guillot2018-12-01
|
* Update scraper rule for heise.deGravatar mapl2018-12-01
|
* Update ChangeLogGravatar Frédéric Guillot2018-11-25
|
* Add support for Systemd Socket ActivationGravatar Frédéric Guillot2018-11-25
|
* Change Unix socket permission to make it accessible from other servicesGravatar Frédéric Guillot2018-11-25
|
* Archive more read entriesGravatar Frédéric Guillot2018-11-25
|
* Make sure slice is not out of range when reading XML prologGravatar Frédéric Guillot2018-11-24
|
* Improve overall Simplified Chinese translations.Gravatar ReVanTis2018-11-21
| | | | | | | - Unified few keywords. - Unified all symbols to Chinese Symbols. - Remove trailing period since it's not commonly used for Chinese on websites. - Add one space between English words and Chinese words.
* Improve time since post date displaysGravatar ariddell2018-11-17
| | | | | | | | - 15 days now is "15 days" rather than "3 weeks" ago. - 32 days is now "1 month" rather than "2 months" ago. - 366 days is now "1 year" rather than "2 years" ago. Closes #267
* Simplify application HTTP middlewaresGravatar Frédéric Guillot2018-11-12
|
* Make sure the remote address is populated even when using unix socketGravatar Frédéric Guillot2018-11-11
|