aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/ops.py
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* feat: a group can be left out of Search, and Search tries every nodeChristophe Besson11 days1-0/+20
* fix: hold every background task, in both codebasesChristophe Besson12 days1-2/+3
* refactor(mnp)!: one operation for an app's folders, not one per appChristophe Besson2026-09-101-27/+5
* fix(node): push the grants a per-member cap change producesChristophe Besson2026-09-091-2/+38
* fix(node): a running transfer keeps its slot, and a dead grant lets goChristophe Besson2026-09-081-5/+17
* feat(node): make the transfer caps settable, node-wide and per groupChristophe Besson2026-09-081-0/+28
* feat(node): transfer leases, pools and a queue for downloads and uploadsChristophe Besson2026-09-081-0/+36
* fix(node): make max_concurrent_streams take effect without a restartChristophe Besson2026-09-081-2/+7
* feat(chat): encrypt group chat under per-device epoch keys (MNP 2.0)Christophe Besson2026-09-071-1/+248
* fix(node): remove --upload-dir rather than document itChristophe Besson2026-09-071-10/+8
* fix(node): `root list` printed "?" for every pathChristophe Besson2026-09-061-1/+5
* feat(node): an upload lands in the folder it was sent toChristophe Besson2026-09-061-2/+1
* fix(node): the MNP root path never reloaded, and my first repair made it worseChristophe Besson2026-09-061-32/+18
* fix(node): adding a root reached node.toml but not the running nodeChristophe Besson2026-09-061-1/+22
* fix(client): a successful root op must never blank the operator's tableChristophe Besson2026-09-061-2/+12
* feat(node): Phase 2 server side — one directory setting for every appChristophe Besson2026-09-061-53/+148
* fix(groups): finish Phase 1 — MNP root management, upload targets, eject stateChristophe Besson2026-09-061-23/+24
* feat: groups refactor Phase 1 — root RO/RW model + shared directories UIChristophe Besson2026-09-061-48/+245
* fix(node): make init, node.toml editing and CLI output work on WindowsChristophe Besson2026-09-041-3/+5
* fix(node): pin utf-8 (and LF) on every text file the node reads or writesChristophe Besson2026-09-041-9/+9
* fix(node): an invitation the hub never registered is a code nobody can useChristophe Besson2026-09-031-7/+28
* fix(node): CLI member invite now registers hub membership and enforces codeChristophe Besson2026-09-011-0/+8
* fix(node): make WebRTC STUN fallback actually use every configured serverChristophe Besson2026-09-011-0/+2
* feat: passphrase change and account recovery (auth-confirm)Christophe Besson2026-09-011-0/+10
* feat(ui): configurable ICE interfaces in the Node pageChristophe Besson2026-08-301-5/+12
* feat: configurable STUN server fallbacks for WebRTC ICEChristophe Besson2026-08-301-9/+46
* feat(node): editable node settings in the Node page (D5)Christophe Besson2026-08-291-1/+114
* fix(node): correct TMDB movie matching, per-file overrides, rematchChristophe Besson2026-08-291-0/+25
* feat: node workflow redesign — wizard auto-config, reset, MusicBrainz contactChristophe Besson2026-08-291-17/+9
* feat(node): share the (path,size,mtime)->hash index cache across every groupChristophe Besson2026-08-261-0/+60
* feat: add Photos group appChristophe Besson2026-08-251-0/+24
* feat(node): add audio_root, gate Music enrichment on it like video_rootChristophe Besson2026-08-241-8/+21
* feat(node): Music app node-side — indexing, MusicBrainz enrichment, protocolChristophe Besson2026-08-241-0/+42
* fix(node,hub): HEVC transcode fallback, live-add progress, per-group TMDB toggleChristophe Besson2026-08-241-14/+29
* feat(node,hub): add Videos group app (poster grid, flat list, TMDB metadata)Christophe Besson2026-08-241-0/+62
* feat(node): persistent index cache, visible scan progress, adaptive reconcile...Christophe Besson2026-08-231-1/+59
* feat(hub): split the group UI into a pluggable "applications" architectureChristophe Besson2026-08-231-0/+19
* feat: unified group management, public groups, and activity-based sidebarChristophe Besson2026-08-201-28/+66
* feat(node): full Node admin panel — CLI parity, hot-reload, group lifecycleChristophe Besson2026-08-201-16/+201
* feat(ui): 11-point UI overhaul — tabs, transfers, settings, uploadsChristophe Besson2026-08-191-8/+20
* feat(node): several named roots per group, and one implementation per operationChristophe Besson2026-08-181-0/+487