summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/indexer/indexer.py
Commit message (Expand)AuthorAgeFilesLines
* style: ruff's own fixes, mechanically appliedChristophe Besson6 days1-5/+6
* docs: cite MESHBAY_DESIGN.md and a section instead of the merged notesChristophe Besson7 days1-6/+7
* fix(node): take the availability poll and every upload write off the loopChristophe Besson7 days1-7/+8
* feat(node): progress names the root under way and the roots waitingChristophe Besson11 days1-25/+97
* fix(node): a scan keeps its progress while a burst or a plug runs beside itChristophe Besson11 days1-23/+59
* fix(node): a reload and a plug rescan outlive the session that askedChristophe Besson11 days1-2/+16
* fix(node): an added root is served before it is scannedChristophe Besson12 days1-5/+71
* fix: hold every background task, in both codebasesChristophe Besson12 days1-1/+2
* fix(node): an uploaded file records who sent itChristophe Besson12 days1-3/+54
* fix(node): carry enrichment across a rescan instead of re-deriving itChristophe Besson2026-09-071-12/+54
* fix(node): a replugged root came back without its metadataChristophe Besson2026-09-071-0/+25
* fix(groups): finish Phase 1 — MNP root management, upload targets, eject stateChristophe Besson2026-09-061-0/+16
* feat: groups refactor Phase 1 — root RO/RW model + shared directories UIChristophe Besson2026-09-061-0/+38
* fix(node): prevent watchdog from overwriting index entries with duplicate con...Christophe Besson2026-09-061-3/+9
* feat(node): indexing v2 — partial-read hashing for files above 40 MBChristophe Besson2026-09-061-17/+50
* fix(hub,node): Create Group wizard silently skipped apps, and lost track of s...Christophe Besson2026-08-251-16/+49
* fix(node): skip indexing audio files under 50KB, likely-corrupt sourceChristophe Besson2026-08-241-0/+17
* feat(node): recognize WMA and Musepack as audio, read their real tag keysChristophe Besson2026-08-241-1/+6
* fix(node,hub): HEVC transcode fallback, live-add progress, per-group TMDB toggleChristophe Besson2026-08-241-30/+78
* feat(node): persistent index cache, visible scan progress, adaptive reconcile...Christophe Besson2026-08-231-49/+216
* fix: first-run wizard reliability and node startup performanceChristophe Besson2026-08-221-3/+9
* feat(node): several named roots per group, and one implementation per operationChristophe Besson2026-08-181-50/+350
* feat: Phase 9 — Web client SPA with WebRTC P2P transportChristophe Besson2026-08-111-16/+35
* fix: 4 corrections — streaming hash, watchdog bug, cipher doc, depsChristophe Besson2026-08-091-3/+11
* feat(node): add directory indexer and Mesh Group IndexChristophe Besson2026-08-091-0/+213