aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui
Commit message (Collapse)AuthorAge
...
* Apply rewriter rules on manual "Fetch Original Content"Gravatar djbshfbzehr2018-12-02
|
* Replace daemon and scheduler package with service packageGravatar Frédéric Guillot2018-11-11
|
* Improve logging messages in ui packageGravatar Frédéric Guillot2018-11-11
|
* Move UI middlewares and routes to ui packageGravatar Frédéric Guillot2018-11-11
|
* Ignore hotkeys containing Control, Alt or Meta keysGravatar Diego Agulló2018-10-31
| | | | Fixes #260
* Improve logging for OAuth2 callbackGravatar Frédéric Guillot2018-10-22
|
* Revert "Call preventDefault() when a keyboard shortcut is executed"Gravatar Frédéric Guillot2018-10-22
| | | | This reverts commit 9440bf47a521a61c91073425bd613710cf7dd1cb.
* Call preventDefault() when a keyboard shortcut is executedGravatar Frédéric Guillot2018-10-21
|
* NavHandler: Make "g f" go to feed, or list of feedsGravatar Carl Helmertz2018-10-21
| | | | | | When you're reading an entry, you may want to go to the feed first, before quickly continuing to reading all of the feeds with another "g f".
* Unsubscribe from feed through link or "#"Gravatar Carl Helmertz2018-10-19
| | | | | | | | | | | | | | | | | | | | After importing old OPML files, you may discover that many feeds are obsolete or uninteresting. You list the feeds entries and determine that you want to unsubscribe. This needs three clicks (edit feed, delete, confirm) and requires moving the mouse to hit the different targets. This quickly becomes tiring, if you are up to possibly deleting hundreds of feeds. One mediation, introduced in this commit, is to add an unsubscribe link to each feed's entry listing view, and also adding a keyboard shortcut. The keyboard shortcut "#" is: * longer than one keystroke (requires shift) * hard to type by accident * used in Google products (thanks for the hint @fguillot) In an effort to try to reduce the number of accidental feed unsubscriptions.
* Simplify feed fetcherGravatar Frédéric Guillot2018-10-14
| | | | | - Add browser package to handle HTTP errors - Reduce code duplication
* Fix jshint error introduced in commit d4c1677Gravatar Frédéric Guillot2018-10-08
|
* Change link state when marking all entries as readGravatar Frédéric Guillot2018-10-08
|
* Add missing package descriptions for GoDocGravatar Frédéric Guillot2018-10-08
|
* Fix typo in license headerGravatar Frédéric Guillot2018-10-08
|
* Refactor HTTP response builderGravatar Frédéric Guillot2018-10-08
|
* Set focus on article link when pressing prev/next hotkeysGravatar Diego Agulló2018-10-01
| | | This enhancement offer the possibility to open articles in the background by using the browser hotkey Ctrl+Return or Cmd+Return.
* Improve request package and add more unit testsGravatar Frédéric Guillot2018-09-23
|
* Simplify locale package usage (refactoring)Gravatar Frédéric Guillot2018-09-22
|
* Use disclosure widget <details> for advanced feed optionsGravatar Frédéric Guillot2018-09-21
|
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
|
* Store client IP address in request contextGravatar 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.
* Refactor HTTP context handlingGravatar Frédéric Guillot2018-09-03
|
* 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
|
* Added remote client IP to login failure error message.Gravatar dzaikos2018-08-25
| | | | Fixes #205
* 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
|