| .. |
|
form
|
2a9d91c783
feat: add entry filters at the feed level
|
пре 9 месеци |
|
session
|
117c031f1c
feat(integration)!: remove Pocket integration
|
пре 9 месеци |
|
static
|
93b17af78b
refactor(appjs): no need to check if always present elements are always present
|
пре 9 месеци |
|
view
|
0adac5c6f7
Minor code simplification in internal/ui/view/view.go
|
пре 2 година |
|
about.go
|
0cf5051cf8
feat: show size of DB on the about page
|
пре 1 година |
|
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
|
bfd8860398
feat(api): add new endpoints to manage API keys
|
пре 10 месеци |
|
api_key_save.go
|
bfd8860398
feat(api): add new endpoints to manage API keys
|
пре 10 месеци |
|
bookmark_entries.go
|
400e8974f9
fix: improve pagination when having identical publication date
|
пре 1 година |
|
category_create.go
|
168a870c02
Move internal packages to an internal folder
|
пре 2 година |
|
category_edit.go
|
d33e305af9
fix(api): `hide_globally` categories field should be a boolean
|
пре 11 месеци |
|
category_entries.go
|
400e8974f9
fix: improve pagination when having identical publication date
|
пре 1 година |
|
category_entries_all.go
|
400e8974f9
fix: improve pagination when having identical publication date
|
пре 1 година |
|
category_entries_starred.go
|
400e8974f9
fix: improve pagination when having identical publication date
|
пре 1 година |
|
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
|
2caabbe939
fix: Use `FORCE_REFRESH_INTERVAL` config for category refresh
|
пре 1 година |
|
category_remove.go
|
168a870c02
Move internal packages to an internal folder
|
пре 2 година |
|
category_remove_feed.go
|
e40446ad3c
fix(ui): Redirect correctly post feed removal from category feeds list
|
пре 1 година |
|
category_save.go
|
d33e305af9
fix(api): `hide_globally` categories field should be a boolean
|
пре 11 месеци |
|
category_update.go
|
d33e305af9
fix(api): `hide_globally` categories field should be a boolean
|
пре 11 месеци |
|
entry_bookmark.go
|
09fb05aaaf
feat: add option to always open articles externally
|
пре 10 месеци |
|
entry_category.go
|
09fb05aaaf
feat: add option to always open articles externally
|
пре 10 месеци |
|
entry_enclosure_save_position.go
|
f6f63b5282
Avoid warnings in ui package
|
пре 2 година |
|
entry_feed.go
|
09fb05aaaf
feat: add option to always open articles externally
|
пре 10 месеци |
|
entry_read.go
|
09fb05aaaf
feat: add option to always open articles externally
|
пре 10 месеци |
|
entry_save.go
|
9990afb722
Add webhook event for saving entry
|
пре 2 година |
|
entry_scraper.go
|
c2311e316c
Rename PROXY_* options to MEDIA_PROXY_*
|
пре 2 година |
|
entry_search.go
|
09fb05aaaf
feat: add option to always open articles externally
|
пре 10 месеци |
|
entry_tag.go
|
4f55361f5f
feat: mark media as read when playback reaches 90%
|
пре 1 година |
|
entry_toggle_bookmark.go
|
168a870c02
Move internal packages to an internal folder
|
пре 2 година |
|
entry_unread.go
|
09fb05aaaf
feat: add option to always open articles externally
|
пре 10 месеци |
|
entry_update_status.go
|
168a870c02
Move internal packages to an internal folder
|
пре 2 година |
|
feed_edit.go
|
2a9d91c783
feat: add entry filters at the feed level
|
пре 9 месеци |
|
feed_entries.go
|
400e8974f9
fix: improve pagination when having identical publication date
|
пре 1 година |
|
feed_entries_all.go
|
400e8974f9
fix: improve pagination when having identical publication date
|
пре 1 година |
|
feed_icon.go
|
cb695e653a
fix(security): use a more restrictive CSP for untrusted content
|
пре 1 година |
|
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
|
ef22e95f8b
feat: implement proxy URL per feed
|
пре 1 година |
|
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_show.go
|
117c031f1c
feat(integration)!: remove Pocket integration
|
пре 9 месеци |
|
integration_update.go
|
5a7d6f8997
Make use of printer.Print when possible
|
пре 2 година |
|
login_check.go
|
770cc1dbb3
feat: Add option to disable local auth form
|
пре 1 година |
|
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
|
560be66147
refactor(misc): Use proper slog.XXX instead of slog.Any
|
пре 9 месеци |
|
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
|
770cc1dbb3
feat: Add option to disable local auth form
|
пре 1 година |
|
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
|
ef22e95f8b
feat: implement proxy URL per feed
|
пре 1 година |
|
pagination.go
|
a46e702536
Add navigation to last/first page
|
пре 1 година |
|
proxy.go
|
cb695e653a
fix(security): use a more restrictive CSP for untrusted content
|
пре 1 година |
|
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
|
8db637cb39
feat(ui): add user setting to control `target="_blank"` on links
|
пре 10 месеци |
|
settings_update.go
|
5ae2cbd943
feat(settings): add validation for entry order and categories sorting order
|
пре 10 месеци |
|
share.go
|
168a870c02
Move internal packages to an internal folder
|
пре 2 година |
|
shared_entries.go
|
400e8974f9
fix: improve pagination when having identical publication date
|
пре 1 година |
|
static_app_icon.go
|
2c4c845cd2
http/response: add brotli compression support
|
пре 1 година |
|
static_favicon.go
|
168a870c02
Move internal packages to an internal folder
|
пре 2 година |
|
static_javascript.go
|
ee926e73cb
feat: add license info to js, for LibreJS compatibility
|
пре 1 година |
|
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
|
535fd050b7
feat: add proxy rotation functionality
|
пре 1 година |
|
subscription_bookmarklet.go
|
535fd050b7
feat: add proxy rotation functionality
|
пре 1 година |
|
subscription_choose.go
|
2a9d91c783
feat: add entry filters at the feed level
|
пре 9 месеци |
|
subscription_submit.go
|
2a9d91c783
feat: add entry filters at the feed level
|
пре 9 месеци |
|
tag_entries_all.go
|
400e8974f9
fix: improve pagination when having identical publication date
|
пре 1 година |
|
ui.go
|
117c031f1c
feat(integration)!: remove Pocket integration
|
пре 9 месеци |
|
unread_entries.go
|
e0f7e6f2a8
feat(config)!: remove `SERVER_TIMING_HEADER` config option
|
пре 9 месеци |
|
unread_entry_category.go
|
09fb05aaaf
feat: add option to always open articles externally
|
пре 10 месеци |
|
unread_entry_feed.go
|
09fb05aaaf
feat: add option to always open articles externally
|
пре 10 месеци |
|
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
|
b65373db7e
feat(webauthn): perfer creation of a client-side discoverable credential
|
пре 10 месеци |