Frédéric Guillot 7a307f8e74 Fix regression: Add to Home Screen button is unreadable 2 年之前
..
form eae4cb1417 Add feed option to disable HTTP/2 to avoid fingerprinting 2 年之前
session 62ef8ed57a Add WebAuthn / Passkey integration 2 年之前
static 7a307f8e74 Fix regression: Add to Home Screen button is unreadable 2 年之前
view 0adac5c6f7 Minor code simplification in internal/ui/view/view.go 2 年之前
about.go 168a870c02 Move internal packages to an internal folder 2 年之前
api_key_create.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
api_key_list.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
api_key_remove.go c0e954f19d Implement structured logging using log/slog package 2 年之前
api_key_save.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages 2 年之前
bookmark_entries.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
category_create.go 168a870c02 Move internal packages to an internal folder 2 年之前
category_edit.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
category_entries.go 168a870c02 Move internal packages to an internal folder 2 年之前
category_entries_all.go 168a870c02 Move internal packages to an internal folder 2 年之前
category_feeds.go 168a870c02 Move internal packages to an internal folder 2 年之前
category_list.go 168a870c02 Move internal packages to an internal folder 2 年之前
category_mark_as_read.go 168a870c02 Move internal packages to an internal folder 2 年之前
category_refresh.go 5a7d6f8997 Make use of printer.Print when possible 2 年之前
category_remove.go 168a870c02 Move internal packages to an internal folder 2 年之前
category_save.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages 2 年之前
category_update.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages 2 年之前
entry_bookmark.go 168a870c02 Move internal packages to an internal folder 2 年之前
entry_category.go 168a870c02 Move internal packages to an internal folder 2 年之前
entry_enclosure_save_position.go 168a870c02 Move internal packages to an internal folder 2 年之前
entry_feed.go 168a870c02 Move internal packages to an internal folder 2 年之前
entry_read.go 168a870c02 Move internal packages to an internal folder 2 年之前
entry_save.go 9990afb722 Add webhook event for saving entry 2 年之前
entry_scraper.go e4285c2cba Add API endpoint to update entry title and content 2 年之前
entry_search.go 168a870c02 Move internal packages to an internal folder 2 年之前
entry_toggle_bookmark.go 168a870c02 Move internal packages to an internal folder 2 年之前
entry_unread.go 168a870c02 Move internal packages to an internal folder 2 年之前
entry_update_status.go 168a870c02 Move internal packages to an internal folder 2 年之前
feed_edit.go eae4cb1417 Add feed option to disable HTTP/2 to avoid fingerprinting 2 年之前
feed_entries.go 168a870c02 Move internal packages to an internal folder 2 年之前
feed_entries_all.go 168a870c02 Move internal packages to an internal folder 2 年之前
feed_icon.go 168a870c02 Move internal packages to an internal folder 2 年之前
feed_list.go 168a870c02 Move internal packages to an internal folder 2 年之前
feed_mark_as_read.go 168a870c02 Move internal packages to an internal folder 2 年之前
feed_refresh.go 5a7d6f8997 Make use of printer.Print when possible 2 年之前
feed_remove.go 168a870c02 Move internal packages to an internal folder 2 年之前
feed_update.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages 2 年之前
handler.go 168a870c02 Move internal packages to an internal folder 2 年之前
history_entries.go 168a870c02 Move internal packages to an internal folder 2 年之前
history_flush.go 168a870c02 Move internal packages to an internal folder 2 年之前
integration_pocket.go 5a7d6f8997 Make use of printer.Print when possible 2 年之前
integration_show.go cfdb890eae Add Readeck integration 2 年之前
integration_update.go 5a7d6f8997 Make use of printer.Print when possible 2 年之前
login_check.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages 2 年之前
login_show.go 168a870c02 Move internal packages to an internal folder 2 年之前
logout.go c0e954f19d Implement structured logging using log/slog package 2 年之前
middleware.go d55b410800 Use constant-time comparison for anti-csrf tokens 2 年之前
oauth2.go fbce915d84 Add profile scope to OIDC integration to support accounts without email 2 年之前
oauth2_callback.go 5a7d6f8997 Make use of printer.Print when possible 2 年之前
oauth2_redirect.go c0e954f19d Implement structured logging using log/slog package 2 年之前
oauth2_unlink.go 5a7d6f8997 Make use of printer.Print when possible 2 年之前
offline.go 168a870c02 Move internal packages to an internal folder 2 年之前
opml_export.go f98fc1e03a Add command line argument to export user feeds 2 年之前
opml_import.go 168a870c02 Move internal packages to an internal folder 2 年之前
opml_upload.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages 2 年之前
pagination.go 168a870c02 Move internal packages to an internal folder 2 年之前
proxy.go 97feec8ebf Add more URL validation in media proxy 2 年之前
search.go abdd5876a1 Move search form to a dedicated page 2 年之前
session_list.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
session_remove.go c0e954f19d Implement structured logging using log/slog package 2 年之前
settings_show.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
settings_update.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
share.go 168a870c02 Move internal packages to an internal folder 2 年之前
shared_entries.go 168a870c02 Move internal packages to an internal folder 2 年之前
static_app_icon.go 168a870c02 Move internal packages to an internal folder 2 年之前
static_favicon.go 168a870c02 Move internal packages to an internal folder 2 年之前
static_javascript.go b04550e2f2 Use `%q` instead of `"%s"` 2 年之前
static_manifest.go a73d58aad5 Status bar is unreadable when using PWA in dark mode on Firefox Android 2 年之前
static_stylesheet.go 168a870c02 Move internal packages to an internal folder 2 年之前
subscription_add.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
subscription_bookmarklet.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
subscription_choose.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
subscription_submit.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
ui.go abdd5876a1 Move search form to a dedicated page 2 年之前
unread_entries.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
unread_entry_category.go 980c5c63df Limit feed/category entry pagination to unread entries when coming from unread entry list 2 年之前
unread_entry_feed.go 980c5c63df Limit feed/category entry pagination to unread entries when coming from unread entry list 2 年之前
unread_mark_all_read.go 168a870c02 Move internal packages to an internal folder 2 年之前
user_create.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
user_edit.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
user_list.go 8d80e9103f Delay call of `view.New` after logging the user in 2 年之前
user_remove.go c0e954f19d Implement structured logging using log/slog package 2 年之前
user_save.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages 2 年之前
user_update.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages 2 年之前
webauthn.go 2b8342fcd5 Refactor WebAuthn Javascript code 2 年之前