Michael Kuhn 35edd8ea92 Fix clicking unread counter hace 2 años
..
form 00dabc1d3c feat: Media player: Conrol playback speed hace 2 años
session 62ef8ed57a Add WebAuthn / Passkey integration hace 2 años
static 35edd8ea92 Fix clicking unread counter hace 2 años
view 0adac5c6f7 Minor code simplification in internal/ui/view/view.go hace 2 años
about.go 168a870c02 Move internal packages to an internal folder hace 3 años
api_key_create.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
api_key_list.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
api_key_remove.go c0e954f19d Implement structured logging using log/slog package hace 2 años
api_key_save.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages hace 2 años
bookmark_entries.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
category_create.go 168a870c02 Move internal packages to an internal folder hace 3 años
category_edit.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
category_entries.go 168a870c02 Move internal packages to an internal folder hace 3 años
category_entries_all.go 168a870c02 Move internal packages to an internal folder hace 3 años
category_feeds.go 168a870c02 Move internal packages to an internal folder hace 3 años
category_list.go 168a870c02 Move internal packages to an internal folder hace 3 años
category_mark_as_read.go 168a870c02 Move internal packages to an internal folder hace 3 años
category_refresh.go 5a7d6f8997 Make use of printer.Print when possible hace 2 años
category_remove.go 168a870c02 Move internal packages to an internal folder hace 3 años
category_save.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages hace 2 años
category_update.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages hace 2 años
entry_bookmark.go 168a870c02 Move internal packages to an internal folder hace 3 años
entry_category.go 168a870c02 Move internal packages to an internal folder hace 3 años
entry_enclosure_save_position.go f6f63b5282 Avoid warnings in ui package hace 2 años
entry_feed.go 168a870c02 Move internal packages to an internal folder hace 3 años
entry_read.go 168a870c02 Move internal packages to an internal folder hace 3 años
entry_save.go 9990afb722 Add webhook event for saving entry hace 2 años
entry_scraper.go c2311e316c Rename PROXY_* options to MEDIA_PROXY_* hace 2 años
entry_search.go 168a870c02 Move internal packages to an internal folder hace 3 años
entry_toggle_bookmark.go 168a870c02 Move internal packages to an internal folder hace 3 años
entry_unread.go 168a870c02 Move internal packages to an internal folder hace 3 años
entry_update_status.go 168a870c02 Move internal packages to an internal folder hace 3 años
feed_edit.go eae4cb1417 Add feed option to disable HTTP/2 to avoid fingerprinting hace 2 años
feed_entries.go 168a870c02 Move internal packages to an internal folder hace 3 años
feed_entries_all.go 168a870c02 Move internal packages to an internal folder hace 3 años
feed_icon.go 168a870c02 Move internal packages to an internal folder hace 3 años
feed_list.go 168a870c02 Move internal packages to an internal folder hace 3 años
feed_mark_as_read.go 168a870c02 Move internal packages to an internal folder hace 3 años
feed_refresh.go 5a7d6f8997 Make use of printer.Print when possible hace 2 años
feed_remove.go 168a870c02 Move internal packages to an internal folder hace 3 años
feed_update.go f6404290ba Replace Optional{Int,Int64,Float64} with a generic function OptionalNumber() hace 2 años
handler.go 168a870c02 Move internal packages to an internal folder hace 3 años
history_entries.go 168a870c02 Move internal packages to an internal folder hace 3 años
history_flush.go 168a870c02 Move internal packages to an internal folder hace 3 años
integration_pocket.go 5a7d6f8997 Make use of printer.Print when possible hace 2 años
integration_show.go cfdb890eae Add Readeck integration hace 2 años
integration_update.go 5a7d6f8997 Make use of printer.Print when possible hace 2 años
login_check.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages hace 2 años
login_show.go 168a870c02 Move internal packages to an internal folder hace 3 años
logout.go c0e954f19d Implement structured logging using log/slog package hace 2 años
middleware.go d55b410800 Use constant-time comparison for anti-csrf tokens hace 2 años
oauth2.go fbce915d84 Add profile scope to OIDC integration to support accounts without email hace 2 años
oauth2_callback.go 5a7d6f8997 Make use of printer.Print when possible hace 2 años
oauth2_redirect.go c0e954f19d Implement structured logging using log/slog package hace 2 años
oauth2_unlink.go 5a7d6f8997 Make use of printer.Print when possible hace 2 años
offline.go 168a870c02 Move internal packages to an internal folder hace 3 años
opml_export.go f98fc1e03a Add command line argument to export user feeds hace 2 años
opml_import.go 168a870c02 Move internal packages to an internal folder hace 3 años
opml_upload.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages hace 2 años
pagination.go 168a870c02 Move internal packages to an internal folder hace 3 años
proxy.go c2311e316c Rename PROXY_* options to MEDIA_PROXY_* hace 2 años
search.go abdd5876a1 Move search form to a dedicated page hace 2 años
session_list.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
session_remove.go c0e954f19d Implement structured logging using log/slog package hace 2 años
settings_show.go 00dabc1d3c feat: Media player: Conrol playback speed hace 2 años
settings_update.go f6404290ba Replace Optional{Int,Int64,Float64} with a generic function OptionalNumber() hace 2 años
share.go 168a870c02 Move internal packages to an internal folder hace 3 años
shared_entries.go 168a870c02 Move internal packages to an internal folder hace 3 años
static_app_icon.go 168a870c02 Move internal packages to an internal folder hace 3 años
static_favicon.go 168a870c02 Move internal packages to an internal folder hace 3 años
static_javascript.go b1e73fafdf Enable go-critic linter and fix various issues detected hace 2 años
static_manifest.go a73d58aad5 Status bar is unreadable when using PWA in dark mode on Firefox Android hace 2 años
static_stylesheet.go 168a870c02 Move internal packages to an internal folder hace 3 años
subscription_add.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
subscription_bookmarklet.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
subscription_choose.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
subscription_submit.go 8e28e41b02 Use struct embedding to reduce code duplication hace 2 años
ui.go abdd5876a1 Move search form to a dedicated page hace 2 años
unread_entries.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
unread_entry_category.go 980c5c63df Limit feed/category entry pagination to unread entries when coming from unread entry list hace 2 años
unread_entry_feed.go 980c5c63df Limit feed/category entry pagination to unread entries when coming from unread entry list hace 2 años
unread_mark_all_read.go 168a870c02 Move internal packages to an internal folder hace 3 años
user_create.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
user_edit.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
user_list.go 8d80e9103f Delay call of `view.New` after logging the user in hace 2 años
user_remove.go c0e954f19d Implement structured logging using log/slog package hace 2 años
user_save.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages hace 2 años
user_update.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages hace 2 años
webauthn.go f6f63b5282 Avoid warnings in ui package hace 2 años