aboutsummaryrefslogtreecommitdiff
path: root/internal/integration (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-30Fix Apprise logic to handle feed service URLsGravatar Frédéric Guillot 2-3/+5
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 2-10/+13
Closes #2093
2023-09-24Implement structured logging using log/slog packageGravatar Frédéric Guillot 1-76/+232
2023-09-10Add webhook event for saving entryGravatar Frédéric Guillot 2-14/+117
2023-09-10Add feed information into webhook eventGravatar Frédéric Guillot 2-4/+31
2023-09-10Improve Telegram integrationGravatar Frédéric Guillot 3-36/+217
- Remove dependency on `go-telegram-bot-api` - Add new options: optional topic ID, disable page preview, disable notifications - Add new button to go to article
2023-09-09Add builtin Matrix client and send HTML formatted messages to MatrixGravatar Frédéric Guillot 3-27/+220
- Add builtin Matrix client - Remove dependency on `gomatrix` client - Send HTML formatted messages to Matrix
2023-09-09Add generic webhook integrationGravatar Frédéric Guillot 2-29/+104
2023-09-09Apprise Service Urls per feedGravatar fuchsrot 1-2/+9
2023-08-14Use stdlib HTTP client for third-party integrationsGravatar Frédéric Guillot 16-325/+476
2023-08-13Rename internal url package to avoid overlap with net/urlGravatar Frédéric Guillot 7-16/+16
2023-08-13Add Shaarli integrationGravatar Frédéric Guillot 2-10/+115
2023-08-13Add Shiori integrationGravatar Frédéric Guillot 2-0/+147
2023-08-12Consider base path when generating third-party services API endpointGravatar Frédéric Guillot 7-60/+33
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 16-0/+1079
For reference: https://go.dev/doc/go1.4#internalpackages