aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Disable go test cachingGravatar Frédéric Guillot2018-10-29
|
* Add test case to check different feed encoding and HTTP headersGravatar Frédéric Guillot2018-10-29
|
* Avoid duplication of ldflags in MakefileGravatar Frédéric Guillot2018-10-28
|
* Fix wrong translation key for category pagesGravatar Frédéric Guillot2018-10-27
|
* Update ChangeLogGravatar Frédéric Guillot2018-10-26
|
* Improve Fever middleware and handle groupID=0Gravatar Frédéric Guillot2018-10-26
|
* Add OpenBSD buildGravatar Ashe Connor2018-10-23
|
* 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.
* Unify german translationGravatar stratmaster2018-10-22
|
* 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".
* Add more details in feed storage errors to facilitate debuggingGravatar Frédéric Guillot2018-10-21
|
* Add entries storage error to feed errors countGravatar Frédéric Guillot2018-10-21
|
* Set arbitrary maximum size for tsvector columnGravatar Frédéric Guillot2018-10-19
| | | | | | - The max size for tsvector is 1 MiB - We index only the first million of characters, it should be enough for most feed entries.
* Use different variable names for localized errorsGravatar Frédéric Guillot2018-10-19
|
* 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 entries filteringGravatar Frédéric Guillot2018-10-14
| | | | | - Rename processor package to filter - Remove boilerplate code
* Fix golint import in travis.ymlGravatar Frédéric Guillot2018-10-14
|
* Simplify feed fetcherGravatar Frédéric Guillot2018-10-14
| | | | | - Add browser package to handle HTTP errors - Reduce code duplication
* Simplify feed parser and format detectionGravatar Frédéric Guillot2018-10-14
| | | | | - Avoid doing multiple buffer copies - Move parser and format detection logic to its own package
* Improve unit tests in url packageGravatar Frédéric Guillot2018-10-12
|
* Fix jshint error introduced in commit d4c1677Gravatar Frédéric Guillot2018-10-08
|
* Add short cli flags -i and -vGravatar Frédéric Guillot2018-10-08
|
* Convert text links and line feeds to HTML in YouTube channelsGravatar 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
|
* Improve Fever API performances when marking a feed or group as readGravatar Frédéric Guillot2018-10-07
|
* 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
|
* Add more unit tests for config packageGravatar Frédéric Guillot2018-09-23
|
* Add another fix for translationsGravatar stratmaster2018-09-23
|
* Simplify locale package usage (refactoring)Gravatar Frédéric Guillot2018-09-22
|
* Add missing translations and few fixesGravatar Frédéric Guillot2018-09-22
|
* Translate application in RussianGravatar Savely Krasovsky2018-09-22
|
* Update German translationGravatar stratmaster2018-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 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
|