/examples/framework-react/src/components/

t'>
aboutsummaryrefslogtreecommitdiff
path: root/internal/integration/notion/notion.go (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-07-04Add Betula integrationGravatar Danila Gorelko 26-4/+196
2024-07-03locale: update French translationGravatar Frédéric Guillot 1-11/+11
2024-07-02fetcher: use ETag as a stronger validator than Last-ModifiedGravatar Scott Leggett 1-4/+4
As per the MDN article on HTTP caching: During cache revalidation, if both If-Modified-Since and If-None-Match are present, then If-None-Match takes precedence for the validator. https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching Previously Miniflux would consider a resource unmodified if the Last-Modified header had not changed, even if the ETag had changed. With this commit, Miniflux will consider a resource modified if the ETag header has changed, even if Last-Modified has not. This fixes Bug 1 in https://rachelbythebay.com/w/2024/06/11/fsr/