aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui
Commit message (Collapse)AuthorAge
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* 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
|
* 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
|
* Add service worker to cache feed iconsGravatar Frédéric Guillot2018-07-15
|
* 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
* Pre-generate themes stylesheets at build timeGravatar Frédéric Guillot2018-07-07
|
* 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
|
* Remove timestamp from generated filesGravatar Frédéric Guillot2018-07-05
|
* Add search formGravatar Frédéric Guillot2018-07-04
|
* Keep consistent text size on mobile orientation changeGravatar dzaikos2018-07-03
| | | | using vendor-specific CSS `*-text-size-adjust`.
* 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
|
* Make sure we always get the pagination in unread modeGravatar Frédéric Guillot2018-06-29
|
* Set opener to null when opening original URL with JavaScript.Gravatar dzaikos2018-06-28
|
* Remove unnecessary styleGravatar Frédéric Guillot2018-06-26
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Added Sans-Serif theme.Gravatar Dave Z2018-06-19
|
* Rewrite individual entry pagination SQL queriesGravatar Frédéric Guillot2018-06-09
|
* Prevent items from sticking on touchend.Gravatar Dave Z2018-06-06
|
* Extended horizontal overflow to feed and category views.Gravatar Dave Z2018-06-06
|
* Rewrite RealIP() to avoid returning an empty stringGravatar Frédéric Guillot2018-06-01
|
* 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
|
* Update readme and rebuild CSSGravatar Frédéric Guillot2018-05-19
|
* Hide horizontal overflow on hiding articles; fixes #130Gravatar Allan Reyes2018-05-19
|
* Do not show save link if no integration is configuredGravatar Frédéric Guillot2018-04-29
|
* Avoid people to unlink their OAuth2 account without having a local passwordGravatar Frédéric Guillot2018-04-29
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Move HTTP client to its own packageGravatar Frédéric Guillot2018-04-28
|
* Do not use shared variable to translate templatesGravatar Frédéric Guillot2018-04-27
|
* Avoid unread counter to be off by oneGravatar Frédéric Guillot2018-04-07
|
* Show last login and session creation date in current timezoneGravatar Frédéric Guillot2018-03-04
|
* Add Nunux Keeper integrationGravatar Nicolas Carlier2018-02-25
|
* Change color of <q> tags for black themeGravatar Frédéric Guillot2018-02-10
|
* Add support for base URLs with subfoldersGravatar Frédéric Guillot2018-02-03
|
* Keep code base tidyGravatar Frédéric Guillot2018-01-29
|
* Improve unread counter updatesGravatar Mahendra Kalkura2018-01-25
|
* Move environment variables to config packageGravatar Frédéric Guillot2018-01-20
|
* Store language in session to show the login page translatedGravatar Frédéric Guillot2018-01-20
|
* Add mark as read/unread link on list itemsGravatar Frédéric Guillot2018-01-20
|
* Add more comments (GoDoc)Gravatar Frédéric Guillot2018-01-11
|
* Add bottom marginGravatar Frédéric Guillot2018-01-05
|
* Add link to mark everything as readGravatar Frédéric Guillot2018-01-04
|