1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00
miniflux-v2/internal/ui/form
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_key.go feat(api): add new endpoints to manage API keys 2025-05-25 15:50:13 -07:00
auth.go refactor: unexport symbols 2025-08-07 17:27:04 -07:00
category.go fix(api): hide_globally categories field should be a boolean 2025-04-21 19:43:25 -07:00
feed.go feat: add entry filters at the feed level 2025-06-19 15:15:16 -07:00
integration.go feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
settings.go refactor: unexport symbols 2025-08-07 17:27:04 -07:00
settings_test.go feat: add option to always open articles externally 2025-05-24 19:46:01 -07:00
subscription.go feat: add entry filters at the feed level 2025-06-19 15:15:16 -07:00
user.go Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
webauthn.go Add WebAuthn / Passkey integration 2023-11-05 18:57:35 +01:00