aboutsummaryrefslogtreecommitdiff
path: root/internal (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Change log level to warning for failed feeds refresh in cronjobGravatar Frédéric Guillot 1-1/+2
2023-10-19Do not log website without icon as warningGravatar Frédéric Guillot 2-4/+4
2023-10-18Refactor icon finderGravatar Frédéric Guillot 3-111/+170
2023-10-18Add support for SVG icons with data url without encodingGravatar Frédéric Guillot 2-0/+22
2023-10-18Add new page for background feeds refreshGravatar Frédéric Guillot 21-26/+85
2023-10-17Expose `next_check_at` in the web ui and APIGravatar Frédéric Guillot 22-1/+48
2023-10-17Add indexes to improve performanceGravatar Frédéric Guillot 2-2/+18
2023-10-16Avoid excessive manual polling with default schedulerGravatar Frédéric Guillot 7-15/+40
2023-10-14Show username in Fever API logsGravatar Frédéric Guillot 1-2/+2
2023-10-13Correct the timestamp format for Expires response headerGravatar jinmiaoluo 1-1/+1
2023-10-08Add /v1/version endpointGravatar Frédéric Guillot 3-0/+75
2023-10-06Add API endpoint to update entry title and contentGravatar Frédéric Guillot 7-32/+132
2023-10-06Replace github.com/rylans/getlang with github.com/abadojack/whatlanggoGravatar Frédéric Guillot 3-21/+95
2023-10-06Fix Javascript error when reading time option is disabledGravatar Frédéric Guillot 1-1/+4
2023-10-06Add new API endpoint /icons/{iconID}Gravatar Frédéric Guillot 5-9/+45
2023-10-05Add API endpoint to flush historyGravatar Frédéric Guillot 4-4/+42
2023-10-05Make the feed category optional for API clients who don't support categoriesGravatar Frédéric Guillot 1-0/+10
2023-10-05Add enclosures to /v1/entries API endpointGravatar Frédéric Guillot 3-11/+31
2023-10-05Add changed_after and changed_before options to /v1/entries endpointGravatar Frédéric Guillot 3-26/+50
2023-10-05Remove deprecated PreferServerCipherSuitesGravatar Frédéric Guillot 1-3/+2
2023-09-30Fix Apprise logic to handle feed service URLsGravatar Frédéric Guillot 2-3/+5
2023-09-27Add command line argument to export user feedsGravatar Frédéric Guillot 4-4/+42
2023-09-27Telegram: replace feed HTML link with a button to avoid page preview issuesGravatar Frédéric Guillot 1-8/+8
2023-09-27Telegram: add the possibility to disable buttonsGravatar Jany 26-44/+85
2023-09-24Implement structured logging using log/slog packageGravatar Frédéric Guillot 76-886/+1852
2023-09-23Added new rewrite rules `add_hn_links_using_hack` and `add_hn_links_using_ope...Gravatar Adriano Di Luzio 4-0/+104
2023-09-22Fix missing word in force refresh messageGravatar Paul W. Rankin 1-1/+1
2023-09-11Status bar is unreadable when using PWA in dark mode on Firefox AndroidGravatar Frédéric Guillot 1-2/+0
2023-09-11Group settings form fields into fieldsetsGravatar Frédéric Guillot 21-679/+858
2023-09-10Add webhook event for saving entryGravatar Frédéric Guillot 4-19/+121
2023-09-10Add feed information into webhook eventGravatar Frédéric Guillot 3-5/+32
2023-09-10Improve Telegram integrationGravatar Frédéric Guillot 27-311/+602
2023-09-10Update RU translationGravatar Andrey Voloshin 1-25/+25
2023-09-09Add builtin Matrix client and send HTML formatted messages to MatrixGravatar Frédéric Guillot 3-27/+220
2023-09-09Make sure icon URLs are always absoluteGravatar Frédéric Guillot 4-38/+104
2023-09-09Add generic webhook integrationGravatar Frédéric Guillot 39-262/+465
2023-09-09Apprise Service Urls per feedGravatar fuchsrot 27-8/+58
2023-09-08Trim username and password form fieldsGravatar Frédéric Guillot 1-2/+3
2023-09-08Add profile scope to OIDC integration to support accounts without emailGravatar Frédéric Guillot 5-17/+44
2023-09-08Prevent empty username when using the OIDC integrationGravatar Frédéric Guillot 2-5/+16
2023-09-08Strip HTML tags from DublinCore Creator tagsGravatar Frédéric Guillot 5-20/+53
2023-09-08touch_handler: Fix scroll up behavior on Firefox AndroidGravatar Andrew Gunnerson 1-1/+1
2023-09-06Add missing return in fetchContent ui handlerGravatar Frédéric Guillot 1-4/+3
2023-09-06Add `replace_title` write rule to adjust entry titlesGravatar Magnus Åhall 2-0/+23
2023-09-02Add OAuth2 PKCE supportGravatar Frédéric Guillot 12-68/+126
2023-08-31Fix Pocket integration redirect URL and Google Reader API HREF.Gravatar Cp Dong 2-2/+2
2023-08-31Add factor for entry_frequency schedulerGravatar Dror Levin 5-3/+74
2023-08-31Fix feed hide_globally property to use it with third-party clients.Gravatar Yury Paraschenko 1-0/+2
2023-08-18Update rules.go for webtoons.comGravatar jgbresson 1-1/+1
2023-08-14Use stdlib HTTP client for third-party integrationsGravatar Frédéric Guillot 34-345/+496