aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/daemon.py
Commit message (Expand)AuthorAgeFilesLines
* fix(node): a replugged root came back without its metadataChristophe Besson2026-09-071-0/+18
* fix(node): remove --upload-dir rather than document itChristophe Besson2026-09-071-13/+5
* chore(node): finish Phase 3 — CLI deprecations, Windows shapes, docsChristophe Besson2026-09-071-1/+22
* feat(client): HelloWorld, the reference applicationChristophe Besson2026-09-071-1/+1
* fix: a root change reaches every client without a page reloadChristophe Besson2026-09-061-1/+2
* feat(node): Phase 2 server side — one directory setting for every appChristophe Besson2026-09-061-54/+97
* fix(groups): finish Phase 1 — MNP root management, upload targets, eject stateChristophe Besson2026-09-061-32/+67
* feat: groups refactor Phase 1 — root RO/RW model + shared directories UIChristophe Besson2026-09-061-13/+172
* fix(win): graceful shutdown, one startup-mode control, and a stray-\r bugChristophe Besson2026-09-051-1/+17
* feat: opt-in Windows service mode (boot-time, one elevation) + v1.0.0Christophe Besson2026-09-041-6/+59
* fix(packaging): actually ship the TMDB token, on Linux and WindowsChristophe Besson2026-09-041-5/+16
* feat: Windows daemon lifecycle (W3) — Startup-folder autostartChristophe Besson2026-09-041-12/+67
* fix(node): run on the default Windows event loop (Proactor)Christophe Besson2026-09-041-2/+2
* fix(node): make init, node.toml editing and CLI output work on WindowsChristophe Besson2026-09-041-2/+5
* fix(node): pin utf-8 (and LF) on every text file the node reads or writesChristophe Besson2026-09-041-8/+8
* fix(node): select the Windows-compatible event loop before asyncio.runChristophe Besson2026-09-041-0/+3
* refactor(node): platform abstraction for Windows portability (W1-W2-W5-W6-W7)Christophe Besson2026-09-031-31/+41
* feat!: MNP 1.0 — seal index and handshake_ack under the group keyChristophe Besson2026-09-031-26/+23
* fix(node): reload the user manager before reload/restart-daemonChristophe Besson2026-09-031-0/+14
* feat(node): [node] quic_enabled flag, off by defaultChristophe Besson2026-09-011-1/+8
* refactor(node): JSON-only control API, Node page absorbs the admin dashboardChristophe Besson2026-09-011-35/+24
* fix(node): make WebRTC STUN fallback actually use every configured serverChristophe Besson2026-09-011-0/+5
* feat(ui): configurable ICE interfaces in the Node pageChristophe Besson2026-08-301-0/+1
* feat: configurable STUN server fallbacks for WebRTC ICEChristophe Besson2026-08-301-5/+72
* feat(node): editable node settings in the Node page (D5)Christophe Besson2026-08-291-0/+14
* Merge branch 'fix/videos-tmdb-matching'Christophe Besson2026-08-291-5/+33
|\
| * fix(node): correct TMDB movie matching, per-file overrides, rematchChristophe Besson2026-08-291-5/+33
* | perf(node): filter ICE interfaces to eliminate 5s STUN timeout on VPN/virtual...Christophe Besson2026-08-291-0/+5
|/
* feat: node workflow redesign — wizard auto-config, reset, MusicBrainz contactChristophe Besson2026-08-291-14/+176
* feat(node): share the (path,size,mtime)->hash index cache across every groupChristophe Besson2026-08-261-22/+30
* feat: add Photos group appChristophe Besson2026-08-251-2/+117
* fix(node): scope _enriched_attempted by group, not just content hash0.7Christophe Besson2026-08-251-8/+17
* feat(node): add audio_root, gate Music enrichment on it like video_rootChristophe Besson2026-08-241-32/+42
* fix(node): stop inventing a fake artist from the shared root's nameChristophe Besson2026-08-241-1/+8
* feat(node): Music app node-side — indexing, MusicBrainz enrichment, protocolChristophe Besson2026-08-241-4/+106
* fix(node,hub): HEVC transcode fallback, live-add progress, per-group TMDB toggleChristophe Besson2026-08-241-7/+18
* feat(node,hub): season-specific overviews, manual TMDB match correction, and ...Christophe Besson2026-08-241-0/+39
* feat(node,hub): add Videos group app (poster grid, flat list, TMDB metadata)Christophe Besson2026-08-241-13/+157
* feat(node): persistent index cache, visible scan progress, adaptive reconcile...Christophe Besson2026-08-231-20/+217
* feat(hub): split the group UI into a pluggable "applications" architectureChristophe Besson2026-08-231-0/+7
* 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-221-29/+35
* 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-201-10/+22
* feat(node): full Node admin panel — CLI parity, hot-reload, group lifecycleChristophe Besson2026-08-201-23/+184
* feat(ui): 11-point UI overhaul — tabs, transfers, settings, uploadsChristophe Besson2026-08-191-5/+14
* feat(node): the operator can close uploading to everyone but themselvesChristophe Besson2026-08-181-0/+7
* feat: device linking, and signing in to the hub with a device keyChristophe Besson2026-08-181-0/+2
* feat(node): several named roots per group, and one implementation per operationChristophe Besson2026-08-181-29/+288
* feat(node): the stream capacity is the operator's to set, and a log that says...Christophe Besson2026-08-161-0/+1