1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-11 17:51:01 +00:00
miniflux-v2/internal
Frédéric Guillot 2bcc4b8399 fix(webauthn): add backup eligibility flag workaround to avoid a 401
Since go-webauthn v0.11.0, the backup eligibility flag is strictly validated, but Miniflux does not store this flag.

This workaround to set the flag based on the parsed response, and avoid "BackupEligible flag inconsistency detected during login validation" error.

See https://github.com/go-webauthn/webauthn/pull/240
2024-10-26 18:36:38 -07:00
..
api feat(api): rename integrations status endpoint 2024-10-17 21:29:44 -07:00
cli feat: validate OAUTH2_PROVIDER value 2024-08-14 19:09:14 -07:00
config feat: allow customizing the display name of the OpenID Connect provider 2024-08-12 22:05:15 -07:00
crypto Make use of HashFromBytes everywhere 2024-03-11 15:22:22 -07:00
database feat(integration): add cubox integration 2024-10-18 18:06:09 -07:00
fever fix(fever): correct sorting direction when using max_id argument 2024-08-17 18:08:01 -07:00
googlereader feat: add API routes /v1/enclosures/{enclosureID} 2024-08-18 11:53:19 -07:00
http Make cookie duration dependent on configuration 2024-05-01 19:34:13 -07:00
integration feat(integration): add cubox integration 2024-10-18 18:06:09 -07:00
locale feat(locale): update Polish translation 2024-10-22 20:16:58 -07:00
mediaproxy fix: use root URL to generate absolute proxy URL 2024-08-19 20:44:46 -07:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model feat(integration): add cubox integration 2024-10-18 18:06:09 -07:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
reader feat(rss): calculate hash based on item title/content for feeds without GUID and link 2024-10-18 18:37:38 -07:00
storage feat(integration): add cubox integration 2024-10-18 18:06:09 -07:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template feat(integration): add cubox integration 2024-10-18 18:06:09 -07:00
timezone timezone: make sure the tests pass when the timezone database is not installed on the host 2024-03-24 13:25:02 -07:00
ui fix(webauthn): add backup eligibility flag workaround to avoid a 401 2024-10-26 18:36:38 -07:00
urllib Use strings.EqualFold instead of strings.ToLower(…) == 2024-02-28 19:47:30 -08:00
validator feat: add new settings option to allow external fonts 2024-10-05 21:21:12 -07: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