Thiago Perrotta c1ece47532 Gray out pagination buttons when they are not applicable %!s(int64=4) %!d(string=hai) anos
..
form 897d8644c5 Fix incorrect conversion between integer types %!s(int64=4) %!d(string=hai) anos
session 7897d8a8ad Handle the case when application session is expired and not user session %!s(int64=7) %!d(string=hai) anos
static c1ece47532 Gray out pagination buttons when they are not applicable %!s(int64=4) %!d(string=hai) anos
view 1fd4c4ef13 Add lang attribute to root HTML tag %!s(int64=4) %!d(string=hai) anos
about.go 7111b3749d Display Go version on /about %!s(int64=4) %!d(string=hai) anos
api_key_create.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
api_key_list.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
api_key_remove.go 25cc0d2447 Add per-application API Keys %!s(int64=6) %!d(string=hai) anos
api_key_save.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
bookmark_entries.go 78f6bbe93d Add ability to change entry sort order in the UI %!s(int64=4) %!d(string=hai) anos
category_create.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
category_edit.go 0bcfc81b1f add option to hide categories from the global unread list %!s(int64=4) %!d(string=hai) anos
category_entries.go 78f6bbe93d Add ability to change entry sort order in the UI %!s(int64=4) %!d(string=hai) anos
category_entries_all.go 78f6bbe93d Add ability to change entry sort order in the UI %!s(int64=4) %!d(string=hai) anos
category_feeds.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
category_list.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
category_mark_as_read.go e877800779 ui: Expose markCategoryAsRead %!s(int64=4) %!d(string=hai) anos
category_remove.go 5a69a61d48 Move UI middlewares and routes to ui package %!s(int64=7) %!d(string=hai) anos
category_save.go 4468ef1410 Refactor category validation %!s(int64=5) %!d(string=hai) anos
category_update.go 0bcfc81b1f add option to hide categories from the global unread list %!s(int64=4) %!d(string=hai) anos
doc.go 11dfcdd3d6 Fix typo in license header %!s(int64=7) %!d(string=hai) anos
entry_bookmark.go cf1939f063 Fix inconsistent navigation %!s(int64=4) %!d(string=hai) anos
entry_category.go cf1939f063 Fix inconsistent navigation %!s(int64=4) %!d(string=hai) anos
entry_feed.go cf1939f063 Fix inconsistent navigation %!s(int64=4) %!d(string=hai) anos
entry_read.go 937899194d Fix inconsistent navigation in history pages %!s(int64=4) %!d(string=hai) anos
entry_save.go 228862fefa Refactor config package %!s(int64=6) %!d(string=hai) anos
entry_scraper.go ec3c604a83 Add option to allow self-signed or invalid certificates %!s(int64=5) %!d(string=hai) anos
entry_search.go cf1939f063 Fix inconsistent navigation %!s(int64=4) %!d(string=hai) anos
entry_toggle_bookmark.go 5a69a61d48 Move UI middlewares and routes to ui package %!s(int64=7) %!d(string=hai) anos
entry_unread.go cf1939f063 Fix inconsistent navigation %!s(int64=4) %!d(string=hai) anos
entry_update_status.go 0bcfc81b1f add option to hide categories from the global unread list %!s(int64=4) %!d(string=hai) anos
feed_edit.go b58a46455b Display option to hide feed only when category is not already hidden %!s(int64=4) %!d(string=hai) anos
feed_entries.go 78f6bbe93d Add ability to change entry sort order in the UI %!s(int64=4) %!d(string=hai) anos
feed_entries_all.go 78f6bbe93d Add ability to change entry sort order in the UI %!s(int64=4) %!d(string=hai) anos
feed_icon.go 2935aaef45 Add Content-Security-Policy header to feed icon url %!s(int64=4) %!d(string=hai) anos
feed_list.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
feed_mark_as_read.go e1c9e6ccb4 Add link to mark a feed as read %!s(int64=5) %!d(string=hai) anos
feed_refresh.go f0610bdd9c Refactor feed creation to allow setting most fields via API %!s(int64=5) %!d(string=hai) anos
feed_remove.go 32439ca2f0 Security fix: any user can delete any feed %!s(int64=5) %!d(string=hai) anos
feed_update.go e8d0360e64 Validate Keep list and Block list rules syntax %!s(int64=5) %!d(string=hai) anos
handler.go f0610bdd9c Refactor feed creation to allow setting most fields via API %!s(int64=5) %!d(string=hai) anos
history_entries.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
history_flush.go ac3693562b Ask for confirmation before flushing history %!s(int64=6) %!d(string=hai) anos
integration_pocket.go 228862fefa Refactor config package %!s(int64=6) %!d(string=hai) anos
integration_show.go 4b6e46d9ab Add Google Reader API implementation (experimental) %!s(int64=4) %!d(string=hai) anos
integration_update.go 4b6e46d9ab Add Google Reader API implementation (experimental) %!s(int64=4) %!d(string=hai) anos
login_check.go 60a7362327 Use SQL transaction when creating user sessions %!s(int64=5) %!d(string=hai) anos
login_show.go 4464802947 Reformat some Go files %!s(int64=5) %!d(string=hai) anos
logout.go 228862fefa Refactor config package %!s(int64=6) %!d(string=hai) anos
middleware.go 8a812cd8ec Add basic PWA offline page %!s(int64=5) %!d(string=hai) anos
oauth2.go 4464802947 Reformat some Go files %!s(int64=5) %!d(string=hai) anos
oauth2_callback.go e45cc2d2aa Refactor user validation %!s(int64=5) %!d(string=hai) anos
oauth2_redirect.go 83f3ccab0e Remove extra column from users table (HSTORE field) %!s(int64=5) %!d(string=hai) anos
oauth2_unlink.go 83f3ccab0e Remove extra column from users table (HSTORE field) %!s(int64=5) %!d(string=hai) anos
offline.go 8a812cd8ec Add basic PWA offline page %!s(int64=5) %!d(string=hai) anos
opml_export.go 5a69a61d48 Move UI middlewares and routes to ui package %!s(int64=7) %!d(string=hai) anos
opml_import.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
opml_upload.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
pagination.go 5f266319a3 Add option to change the number of entries per page (fixes #40) %!s(int64=5) %!d(string=hai) anos
proxy.go b113af8472 Omit User-Agent header in image proxy to avoid being blocked %!s(int64=4) %!d(string=hai) anos
search_entries.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
session_list.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
session_remove.go ca45765c46 Improve logging messages in ui package %!s(int64=7) %!d(string=hai) anos
settings_show.go 78f6bbe93d Add ability to change entry sort order in the UI %!s(int64=4) %!d(string=hai) anos
settings_update.go 0d935a863f Make web app display mode configurable %!s(int64=5) %!d(string=hai) anos
share.go 9871e4f5d0 Add page to list and remove shared entries %!s(int64=6) %!d(string=hai) anos
shared_entries.go 78f6bbe93d Add ability to change entry sort order in the UI %!s(int64=4) %!d(string=hai) anos
static_app_icon.go f6ed2feab4 Use SVG sprite for icons %!s(int64=5) %!d(string=hai) anos
static_favicon.go 0de80c2ff0 Use embed package for binary assets instead of generated files %!s(int64=5) %!d(string=hai) anos
static_javascript.go 8a812cd8ec Add basic PWA offline page %!s(int64=5) %!d(string=hai) anos
static_manifest.go b21f12015e Add support for theme color based on preferred color scheme of OS %!s(int64=4) %!d(string=hai) anos
static_stylesheet.go dd3f496d06 Avoid extra HTTP request for fetching custom stylesheet %!s(int64=4) %!d(string=hai) anos
subscription_add.go 2cf9bde1af Show correct User Agent in input placeholders %!s(int64=5) %!d(string=hai) anos
subscription_bookmarklet.go ab82c4b300 Subscribe to feeds with the Android Share menu %!s(int64=5) %!d(string=hai) anos
subscription_choose.go 9242350f0e Add per feed cookies option %!s(int64=5) %!d(string=hai) anos
subscription_submit.go 9242350f0e Add per feed cookies option %!s(int64=5) %!d(string=hai) anos
ui.go e877800779 ui: Expose markCategoryAsRead %!s(int64=4) %!d(string=hai) anos
unread_entries.go 78f6bbe93d Add ability to change entry sort order in the UI %!s(int64=4) %!d(string=hai) anos
unread_mark_all_read.go a634839678 Ask for confirmation before clicking on mark all as read %!s(int64=6) %!d(string=hai) anos
user_create.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
user_edit.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
user_list.go c394a61a4e Add Prometheus exporter %!s(int64=5) %!d(string=hai) anos
user_remove.go 8fb71366f8 API: Delete users asynchronously %!s(int64=5) %!d(string=hai) anos
user_save.go e45cc2d2aa Refactor user validation %!s(int64=5) %!d(string=hai) anos
user_update.go e45cc2d2aa Refactor user validation %!s(int64=5) %!d(string=hai) anos