aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* 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
|
* Update CI jshint checkGravatar Frédéric Guillot2018-07-10
|
* Add embedly.com to iframe whitelistGravatar Frédéric Guillot2018-07-10
|
* Use passive event listeners for touch eventsGravatar Frédéric Guillot2018-07-10
| | | | Avoid this warning in Chrome console: https://www.chromestatus.com/feature/5745543795965952
* New `add_dynamic_image` rewriter for JavaScript-loaded images.Gravatar dzaikos2018-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 FirefoxGravatar Frédéric Guillot2018-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 validationGravatar Frédéric Guillot2018-07-07
|
* Update default stylesheet name in HTML layoutGravatar Frédéric Guillot2018-07-07
|
* Add integration test for search queryGravatar Frédéric Guillot2018-07-07
|
* Pre-generate themes stylesheets at build timeGravatar Frédéric Guillot2018-07-07
|
* Update vendor dependenciesGravatar Frédéric Guillot2018-07-06
|
* Compress HTML responses to Gzip/Deflate if supported by browserGravatar Frédéric Guillot2018-07-06
|
* Refactor assets bundler and split Javascript filesGravatar Frédéric Guillot2018-07-05
|
* Processor: Do rewriter before sanitizer for `entry.Content`.Gravatar dzaikos2018-07-06
| | | | Addresses #163.
* Remove timestamp from generated filesGravatar Frédéric Guillot2018-07-05
|
* Add German translation for search formGravatar stratmaster2018-07-05
|
* Add support for protocol relative YouTube URLsGravatar Frédéric Guillot2018-07-04
|
* Add search formGravatar Frédéric Guillot2018-07-04
|
* Add full-text search for entries and add search parameter to the APIGravatar Frédéric Guillot2018-07-04
|
* Improve updates to dutch localeGravatar Daan Sprenkels2018-07-03
|
* Sandbox iframes when sanitizing.Gravatar dzaikos2018-07-03
| | | | | | Updated iframe unit tests. Refactored sanitizer.getExtraAttributes() to use `switch` instead of multiple `if` statements.
* Keep consistent text size on mobile orientation changeGravatar dzaikos2018-07-03
| | | | using vendor-specific CSS `*-text-size-adjust`.
* Update unit test for Sans-Serif themeGravatar Dave Z2018-07-02
|
* Update ChangeLogGravatar Frédéric Guillot2018-07-01
|
* Avoid Chrome to autocomplete no-login password fieldsGravatar Frédéric Guillot2018-06-30
| | | | | | Browsers always autocomplete saved passwords even with autocomplete="off". https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
* Always mark the entry as read after fetching the pagination in unread modeGravatar Frédéric Guillot2018-06-30
|
* Update German translationGravatar Unknown2018-06-30
|
* Add cli flag to reset all feed errorsGravatar Frédéric Guillot2018-06-30
|
* Add specific 404 and 401 error messagesGravatar Frédéric Guillot2018-06-30
|
* Strip binaries to reduce sizeGravatar Frédéric Guillot2018-06-29
|
* Make sure we always get the pagination in unread modeGravatar Frédéric Guillot2018-06-29
|
* Fix incorrect data value when toggling bookmark flag on entry pageGravatar Dave Z2018-06-28
|
* Set opener to null when opening original URL with JavaScript.Gravatar dzaikos2018-06-28
|