aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* fix(client): degrade against a node still speaking MNP 1.0Christophe Besson2026-09-0616-6/+288
* fix(client): a successful root op must never blank the operator's tableChristophe Besson2026-09-063-3/+104
* feat(client): Phase 2 — per-app settings panes, folder tree, multi-directoryChristophe Besson2026-09-0632-641/+1738
* feat(node): Phase 2 server side — one directory setting for every appChristophe Besson2026-09-0614-173/+875
* test(node): the backslash-path test modelled the wrong platformChristophe Besson2026-09-061-6/+40
* fix(groups): finish Phase 1 — MNP root management, upload targets, eject stateChristophe Besson2026-09-0639-588/+1769
* feat: groups refactor Phase 1 — root RO/RW model + shared directories UIChristophe Besson2026-09-0631-495/+1277
* chore(client): bump electron 44.1.1 → 44.2.0 in package.jsonChristophe Besson2026-09-061-2/+2
* fix(node): inline @owner next to group name, fix buffering layout shiftChristophe Besson2026-09-062-13/+16
* feat(node): add ".." parent row in file explorer, hide mkdir buttonChristophe Besson2026-09-062-6/+15
* fix(node): prevent watchdog from overwriting index entries with duplicate con...Christophe Besson2026-09-061-3/+9
* feat(node): always-on file selection with select-all checkboxChristophe Besson2026-09-061-27/+30
* chore(client): update lock file (electron 44.2.0, version 1.0.0)Christophe Besson2026-09-061-6/+6
* feat(node): indexing v2 — partial-read hashing for files above 40 MBChristophe Besson2026-09-065-40/+307
* fix(win): finish the desktop setup flow — node-key link + service taskChristophe Besson2026-09-052-1/+88
* chore: bump all packages to 0.11.00.11Christophe Besson2026-09-056-6/+6
* feat(client): system tray on Windows, and a clearer tray iconChristophe Besson2026-09-055-8/+42
* fix(node): register the service-mode task with Register-ScheduledTask -LogonT...Christophe Besson2026-09-053-37/+114
* fix(client): hide the tray button on the narrow layoutChristophe Besson2026-09-051-0/+5
* feat(client): tray menu starts and stops the node, and a clearer iconChristophe Besson2026-09-0515-26/+105
* feat(client): minimise to a system tray indicator (GNOME)Christophe Besson2026-09-0518-7/+152
* fix(win): graceful shutdown, one startup-mode control, and a stray-\r bugChristophe Besson2026-09-0516-103/+558
* feat(client): a Node-page toggle to switch into/out of service modeChristophe Besson2026-09-0515-0/+200
* feat(packaging): bundle ffmpeg in the Windows installer by defaultChristophe Besson2026-09-052-1/+90
* test(node): pin the fresh-install-before-provisioning safety propertyChristophe Besson2026-09-042-0/+61
* feat: opt-in Windows service mode (boot-time, one elevation) + v1.0.0Christophe Besson2026-09-0410-74/+430
* fix(client): Stop/Restart buttons and an autostart toggle on the Node pageChristophe Besson2026-09-045-2/+46
* fix(client): a failed spawn() of the node no longer crashes the appChristophe Besson2026-09-041-0/+11
* fix(packaging): re-running setup no longer re-prompts for firewall accessChristophe Besson2026-09-042-13/+39
* feat(packaging): cover LAN casting in the Windows firewall step, tooChristophe Besson2026-09-041-0/+24
* feat(packaging): offer one elevated firewall step instead of two dialogsChristophe Besson2026-09-043-4/+97
* feat(packaging): stamp the frozen node exe, document Windows networkingChristophe Besson2026-09-041-0/+13
* feat(node): log the host candidates the WebRTC answer offersChristophe Besson2026-09-041-2/+15
* fix: drop the retired Mozilla STUN server from the defaultsChristophe Besson2026-09-043-3/+6
* fix(node): say so when MusicBrainz lookups are inertChristophe Besson2026-09-042-1/+30
* fix(packaging): actually ship the TMDB token, on Linux and WindowsChristophe Besson2026-09-043-5/+176
* fix(node): make ice_interfaces match adapters on Windows (W9)Christophe Besson2026-09-043-19/+267
* fix(client): publish the real local IP on every platform, not just win32Christophe Besson2026-09-041-10/+16
* feat(packaging): put the bundled meshbay-node on the per-user PATHChristophe Besson2026-09-042-5/+55
* feat: Windows installer (W4) — one per-user NSIS package, client + nodeChristophe Besson2026-09-045-3/+211
* feat: Windows daemon lifecycle (W3) — Startup-folder autostartChristophe Besson2026-09-046-17/+348
* fix(node): run on the default Windows event loop (Proactor)Christophe Besson2026-09-043-20/+28
* fix: tolerate clock skew when verifying JWTs (leeway 60s)Christophe Besson2026-09-044-3/+17
* fix(node): MESHBAY_NODE_EVENT_LOOP=proactor to opt out of the selector loopChristophe Besson2026-09-041-5/+11
* fix(node): make init, node.toml editing and CLI output work on WindowsChristophe Besson2026-09-044-7/+68
* test(node): make the suite pass on WindowsChristophe Besson2026-09-0415-29/+167
* fix(node): pin utf-8 (and LF) on every text file the node reads or writesChristophe Besson2026-09-046-25/+25
* fix(client): resolve STUN hostnames in the main processChristophe Besson2026-09-043-8/+65
* fix(node): select the Windows-compatible event loop before asyncio.runChristophe Besson2026-09-042-0/+22
* test: add pytest-timeout and pin the Windows selector event loopChristophe Besson2026-09-043-3/+3