Commit History

Author SHA1 Message Date
  Frédéric Guillot 598d4d4f51 feat(storage): improve `BatchBuilder` logging 8 months ago
  Frédéric Guillot a2229198ae feat(api): log request URI in authentication handlers 8 months ago
  Frédéric Guillot 34499b887b feat: add `POLLING_LIMIT_PER_HOST` to limit concurrent requests per host 8 months ago
  Tim Douglas a4f672b589 fix: URL detection incorrectly capturing newlines in media descriptions 8 months ago
  Julien Voisin 98da7b3f22 feat(template): provide a link for the Apache 2.0 license in the about page 8 months ago
  jvoisin b4c82a4c53 perf(static): minimize images 8 months ago
  Frédéric Guillot 4d7c601f6d feat(ui): add PWA app shortcuts 8 months ago
  Frédéric Guillot f7e672452b feat(js): force page reload to prevent stale data from bfcache 8 months ago
  Frédéric Guillot 6532435db9 fix(css): align icon labels vertically in entry actions 8 months ago
  jvoisin 14cd5e9c0d refactor(template): reduce the amount of code in common templates 8 months ago
  Julien Voisin 566670cc06 refactor: unexport symbols 8 months ago
  dependabot[bot] a4d51b5586 build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 8 months ago
  dependabot[bot] e6d01896e0 build(deps): bump github.com/tdewolff/minify/v2 from 2.23.10 to 2.23.11 8 months ago
  dependabot[bot] b4a814a5b2 build(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 8 months ago
  dependabot[bot] 940d94e793 build(deps): bump golang.org/x/image from 0.29.0 to 0.30.0 8 months ago
  Frédéric Guillot 80f48c88c7 refactor: replace `interface{}` with `any` 8 months ago
  Frédéric Guillot 045f2f1747 chore(view): remove unused `webauthn_js_checksum` key 8 months ago
  Julien Voisin 2565ff930c refactor(template): make use of `template.ParseFS` 8 months ago
  Julien Voisin b3fce752d2 refactor: replace `Sprintf` with string concatenation 8 months ago
  Julien Voisin 798bc4cd2d refactor(static): use a simple struct instead of two slices to store assets data and checksums 8 months ago
  Julien Voisin b1cbaae71c refactor(storage): simplify `feed.go` by using `min()`, inline errors, and use idiomatic conditions 8 months ago
  Julien Voisin 924293ee5c perf(storage): avoid heavy-weight SQL when marking feed as read 8 months ago
  Julien Voisin 826977bc8c perf(api): speed up `markFeedAsRead` by avoiding a `JOIN` operation 8 months ago
  Julien Voisin ed0e4a667d refactor(template): reindent and merge tags in `feed_list.html` 8 months ago
  jvoisin 5affd78f4f refactor(reader): move the fetcher outside of a loop 9 months ago
  Frédéric Guillot d3ad460c9d Revert "feat(cookie): use `SameSiteStrictMode` when not using OAuth2/OIDC" 8 months ago
  Frédéric Guillot 0f3c04a98a test(rewrite): fix flaky test case by sorting query string keys 8 months ago
  gudvinr e8e3a600b4 refactor(googlereader): remove intermediate variable 8 months ago
  Julien Voisin a6ce5c92dc perf(storage): minor optimization for `FetchJobs` 8 months ago
  gudvinr 76ef8f3579 refactor(googlereader): replace `Sprintf("%d")` with `FormatInt` 8 months ago