1
0
Fork 0
miniflux/internal/api
Pontus Jensen Karlsson 6fb7e84ce1 feat: API: Allow filtering entries on globally_hidden
Currently there's no way through the API to mimic the Unread page of the client.
This is now possible by filtering on globally_visible=true and status=unread.
2024-08-12 20:20:44 -07:00
..
api.go Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
api_integration_test.go feat: API: Allow filtering entries on globally_hidden 2024-08-12 20:20:44 -07:00
category.go Refactor Batch Builder and prevent accidental and excessive refreshes from the web ui 2023-10-20 16:07:18 -07:00
entry.go feat: API: Allow filtering entries on globally_hidden 2024-08-12 20:20:44 -07:00
feed.go Display an error message on edit feed page when the feed URL is not unique 2024-03-15 19:07:54 -07:00
icon.go Add new API endpoint /icons/{iconID} 2023-10-06 13:52:33 -07:00
middleware.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
opml.go Add command line argument to export user feeds 2023-09-27 21:45:23 -07:00
payload.go Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
subscription.go Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
user.go Remove carriage returns to sanitizer strings from windows 2024-07-04 13:07:40 -07:00