aboutsummaryrefslogtreecommitdiffhomepage
path: root/template
Commit message (Collapse)AuthorAge
...
* Revert cookie flag from strict to lax mode otherwise oauth2 won't workGravatar Frédéric Guillot2018-09-09
|
* 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.
* 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
|
* 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).
* Add remove button in feed edit pageGravatar Frédéric Guillot2018-08-25
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Avoid browser caching issues when assets changesGravatar Frédéric Guillot2018-07-22
|
* 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
|
* 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
* 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
|
* 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"
* Update default stylesheet name in HTML layoutGravatar Frédéric Guillot2018-07-07
|
* Remove timestamp from generated filesGravatar Frédéric Guillot2018-07-05
|
* Add search formGravatar Frédéric Guillot2018-07-04
|
* 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
* 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
|
* Corrected hard coded stringsGravatar stratmaster2018-06-22
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Offer the possibility to set Pocket Consumer Key as environment variableGravatar Frédéric Guillot2018-05-21
|
* Fix unread count in menu not triggering clickGravatar Pascal Widdershoven2018-05-21
| | | | | | | | By moving unread count into anchor. Previously, clicking the unread count would not cause the anchor to be invoked. This was confusing. This change includes the unread count span in the anchor.
* Add Pocket authorization flow in the user interfaceGravatar Frédéric Guillot2018-05-20
|
* Add Pocket integrationGravatar Allan Reyes2018-05-20
|
* Do not show save link if no integration is configuredGravatar Frédéric Guillot2018-04-29
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Do not use shared variable to translate templatesGravatar Frédéric Guillot2018-04-27
|
* Add unit test for comments url and French translationGravatar Frédéric Guillot2018-04-07
|
* Add CommentsURL to entryGravatar Ben Brooks2018-04-07
|
* Fix typo in edit user templateGravatar Frédéric Guillot2018-03-01
|
* Entries date should contains user timezone (API)Gravatar Frédéric Guillot2018-03-01
|
* Support localized feed errors generated by background workersGravatar Frédéric Guillot2018-02-27
|
* Add Nunux Keeper integrationGravatar Nicolas Carlier2018-02-25
|
* Remove parentheses around feed error messagesGravatar Frédéric Guillot2018-02-23
|
* Move template functions outside engine (refactoring)Gravatar Frédéric Guillot2018-02-04
|
* Take timezone into consideration when calculating relative timeGravatar Frédéric Guillot2018-02-04
|
* Add support for base URLs with subfoldersGravatar Frédéric Guillot2018-02-03
|
* Add missing about menu in settingsGravatar Frédéric Guillot2018-01-31
|
* Show API URL endpoints in user interfaceGravatar Frédéric Guillot2018-01-31
|
* Move environment variables to config packageGravatar Frédéric Guillot2018-01-20
|
* Add mark as read/unread link on list itemsGravatar Frédéric Guillot2018-01-20
|
* Updated Strings for Keyboard Shortcuts & added missing stringsGravatar stratmaster2018-01-17
| | | | | - added missing String for "Pages Navigation", "Logged as" and "Unread Items" - fixed some other strings
* Add functions to get config valuesGravatar Frédéric Guillot2018-01-15
|
* Add more comments (GoDoc)Gravatar Frédéric Guillot2018-01-11
|
* Do not display users links on sessions pageGravatar Frédéric Guillot2018-01-05
|
* Add content length check when refreshing feedsGravatar Frédéric Guillot2018-01-04
|