miniflux-v2/internal
Nick Parker 2bc5ad53c2 Avoid long duration strings: round to nearest second
For example, seeing "Next check: 14m56.245483933s" in feeds list after force-refreshing a feed.

This rounds to the nearest second, so it'll instead be "14m56s"

Other examples from latter two test cases:
- "12.345678s" -> "12s"
- "1m27.654321s" -> "1m28s"
2023-11-08 14:19:30 +01:00
..
api Refactor feed discovery and avoid an extra HTTP request if the url provided is the feed 2023-10-22 18:05:37 -07:00
cli Fix error handling and logging issue after refactoring 2023-11-01 19:59:12 +01:00
config Disable WebAuthn by default because it requires to configure the BASE_URL 2023-11-06 20:51:19 +01:00
crypto Add generic webhook integration 2023-09-09 13:11:42 -07:00
database Add WebAuthn / Passkey integration 2023-11-05 18:57:35 +01:00
fever Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
googlereader Refactor feed discovery and avoid an extra HTTP request if the url provided is the feed 2023-10-22 18:05:37 -07:00
http Add WebAuthn / Passkey integration 2023-11-05 18:57:35 +01:00
integration Add Category ID to webhooks 2023-11-01 18:02:14 +01:00
locale Add Passkeys French translations 2023-11-05 19:00:34 +00:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model Add WebAuthn / Passkey integration 2023-11-05 18:57:35 +01:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
proxy Rename internal url package to avoid overlap with net/url 2023-08-13 19:57:04 -07:00
reader Update date parser to parse more invalid date formats 2023-11-01 20:55:35 +01:00
storage Add WebAuthn / Passkey integration 2023-11-05 18:57:35 +01:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template Avoid long duration strings: round to nearest second 2023-11-08 14:19:30 +01: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 OIDC: Redirect to user home page after successful authentication 2023-11-07 21:21:56 +01:00
urllib Rename internal url package to avoid overlap with net/url 2023-08-13 19:57:04 -07:00
validator Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
version Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
worker Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00