1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-10-05 19:31:01 +00:00
miniflux-v2/internal/template/templates/views
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
..
about.html fix(version): change development version naming to avoid breaking some clients 2025-08-18 17:41:17 -07:00
add_subscription.html feat: add entry filters at the feed level 2025-06-19 15:15:16 -07:00
api_keys.html feat(api): add new endpoints to manage API keys 2025-05-25 15:50:13 -07:00
categories.html feat(ui): add "back to top" link 2025-09-12 13:41:39 -07:00
category_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
category_feeds.html fix(ui): Redirect correctly post feed removal from category feeds list 2025-01-27 17:43:54 -08:00
choose_subscription.html refactor(template): remove some useless attributes 2025-08-15 17:55:49 -07:00
create_api_key.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
create_category.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
create_user.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
edit_category.html fix(api): hide_globally categories field should be a boolean 2025-04-21 19:43:25 -07:00
edit_feed.html feat: add entry filters at the feed level 2025-06-19 15:15:16 -07:00
edit_user.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
entry.html feat(ui): add "back to top" link 2025-09-12 13:41:39 -07:00
feed_entries.html refactor(template): remove some useless attributes 2025-08-15 17:55:49 -07:00
feeds.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
history_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
import.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
integrations.html feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
login.html feat(webauthn): show help message regarding username and non-discoverable credentials 2024-10-26 21:49:23 -07:00
offline.html refactor(templates): be explicit about dependencies 2025-08-20 18:51:51 -07:00
search.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
sessions.html change header tag usage to match landmark meaning 2024-02-04 10:47:30 -08:00
settings.html fix(template): webauthn error alert was broken on the settings page 2025-08-11 20:01:53 -07:00
shared_entries.html feat(ui): add user setting to control target="_blank" on links 2025-06-08 21:07:11 -07:00
starred_entries.html refactor: Replace "Bookmarks" with "Starred" 2025-08-20 20:49:45 -07:00
tag_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
unread_entries.html perf(templates): removes superfluous whitespaces in two templates 2025-08-14 19:40:30 -07:00
users.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
webauthn_rename.html add alert role to alert message element 2024-02-05 20:14:23 -08:00