Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-26 | feat(webauthn): show help message regarding username and non-discoverable ↵ | 1 | -0/+1 | ||
credentials The username is required for non-resident keys, but it's not necessary for discoverable credentials like Passkeys. | |||||
2024-10-18 | feat(integration): add cubox integration | 1 | -0/+2 | ||
Signed-off-by: Shaolong Chen <shaolong.chen@outlook.it> | |||||
2024-10-05 | feat: add new settings option to allow external fonts | 1 | -1/+4 | ||
2024-10-05 | feat: add custom user JavaScript | 1 | -0/+1 | ||
2024-09-02 | feat(locale): add dummy translations for menu.show_only_starred_entries | 1 | -0/+1 | ||
2024-08-12 | feat: allow customizing the display name of the OpenID Connect provider | 1 | -3/+3 | ||
2024-07-28 | feat: mark media as read when playback reaches 90% | 1 | -0/+3 | ||
2024-07-13 | feat(integration): add ntfy integration | 1 | -0/+14 | ||
2024-07-04 | Add Betula integration | 1 | -0/+3 | ||
2024-07-02 | Add global block and keep filters | 1 | -0/+9 | ||
2024-06-28 | Add navigation to last/first page | 1 | -0/+2 | ||
2024-05-06 | Add description field to feed settings | 1 | -0/+1 | ||
This adds a new "description" field to the feed settings. This allows to save custom description regarding a feed. It is also exported and imported as "description" in OPML. | |||||
2024-05-02 | integration/raindrop: initial draft implementation | 1 | -0/+4 | ||
2024-04-26 | add seek and speed controls to media player | 1 | -1/+10 | ||
When listening to podcast, it is usual to want to speed up the playback. https://github.com/miniflux/v2/pull/2521 was addressing the need globally, this PR allow to address it for just the current open enclosure media. (no save) Some Browser already include this control directly, but firefox does not (directly anyway). Also, it is often useful to be able to skip chunk of a podcast, to skip commercials for example, or get back a bit because we couldn't hear the last part. I added rudimentary seek controls with the usual +/-10 and 30 seconds chuck size. This is pretty handy when podcast are very long and using the seek bar is way too tricky to just skip 30s. As always, I'm French and could only provide English and French translation for the few text I added in the locale/translations files. Any help is welcome. Tested mostly on Firefox (121.0) and quickly on Vivaldi(6.5.3206.53), chrome based. Fixes: #1845 #1846 | |||||
2024-04-14 | ui: add tag entries page | 1 | -0/+1 | ||
2024-03-19 | Add keyboard shortcuts for scrolling to top/bottom of the item list | 1 | -0/+2 | ||
2024-03-17 | Enable go-critic linter and fix various issues detected | 1 | -1/+1 | ||
2024-03-17 | feat: Media player: Conrol playback speed | 1 | -1/+3 | ||
fix #1845 | |||||
2024-03-01 | Move search form to a dedicated page | 1 | -0/+1 | ||
2024-02-29 | Add unit test to ensure each translation has the correct number of plurals | 1 | -25/+17 | ||
2024-02-24 | Add feed option to disable HTTP/2 to avoid fingerprinting | 1 | -0/+1 | ||
2024-02-21 | Add Readeck integration | 1 | -0/+5 | ||
2024-02-11 | Add Linkwarden integration | 1 | -0/+3 | ||
2024-02-05 | Remove translation key page.categories.unread_counter | 1 | -1/+0 | ||
2024-02-04 | Add styling to search button | 1 | -1/+1 | ||
2024-02-04 | Improve translation of hidden aria elements | 1 | -9/+26 | ||
2024-02-04 | improve feed, entry, category a11y | 1 | -0/+1 | ||
2024-02-04 | fix missing translation key | 1 | -0/+1 | ||
2024-02-04 | add search landmark and disclosure pattern to menu | 1 | -0/+2 | ||
2024-02-04 | improve page-header a11y | 1 | -1/+8 | ||
add nav landmark for links labeling the purpose of nav in page-header labeling the meaning of total number in page-header title | |||||
2024-01-25 | feat: add linkace service integration | 1 | -0/+6 | ||
2024-01-02 | Add `FORCE_REFRESH_INTERVAL` config option | 1 | -1/+4 | ||
2023-12-04 | Add Omnivore integration | 1 | -1/+4 | ||
2023-11-05 | Add WebAuthn / Passkey integration | 1 | -1/+15 | ||
This is a rebase of #1618 in which @dave-atx added WebAuthn support. Closes #1618 | |||||
2023-11-01 | Fix error handling and logging issue after refactoring | 1 | -1/+1 | ||
2023-10-22 | Refactor feed discovery and avoid an extra HTTP request if the url provided ↵ | 1 | -1/+2 | ||
is the feed | |||||
2023-10-22 | Refactor HTTP Client and LocalizedError packages | 1 | -20/+24 | ||
2023-10-22 | Add RSS-Bridge integration | 1 | -0/+2 | ||
2023-10-20 | Refactor Batch Builder and prevent accidental and excessive refreshes from ↵ | 1 | -1/+1 | ||
the web ui | |||||
2023-10-18 | Add new page for background feeds refresh | 1 | -1/+3 | ||
2023-10-17 | Expose `next_check_at` in the web ui and API | 1 | -0/+1 | ||
2023-09-27 | Telegram: add the possibility to disable buttons | 1 | -0/+1 | ||
Closes #2093 | |||||
2023-09-11 | Group settings form fields into fieldsets | 1 | -0/+7 | ||
2023-09-10 | Improve Telegram integration | 1 | -0/+3 | ||
- Remove dependency on `go-telegram-bot-api` - Add new options: optional topic ID, disable page preview, disable notifications - Add new button to go to article | |||||
2023-09-09 | Add generic webhook integration | 1 | -0/+3 | ||
2023-09-09 | Apprise Service Urls per feed | 1 | -0/+1 | ||
2023-08-14 | Use stdlib HTTP client for third-party integrations | 1 | -1/+1 | ||
2023-08-13 | Add Shaarli integration | 1 | -0/+3 | ||
2023-08-13 | Add Shiori integration | 1 | -0/+4 | ||
2023-08-10 | Move internal packages to an internal folder | 1 | -0/+424 | ||
For reference: https://go.dev/doc/go1.4#internalpackages |