miniflux-v2/internal
jvoisin a074773e6c Use an io.ReadSeeker instead of an io.Reader to parse feeds
This will allow to make use of func (*Reader) Seek, instead of re-recreating a
new reader. It's a large commit for a small change, but anything to simply the
reader/buffer/ReadAll/… mess is a step in the right direction I think, and it
should enable more follow-up simplifications.
2024-03-06 20:13:39 -08:00
..
api Don't compute reading-time when unused 2024-02-29 19:14:17 -08:00
cli Use modern for loops 2024-02-28 19:55:28 -08:00
config Remove a superfluous condition 2024-02-28 19:47:30 -08:00
crypto Use constant-time comparison for anti-csrf tokens 2024-03-03 20:28:13 -08:00
database Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
fever Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
googlereader Don't mix up capacity and length 2024-02-28 19:57:30 -08:00
http Fix inaccessible metrics endpoint when listening on Unix socket 2023-12-06 19:52:33 -08:00
integration Use `%q` instead of `"%s"` 2024-02-28 19:47:30 -08:00
locale Move search form to a dedicated page 2024-03-01 16:56:15 -08:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model Use `%q` instead of `"%s"` 2024-02-28 19:47:30 -08:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
proxy Simplify and optimize genericProxyRewriter 2024-03-03 20:25:47 -08:00
reader Use an io.ReadSeeker instead of an io.Reader to parse feeds 2024-03-06 20:13:39 -08:00
storage Don't mix up capacity and length 2024-02-28 19:57:30 -08:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template sort integrations alphabetically 2024-03-03 20:19:42 -08:00
tests Simplify username generation for the tests 2024-02-29 18:36:34 -08:00
timezone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
ui Delay call of `view.New` after logging the user in 2024-03-03 20:32:15 -08:00
urllib Use `strings.EqualFold` instead of `strings.ToLower(…) ==` 2024-02-28 19:47:30 -08:00
validator Remove Golint 2024-02-24 21:17:56 -08:00
version Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
worker Use modern for loops 2024-02-28 19:55:28 -08:00