Ryan Stafford
|
120aabfbce
|
Add RSS-Bridge integration
|
2023-10-22 11:10:56 -07:00 |
|
Frédéric Guillot
|
5e6c054345
|
Take RSS TTL field into consideration to schedule next check date
|
2023-10-20 20:11:05 -07:00 |
|
dependabot[bot]
|
ed35555d74
|
Bump github.com/coreos/go-oidc/v3 from 3.6.0 to 3.7.0
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](https://github.com/coreos/go-oidc/compare/v3.6.0...v3.7.0)
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-20 16:34:50 -07:00 |
|
dependabot[bot]
|
619584b5f6
|
Bump github.com/tdewolff/minify/v2 from 2.12.9 to 2.19.10
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.9 to 2.19.10.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.12.9...v2.19.10)
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-20 16:33:55 -07:00 |
|
Frédéric Guillot
|
4cc99881d8
|
Refactor Batch Builder and prevent accidental and excessive refreshes from the web ui
|
2023-10-20 16:07:18 -07:00 |
|
Frédéric Guillot
|
95ee1c423b
|
Change log level to warning for failed feeds refresh in cronjob
|
2023-10-20 14:02:17 -07:00 |
|
Frédéric Guillot
|
ff204d67b9
|
Add GitHub extensions to dev container
|
2023-10-19 21:59:10 -07:00 |
|
Frédéric Guillot
|
5ac3489ee5
|
Do not log website without icon as warning
|
2023-10-19 20:36:51 -07:00 |
|
Frédéric Guillot
|
9fd2dfa680
|
Refactor icon finder
Changes:
- Continue the discovery process when the feed icon is invalid
- Search all icons from the HTML document and do not stop on the first one
|
2023-10-18 22:24:56 -07:00 |
|
Frédéric Guillot
|
7650c81ad9
|
Add support for SVG icons with data url without encoding
|
2023-10-18 20:46:46 -07:00 |
|
Frédéric Guillot
|
c60b3f52a5
|
Add new page for background feeds refresh
|
2023-10-18 20:26:33 -07:00 |
|
Frédéric Guillot
|
23d2cfe0f9
|
Expose next_check_at in the web ui and API
|
2023-10-17 21:25:41 -07:00 |
|
Frédéric Guillot
|
5dc44453ba
|
Add indexes to improve performance
|
2023-10-17 20:18:49 -07:00 |
|
mcnesium
|
6086899b28
|
When building the docker image, make sure to pull the latest base image.
Fixes #2131 #2132
|
2023-10-17 19:01:32 -07:00 |
|
Frédéric Guillot
|
2842017b59
|
Strip version prefix when building Debian package
|
2023-10-17 09:26:43 -07:00 |
|
Frédéric Guillot
|
cc44d14722
|
Avoid excessive manual polling with default scheduler
|
2023-10-16 21:41:18 -07:00 |
|
Frédéric Guillot
|
54eb500315
|
Update ChangeLog
|
2023-10-15 11:04:31 -07:00 |
|
Frédéric Guillot
|
0fe347c87a
|
Show username in Fever API logs
|
2023-10-14 20:53:43 -07:00 |
|
jinmiaoluo
|
fd69012357
|
Correct the timestamp format for Expires response header
|
2023-10-13 20:21:58 -07:00 |
|
dependabot[bot]
|
9f62704c67
|
Bump golang.org/x/net from 0.16.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.16.0...v0.17.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-10-10 21:30:57 -07:00 |
|
Frédéric Guillot
|
52cf236699
|
Add /v1/version endpoint
|
2023-10-08 15:53:24 -07:00 |
|
Frédéric Guillot
|
e4285c2cba
|
Add API endpoint to update entry title and content
|
2023-10-06 23:27:19 -07:00 |
|
Frédéric Guillot
|
7b541af253
|
Replace github.com/rylans/getlang with github.com/abadojack/whatlanggo
github.com/rylans/getlang doesn't seems to be updated anymore
|
2023-10-06 22:04:31 -07:00 |
|
Frédéric Guillot
|
09e9b0361d
|
Add Bruno Miniflux API collection
Bruno is a lightweight alternative to Postman/Insomnia.
- https://www.usebruno.com
- https://github.com/usebruno/bruno
|
2023-10-06 19:39:20 -07:00 |
|
Frédéric Guillot
|
d0377d5d9d
|
Fix Javascript error when reading time option is disabled
|
2023-10-06 18:35:49 -07:00 |
|
dependabot[bot]
|
fe21f6a8c4
|
Bump github.com/mccutchen/go-httpbin/v2 from 2.11.0 to 2.11.1
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-06 17:08:14 -07:00 |
|
dependabot[bot]
|
6e85848bd0
|
Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0
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-06 17:07:34 -07:00 |
|
Frédéric Guillot
|
2002d60fbe
|
Add new API endpoint /icons/{iconID}
|
2023-10-06 13:52:33 -07:00 |
|
Frédéric Guillot
|
5774323f2e
|
Add API endpoint to flush history
|
2023-10-05 22:19:08 -07:00 |
|
Frédéric Guillot
|
1350f84ea4
|
Make the feed category optional for API clients who don't support categories
|
2023-10-05 21:47:04 -07:00 |
|
Frédéric Guillot
|
6dd090a848
|
Add enclosures to /v1/entries API endpoint
|
2023-10-05 21:39:29 -07:00 |
|
Frédéric Guillot
|
fccc25f7a3
|
Add changed_after and changed_before options to /v1/entries endpoint
|
2023-10-05 21:28:25 -07:00 |
|
Frédéric Guillot
|
67eb574fd4
|
Remove deprecated PreferServerCipherSuites
|
2023-10-05 20:27:44 -07:00 |
|
dependabot[bot]
|
a69b161725
|
Bump golang.org/x/crypto from 0.13.0 to 0.14.0
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-05 19:35:09 -07:00 |
|
dependabot[bot]
|
35fe8a23cb
|
Bump golang.org/x/term from 0.12.0 to 0.13.0
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-10-05 19:06:32 -07:00 |
|
Frédéric Guillot
|
a96702757e
|
Fix Apprise logic to handle feed service URLs
|
2023-09-30 15:32:23 -07:00 |
|
Frédéric Guillot
|
f98fc1e03a
|
Add command line argument to export user feeds
|
2023-09-27 21:45:23 -07:00 |
|
Frédéric Guillot
|
39d752ca85
|
Telegram: replace feed HTML link with a button to avoid page preview issues
|
2023-09-27 21:00:17 -07:00 |
|
dependabot[bot]
|
a7e08054da
|
Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0
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-27 20:05:36 -07:00 |
|
Jany
|
e0e8a99abe
|
Telegram: add the possibility to disable buttons
Closes #2093
|
2023-09-27 20:02:22 -07:00 |
|
Frédéric Guillot
|
c0e954f19d
|
Implement structured logging using log/slog package
|
2023-09-24 22:37:33 -07:00 |
|
Adriano Di Luzio
|
54cb8fa028
|
Added new rewrite rules add_hn_links_using_hack and add_hn_links_using_opener to open HN comments with iOS apps
|
2023-09-23 13:54:48 -07:00 |
|
Paul W. Rankin
|
ace2699e79
|
Fix missing word in force refresh message
|
2023-09-22 20:29:56 -07:00 |
|
dependabot[bot]
|
59c003bdce
|
Bump docker/setup-buildx-action from 2 to 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-18 21:05:47 -07:00 |
|
dependabot[bot]
|
736d32c392
|
Bump github.com/tdewolff/minify/v2 from 2.12.8 to 2.12.9
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-18 21:05:30 -07:00 |
|
dependabot[bot]
|
add2f8ac80
|
Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0
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-18 20:26:36 -07:00 |
|
dependabot[bot]
|
22bbeef41a
|
Bump docker/build-push-action from 4 to 5
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-18 20:24:09 -07:00 |
|
dependabot[bot]
|
192f48b7f2
|
Bump docker/setup-qemu-action from 2 to 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-18 20:22:58 -07:00 |
|
dependabot[bot]
|
dfcae03f25
|
Bump docker/login-action from 2 to 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-18 20:22:06 -07:00 |
|
Frédéric Guillot
|
545c68a0fd
|
Fix typo in ChangeLog
|
2023-09-15 15:56:30 -07:00 |
|