jvoisin 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 1 bulan lalu
..
form 4cd9dd6af7 refactor(validator): replace IsValidURL with urllib.IsAbsoluteURL 1 bulan lalu
session 5db66fc279 refactor(storage): avoid using Sprintf to update session fields 3 bulan lalu
static 873416f4be perf(ui): don't parse the keymap on every keypress 1 bulan lalu
view 0162c467f2 refactor(ui): use consistent cache-busted URL pattern for all static assets 1 bulan lalu
about.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
api_key_create.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
api_key_list.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
api_key_remove.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
api_key_save.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
category_create.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
category_edit.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
category_entries.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
category_entries_all.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
category_entries_starred.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
category_feeds.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
category_list.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
category_mark_as_read.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
category_mark_feed_as_read.go 4f504499fa fix(ui): redirect to category feeds page after marking feed as read 4 minggu lalu
category_refresh.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
category_remove.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
category_remove_feed.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
category_save.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
category_update.go 96989e2a6f fix(ui): render edit template on category update validation error 4 minggu lalu
entry_category.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
entry_enclosure_save_position.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
entry_feed.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
entry_read.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
entry_save.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
entry_scraper.go b1713dc626 refactor(mediaproxy): remove dependency on gorilla/mux 1 bulan lalu
entry_search.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
entry_starred.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
entry_tag.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
entry_toggle_starred.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
entry_unread.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
entry_update_status.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
feed_edit.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
feed_entries.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
feed_entries_all.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
feed_icon.go e9edda8ef6 refactor(response): add Text response helper 1 bulan lalu
feed_list.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
feed_mark_as_read.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
feed_refresh.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
feed_remove.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
feed_update.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
handler.go d33544e26a feat(ui): add cache busting for static icon assets 1 bulan lalu
history_entries.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
history_flush.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
integration_show.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
integration_update.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
login_check.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
login_show.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
logout.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
middleware.go fd75311621 refactor(ui): skip app session creation for static asset routes 4 minggu lalu
oauth2.go 31f077cccc refactor(oauth2): select provider explicitly by OAUTH2_PROVIDER value 1 bulan lalu
oauth2_callback.go 4e8a0e0639 fix(ui): remove sensitive values from log messages 4 minggu lalu
oauth2_redirect.go 062641330a refactor(oauth2): apply Go conventions and add GoDoc comments 1 bulan lalu
oauth2_unlink.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
offline.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
opml_export.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
opml_import.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
opml_upload.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
pagination.go df28028b24 feat(ui): add filter to search results by unread status 3 bulan lalu
proxy.go e9edda8ef6 refactor(response): add Text response helper 1 bulan lalu
search.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
session_list.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
session_remove.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
settings_show.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
settings_update.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
share.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
shared_entries.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
starred_entries.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
starred_entry_category.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
static_app_icon.go e9edda8ef6 refactor(response): add Text response helper 1 bulan lalu
static_favicon.go e9edda8ef6 refactor(response): add Text response helper 1 bulan lalu
static_javascript.go 0162c467f2 refactor(ui): use consistent cache-busted URL pattern for all static assets 1 bulan lalu
static_manifest.go d33544e26a feat(ui): add cache busting for static icon assets 1 bulan lalu
static_stylesheet.go 0162c467f2 refactor(ui): use consistent cache-busted URL pattern for all static assets 1 bulan lalu
subscription_add.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
subscription_bookmarklet.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
subscription_choose.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
subscription_submit.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
tag_entries_all.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
ui.go 4f504499fa fix(ui): redirect to category feeds page after marking feed as read 4 minggu lalu
unread_entries.go 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 3 minggu lalu
unread_entry_category.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
unread_entry_feed.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
unread_mark_all_read.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
user_create.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
user_edit.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
user_list.go b18ecc0a78 refactor(http): move response format helpers into parent package 1 bulan lalu
user_remove.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
user_save.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
user_update.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu
webauthn.go f03285883b refactor: remove dependency on gorilla/mux 1 bulan lalu