aboutsummaryrefslogtreecommitdiff
path: root/README.md (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Add GitHub extensions to dev containerGravatar Frédéric Guillot 1-1/+4
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-17When building the docker image, make sure to pull the latest base image.Gravatar mcnesium 1-1/+1
2023-10-17Strip version prefix when building Debian packageGravatar Frédéric Guillot 1-1/+1
2023-10-16Avoid excessive manual polling with default schedulerGravatar Frédéric Guillot 7-15/+40
2023-10-15Update ChangeLogv2.0.492.0.49Gravatar Frédéric Guillot 1-0/+31
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-10Bump golang.org/x/net from 0.16.0 to 0.17.0Gravatar dependabot[bot] 2-3/+3
2023-10-08Add /v1/version endpointGravatar Frédéric Guillot 6-0/+118
2023-10-06Add API endpoint to update entry title and contentGravatar Frédéric Guillot 10-32/+181
2023-10-06Replace github.com/rylans/getlang with github.com/abadojack/whatlanggoGravatar Frédéric Guillot 5-27/+103
2023-10-06Add Bruno Miniflux API collectionGravatar Frédéric Guillot 44-1/+995
2023-10-06Fix Javascript error when reading time option is disabledGravatar Frédéric Guillot 1-1/+4
2023-10-06Bump github.com/mccutchen/go-httpbin/v2 from 2.11.0 to 2.11.1Gravatar dependabot[bot] 2-3/+3
2023-10-06Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0Gravatar dependabot[bot] 2-6/+6
2023-10-06Add new API endpoint /icons/{iconID}Gravatar Frédéric Guillot 6-10/+62
2023-10-05Add API endpoint to flush historyGravatar Frédéric Guillot 5-4/+48
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 5-44/+88
2023-10-05Remove deprecated PreferServerCipherSuitesGravatar Frédéric Guillot 1-3/+2
2023-10-05Bump golang.org/x/crypto from 0.13.0 to 0.14.0Gravatar dependabot[bot] 2-3/+3
2023-10-05Bump golang.org/x/term from 0.12.0 to 0.13.0Gravatar dependabot[bot] 2-6/+6
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 5-5/+50
2023-09-27Telegram: replace feed HTML link with a button to avoid page preview issuesGravatar Frédéric Guillot 1-8/+8
2023-09-27Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0Gravatar dependabot[bot] 2-17/+15
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 77-893/+1869
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-18Bump docker/setup-buildx-action from 2 to 3Gravatar dependabot[bot] 2-3/+3
2023-09-18Bump github.com/tdewolff/minify/v2 from 2.12.8 to 2.12.9Gravatar dependabot[bot] 2-6/+6
2023-09-18Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0Gravatar dependabot[bot] 2-18/+18
2023-09-18Bump docker/build-push-action from 4 to 5Gravatar dependabot[bot] 1-4/+4
2023-09-18Bump docker/setup-qemu-action from 2 to 3Gravatar dependabot[bot] 2-3/+3
2023-09-18Bump docker/login-action from 2 to 3Gravatar dependabot[bot] 1-3/+3
2023-09-15Fix typo in ChangeLog2.0.48Gravatar Frédéric Guillot 1-1/+1
2023-09-15Update ChangeLogv2.0.48Gravatar Frédéric Guillot 1-0/+40
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 29-317/+602