Historie revizí

Autor SHA1 Zpráva Datum
  Frédéric Guillot 2fa8995a35 fix: avoid possible deadlock when cleaning removed entries před 2 měsíci
  Frédéric Guillot 56a11d1d45 chore: remove prealloc linter před 3 měsíci
  Gerald Cox 90a389ac25 feat: add API endpoint to import entries into existing feed před 3 měsíci
  Steven vanZyl 60cd7ffe88 refactor: Replace "Bookmarks" with "Starred" před 7 měsíci
  gudvinr 983291c78b refactor(cli): use time.Duration for cleanup tasks před 7 měsíci
  Frédéric Guillot 84ae1d5dc0 fix(storage): index only the first 500K characters of the article contents to avoid tsvector limits před 7 měsíci
  Frédéric Guillot 5403ca09f6 feat(storage): add limit parameter to `ClearRemovedEntriesContent` před 7 měsíci
  Frédéric Guillot a16ac51326 refactor(storage): split `DeleteContentRemovedEntries` into 2 functions and fix condition před 7 měsíci
  jvoisin 5c26e06780 feat(entry): keep only metadata for removed entries před 7 měsíci
  gudvinr 7c1602c2c0 refactor(internal): fix doc comments před 7 měsíci
  jvoisin eb6f7f30bb feat(storage): make removed entries' status immutable před 8 měsíci
  jvoisin 546fbcff8f perf(storage): pair all `SELECT true` with `LIMIT 1` před 8 měsíci
  Frédéric Guillot 703f113fbd fix(storage): ensure strings are truncated to fit tsvector size limit and remain valid UTF-8 před 8 měsíci
  jvoisin 13ef89f785 fix(storage): don't truncate title/content fields před 9 měsíci
  Frédéric Guillot 2e26f5ca75 test(reader): ensure consistent tags parsing across feed formats před 9 měsíci
  jvoisin 99c5bcdb01 perf(storage): truncate strings on go's side instead of pgsql's před 9 měsíci
  jvoisin cbdcf1a56c Revert "perf(storage): take advantage of entries_feed_id_hash_key in updateEntry" před 9 měsíci
  jvoisin 643b89ec89 perf(storage): take advantage of entries_feed_id_hash_key in updateEntry před 9 měsíci
  jvoisin 109e668ac7 perf(storage): pre-allocate a slice in RefreshFeedEntries před 9 měsíci
  Frédéric Guillot 50395f13ca feat(googlereader): add `mark-all-as-read` endpoint před 11 měsíci
  Frédéric Guillot d7c504f48e fix(ui): avoid 500 error and NaN when marking as read a deleted entry před 1 rokem
  Frédéric Guillot 38b80d96ea storage: change GetReadTime() function to use entries_feed_id_hash_key index před 2 roky
  Frédéric Guillot fdd1b3f18e database: entry URLs can exceeds btree index size limit před 2 roky
  Romain de Laage b54fe66809 fix: do not store empty tags před 2 roky
  jvoisin 863a5b3648 Simplify removeDuplicates před 2 roky
  jvoisin 645a817685 Use modern for loops před 2 roky
  jvoisin b054506e3a Use proper prepared statements for ArchiveEntries před 2 roky
  Frédéric Guillot 7a8061fc72 Fix regression introduced in PR #2402 před 2 roky
  jvoisin bca84bac8b Use an update-where for MarkCategoryAsRead instead of a subquery před 2 roky
  jvoisin 66e0eb1bd6 Reformat's ArchiveEntries's query for consistency's sake před 2 roky