Commit History

Author SHA1 Message Date
  Fred fbbff63f2e fix(storage): clamp non-positive entry query limits to the maximum 1 month ago
  Fred 4237f8b090 fix(storage): return correct total when offset is beyond the last entry 1 month ago
  Bram Duvigneau d456718c05 feat(reader): parse and persist feed and entry language from RSS, Atom, and JSON Feed 3 months ago
  Frédéric Guillot 1975bc6339 fix(storage): scope enclosure lookup by user 2 months ago
  viq ce5d84e956 feat(search): swap plainto_tsquery for websearch_to_tsquery 2 months ago
  John Brayton 7d8ffd2eb0 feat(api): add entry ID listing endpoint 2 months ago
  gudvinr 66996e3ffa refactor(storage): use same API for list and singular items 3 months ago
  jvoisin f050f23bda refactor(storage): collapse WithTags into a single array-containment predicate 3 months ago
  gudvinr 9dfed35946 refactor(storage): consistent construction of query builders 3 months ago
  jvoisin eff9502462 refactor(storage): use INNER JOIN where LEFT JOIN is redundant 3 months ago
  gudvinr 7628a214f3 fix(storage): remove possible SQL injection 3 months ago
  jvoisin cd01413b9b perf(storage): preallocate some slices and a map 3 months ago
  Frédéric Guillot 0909323ae3 feat(validator): cap entry limit at MaxEntryLimit 3 months ago
  jvoisin 0172d31694 perf(ui): don't ask postgres for entries content if we're not using it 4 months ago
  Frédéric Guillot 26d9195d21 perf(storage): use scalar comparison for single-element slices in query builder 4 months ago
  jvoisin d5c37d7d12 perf(ui): reduce amount of sql queries to get unread entries 4 months ago
  jvoisin 50c5996280 refactor: remove some `fmt.Sprintf` calls 1 year ago
  Frédéric Guillot 80f48c88c7 refactor: replace `interface{}` with `any` 1 year ago
  Julien Voisin b3fce752d2 refactor: replace `Sprintf` with string concatenation 1 year ago
  Frédéric Guillot 1f7843e313 feat(integration): prioritize feed-level webhook URL when available when saving entries 1 year ago
  Frédéric Guillot e643effefa feat: combine feed icon handlers to use only `externalIconID` 1 year ago
  Frédéric Guillot 82a6fe64ae feat(storage): reduce the number of SQL queries when fetching entry enclosures 1 year ago
  Frédéric Guillot f3a5a3ee14 fix(fever): correct sorting direction when using max_id argument 2 years ago
  Jan-Lukas Else a33b1adf13 Add description field to feed settings 2 years ago
  Romain de Laage 647c66e70a ui: add tag entries page 2 years ago
  jvoisin e2ee74428a Minor concatenation-related simplifications in internal/storage/ 2 years ago
  jvoisin 8a2cc3a344 Reformat the query in GetEntryIDs 2 years ago
  Nicolas Martinelli d566dea265 Fix category hide_globally property in `/entries` 2 years ago
  Frédéric Guillot 5dc44453ba Add indexes to improve performance 2 years ago
  Frédéric Guillot 6dd090a848 Add enclosures to /v1/entries API endpoint 2 years ago