.. |
form
|
Add Telegram integration
|
2021-09-07 20:04:22 -07:00 |
session
|
|
|
static
|
add option to hide categories from the global unread list
|
2021-06-12 13:06:30 -07:00 |
view
|
Add lang attribute to root HTML tag
|
2021-05-31 13:19:37 -07:00 |
about.go
|
Show Postgres version in about page
|
2021-02-16 07:37:24 -08:00 |
api_key_create.go
|
|
|
api_key_list.go
|
|
|
api_key_remove.go
|
|
|
api_key_save.go
|
|
|
bookmark_entries.go
|
|
|
category_create.go
|
|
|
category_edit.go
|
add option to hide categories from the global unread list
|
2021-06-12 13:06:30 -07:00 |
category_entries.go
|
|
|
category_entries_all.go
|
|
|
category_feeds.go
|
|
|
category_list.go
|
|
|
category_mark_as_read.go
|
ui: Expose markCategoryAsRead
|
2021-07-05 14:13:18 -07:00 |
category_remove.go
|
|
|
category_save.go
|
Refactor category validation
|
2021-01-03 22:50:24 -08:00 |
category_update.go
|
add option to hide categories from the global unread list
|
2021-06-12 13:06:30 -07:00 |
doc.go
|
|
|
entry_bookmark.go
|
|
|
entry_category.go
|
|
|
entry_feed.go
|
|
|
entry_read.go
|
|
|
entry_save.go
|
|
|
entry_scraper.go
|
Add option to allow self-signed or invalid certificates
|
2021-02-21 13:58:52 -08:00 |
entry_search.go
|
|
|
entry_toggle_bookmark.go
|
|
|
entry_unread.go
|
Fix #1208
|
2021-08-16 19:36:05 -07:00 |
entry_update_status.go
|
add option to hide categories from the global unread list
|
2021-06-12 13:06:30 -07:00 |
feed_edit.go
|
Display option to hide feed only when category is not already hidden
|
2021-08-16 19:36:05 -07:00 |
feed_entries.go
|
|
|
feed_entries_all.go
|
|
|
feed_icon.go
|
|
|
feed_list.go
|
|
|
feed_mark_as_read.go
|
|
|
feed_refresh.go
|
Refactor feed creation to allow setting most fields via API
|
2021-01-02 16:48:22 -08:00 |
feed_remove.go
|
Security fix: any user can delete any feed
|
2021-05-07 16:25:44 -07:00 |
feed_update.go
|
Validate Keep list and Block list rules syntax
|
2021-02-07 18:53:56 -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
|
|
|
history_flush.go
|
|
|
integration_pocket.go
|
|
|
integration_show.go
|
Add Telegram integration
|
2021-09-07 20:04:22 -07:00 |
integration_update.go
|
|
|
login_check.go
|
Use SQL transaction when creating user sessions
|
2020-12-22 20:28:34 -08:00 |
login_show.go
|
Reformat some Go files
|
2021-01-27 18:13:58 -08:00 |
logout.go
|
|
|
middleware.go
|
Add basic PWA offline page
|
2021-03-07 15:44:42 -08:00 |
oauth2.go
|
Reformat some Go files
|
2021-01-27 18:13:58 -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 |
offline.go
|
Add basic PWA offline page
|
2021-03-07 15:44:42 -08:00 |
opml_export.go
|
|
|
opml_import.go
|
|
|
opml_upload.go
|
|
|
pagination.go
|
|
|
proxy.go
|
Show correct User Agent in input placeholders
|
2020-12-16 21:30:22 -08:00 |
search_entries.go
|
|
|
session_list.go
|
|
|
session_remove.go
|
|
|
settings_show.go
|
Make web app display mode configurable
|
2021-02-28 13:29:51 -08:00 |
settings_update.go
|
Make web app display mode configurable
|
2021-02-28 13:29:51 -08:00 |
share.go
|
|
|
shared_entries.go
|
|
|
static_app_icon.go
|
Use SVG sprite for icons
|
2021-03-07 11:18:42 -08:00 |
static_favicon.go
|
Use embed package for binary assets instead of generated files
|
2021-02-17 20:15:28 -08:00 |
static_javascript.go
|
Add basic PWA offline page
|
2021-03-07 15:44:42 -08:00 |
static_manifest.go
|
Make web app display mode configurable
|
2021-02-28 13:29:51 -08:00 |
static_stylesheet.go
|
Avoid extra HTTP request for fetching custom stylesheet
|
2021-05-31 14:29:33 -07: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
|
Add per feed cookies option
|
2021-03-22 20:27:58 -07:00 |
subscription_submit.go
|
Add per feed cookies option
|
2021-03-22 20:27:58 -07:00 |
ui.go
|
ui: Expose markCategoryAsRead
|
2021-07-05 14:13:18 -07:00 |
unread_entries.go
|
add option to hide categories from the global unread list
|
2021-06-12 13:06:30 -07:00 |
unread_mark_all_read.go
|
|
|
user_create.go
|
|
|
user_edit.go
|
|
|
user_list.go
|
|
|
user_remove.go
|
|
|
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 |