Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-09 | Update German translation | 2 | -10/+18 | ||
2018-02-08 | Improve error handling for HTTP client | 5 | -7/+62 | ||
2018-02-08 | Add missing German string | 2 | -4/+6 | ||
2018-02-07 | Strip invalid XML characters to avoid parsing errors | 1 | -1/+26 | ||
2018-02-07 | Remove period for feed errors | 4 | -23/+23 | ||
2018-02-07 | Improve error handling when the response is empty | 5 | -6/+28 | ||
2018-02-07 | Add missing French translation | 2 | -2/+4 | ||
2018-02-05 | Update ChangeLog2.0.2 | 1 | -0/+14 | ||
2018-02-04 | Add support for Let's Encrypt http-01 challenge | 32 | -286/+2042 | ||
2018-02-04 | Move template functions outside engine (refactoring) | 9 | -214/+254 | ||
2018-02-04 | Take timezone into consideration when calculating relative time | 16 | -58/+91 | ||
2018-02-03 | Add support for HTTP Strict Transport Security header | 4 | -3/+33 | ||
2018-02-03 | Add support for base URLs with subfolders | 10 | -23/+105 | ||
2018-02-01 | Update German translation | 2 | -4/+12 | ||
2018-01-31 | Add missing about menu in settings | 5 | -5/+29 | ||
2018-01-31 | Show API URL endpoints in user interface | 11 | -14/+99 | ||
2018-01-29 | Do not update entry date while refreshing a feed | 1 | -4/+5 | ||
We do not update the published date because some feeds do not contains any date, in this case it default to time.Now(), which could change the order of items on the history page. | |||||
2018-01-29 | Enable debug mode for integration tests | 1 | -1/+1 | ||
2018-01-29 | Add the possiblity to enable debug mode with an environment variable | 2 | -1/+6 | ||
2018-01-29 | Keep code base tidy | 5 | -18/+16 | ||
2018-01-29 | Add flag to enable debug logging | 2 | -7/+64 | ||
2018-01-25 | Improve unread counter updates | 1 | -6/+35 | ||