miniflux-v2/internal
jvoisin 040938ff6d Small refactoring of internal/reader/date/parser.go
- Split dates formats into those that require local times
  and those who don't, so that there is no need to have a switch-case in the
  for loop with around 250 iterations at most.
- Be more strict when it comes to timezones, previously invalid ones like -13
  were accepted. Also add a test for this.
- Bail out early if the date is an empty string.
2024-02-26 18:08:04 -08:00
..
api Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
cli Fix incorrect condition 2024-01-11 19:04:50 -08:00
config Add `FORCE_REFRESH_INTERVAL` config option 2024-01-02 18:33:15 -08:00
crypto Add generic webhook integration 2023-09-09 13:11:42 -07: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 Google Reader: Do not return a 500 error when no items is returned 2024-02-25 21:17:49 -08:00
http Fix inaccessible metrics endpoint when listening on Unix socket 2023-12-06 19:52:33 -08:00
integration Add Readeck integration 2024-02-21 19:57:34 -08:00
locale Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
proxy Proxify video poster attribute 2024-02-23 18:44:20 -08:00
reader Small refactoring of internal/reader/date/parser.go 2024-02-26 18:08:04 -08:00
storage Fix regression introduced in PR #2402 2024-02-25 20:45:34 -08:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
tests Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
timezone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
ui Minor code simplification in internal/ui/view/view.go 2024-02-25 17:31:44 -08:00
urllib Rename internal url package to avoid overlap with net/url 2023-08-13 19:57:04 -07: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 Improve error log message in worker 2023-11-08 19:58:56 +00:00