Frédéric Guillot 9ae6922bdc Fix null reference in toggle entry attachments shortcut hace 3 años
..
form 2e047dff98 Add option to enable or disable double tap hace 3 años
session cecab91298 Fix some linter issues hace 3 años
static 9ae6922bdc Fix null reference in toggle entry attachments shortcut hace 3 años
view cecab91298 Fix some linter issues hace 3 años
about.go 7111b3749d Display Go version on /about hace 4 años
api_key_create.go c394a61a4e Add Prometheus exporter hace 5 años
api_key_list.go c394a61a4e Add Prometheus exporter hace 5 años
api_key_remove.go 25cc0d2447 Add per-application API Keys hace 6 años
api_key_save.go c394a61a4e Add Prometheus exporter hace 5 años
bookmark_entries.go fb585d0086 Allow API search for entries which are not starred hace 4 años
category_create.go c394a61a4e Add Prometheus exporter hace 5 años
category_edit.go 0bcfc81b1f add option to hide categories from the global unread list hace 5 años
category_entries.go 78f6bbe93d Add ability to change entry sort order in the UI hace 4 años
category_entries_all.go 78f6bbe93d Add ability to change entry sort order in the UI hace 4 años
category_feeds.go c394a61a4e Add Prometheus exporter hace 5 años
category_list.go c394a61a4e Add Prometheus exporter hace 5 años
category_mark_as_read.go e877800779 ui: Expose markCategoryAsRead hace 5 años
category_refresh.go ce35b46fee Add category feeds refresh hace 3 años
category_remove.go 5a69a61d48 Move UI middlewares and routes to ui package hace 7 años
category_save.go 4468ef1410 Refactor category validation hace 5 años
category_update.go 0bcfc81b1f add option to hide categories from the global unread list hace 5 años
doc.go cecab91298 Fix some linter issues hace 3 años
entry_bookmark.go cf1939f063 Fix inconsistent navigation hace 4 años
entry_category.go cf1939f063 Fix inconsistent navigation hace 4 años
entry_feed.go cf1939f063 Fix inconsistent navigation hace 4 años
entry_read.go 937899194d Fix inconsistent navigation in history pages hace 4 años
entry_save.go 228862fefa Refactor config package hace 7 años
entry_scraper.go 2c2700a31d Proxy support for several media types hace 3 años
entry_search.go cf1939f063 Fix inconsistent navigation hace 4 años
entry_toggle_bookmark.go 5a69a61d48 Move UI middlewares and routes to ui package hace 7 años
entry_unread.go cf1939f063 Fix inconsistent navigation hace 4 años
entry_update_status.go 0bcfc81b1f add option to hide categories from the global unread list hace 5 años
feed_edit.go 2659883ce5 Add rewrite rules for article URL before fetching content hace 4 años
feed_entries.go 78f6bbe93d Add ability to change entry sort order in the UI hace 4 años
feed_entries_all.go 78f6bbe93d Add ability to change entry sort order in the UI hace 4 años
feed_icon.go 2935aaef45 Add Content-Security-Policy header to feed icon url hace 4 años
feed_list.go c394a61a4e Add Prometheus exporter hace 5 años
feed_mark_as_read.go e1c9e6ccb4 Add link to mark a feed as read hace 5 años
feed_refresh.go f0610bdd9c Refactor feed creation to allow setting most fields via API hace 5 años
feed_remove.go 32439ca2f0 Security fix: any user can delete any feed hace 5 años
feed_update.go 2659883ce5 Add rewrite rules for article URL before fetching content hace 4 años
handler.go f0610bdd9c Refactor feed creation to allow setting most fields via API hace 5 años
history_entries.go c394a61a4e Add Prometheus exporter hace 5 años
history_flush.go ac3693562b Ask for confirmation before flushing history hace 7 años
integration_pocket.go 228862fefa Refactor config package hace 7 años
integration_show.go 550e7d0415 Add matrix bot support hace 3 años
integration_update.go 4b6e46d9ab Add Google Reader API implementation (experimental) hace 4 años
login_check.go 03a1cfcd5e Make default home page configurable hace 4 años
login_show.go 03a1cfcd5e Make default home page configurable hace 4 años
logout.go 228862fefa Refactor config package hace 7 años
middleware.go 3f14d08095 Proxify images in API responses hace 3 años
oauth2.go 4464802947 Reformat some Go files hace 5 años
oauth2_callback.go e45cc2d2aa Refactor user validation hace 5 años
oauth2_redirect.go 83f3ccab0e Remove extra column from users table (HSTORE field) hace 5 años
oauth2_unlink.go 83f3ccab0e Remove extra column from users table (HSTORE field) hace 5 años
offline.go 8a812cd8ec Add basic PWA offline page hace 5 años
opml_export.go 5a69a61d48 Move UI middlewares and routes to ui package hace 7 años
opml_import.go c394a61a4e Add Prometheus exporter hace 5 años
opml_upload.go c394a61a4e Add Prometheus exporter hace 5 años
pagination.go 5f266319a3 Add option to change the number of entries per page (fixes #40) hace 6 años
proxy.go eb9508502c Avoid XSS when opening a broken image due to unescaped ServerError in proxy handler hace 3 años
search_entries.go c394a61a4e Add Prometheus exporter hace 5 años
session_list.go c394a61a4e Add Prometheus exporter hace 5 años
session_remove.go ca45765c46 Improve logging messages in ui package hace 7 años
settings_show.go 2e047dff98 Add option to enable or disable double tap hace 3 años
settings_update.go 03a1cfcd5e Make default home page configurable hace 4 años
share.go 9871e4f5d0 Add page to list and remove shared entries hace 6 años
shared_entries.go 78f6bbe93d Add ability to change entry sort order in the UI hace 4 años
static_app_icon.go f6ed2feab4 Use SVG sprite for icons hace 5 años
static_favicon.go 0de80c2ff0 Use embed package for binary assets instead of generated files hace 5 años
static_javascript.go 8a812cd8ec Add basic PWA offline page hace 5 años
static_manifest.go efa8bfcf0e Use custom home page in PWA hace 3 años
static_stylesheet.go dd3f496d06 Avoid extra HTTP request for fetching custom stylesheet hace 5 años
subscription_add.go 2cf9bde1af Show correct User Agent in input placeholders hace 5 años
subscription_bookmarklet.go ab82c4b300 Subscribe to feeds with the Android Share menu hace 5 años
subscription_choose.go 2659883ce5 Add rewrite rules for article URL before fetching content hace 4 años
subscription_submit.go e8fe4ed881 Log feed URL when submitting a subscription that returns an error hace 3 años
ui.go 2c2700a31d Proxy support for several media types hace 3 años
unread_entries.go ec47106c26 Remove dependency to go-server-timing hace 3 años
unread_mark_all_read.go a634839678 Ask for confirmation before clicking on mark all as read hace 7 años
user_create.go c394a61a4e Add Prometheus exporter hace 5 años
user_edit.go c394a61a4e Add Prometheus exporter hace 5 años
user_list.go c394a61a4e Add Prometheus exporter hace 5 años
user_remove.go 8fb71366f8 API: Delete users asynchronously hace 6 años
user_save.go e45cc2d2aa Refactor user validation hace 5 años
user_update.go e45cc2d2aa Refactor user validation hace 5 años