Julien Voisin 6af0cd5b5c refactor(js): simplify a bit `keyboard_handler.js` vor 1 Jahr
..
form a702bf0342 feat(ntfy): Add option to use internal links vor 1 Jahr
session 62ef8ed57a Add WebAuthn / Passkey integration vor 2 Jahren
static 6af0cd5b5c refactor(js): simplify a bit `keyboard_handler.js` vor 1 Jahr
view 0adac5c6f7 Minor code simplification in internal/ui/view/view.go vor 2 Jahren
about.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
api_key_create.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
api_key_list.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
api_key_remove.go c0e954f19d Implement structured logging using log/slog package vor 3 Jahren
api_key_save.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages vor 2 Jahren
bookmark_entries.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
category_create.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
category_edit.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
category_entries.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
category_entries_all.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
category_entries_starred.go 5c38688783 feat: add button to show only starred entries per category vor 2 Jahren
category_feeds.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
category_list.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
category_mark_as_read.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
category_refresh.go 2caabbe939 fix: Use `FORCE_REFRESH_INTERVAL` config for category refresh vor 2 Jahren
category_remove.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
category_save.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages vor 2 Jahren
category_update.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages vor 2 Jahren
entry_bookmark.go 4f55361f5f feat: mark media as read when playback reaches 90% vor 2 Jahren
entry_category.go 4f55361f5f feat: mark media as read when playback reaches 90% vor 2 Jahren
entry_enclosure_save_position.go f6f63b5282 Avoid warnings in ui package vor 2 Jahren
entry_feed.go 4f55361f5f feat: mark media as read when playback reaches 90% vor 2 Jahren
entry_read.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
entry_save.go 9990afb722 Add webhook event for saving entry vor 3 Jahren
entry_scraper.go c2311e316c Rename PROXY_* options to MEDIA_PROXY_* vor 2 Jahren
entry_search.go 4f55361f5f feat: mark media as read when playback reaches 90% vor 2 Jahren
entry_tag.go 4f55361f5f feat: mark media as read when playback reaches 90% vor 2 Jahren
entry_toggle_bookmark.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
entry_unread.go 4f55361f5f feat: mark media as read when playback reaches 90% vor 2 Jahren
entry_update_status.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
feed_edit.go 968355f9b9 feat(integration): add ntfy integration vor 2 Jahren
feed_entries.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
feed_entries_all.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
feed_icon.go 2c4c845cd2 http/response: add brotli compression support vor 2 Jahren
feed_list.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
feed_mark_as_read.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
feed_refresh.go 5a7d6f8997 Make use of printer.Print when possible vor 2 Jahren
feed_remove.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
feed_update.go a33b1adf13 Add description field to feed settings vor 2 Jahren
handler.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
history_entries.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
history_flush.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
integration_pocket.go 5a7d6f8997 Make use of printer.Print when possible vor 2 Jahren
integration_show.go a702bf0342 feat(ntfy): Add option to use internal links vor 1 Jahr
integration_update.go 5a7d6f8997 Make use of printer.Print when possible vor 2 Jahren
login_check.go 770cc1dbb3 feat: Add option to disable local auth form vor 2 Jahren
login_show.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
logout.go c0e954f19d Implement structured logging using log/slog package vor 3 Jahren
middleware.go d55b410800 Use constant-time comparison for anti-csrf tokens vor 2 Jahren
oauth2.go fbce915d84 Add profile scope to OIDC integration to support accounts without email vor 3 Jahren
oauth2_callback.go 5a7d6f8997 Make use of printer.Print when possible vor 2 Jahren
oauth2_redirect.go c0e954f19d Implement structured logging using log/slog package vor 3 Jahren
oauth2_unlink.go 770cc1dbb3 feat: Add option to disable local auth form vor 2 Jahren
offline.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
opml_export.go f98fc1e03a Add command line argument to export user feeds vor 3 Jahren
opml_import.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
opml_upload.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages vor 2 Jahren
pagination.go a46e702536 Add navigation to last/first page vor 2 Jahren
proxy.go 7c5d6cf35f feat(mediaproxy): pass original filename in Content-Disposition header vor 1 Jahr
search.go abdd5876a1 Move search form to a dedicated page vor 2 Jahren
session_list.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
session_remove.go c0e954f19d Implement structured logging using log/slog package vor 3 Jahren
settings_show.go f5fde36d45 fix(ui): reading preferences are reset if the form values are incorrect vor 1 Jahr
settings_update.go f5fde36d45 fix(ui): reading preferences are reset if the form values are incorrect vor 1 Jahr
share.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
shared_entries.go 907941394b feat: add pagination to shared entries listing vor 2 Jahren
static_app_icon.go 2c4c845cd2 http/response: add brotli compression support vor 2 Jahren
static_favicon.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
static_javascript.go ee926e73cb feat: add license info to js, for LibreJS compatibility vor 2 Jahren
static_manifest.go a73d58aad5 Status bar is unreadable when using PWA in dark mode on Firefox Android vor 3 Jahren
static_stylesheet.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
subscription_add.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
subscription_bookmarklet.go 5c5ad19c43 feat: replace `xurls` third-party module with an ad-hoc regexp vor 1 Jahr
subscription_choose.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
subscription_submit.go 8e28e41b02 Use struct embedding to reduce code duplication vor 2 Jahren
tag_entries_all.go 647c66e70a ui: add tag entries page vor 2 Jahren
ui.go 5c38688783 feat: add button to show only starred entries per category vor 2 Jahren
unread_entries.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
unread_entry_category.go 4f55361f5f feat: mark media as read when playback reaches 90% vor 2 Jahren
unread_entry_feed.go 4f55361f5f feat: mark media as read when playback reaches 90% vor 2 Jahren
unread_mark_all_read.go 168a870c02 Move internal packages to an internal folder vor 3 Jahren
user_create.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
user_edit.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
user_list.go 8d80e9103f Delay call of `view.New` after logging the user in vor 2 Jahren
user_remove.go c0e954f19d Implement structured logging using log/slog package vor 3 Jahren
user_save.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages vor 2 Jahren
user_update.go 14e25ab9fe Refactor HTTP Client and LocalizedError packages vor 2 Jahren
webauthn.go 2bcc4b8399 fix(webauthn): add backup eligibility flag workaround to avoid a 401 vor 1 Jahr