Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make latest changes compatible with Heroku | Frédéric Guillot | 2018-08-29 |
| | |||
* | Use regular text version of ✔︎ instead of emoji version on iOS | Frédéric Guillot | 2018-08-28 |
| | | | | See this workaround: https://stackoverflow.com/questions/32639694/ios-9-removed-the-possibility-to-change-certain-symbol-colors-using-css/38362138#38362138 | ||
* | Add toggle status button to entry page | Dave Z | 2018-08-28 |
| | |||
* | Improve readme | Frédéric Guillot | 2018-08-26 |
| | | | | - Add more links to the docs - Add screenshots | ||
* | Migrate to go modules (Go 1.11) | Frédéric Guillot | 2018-08-26 |
| | |||
* | Switch Travis to Go 1.11 | Michael | 2018-08-26 |
| | |||
* | Show count of feeds with permanent errors in header menu | Dave Z | 2018-08-26 |
| | | | Only for feeds that reach `maxParsingError` are counted (so transient errors do not trigger counter). | ||
* | Added remote client IP to API login failure error message. | dzaikos | 2018-08-26 |
| | | | | | | Addresses #205 Changed error level reporting on API login failure to Error from Info to match the web login reporting. | ||
* | Add german translation string | stratmaster | 2018-08-26 |
| | |||
* | Add remove button in feed edit page | Frédéric Guillot | 2018-08-25 |
| | |||
* | Split integration tests into multiple files | Frédéric Guillot | 2018-08-25 |
| | |||
* | Update scraper rule for heise.de | Frédéric Guillot | 2018-08-25 |
| | |||
* | Expose real error messages for internal server API errors | Frédéric Guillot | 2018-08-25 |
| | |||
* | Simplify context keys | Frédéric Guillot | 2018-08-25 |
| | |||
* | Added remote client IP to login failure error message. | dzaikos | 2018-08-25 |
| | | | | Fixes #205 | ||
* | Move Golang API client here | Frédéric Guillot | 2018-08-24 |
| | |||
* | Use canonical imports | Frédéric Guillot | 2018-08-24 |
| | |||
* | Add Procfile | tleb | 2018-08-07 |
| | | | | Allows to git push to heroku/self-hosted alternatives easily | ||
* | Create database package (refactoring) | Frédéric Guillot | 2018-08-01 |
| | |||
* | Update user agent with new website URL | Frédéric Guillot | 2018-07-28 |
| | |||
* | Remove white spaces in German translation | stratmaster | 2018-07-23 |
| | |||
* | Update ChangeLog | Frédéric Guillot | 2018-07-22 |
| | |||
* | Avoid browser caching issues when assets changes | Frédéric Guillot | 2018-07-22 |
| | |||
* | Compress JSON, CSS and Javascript responses | Frédéric Guillot | 2018-07-19 |
| | |||
* | Improve themes handling | Frédéric Guillot | 2018-07-18 |
| | | | | | | - Store user theme in session - Logged out users will keep their theme - Add theme background color to web manifest and meta tag | ||
* | Update application icon with different sizes | Frédéric Guillot | 2018-07-18 |
| | |||
* | Update URLs in readme | Frédéric Guillot | 2018-07-18 |
| | |||
* | Add support for published tag in Atom feeds | neepl | 2018-07-17 |
| | |||
* | Add few tweaks to the layout | Frédéric Guillot | 2018-07-17 |
| | | | | | | - Increase truncate length to 35 chars for feed titles - Add bottom margin for main menu in mobile view - Add tooltip to feed domain in feeds list | ||
* | Prevent vertical scrolling on swipe | Dave Z | 2018-07-17 |
| | |||
* | Show feed title instead of domain in items list | Dave Z | 2018-07-17 |
| | |||
* | Add service worker to cache feed icons | Frédéric Guillot | 2018-07-15 |
| | |||
* | Make image proxy configurable | Dave Z | 2018-07-12 |
| | | | | | | | | Adds IMAGE_PROXY configuration setting to change image proxy filter behaviour: - none = No proxy - http-only = Proxy only non-HTTPS images (default) - all = Proxy everything | ||
* | Add alt attribute for feed icons | Frédéric Guillot | 2018-07-10 |
| | |||
* | Update CI jshint check | Frédéric Guillot | 2018-07-10 |
| | |||
* | Add embedly.com to iframe whitelist | Frédéric Guillot | 2018-07-10 |
| | |||
* | Use passive event listeners for touch events | Frédéric Guillot | 2018-07-10 |
| | | | | Avoid this warning in Chrome console: https://www.chromestatus.com/feature/5745543795965952 | ||
* | New `add_dynamic_image` rewriter for JavaScript-loaded images. | dzaikos | 2018-07-09 |
| | | | | | | Searches tags for various `data-*` attributes and sets `img` tag `src` attribute appropriately. Falls back to searching `noscript` for `img` tags. Includes unit tests. | ||
* | Change feed password field type to text to avoid autocomplete with Firefox | Frédéric Guillot | 2018-07-08 |
| | | | | | | | - Using autocomplete="off" or autocomplete="new-password" doesn't change anything - Changing the input ID doesn't change anything - Using a different input name doesn't change anything - Only Chrome supports autocomplete="new-password" | ||
* | Add base URL validation | Frédéric Guillot | 2018-07-07 |
| | |||
* | Update default stylesheet name in HTML layout | Frédéric Guillot | 2018-07-07 |
| | |||
* | Add integration test for search query | Frédéric Guillot | 2018-07-07 |
| | |||
* | Pre-generate themes stylesheets at build time | Frédéric Guillot | 2018-07-07 |
| | |||
* | Update vendor dependencies | Frédéric Guillot | 2018-07-06 |
| | |||
* | Compress HTML responses to Gzip/Deflate if supported by browser | Frédéric Guillot | 2018-07-06 |
| | |||
* | Refactor assets bundler and split Javascript files | Frédéric Guillot | 2018-07-05 |
| | |||
* | Processor: Do rewriter before sanitizer for `entry.Content`. | dzaikos | 2018-07-06 |
| | | | | Addresses #163. | ||
* | Remove timestamp from generated files | Frédéric Guillot | 2018-07-05 |
| | |||
* | Add German translation for search form | stratmaster | 2018-07-05 |
| | |||
* | Add support for protocol relative YouTube URLs | Frédéric Guillot | 2018-07-04 |
| |