aboutsummaryrefslogtreecommitdiff
path: root/internal/integration/notion/notion.go (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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
2023-08-20Add missing update in ChangeLogGravatar Frédéric Guillot 1-0/+1
2023-08-20Update ChangeLogv2.0.472.0.47Gravatar Frédéric Guillot 1-0/+33
2023-08-18Update rules.go for webtoons.comGravatar jgbresson 1-1/+1
Include author text
2023-08-17Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6Gravatar dependabot[bot] 2-3/+3
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](https://github.com/yuin/goldmark/compare/v1.5.5...v1.5.6) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14Use stdlib HTTP client for third-party integrationsGravatar Frédéric Guillot 34-345/+496
2023-08-13Rename internal url package to avoid overlap with net/urlGravatar Frédéric Guillot 23-75/+74
2023-08-13Add Shaarli integrationGravatar Frédéric Guillot 26-21/+256
2023-08-13Add Shiori integrationGravatar Frédéric Guillot 26-13/+312
2023-08-12Consider base path when generating third-party services API endpointGravatar Frédéric Guillot 9-60/+87
2023-08-12feat: use podcast duration tag as reading timeGravatar Romain de Laage 2-1/+33
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 433-1124/+1122
For reference: https://go.dev/doc/go1.4#internalpackages
2023-08-09Rename Miniflux package name to follow Go module naming conventionGravatar Frédéric Guillot 315-1135/+1135
For reference: https://go.dev/ref/mod#major-version-suffixes
2023-08-09Update RockyLinux image from 8 to 9Gravatar Frédéric Guillot 6-37/+48
Closes #2010
2023-08-09feat: support force refresh in feed edit and feed entries pageGravatar njzy 30-23/+88
2023-08-09Use Odysee video duration as read timeGravatar Kierán Meinhardt 5-0/+82
This feature works by scraping the Odysee website. To enable it, set the FETCH_ODYSEE_WATCH_TIME environment variable to 1.
2023-08-09Upgrade to Go 1.21Gravatar Frédéric Guillot 11-15/+80
2023-08-07Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0Gravatar dependabot[bot] 2-6/+6
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.10.0 to 0.11.0. - [Commits](https://github.com/golang/oauth2/compare/v0.10.0...v0.11.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-08-04Bump golang.org/x/crypto from 0.11.0 to 0.12.0Gravatar dependabot[bot] 2-12/+12
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.12.0. - [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.12.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-08-01Bump golang.org/x/net from 0.12.0 to 0.13.0Gravatar dependabot[bot] 2-3/+3
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.13.0. - [Commits](https://github.com/golang/net/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31Use details disclosure element to show the list of third-party servicesGravatar Frédéric Guillot 2-269/+311
2023-07-31Use Web Share API for sharing entryGravatar Jean Khawand 3-5/+48
2023-07-31Add Apprise integrationGravatar Jean Khawand 28-4/+193
2023-07-31fix(date-parser): failed to parse date "Fri, 31 Mar 2023 20:19:00 ↵Gravatar Jean Khawand 2-0/+30
America/Los_Angeles" by adding timezone to invalidTimezoneReplacer test(date-parser): add TestParseRSSDateTimezone unit test
2023-07-31Bump github.com/tdewolff/minify/v2 from 2.12.7 to 2.12.8Gravatar dependabot[bot] 2-15/+6
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.7 to 2.12.8. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.12.7...v2.12.8) --- 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-07-30Move Thunder Client API collection to contrib folderGravatar Frédéric Guillot 3-659/+775
2023-07-30Add SaveEntry function to API clientGravatar Frédéric Guillot 7-223/+227
2023-07-28Bump github.com/mccutchen/go-httpbin/v2 from 2.10.0 to 2.11.0Gravatar dependabot[bot] 2-3/+3
Bumps [github.com/mccutchen/go-httpbin/v2](https://github.com/mccutchen/go-httpbin) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.10.0...v2.11.0) --- updated-dependencies: - dependency-name: github.com/mccutchen/go-httpbin/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28Add new API endpoint: `/entries/{entryID}/save`Gravatar Jean Khawand 4-1/+683
2023-07-27Added integration for Readwise ReaderGravatar Corey McCaffrey 26-3/+178
2023-07-26Trigger Docker and packages workflows only for semantic tagsGravatar Frédéric Guillot 2-4/+4
Go module versioning expect Git tags to start with the letter v. The goal is to keep the existing naming convention for generated artifacts and have proper versioning for the Go module.
2023-07-24Bump github.com/yuin/goldmark from 1.5.4 to 1.5.5Gravatar dependabot[bot] 2-3/+3
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](https://github.com/yuin/goldmark/compare/v1.5.4...v1.5.5) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-07-21Update ChangeLogv2.0.46v1.0.462.0.46Gravatar Frédéric Guillot 2-2/+36
2023-07-14Update issue templatesGravatar Frédéric Guillot 2-2/+2
2023-07-10Add scrape and rewrite rules for webtoonsGravatar David Izquierdo 2-0/+2
Although the only source I have for the rewrite rule is, in fact, https://github.com/miniflux/v2/pull/892, it does work when combined with add_dynamic_image and scraping the right element. I have not investigated further. Works around https://github.com/miniflux/v2/issues/775 and https://github.com/miniflux/v2/issues/1871 (as in, gives us working webtoons feeds but referer spoofing would still be a nice tool to have). Fixes https://github.com/miniflux/v2/issues/256.
2023-07-10Fix regression in integration page and simplify SQL queryGravatar Frédéric Guillot 4-174/+72
2023-07-10Wallabag integration: add more information in error messageGravatar Frédéric Guillot 1-6/+6
2023-07-10Bump github.com/mccutchen/go-httpbin/v2 from 2.9.2 to 2.10.0Gravatar dependabot[bot] 2-3/+3
Bumps [github.com/mccutchen/go-httpbin/v2](https://github.com/mccutchen/go-httpbin) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: github.com/mccutchen/go-httpbin/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>