1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00
miniflux-v2/internal/model
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 refactor(model): remove some indirection 2025-08-12 19:46:14 -07:00
app_session.go refactor: replace interface{} with any 2025-08-05 20:26:07 -07:00
categories_sort_options.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
category.go refactor(model): remove some indirection 2025-08-12 19:46:14 -07:00
enclosure.go refactor(model): add test coverage and simplify ProxifyEnclosureURL 2025-07-07 18:41:44 -07:00
enclosure_test.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
entry.go feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
feed.go refactor(reader): use time.Duration instead of minutes count 2025-08-20 19:45:24 -07:00
feed_test.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
home_page.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
icon.go refactor: remove some fmt.Sprintf calls 2025-08-11 19:27:34 -07:00
integration.go feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
job.go feat: add POLLING_LIMIT_PER_HOST to limit concurrent requests per host 2025-08-08 12:33:46 -07:00
model.go fix(api): hide_globally categories field should be a boolean 2025-04-21 19:43:25 -07:00
subscription.go feat: implement proxy URL per feed 2025-04-06 21:05:19 -07:00
theme.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
user.go feat(ui): add user setting to control target="_blank" on links 2025-06-08 21:07:11 -07:00
user_session.go refactor: remove model.UserSessions struct 2025-09-08 11:56:43 -07:00
webauthn.go refactor(internal): fix doc comments 2025-08-15 16:24:48 -07:00