aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Add more unit tests for template functionsGravatar Frédéric Guillot2018-09-20
|
* Fix invalid output when truncating Unicode text in templatesGravatar Savely Krasovsky2018-09-20
|
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
|
* Split Makefile linux targets by architectureGravatar Frédéric Guillot2018-09-16
|
* Add compiler, Arch, and OS to info commandGravatar Frédéric Guillot2018-09-16
|
* Avoid line break between emoji and (un)read/(un)star linksGravatar Diego Agulló2018-09-15
|
* Update ChangeLogGravatar Frédéric Guillot2018-09-11
|
* Store client IP address in request contextGravatar Frédéric Guillot2018-09-09
|
* Revert cookie flag from strict to lax mode otherwise oauth2 won't workGravatar Frédéric Guillot2018-09-09
|
* Use predefined Ciphers when TLS is configuredGravatar Frédéric Guillot2018-09-08
|
* Avoid displaying an error when shutting down the daemonGravatar Frédéric Guillot2018-09-08
|
* Add "Mark this page as read" to the bottomGravatar Adam Vigneaux2018-09-08
| | | | | | This better matches the most common use case for the "Mark this page as read" link, which is to click it once you have reached the bottom of the page. Especially on mobile, it can be annoying to scroll to the top of the page to click the link.
* Refactor HTTP context handlingGravatar Frédéric Guillot2018-09-03
|
* Set cookie attribute SameSite to strict modeGravatar Frédéric Guillot2018-08-29
|
* Make user creation via environment variables idempotentGravatar Frédéric Guillot2018-08-29
|
* Make latest changes compatible with HerokuGravatar Frédéric Guillot2018-08-29
|
* Use regular text version of ✔︎ instead of emoji version on iOSGravatar Frédéric Guillot2018-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 pageGravatar Dave Z2018-08-28
|
* Improve readmeGravatar Frédéric Guillot2018-08-26
| | | | - Add more links to the docs - Add screenshots
* Migrate to go modules (Go 1.11)Gravatar Frédéric Guillot2018-08-26
|
* Switch Travis to Go 1.11Gravatar Michael2018-08-26
|
* Show count of feeds with permanent errors in header menuGravatar Dave Z2018-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.Gravatar dzaikos2018-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 stringGravatar stratmaster2018-08-26
|
* Add remove button in feed edit pageGravatar Frédéric Guillot2018-08-25
|
* Split integration tests into multiple filesGravatar Frédéric Guillot2018-08-25
|
* Update scraper rule for heise.deGravatar Frédéric Guillot2018-08-25
|
* Expose real error messages for internal server API errorsGravatar Frédéric Guillot2018-08-25
|
* Simplify context keysGravatar Frédéric Guillot2018-08-25
|
* Added remote client IP to login failure error message.Gravatar dzaikos2018-08-25
| | | | Fixes #205
* Move Golang API client hereGravatar Frédéric Guillot2018-08-24
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add ProcfileGravatar tleb2018-08-07
| | | | Allows to git push to heroku/self-hosted alternatives easily
* Create database package (refactoring)Gravatar Frédéric Guillot2018-08-01
|
* Update user agent with new website URLGravatar Frédéric Guillot2018-07-28
|
* Remove white spaces in German translationGravatar stratmaster2018-07-23
|
* Update ChangeLogGravatar Frédéric Guillot2018-07-22
|
* Avoid browser caching issues when assets changesGravatar Frédéric Guillot2018-07-22
|
* Compress JSON, CSS and Javascript responsesGravatar Frédéric Guillot2018-07-19
|
* Improve themes handlingGravatar Frédéric Guillot2018-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 sizesGravatar Frédéric Guillot2018-07-18
|
* Update URLs in readmeGravatar Frédéric Guillot2018-07-18
|
* Add support for published tag in Atom feedsGravatar neepl2018-07-17
|
* Add few tweaks to the layoutGravatar Frédéric Guillot2018-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 swipeGravatar Dave Z2018-07-17
|
* Show feed title instead of domain in items listGravatar Dave Z2018-07-17
|
* Add service worker to cache feed iconsGravatar Frédéric Guillot2018-07-15
|
* Make image proxy configurableGravatar Dave Z2018-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 iconsGravatar Frédéric Guillot2018-07-10
|