miniflux-v2/internal/model
Jan-Lukas Else a33b1adf13 Add description field to feed settings
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-06 15:40:36 -07:00
..
api_key.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
app_session.go Use `%q` instead of `"%s"` 2024-02-28 19:47:30 -08:00
categories_sort_options.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
category.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
enclosure.go Enable go-critic linter and fix various issues detected 2024-03-17 13:52:34 -07:00
enclosure_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
entry.go Add API endpoint to update entry title and content 2023-10-06 23:27:19 -07:00
feed.go Add description field to feed settings 2024-05-06 15:40:36 -07:00
feed_test.go improve scheduler tests. 2023-12-03 15:01:19 -08:00
home_page.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
icon.go Add new API endpoint /icons/{iconID} 2023-10-06 13:52:33 -07:00
integration.go integration/raindrop: initial draft implementation 2024-05-02 16:23:00 -07:00
job.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
model.go Replace Optional{Int,Int64,Float64} with a generic function OptionalNumber() 2024-03-17 12:25:55 -07:00
subscription.go Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
theme.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
user.go feat: Media player: Conrol playback speed 2024-03-17 11:53:30 -07:00
user_session.go Use `%q` instead of `"%s"` 2024-02-28 19:47:30 -08:00
webauthn.go Add WebAuthn / Passkey integration 2023-11-05 18:57:35 +01:00