aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
|
* Remove unnecessary styleGravatar Frédéric Guillot2018-06-26
|
* Do not ignore errored feeds when a user refresh feeds manuallyGravatar Frédéric Guillot2018-06-26
|
* Refactor AddImageTitle rewriter.Gravatar dzaikos2018-06-26
| | | | | | | | | | * Only processes images with `src` **and** `title` attributes (others are ignored). * Processes **all** images in the document (not just the first one). * Wraps the image and its title attribute in a `figure` tag with the title attribute's contents in a `figcaption` tag. Updated xkcd rewriter unit test. Added another xkcd rewriter unit test to check rendering of images without title tags.
* Improve sanitizer to remove style tag contents.Gravatar dzaikos2018-06-24
| | | | | | See #157. Refactored how blacklisted tags are handled so they're easier manage in the future.
* Improve sanitizer to remove script and noscript contentsGravatar Dave Z2018-06-23
| | | | | These tags where removed but the content was rendered as escaped HTML. See #157
* Improve feed and user API updates with optional valuesGravatar Frédéric Guillot2018-06-23
|
* Corrected hard coded stringsGravatar stratmaster2018-06-22
|
* Update German translationGravatar stratmaster2018-06-20
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Improve memory usage debug logGravatar Frédéric Guillot2018-06-19
|
* Disable keep-alive for HTTP clientGravatar Frédéric Guillot2018-06-19
|
* Close HTTP response body even for failed requestsGravatar Frédéric Guillot2018-06-19
|
* Added Sans-Serif theme.Gravatar Dave Z2018-06-19
|
* Rewrite iframe Youtube URLs to https://www.youtube-nocookie.comGravatar Frédéric Guillot2018-06-12
|
* Add more filters for API call /entriesGravatar Frédéric Guillot2018-06-09
| | | | | | | | | | New filters: - before (unix timestamp) - before_entry_id - after - after_entry_id - starred (boolean)
* Rewrite individual entry pagination SQL queriesGravatar Frédéric Guillot2018-06-09
|
* Simplify entry query builderGravatar Frédéric Guillot2018-06-08
|
* Prevent items from sticking on touchend.Gravatar Dave Z2018-06-06
|
* Extended horizontal overflow to feed and category views.Gravatar Dave Z2018-06-06
|
* Update German translationGravatar stratmaster2018-06-05
|
* Update ChangeLogGravatar Frédéric Guillot2018-06-04
|
* Rewrite RealIP() to avoid returning an empty stringGravatar Frédéric Guillot2018-06-01
|
* Convert IP field from text to inet typeGravatar Frédéric Guillot2018-05-21
|
* Improve error handling in integration clientsGravatar Frédéric Guillot2018-05-21
|
* 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
|
* Archive read entries automatically after 60 daysGravatar Frédéric Guillot2018-05-19
|
* Update readme and rebuild CSSGravatar Frédéric Guillot2018-05-19
|
* Hide horizontal overflow on hiding articles; fixes #130Gravatar Allan Reyes2018-05-19
|
* Add integration test for /me endpointGravatar Frédéric Guillot2018-05-14
|
* Add API endpoint to get logged userGravatar Leviathan Jeanis2018-05-14
|
* Fever API: Return response with an empty list if there is no itemsGravatar Abhinand2018-05-08
|
* Handle feeds with dates formatted as Unix timestampGravatar Frédéric Guillot2018-05-08
|
* Update ChangeLogGravatar Frédéric Guillot2018-05-07
|
* Make sure to close request body in HTTP clientGravatar Frédéric Guillot2018-04-29
|
* Add API endpoint to import OPML fileGravatar Frédéric Guillot2018-04-29
|
* Make sure integrations are configured before to make any HTTP requestsGravatar Frédéric Guillot2018-04-29
|
* 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
|