aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* chore: release 0.6.00.6Christophe Besson2026-08-231-1/+1
* feat(hub): split the group UI into a pluggable "applications" architectureChristophe Besson2026-08-234-0/+113
* feat(node): systemd service panel on the Node page, and a clean CLI restartChristophe Besson2026-08-221-61/+52
* fix: first-run wizard reliability and node startup performanceChristophe Besson2026-08-222-32/+44
* fix: meshbay-node init creates the keystore, status never doesChristophe Besson2026-08-221-6/+18
* feat: unified group management, public groups, and activity-based sidebarChristophe Besson2026-08-206-165/+247
* feat(node): full Node admin panel — CLI parity, hot-reload, group lifecycleChristophe Besson2026-08-205-46/+708
* feat(ui): 11-point UI overhaul — tabs, transfers, settings, uploadsChristophe Besson2026-08-196-34/+72
* feat(node): the operator can close uploading to everyone but themselvesChristophe Besson2026-08-183-1/+151
* feat: device linking, and signing in to the hub with a device keyChristophe Besson2026-08-184-20/+577
* feat(node): several named roots per group, and one implementation per operationChristophe Besson2026-08-189-415/+1863
* feat(node): seeking, as a stream restarted somewhere elseChristophe Besson2026-08-171-10/+46
* feat(node): the stream capacity is the operator's to set, and a log that says...Christophe Besson2026-08-163-17/+159
* chore: release 0.5.0Christophe Besson2026-08-161-1/+1
* fix(node): stop losing transcode slots, and reap ffmpeg without deadlockingChristophe Besson2026-08-161-42/+263
* feat(common): MNP 0.2 — liveness, and chat history read the way it is writtenChristophe Besson2026-08-162-0/+48
* chore: release 0.4.00.4Christophe Besson2026-08-161-1/+1
* chore: release 0.3.00.3Christophe Besson2026-08-151-1/+1
* fix: stop a stream on close, count only real users, record where a node isChristophe Besson2026-08-151-5/+36
* feat(groups): remove a member, and keep gigabytes out of the tabChristophe Besson2026-08-151-0/+120
* feat(files): download a folder as a zip, and remove an empty oneChristophe Besson2026-08-151-0/+70
* feat(node): meshbay-node group add — host another of your groupsChristophe Besson2026-08-153-12/+141
* fix(cli): --group takes a name, and operator pair says it takes noneChristophe Besson2026-08-151-2/+35
* feat(groups): editable description, and one source of operator authorityChristophe Besson2026-08-153-46/+21
* feat(logs): keep the username on records the account no longer answers forChristophe Besson2026-08-151-0/+1
* Notifications: one per conversation, none for your own messagesChristophe Besson2026-08-141-0/+5
* feat(files): one uploads/ directory, for files and chat alikeChristophe Besson2026-08-141-21/+49
* feat(files): upload into the current directory, and create foldersChristophe Besson2026-08-141-11/+116
* chore: release 0.2.00.2Christophe Besson2026-08-141-1/+1
* fix(node): an operator keeps their role when reconnectingChristophe Besson2026-08-141-1/+5
* feat!: identity keys per node — C4's blast radius drops to one operatorChristophe Besson2026-08-142-8/+30
* perf(client): bundle KDF to 128 MB, and derive it once per sign-inChristophe Besson2026-08-141-3/+14
* feat(client): make the key backup a choice, and raise the passphrase floorChristophe Besson2026-08-142-0/+39
* fix(client): refresh the token when the node says "not a member"Christophe Besson2026-08-141-1/+2
* fix(node): keep reading the hub socket while negotiating WebRTCChristophe Besson2026-08-141-11/+53
* fix(node): announce the node key in the challenge, and keep names in the rosterChristophe Besson2026-08-144-14/+55
* feat(node): operator surface — member list, invite, revoke, unpin over SSHChristophe Besson2026-08-145-14/+286
* feat(node)!: the node wraps the group key — closes H3 and M3Christophe Besson2026-08-145-159/+979
* feat(node): CLI for headless operators — status, ui, gek-initChristophe Besson2026-08-131-5/+124