aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src
Commit message (Expand)AuthorAgeFilesLines
* refactor(node): JSON-only control API, Node page absorbs the admin dashboardChristophe Besson2026-09-014-688/+104
* fix(node): CLI member invite now registers hub membership and enforces codeChristophe Besson2026-09-013-15/+39
* fix(node): make WebRTC STUN fallback actually use every configured serverChristophe Besson2026-09-015-3/+171
* feat: passphrase change and account recovery (auth-confirm)Christophe Besson2026-09-013-18/+81
* chore: bump version to 0.9.0v0.9.0Christophe Besson2026-08-311-1/+1
* feat(ui): configurable ICE interfaces in the Node pageChristophe Besson2026-08-303-14/+26
* feat: configurable STUN server fallbacks for WebRTC ICEChristophe Besson2026-08-306-15/+150
* chore: scrub copyrighted names from tests, comments and docsChristophe Besson2026-08-301-5/+6
* fix(node): stop a numbered saga all matching its first filmChristophe Besson2026-08-301-8/+22
* Merge remote-tracking branch 'origin/main'Christophe Besson2026-08-295-1/+215
|\
| * feat(node): editable node settings in the Node page (D5)Christophe Besson2026-08-295-1/+215
* | fix(node): stop a movie with a mangled quality tag being shelved as a seriesChristophe Besson2026-08-292-2/+31
|/
* fix: on restart, serve a video's cached TMDB match instead of re-searchingChristophe Besson2026-08-291-11/+33
* feat: V13 — per-card "re-match this one file" (MNP 0.13)Christophe Besson2026-08-292-0/+61
* feat(node): V8–V11 — show-branch ladder, year-aware _best_match, wider se...Christophe Besson2026-08-293-87/+187
* Merge branch 'fix/videos-tmdb-matching'Christophe Besson2026-08-296-24/+205
|\
| * fix(node): correct TMDB movie matching, per-file overrides, rematchChristophe Besson2026-08-296-24/+205
* | perf(node): filter ICE interfaces to eliminate 5s STUN timeout on VPN/virtual...Christophe Besson2026-08-293-0/+102
|/
* feat: node workflow redesign — wizard auto-config, reset, MusicBrainz contactChristophe Besson2026-08-298-142/+251
* fix(node): a pinned device can be invited to a further invite-only groupChristophe Besson2026-08-281-4/+37
* chore: release 0.8.00.8Christophe Besson2026-08-281-1/+1
* feat(chat): link previews for pasted URLsChristophe Besson2026-08-282-1/+329
* fix(music): stop sharing one folder's cover across unrelated tracks, and merg...Christophe Besson2026-08-261-0/+17
* fix(video): a TMDB override never stored the metadata its chosen id namesChristophe Besson2026-08-261-0/+18
* fix(video): recognize "S1"/"S2"-style season folders, not just full wordsChristophe Besson2026-08-261-0/+9
* fix(video): fix two remaining bugs in Specials numbering and long-season epis...Christophe Besson2026-08-262-22/+73
* fix(video): group every episode under the show's own folder, not a per-file g...Christophe Besson2026-08-262-79/+70
* fix(video): TMDB match cache never invalidated on movie<->show reclassificationChristophe Besson2026-08-261-2/+14
* fix(video): a Specials/Bonus folder's episodes were matched to TMDB as unrela...Christophe Besson2026-08-261-9/+103
* debug(transport): opt-in WebRTC health tracing for mobile-lock investigationChristophe Besson2026-08-261-0/+39
* fix(node,hub): key music/media metadata lookups by file_id, not pathChristophe Besson2026-08-262-51/+58
* feat(node): share the (path,size,mtime)->hash index cache across every groupChristophe Besson2026-08-264-26/+187
* fix(hub,node): Create Group wizard silently skipped apps, and lost track of s...Christophe Besson2026-08-251-16/+49
* fix(node): fall back to a loose MusicBrainz query when the strict one finds n...Christophe Besson2026-08-251-11/+63
* fix(node): make Photos/Video/Music enrichment survive node restartsChristophe Besson2026-08-254-34/+196
* feat: add Photos group appChristophe Besson2026-08-255-3/+401
* fix(node): scope _enriched_attempted by group, not just content hash0.7Christophe Besson2026-08-251-8/+17
* fix(hub): keep an unmatched admin_challenge visible, add trace loggingChristophe Besson2026-08-241-0/+2
* feat(node): add audio_root, gate Music enrichment on it like video_rootChristophe Besson2026-08-244-40/+128
* feat(music): transcode WMA/Musepack to AAC so they actually playChristophe Besson2026-08-241-7/+129
* 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-242-15/+127
* feat(hub): consolidate loose tracks, "&"/"and" fold, player close/queueChristophe Besson2026-08-241-8/+7
* fix(node): stop inventing a fake artist from the shared root's nameChristophe Besson2026-08-243-24/+196
* feat(node): Music app node-side — indexing, MusicBrainz enrichment, protocolChristophe Besson2026-08-248-19/+867
* fix(node,hub): HEVC transcode fallback, live-add progress, per-group TMDB toggleChristophe Besson2026-08-249-115/+342
* feat(node,hub): season-specific overviews, manual TMDB match correction, and ...Christophe Besson2026-08-245-3/+272
* feat(node,hub): add Videos group app (poster grid, flat list, TMDB metadata)Christophe Besson2026-08-2410-87/+1409
* fix(node,hub): always transcode video audio to stereo AAC, never copyChristophe Besson2026-08-231-22/+64
* feat(node): persistent index cache, visible scan progress, adaptive reconcile...Christophe Besson2026-08-239-72/+797