aboutsummaryrefslogtreecommitdiff
path: root/internal/locale/translations/it_IT.json (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-26feat(webauthn): show help message regarding username and non-discoverable ↵Gravatar Frédéric Guillot 1-0/+1
credentials The username is required for non-resident keys, but it's not necessary for discoverable credentials like Passkeys.
2024-10-18feat(integration): add cubox integrationGravatar Shaolong Chen 1-0/+2
Signed-off-by: Shaolong Chen <shaolong.chen@outlook.it>
2024-10-05feat: add new settings option to allow external fontsGravatar Frédéric Guillot 1-1/+4
2024-10-05feat: add custom user JavaScriptGravatar milhnl 1-0/+1
2024-09-02feat(locale): add translations for menu.show_only_starred_entriesGravatar Kierán Meinhardt 1-0/+1
2024-08-12feat: allow customizing the display name of the OpenID Connect providerGravatar Finn 1-3/+3
2024-07-28feat: mark media as read when playback reaches 90%Gravatar Loïc Doubinine 1-0/+3
2024-07-13feat(integration): add ntfy integrationGravatar Frédéric Guillot 1-0/+14
2024-07-04Add Betula integrationGravatar Danila Gorelko 1-0/+3
2024-07-02Add global block and keep filtersGravatar privatmamtora 1-0/+9
2024-06-28Add navigation to last/first pageGravatar Wojtek 1-0/+2
2024-05-06Add description field to feed settingsGravatar Jan-Lukas Else 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-02integration/raindrop: initial draft implementationGravatar Alpha Chen 1-0/+4
2024-04-26add seek and speed controls to media playerGravatar Ztec 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-14ui: add tag entries pageGravatar Romain de Laage 1-0/+1
2024-03-19Add keyboard shortcuts for scrolling to top/bottom of the item listGravatar Matt Behrens 1-0/+2
2024-03-17Enable go-critic linter and fix various issues detectedGravatar Frédéric Guillot 1-1/+1
2024-03-17feat: Media player: Conrol playback speedGravatar Romain de Laage 1-1/+3
fix #1845
2024-03-01Move search form to a dedicated pageGravatar Frédéric Guillot 1-0/+1
2024-02-24Add feed option to disable HTTP/2 to avoid fingerprintingGravatar Frédéric Guillot 1-0/+1
2024-02-21Add Readeck integrationGravatar MSTCL 1-0/+5
2024-02-11Add Linkwarden integrationGravatar knrdl 1-0/+3
2024-02-05Remove translation key page.categories.unread_counterGravatar Frédéric Guillot 1-1/+0
2024-02-04Add styling to search buttonGravatar Frédéric Guillot 1-1/+1
2024-02-04Improve translation of hidden aria elementsGravatar Frédéric Guillot 1-9/+26
2024-02-04improve feed, entry, category a11yGravatar krvpb024 1-0/+1
2024-02-04fix missing translation keyGravatar krvpb024 1-0/+1
2024-02-04add search landmark and disclosure pattern to menuGravatar krvpb024 1-0/+2
2024-02-04improve page-header a11yGravatar krvpb024 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-25feat: add linkace service integrationGravatar MDeLuise 1-0/+6
2024-01-02Add `FORCE_REFRESH_INTERVAL` config optionGravatar notsmarthuman 1-1/+4
2023-12-04Add Omnivore integrationGravatar Jesse Jaggars 1-1/+4
2023-11-05Add WebAuthn / Passkey integrationGravatar Florian Rüchel 1-1/+15
This is a rebase of #1618 in which @dave-atx added WebAuthn support. Closes #1618
2023-11-01Fix error handling and logging issue after refactoringGravatar Frédéric Guillot 1-1/+1
2023-10-22Refactor feed discovery and avoid an extra HTTP request if the url provided ↵Gravatar Frédéric Guillot 1-1/+2
is the feed
2023-10-22Refactor HTTP Client and LocalizedError packagesGravatar Frédéric Guillot 1-1/+24
2023-10-22Add RSS-Bridge integrationGravatar Ryan Stafford 1-0/+2
2023-10-20Refactor Batch Builder and prevent accidental and excessive refreshes from ↵Gravatar Frédéric Guillot 1-1/+1
the web ui
2023-10-18Add new page for background feeds refreshGravatar Frédéric Guillot 1-1/+3
2023-10-17Expose `next_check_at` in the web ui and APIGravatar Frédéric Guillot 1-0/+1
2023-09-27Telegram: add the possibility to disable buttonsGravatar Jany 1-0/+1
Closes #2093
2023-09-11Group settings form fields into fieldsetsGravatar Frédéric Guillot 1-0/+7
2023-09-10Improve Telegram integrationGravatar Frédéric Guillot 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-09Add generic webhook integrationGravatar Frédéric Guillot 1-0/+3
2023-09-09Apprise Service Urls per feedGravatar fuchsrot 1-0/+1
2023-08-14Use stdlib HTTP client for third-party integrationsGravatar Frédéric Guillot 1-1/+1
2023-08-13Add Shaarli integrationGravatar Frédéric Guillot 1-0/+3
2023-08-13Add Shiori integrationGravatar Frédéric Guillot 1-0/+4
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 1-0/+414
For reference: https://go.dev/doc/go1.4#internalpackages