aboutsummaryrefslogtreecommitdiff
path: root/internal/api/api.go (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-06Add Bruno Miniflux API collectionGravatar Frédéric Guillot 44-1/+995
Bruno is a lightweight alternative to Postman/Insomnia. - https://www.usebruno.com - https://github.com/usebruno/bruno
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
Bumps [github.com/mccutchen/go-httpbin/v2](https://github.com/mccutchen/go-httpbin) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.11.0...v2.11.1) --- updated-dependencies: - dependency-name: github.com/mccutchen/go-httpbin/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0Gravatar dependabot[bot] 2-6/+6
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.12.0 to 0.13.0. - [Commits](https://github.com/golang/oauth2/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.14.0. - [Commits](https://github.com/golang/crypto/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05Bump golang.org/x/term from 0.12.0 to 0.13.0Gravatar dependabot[bot] 2-6/+6
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.12.0 to 0.13.0. - [Commits](https://github.com/golang/term/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.17.0/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27Telegram: add the possibility to disable buttonsGravatar Jany 26-44/+85
Closes #2093
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 ↵Gravatar Adriano Di Luzio 4-0/+104
`add_hn_links_using_opener` to open HN comments with iOS apps
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
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18Bump github.com/tdewolff/minify/v2 from 2.12.8 to 2.12.9Gravatar dependabot[bot] 2-6/+6
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.8 to 2.12.9. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.12.8...v2.12.9) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0Gravatar dependabot[bot] 2-18/+18
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.11.0 to 0.12.0. - [Commits](https://github.com/golang/oauth2/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18Bump docker/build-push-action from 4 to 5Gravatar dependabot[bot] 1-4/+4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18Bump docker/setup-qemu-action from 2 to 3Gravatar dependabot[bot] 2-3/+3
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18Bump docker/login-action from 2 to 3Gravatar dependabot[bot] 1-3/+3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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
Fixes #2055
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
- 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-10Update RU translationGravatar Andrey Voloshin 1-25/+25
2023-09-09Add builtin Matrix client and send HTML formatted messages to MatrixGravatar Frédéric Guillot 5-30/+220
- Add builtin Matrix client - Remove dependency on `gomatrix` client - Send HTML formatted messages to Matrix
2023-09-09Make sure icon URLs are always absoluteGravatar Frédéric Guillot 4-38/+104
Regression introduced in #1907
2023-09-09Add generic webhook integrationGravatar Frédéric Guillot 39-262/+465
2023-09-09Apprise Service Urls per feedGravatar fuchsrot 27-8/+58
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 5-17/+44
2023-09-08Prevent empty username when using the OIDC integrationGravatar Frédéric Guillot 2-5/+16
2023-09-08Strip HTML tags from DublinCore Creator tagsGravatar Frédéric Guillot 5-20/+53
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-06Add `replace_title` write rule to adjust entry titlesGravatar Magnus Åhall 2-0/+23
2023-09-05Bump actions/checkout from 3 to 4Gravatar dependabot[bot] 6-11/+11
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02Add OAuth2 PKCE supportGravatar Frédéric Guillot 12-68/+126
2023-08-31Fix Pocket integration redirect URL and Google Reader API HREF.Gravatar Cp Dong 2-2/+2
2023-08-31Add factor for entry_frequency schedulerGravatar Dror Levin 6-3/+79
Allow the user to increase the frequency of the entry_frequency scheduler by a configurable factor in order to shorten the time between updates.
2023-08-31Fix feed hide_globally property to use it with third-party clients.Gravatar Yury Paraschenko 1-0/+2