1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-05 18:41:01 +00:00
miniflux-v2/internal/ui
2025-02-13 20:50:37 -08:00
..
form feat(pushover): add integration with pushover.net 2025-02-13 20:50:37 -08:00
session
static fix(js): regression introduced in commit ffe1be5 2025-01-24 17:52:58 -08:00
view
about.go
api_key_create.go Delay call of view.New after logging the user in 2024-03-03 20:32:15 -08:00
api_key_list.go Delay call of view.New after logging the user in 2024-03-03 20:32:15 -08:00
api_key_remove.go
api_key_save.go
bookmark_entries.go fix: improve pagination when having identical publication date 2025-01-18 16:59:48 -08:00
category_create.go
category_edit.go Delay call of view.New after logging the user in 2024-03-03 20:32:15 -08:00
category_entries.go fix: improve pagination when having identical publication date 2025-01-18 16:59:48 -08:00
category_entries_all.go fix: improve pagination when having identical publication date 2025-01-18 16:59:48 -08:00
category_entries_starred.go fix: improve pagination when having identical publication date 2025-01-18 16:59:48 -08:00
category_feeds.go
category_list.go
category_mark_as_read.go
category_refresh.go fix: Use FORCE_REFRESH_INTERVAL config for category refresh 2024-04-19 11:58:13 -07:00
category_remove.go
category_remove_feed.go fix(ui): Redirect correctly post feed removal from category feeds list 2025-01-27 17:43:54 -08:00
category_save.go
category_update.go
entry_bookmark.go feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
entry_category.go feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
entry_enclosure_save_position.go Avoid warnings in ui package 2024-03-15 19:49:39 -07:00
entry_feed.go feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
entry_read.go
entry_save.go
entry_scraper.go Rename PROXY_* options to MEDIA_PROXY_* 2024-03-20 21:28:28 -07:00
entry_search.go feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
entry_tag.go feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
entry_toggle_bookmark.go
entry_unread.go feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
entry_update_status.go
feed_edit.go feat(pushover): add integration with pushover.net 2025-02-13 20:50:37 -08:00
feed_entries.go fix: improve pagination when having identical publication date 2025-01-18 16:59:48 -08:00
feed_entries_all.go fix: improve pagination when having identical publication date 2025-01-18 16:59:48 -08:00
feed_icon.go http/response: add brotli compression support 2024-04-19 12:16:49 -07:00
feed_list.go
feed_mark_as_read.go
feed_refresh.go
feed_remove.go
feed_update.go Add description field to feed settings 2024-05-06 15:40:36 -07:00
handler.go
history_entries.go
history_flush.go
integration_pocket.go
integration_show.go feat(pushover): add integration with pushover.net 2025-02-13 20:50:37 -08:00
integration_update.go
login_check.go feat: Add option to disable local auth form 2024-08-12 19:27:08 -07:00
login_show.go
logout.go
middleware.go
oauth2.go
oauth2_callback.go
oauth2_redirect.go
oauth2_unlink.go feat: Add option to disable local auth form 2024-08-12 19:27:08 -07:00
offline.go
opml_export.go
opml_import.go
opml_upload.go
pagination.go Add navigation to last/first page 2024-06-28 20:19:38 -07:00
proxy.go feat(mediaproxy): pass original filename in Content-Disposition header 2024-10-30 20:44:19 -07:00
search.go
session_list.go Delay call of view.New after logging the user in 2024-03-03 20:32:15 -08:00
session_remove.go
settings_show.go fix(ui): reading preferences are reset if the form values are incorrect 2025-01-12 16:16:29 -08:00
settings_update.go fix(ui): reading preferences are reset if the form values are incorrect 2025-01-12 16:16:29 -08:00
share.go
shared_entries.go fix: improve pagination when having identical publication date 2025-01-18 16:59:48 -08:00
static_app_icon.go http/response: add brotli compression support 2024-04-19 12:16:49 -07:00
static_favicon.go
static_javascript.go feat: add license info to js, for LibreJS compatibility 2024-08-12 20:43:18 -07:00
static_manifest.go
static_stylesheet.go
subscription_add.go Delay call of view.New after logging the user in 2024-03-03 20:32:15 -08:00
subscription_bookmarklet.go feat: replace xurls third-party module with an ad-hoc regexp 2024-10-21 20:48:12 -07:00
subscription_choose.go Delay call of view.New after logging the user in 2024-03-03 20:32:15 -08:00
subscription_submit.go Use struct embedding to reduce code duplication 2024-03-18 16:23:44 -07:00
tag_entries_all.go fix: improve pagination when having identical publication date 2025-01-18 16:59:48 -08:00
ui.go fix(ui): Redirect correctly post feed removal from category feeds list 2025-01-27 17:43:54 -08:00
unread_entries.go fix: improve pagination when having identical publication date 2025-01-18 16:59:48 -08:00
unread_entry_category.go feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
unread_entry_feed.go feat: mark media as read when playback reaches 90% 2024-07-28 12:29:45 -07:00
unread_mark_all_read.go
user_create.go Delay call of view.New after logging the user in 2024-03-03 20:32:15 -08:00
user_edit.go Delay call of view.New after logging the user in 2024-03-03 20:32:15 -08:00
user_list.go Delay call of view.New after logging the user in 2024-03-03 20:32:15 -08:00
user_remove.go
user_save.go
user_update.go
webauthn.go Remove another superfluous cast 2025-01-23 19:20:13 -08:00