.. |
form
|
Refactor feed validator
|
2021-01-04 14:47:25 -08:00 |
session
|
Handle the case when application session is expired and not user session
|
2019-01-21 20:21:05 -08:00 |
static
|
Updating read/star icons to SVGs
|
2020-12-29 20:47:18 -08:00 |
view
|
Rename service worker script to avoid being blocked by uBlock
|
2020-09-23 20:40:06 -07:00 |
about.go
|
Show Git commit in about page
|
2020-10-28 21:22:23 -07:00 |
api_key_create.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
api_key_list.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
api_key_remove.go
|
Add per-application API Keys
|
2020-03-01 18:22:45 -08:00 |
api_key_save.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
bookmark_entries.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
category_create.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
category_edit.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
category_entries.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
category_entries_all.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
category_feeds.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
category_list.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
category_remove.go
|
Move UI middlewares and routes to ui package
|
2018-11-11 11:29:12 -08:00 |
category_save.go
|
Refactor category validation
|
2021-01-03 22:50:24 -08:00 |
category_update.go
|
Refactor category validation
|
2021-01-03 22:50:24 -08:00 |
doc.go
|
Fix typo in license header
|
2018-10-08 15:50:15 -07:00 |
entry_bookmark.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
entry_category.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
entry_feed.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
entry_read.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
entry_save.go
|
Refactor config package
|
2019-06-02 06:30:08 -07:00 |
entry_scraper.go
|
Proxify articles crawled manually
|
2020-10-07 22:26:52 -07:00 |
entry_search.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
entry_toggle_bookmark.go
|
Move UI middlewares and routes to ui package
|
2018-11-11 11:29:12 -08:00 |
entry_unread.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
entry_update_status.go
|
Refactor entry validation
|
2021-01-04 15:44:06 -08:00 |
feed_edit.go
|
Show correct User Agent in input placeholders
|
2020-12-16 21:30:22 -08:00 |
feed_entries.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
feed_entries_all.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
feed_icon.go
|
Move UI middlewares and routes to ui package
|
2018-11-11 11:29:12 -08:00 |
feed_list.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
feed_mark_as_read.go
|
Add link to mark a feed as read
|
2020-08-19 22:17:33 -07:00 |
feed_refresh.go
|
Refactor feed creation to allow setting most fields via API
|
2021-01-02 16:48:22 -08:00 |
feed_remove.go
|
Move UI middlewares and routes to ui package
|
2018-11-11 11:29:12 -08:00 |
feed_update.go
|
Refactor feed validator
|
2021-01-04 14:47:25 -08:00 |
handler.go
|
Refactor feed creation to allow setting most fields via API
|
2021-01-02 16:48:22 -08:00 |
history_entries.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
history_flush.go
|
Ask for confirmation before flushing history
|
2019-07-17 21:40:03 -07:00 |
integration_pocket.go
|
Refactor config package
|
2019-06-02 06:30:08 -07:00 |
integration_show.go
|
Remove plaintext Fever password from database
|
2020-10-06 21:22:24 -07:00 |
integration_update.go
|
Remove plaintext Fever password from database
|
2020-10-06 21:22:24 -07:00 |
login_check.go
|
Use SQL transaction when creating user sessions
|
2020-12-22 20:28:34 -08:00 |
login_show.go
|
Move UI middlewares and routes to ui package
|
2018-11-11 11:29:12 -08:00 |
logout.go
|
Refactor config package
|
2019-06-02 06:30:08 -07:00 |
middleware.go
|
Refactor user validation
|
2021-01-03 21:36:35 -08:00 |
oauth2.go
|
Add generic OpenID Connect provider (OAuth2)
|
2020-03-07 18:45:19 -08:00 |
oauth2_callback.go
|
Refactor user validation
|
2021-01-03 21:36:35 -08:00 |
oauth2_redirect.go
|
Remove extra column from users table (HSTORE field)
|
2020-12-21 21:35:03 -08:00 |
oauth2_unlink.go
|
Remove extra column from users table (HSTORE field)
|
2020-12-21 21:35:03 -08:00 |
opml_export.go
|
Move UI middlewares and routes to ui package
|
2018-11-11 11:29:12 -08:00 |
opml_import.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
opml_upload.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
pagination.go
|
Add option to change the number of entries per page (fixes #40)
|
2020-07-08 20:14:31 -07:00 |
proxy.go
|
Show correct User Agent in input placeholders
|
2020-12-16 21:30:22 -08:00 |
search_entries.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
session_list.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
session_remove.go
|
Improve logging messages in ui package
|
2018-11-11 11:47:41 -08:00 |
settings_show.go
|
Remove extra column from users table (HSTORE field)
|
2020-12-21 21:35:03 -08:00 |
settings_update.go
|
Refactor user validation
|
2021-01-03 21:36:35 -08:00 |
share.go
|
Add page to list and remove shared entries
|
2020-03-22 19:53:44 -07:00 |
shared_entries.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
static_app_icon.go
|
Move UI middlewares and routes to ui package
|
2018-11-11 11:29:12 -08:00 |
static_favicon.go
|
Move UI middlewares and routes to ui package
|
2018-11-11 11:29:12 -08:00 |
static_javascript.go
|
Move UI middlewares and routes to ui package
|
2018-11-11 11:29:12 -08:00 |
static_manifest.go
|
Refactor user validation
|
2021-01-03 21:36:35 -08:00 |
static_stylesheet.go
|
Remove extra column from users table (HSTORE field)
|
2020-12-21 21:35:03 -08:00 |
subscription_add.go
|
Show correct User Agent in input placeholders
|
2020-12-16 21:30:22 -08:00 |
subscription_bookmarklet.go
|
Subscribe to feeds with the Android Share menu
|
2021-01-02 11:48:07 -08:00 |
subscription_choose.go
|
Refactor feed validator
|
2021-01-04 14:47:25 -08:00 |
subscription_submit.go
|
Refactor feed validator
|
2021-01-04 14:47:25 -08:00 |
ui.go
|
Refactor feed creation to allow setting most fields via API
|
2021-01-02 16:48:22 -08:00 |
unread_entries.go
|
Add Server-Timing header to unread page
|
2020-12-18 15:08:17 -08:00 |
unread_mark_all_read.go
|
Ask for confirmation before clicking on mark all as read
|
2019-07-17 22:00:00 -07:00 |
user_create.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
user_edit.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
user_list.go
|
Add Prometheus exporter
|
2020-09-27 20:04:48 -07:00 |
user_remove.go
|
API: Delete users asynchronously
|
2020-07-28 20:39:10 -07:00 |
user_save.go
|
Refactor user validation
|
2021-01-03 21:36:35 -08:00 |
user_update.go
|
Refactor user validation
|
2021-01-03 21:36:35 -08:00 |