Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-06 | Fix Javascript error when reading time option is disabled | 1 | -1/+4 | ||
2023-09-27 | Add command line argument to export user feeds | 1 | -2/+2 | ||
2023-09-27 | Telegram: add the possibility to disable buttons | 2 | -0/+4 | ||
Closes #2093 | |||||
2023-09-24 | Implement structured logging using log/slog package | 22 | -101/+173 | ||
2023-09-11 | Status bar is unreadable when using PWA in dark mode on Firefox Android | 1 | -2/+0 | ||
Fixes #2055 | |||||
2023-09-11 | Group settings form fields into fieldsets | 1 | -1/+6 | ||
2023-09-10 | Add webhook event for saving entry | 1 | -4/+2 | ||
2023-09-10 | Improve Telegram integration | 2 | -180/+201 | ||
- 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 generic webhook integration | 3 | -0/+22 | ||
2023-09-09 | Apprise Service Urls per feed | 2 | -0/+4 | ||
2023-09-08 | Trim username and password form fields | 1 | -2/+3 | ||
2023-09-08 | Add profile scope to OIDC integration to support accounts without email | 1 | -1/+1 | ||
2023-09-08 | touch_handler: Fix scroll up behavior on Firefox Android | 1 | -1/+1 | ||
When the touchmove listener is registered with passive: false, scrolling up on Firefox Android only works every other attempt. When scrolling breaks, the touchmove callback is never invoked. The passive flag was originally set to false as part of a fix to prevent vertical scrolling while swiping: 3f3174491103fc5a96b36918d8eada778f5b7210. Setting passive to true doesn't seem to negatively affect that in both Firefox and Chrome, but fixes the scoll up behavior on Firefox. Fixes: #2053 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com> | |||||
2023-09-06 | Add missing return in fetchContent ui handler | 1 | -4/+3 | ||
2023-09-02 | Add OAuth2 PKCE support | 4 | -9/+17 | ||
2023-08-31 | Fix Pocket integration redirect URL and Google Reader API HREF. | 1 | -1/+1 | ||
2023-08-13 | Add Shaarli integration | 2 | -0/+12 | ||
2023-08-13 | Add Shiori integration | 2 | -0/+16 | ||
2023-08-10 | Move internal packages to an internal folder | 123 | -0/+8976 | ||
For reference: https://go.dev/doc/go1.4#internalpackages |