aboutsummaryrefslogtreecommitdiff
path: root/internal/ui (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-06Fix Javascript error when reading time option is disabledGravatar Frédéric Guillot 1-1/+4
2023-09-27Add command line argument to export user feedsGravatar Frédéric Guillot 1-2/+2
2023-09-27Telegram: add the possibility to disable buttonsGravatar Jany 2-0/+4
Closes #2093
2023-09-24Implement structured logging using log/slog packageGravatar Frédéric Guillot 22-101/+173
2023-09-11Status bar is unreadable when using PWA in dark mode on Firefox AndroidGravatar Frédéric Guillot 1-2/+0
Fixes #2055
2023-09-11Group settings form fields into fieldsetsGravatar Frédéric Guillot 1-1/+6
2023-09-10Add webhook event for saving entryGravatar Frédéric Guillot 1-4/+2
2023-09-10Improve Telegram integrationGravatar Frédéric Guillot 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-09Add generic webhook integrationGravatar Frédéric Guillot 3-0/+22
2023-09-09Apprise Service Urls per feedGravatar fuchsrot 2-0/+4
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 1-1/+1
2023-09-08touch_handler: Fix scroll up behavior on Firefox AndroidGravatar Andrew Gunnerson 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-06Add missing return in fetchContent ui handlerGravatar Frédéric Guillot 1-4/+3
2023-09-02Add OAuth2 PKCE supportGravatar Frédéric Guillot 4-9/+17
2023-08-31Fix Pocket integration redirect URL and Google Reader API HREF.Gravatar Cp Dong 1-1/+1
2023-08-13Add Shaarli integrationGravatar Frédéric Guillot 2-0/+12
2023-08-13Add Shiori integrationGravatar Frédéric Guillot 2-0/+16
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 123-0/+8976
For reference: https://go.dev/doc/go1.4#internalpackages