1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00
miniflux-v2/internal
jvoisin 79b0d0b9cc feat(integration): add integration with archive.org
Tested locally:

```console
$ Tue 26 Aug 17:34:05 CEST 2025
$ go build && ./miniflux.app -c ./config.ini  -debug
level=DEBUG msg="Starting daemon..."
level=DEBUG msg="Starting background scheduler..."
level=DEBUG msg="Worker started" worker_id=15
level=DEBUG msg="Worker started" worker_id=0

[…]

level=DEBUG msg="Incoming request" client_ip=127.0.0.1 request.method=POST request.uri=/entry/save/29773 request.protocol=HTTP/1.1 request.execution_time=5.57385ms
level=DEBUG msg="Sending entry to archive.org" user_id=1 entry_id=29773 entry_url=https://sumnerevans.com/portfolio/
level=DEBUG msg="Sending entry to archive.org" title=Portfolio url=https://sumnerevans.com/portfolio/
^C
$ curl -I -H "User-Agent: Mozilla"  https://web.archive.org/web/20250826153413/https://sumnerevans.com/portfolio/ | grep orig-date
x-archive-orig-date: Tue, 26 Aug 2025 15:34:13 GMT
$
```
2025-09-26 19:46:12 -07:00
..
api fix(api): do not return removed entries 2025-08-23 15:17:37 -07:00
cli refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
config refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
crypto perf(reader): use a non-cryptographic hash when possible 2025-06-18 20:28:23 -07:00
database feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
fever fix(fever): fix typo in variable name 2025-09-14 11:11:41 -07:00
googlereader refactor: avoid unnecessary usage of Printf 2025-09-08 11:54:16 -07:00
http refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
integration feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
locale feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
mediaproxy refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
metric refactor(metric): use time.Duration for refresh duration 2025-08-20 19:45:24 -07:00
model feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
oauth2 feat(oidc): use preferred_username first instead of email claim 2025-06-08 18:05:47 -07:00
proxyrotator refactor(proxyrotator): simplify mutex handling 2025-07-07 15:52:16 -07:00
reader feat(rewrite): add add_image_title rule for explainxkcd.com 2025-09-25 17:32:22 -07:00
storage feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
timezone fix(timezone): make sure legacy time zones are no longer used 2025-09-12 16:20:27 -07:00
ui feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
urllib fix(icon): implement better handling of relative icon URLs within a subfolder 2025-09-09 20:18:50 -07:00
validator fix(timezone): make sure legacy time zones are no longer used 2025-09-12 16:20:27 -07:00
version test(version): add a test to enforce the version format 2025-08-18 19:51:09 -07:00
worker feat: add POLLING_LIMIT_PER_HOST to limit concurrent requests per host 2025-08-08 12:33:46 -07:00