gudvinr 9dfed35946 refactor(storage): consistent construction of query builders vor 5 Tagen
..
form 059ec55f52 security(webauthn)!: require discoverable passkeys vor 2 Wochen
static 059ec55f52 security(webauthn)!: require discoverable passkeys vor 2 Wochen
view ee6c390aac fix(ui): rename flash message template variables vor 1 Monat
about.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
api_key_create.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
api_key_list.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
api_key_remove.go f03285883b refactor: remove dependency on gorilla/mux vor 2 Monaten
api_key_save.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
auth.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
auth_proxy_middleware.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
category_create.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
category_edit.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
category_entries.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
category_entries_all.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
category_entries_starred.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
category_feeds.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
category_list.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
category_mark_as_read.go f03285883b refactor: remove dependency on gorilla/mux vor 2 Monaten
category_mark_feed_as_read.go 4f504499fa fix(ui): redirect to category feeds page after marking feed as read vor 1 Monat
category_refresh.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
category_remove.go f03285883b refactor: remove dependency on gorilla/mux vor 2 Monaten
category_remove_feed.go f03285883b refactor: remove dependency on gorilla/mux vor 2 Monaten
category_save.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
category_update.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
csrf_middleware.go 08de9546e3 fix(csrf): apply CSRF to all non-safe methods vor 2 Wochen
entry_category.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
entry_enclosure_save_position.go b18ecc0a78 refactor(http): move response format helpers into parent package vor 2 Monaten
entry_feed.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
entry_read.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
entry_save.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
entry_scraper.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
entry_search.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
entry_starred.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
entry_tag.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
entry_toggle_starred.go b18ecc0a78 refactor(http): move response format helpers into parent package vor 2 Monaten
entry_unread.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
entry_update_status.go 08113e50bb perf(storage): merge status update and visible count query vor 1 Monat
feed_edit.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
feed_entries.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
feed_entries_all.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
feed_icon.go e9edda8ef6 refactor(response): add Text response helper vor 2 Monaten
feed_list.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
feed_mark_as_read.go f03285883b refactor: remove dependency on gorilla/mux vor 2 Monaten
feed_refresh.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
feed_remove.go f03285883b refactor: remove dependency on gorilla/mux vor 2 Monaten
feed_update.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
handler.go d33544e26a feat(ui): add cache busting for static icon assets vor 2 Monaten
history_entries.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
history_flush.go b18ecc0a78 refactor(http): move response format helpers into parent package vor 2 Monaten
integration_show.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
integration_update.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
login_check.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
login_show.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
logout.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
oauth2_callback.go fc68e33681 fix(oauth2): reject empty state when no flow is in progress vor 2 Wochen
oauth2_redirect.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
oauth2_unlink.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
offline.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
opml_export.go b18ecc0a78 refactor(http): move response format helpers into parent package vor 2 Monaten
opml_import.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
opml_upload.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
pagination.go df28028b24 feat(ui): add filter to search results by unread status vor 4 Monaten
proxy.go 75753ce8b3 fix(http): sanitize filename in Content-Disposition header vor 1 Monat
routes.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
search.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
session_list.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
session_remove.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
settings_show.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
settings_update.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
share.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
shared_entries.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
starred_entries.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
starred_entry_category.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
static_app_icon.go e9edda8ef6 refactor(response): add Text response helper vor 2 Monaten
static_favicon.go e9edda8ef6 refactor(response): add Text response helper vor 2 Monaten
static_javascript.go 0162c467f2 refactor(ui): use consistent cache-busted URL pattern for all static assets vor 2 Monaten
static_manifest.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
static_stylesheet.go 0162c467f2 refactor(ui): use consistent cache-busted URL pattern for all static assets vor 2 Monaten
subscription_add.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
subscription_bookmarklet.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
subscription_choose.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
subscription_submit.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
tag_entries_all.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
ui.go 06e36c3e54 Revert "feat(ui): add stdlib cross-origin protection middleware" vor 1 Woche
unread_entries.go 95f5f1e77d refactor(storage): use query builder as builder vor 2 Tagen
unread_entry_category.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
unread_entry_feed.go 9dfed35946 refactor(storage): consistent construction of query builders vor 2 Tagen
unread_mark_all_read.go b18ecc0a78 refactor(http): move response format helpers into parent package vor 2 Monaten
user_create.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
user_edit.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
user_list.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
user_remove.go f03285883b refactor: remove dependency on gorilla/mux vor 2 Monaten
user_save.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
user_update.go b7da3634e4 perf(misc): batch navigational information queries vor 2 Wochen
web_session_middleware.go 182a010ea7 refactor: rewrite and simplify web sessions management vor 1 Monat
webauthn.go 0642e8a3ea fix(webauthn): persist backup flags vor 2 Wochen