Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-30 | Fix Apprise logic to handle feed service URLs | 2 | -3/+5 | ||
2023-09-27 | Telegram: replace feed HTML link with a button to avoid page preview issues | 1 | -8/+8 | ||
2023-09-27 | Telegram: add the possibility to disable buttons | 2 | -10/+13 | ||
Closes #2093 | |||||
2023-09-24 | Implement structured logging using log/slog package | 1 | -76/+232 | ||
2023-09-10 | Add webhook event for saving entry | 2 | -14/+117 | ||
2023-09-10 | Add feed information into webhook event | 2 | -4/+31 | ||
2023-09-10 | Improve Telegram integration | 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-09 | Add builtin Matrix client and send HTML formatted messages to Matrix | 3 | -27/+220 | ||
- Add builtin Matrix client - Remove dependency on `gomatrix` client - Send HTML formatted messages to Matrix | |||||
2023-09-09 | Add generic webhook integration | 2 | -29/+104 | ||
2023-09-09 | Apprise Service Urls per feed | 1 | -2/+9 | ||
2023-08-14 | Use stdlib HTTP client for third-party integrations | 16 | -325/+476 | ||
2023-08-13 | Rename internal url package to avoid overlap with net/url | 7 | -16/+16 | ||
2023-08-13 | Add Shaarli integration | 2 | -10/+115 | ||
2023-08-13 | Add Shiori integration | 2 | -0/+147 | ||
2023-08-12 | Consider base path when generating third-party services API endpoint | 7 | -60/+33 | ||
2023-08-10 | Move internal packages to an internal folder | 16 | -0/+1079 | ||
For reference: https://go.dev/doc/go1.4#internalpackages |