Minimalist and opinionated feed reader https://miniflux.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Frédéric Guillot b015887b02 Avoid Javascript minifier to break keyboard shortcuts 4 years ago
..
form Add HTTP proxy option for subscriptions 4 years ago
session Handle the case when application session is expired and not user session 5 years ago
static Avoid Javascript minifier to break keyboard shortcuts 4 years ago
view Rename service worker script to avoid being blocked by uBlock 4 years ago
about.go Move UI middlewares and routes to ui package 6 years ago
api_key_create.go Add per-application API Keys 4 years ago
api_key_list.go Add per-application API Keys 4 years ago
api_key_remove.go Add per-application API Keys 4 years ago
api_key_save.go Add per-application API Keys 4 years ago
bookmark_entries.go Add option to change the number of entries per page (fixes #40) 4 years ago
category_create.go Move UI middlewares and routes to ui package 6 years ago
category_edit.go Move UI middlewares and routes to ui package 6 years ago
category_entries.go Add option to change the number of entries per page (fixes #40) 4 years ago
category_entries_all.go Add option to change the number of entries per page (fixes #40) 4 years ago
category_feeds.go Display list of feeds per category 5 years ago
category_list.go Move UI middlewares and routes to ui package 6 years ago
category_remove.go Move UI middlewares and routes to ui package 6 years ago
category_save.go Improve logging messages in ui package 6 years ago
category_update.go Display list of feeds per category 5 years ago
doc.go Fix typo in license header 6 years ago
entry_bookmark.go Move UI middlewares and routes to ui package 6 years ago
entry_category.go Move UI middlewares and routes to ui package 6 years ago
entry_feed.go Move UI middlewares and routes to ui package 6 years ago
entry_read.go Move UI middlewares and routes to ui package 6 years ago
entry_save.go Refactor config package 5 years ago
entry_scraper.go Refactor manual entry scraper 5 years ago
entry_search.go Improve logging messages in ui package 6 years ago
entry_toggle_bookmark.go Move UI middlewares and routes to ui package 6 years ago
entry_unread.go Redirect to /unread when getting a 404 for an unread expired entry 4 years ago
entry_update_status.go Move UI middlewares and routes to ui package 6 years ago
feed_edit.go Add HTTP proxy option for subscriptions 4 years ago
feed_entries.go Add option to change the number of entries per page (fixes #40) 4 years ago
feed_entries_all.go Add option to change the number of entries per page (fixes #40) 4 years ago
feed_icon.go Move UI middlewares and routes to ui package 6 years ago
feed_list.go Show unread counters on feeds page 5 years ago
feed_mark_as_read.go Add link to mark a feed as read 4 years ago
feed_refresh.go Improve logging messages in ui package 6 years ago
feed_remove.go Move UI middlewares and routes to ui package 6 years ago
feed_update.go Improve logging messages in ui package 6 years ago
handler.go Refactor config package 5 years ago
history_entries.go Add option to change the number of entries per page (fixes #40) 4 years ago
history_flush.go Ask for confirmation before flushing history 5 years ago
integration_pocket.go Refactor config package 5 years ago
integration_show.go Refactor config package 5 years ago
integration_update.go Move UI middlewares and routes to ui package 6 years ago
login_check.go Refactor config package 5 years ago
login_show.go Move UI middlewares and routes to ui package 6 years ago
logout.go Refactor config package 5 years ago
middleware.go Redirect to login page if CSRF token is expired 4 years ago
oauth2.go Add generic OpenID Connect provider (OAuth2) 4 years ago
oauth2_callback.go Add generic OpenID Connect provider (OAuth2) 4 years ago
oauth2_redirect.go Add generic OpenID Connect provider (OAuth2) 4 years ago
oauth2_unlink.go Add generic OpenID Connect provider (OAuth2) 4 years ago
opml_export.go Move UI middlewares and routes to ui package 6 years ago
opml_import.go Move UI middlewares and routes to ui package 6 years ago
opml_upload.go Import OPML from URL 5 years ago
pagination.go Add option to change the number of entries per page (fixes #40) 4 years ago
payload.go Use canonical imports 6 years ago
proxy.go Log image proxy URL in debug mode 5 years ago
search_entries.go Add option to change the number of entries per page (fixes #40) 4 years ago
session_list.go Move UI middlewares and routes to ui package 6 years ago
session_remove.go Improve logging messages in ui package 6 years ago
settings_show.go Add reading time for entries 4 years ago
settings_update.go Improve logging messages in ui package 6 years ago
share.go Add page to list and remove shared entries 4 years ago
shared_entries.go Add page to list and remove shared entries 4 years ago
static_app_icon.go Move UI middlewares and routes to ui package 6 years ago
static_favicon.go Move UI middlewares and routes to ui package 6 years ago
static_javascript.go Move UI middlewares and routes to ui package 6 years ago
static_manifest.go Move UI middlewares and routes to ui package 6 years ago
static_stylesheet.go Add the ability to use custom css 4 years ago
subscription_add.go Add HTTP proxy option for subscriptions 4 years ago
subscription_bookmarklet.go Add HTTP proxy option for subscriptions 4 years ago
subscription_choose.go Add HTTP proxy option for subscriptions 4 years ago
subscription_submit.go Add HTTP proxy option for subscriptions 4 years ago
ui.go Enable strict slash to avoid 404 when using trailing slash 4 years ago
unread_entries.go Add option to change the number of entries per page (fixes #40) 4 years ago
unread_mark_all_read.go Ask for confirmation before clicking on mark all as read 5 years ago
user_create.go Move UI middlewares and routes to ui package 6 years ago
user_edit.go Move UI middlewares and routes to ui package 6 years ago
user_list.go Move UI middlewares and routes to ui package 6 years ago
user_remove.go API: Delete users asynchronously 4 years ago
user_save.go Improve logging messages in ui package 6 years ago
user_update.go Improve logging messages in ui package 6 years ago