| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | feat(client): HelloWorld, the reference application | Christophe Besson | 2026-09-07 | 22 | -16/+425 |
| * | fix(client): report a directory result under the button that caused it | Christophe Besson | 2026-09-07 | 2 | -9/+65 |
| * | fix(client): New folder did nothing — prompt() throws in the desktop client | Christophe Besson | 2026-09-07 | 14 | -22/+192 |
| * | feat(client): bring back New folder, icon-only — and close the hole it opened | Christophe Besson | 2026-09-06 | 5 | -1/+115 |
| * | fix: a root change reaches every client without a page reload | Christophe Besson | 2026-09-06 | 6 | -9/+169 |
| * | fix(node): `root list` printed "?" for every path | Christophe Besson | 2026-09-06 | 4 | -8/+147 |
| * | feat(node): an upload lands in the folder it was sent to | Christophe Besson | 2026-09-06 | 11 | -82/+144 |
| * | fix(node): the MNP root path never reloaded, and my first repair made it worse | Christophe Besson | 2026-09-06 | 3 | -96/+277 |
| * | fix(node): adding a root reached node.toml but not the running node | Christophe Besson | 2026-09-06 | 2 | -1/+214 |
| * | fix(client): the folder picker had no background, and its field no layout | Christophe Besson | 2026-09-06 | 13 | -29/+201 |
| * | fix(client): degrade against a node still speaking MNP 1.0 | Christophe Besson | 2026-09-06 | 16 | -6/+288 |
| * | fix(client): a successful root op must never blank the operator's table | Christophe Besson | 2026-09-06 | 3 | -3/+104 |
| * | feat(client): Phase 2 — per-app settings panes, folder tree, multi-directory | Christophe Besson | 2026-09-06 | 32 | -641/+1738 |
| * | feat(node): Phase 2 server side — one directory setting for every app | Christophe Besson | 2026-09-06 | 14 | -173/+875 |
| * | test(node): the backslash-path test modelled the wrong platform | Christophe Besson | 2026-09-06 | 1 | -6/+40 |
| * | fix(groups): finish Phase 1 — MNP root management, upload targets, eject state | Christophe Besson | 2026-09-06 | 39 | -588/+1769 |
| * | feat: groups refactor Phase 1 — root RO/RW model + shared directories UI | Christophe Besson | 2026-09-06 | 31 | -495/+1277 |
| * | chore(client): bump electron 44.1.1 → 44.2.0 in package.json | Christophe Besson | 2026-09-06 | 1 | -2/+2 |
| * | fix(node): inline @owner next to group name, fix buffering layout shift | Christophe Besson | 2026-09-06 | 2 | -13/+16 |
| * | feat(node): add ".." parent row in file explorer, hide mkdir button | Christophe Besson | 2026-09-06 | 2 | -6/+15 |
| * | fix(node): prevent watchdog from overwriting index entries with duplicate con... | Christophe Besson | 2026-09-06 | 1 | -3/+9 |
| * | feat(node): always-on file selection with select-all checkbox | Christophe Besson | 2026-09-06 | 1 | -27/+30 |
| * | chore(client): update lock file (electron 44.2.0, version 1.0.0) | Christophe Besson | 2026-09-06 | 1 | -6/+6 |
| * | feat(node): indexing v2 — partial-read hashing for files above 40 MB | Christophe Besson | 2026-09-06 | 5 | -40/+307 |
| * | fix(win): finish the desktop setup flow — node-key link + service task | Christophe Besson | 2026-09-05 | 2 | -1/+88 |
| * | chore: bump all packages to 0.11.00.11 | Christophe Besson | 2026-09-05 | 6 | -6/+6 |
| * | feat(client): system tray on Windows, and a clearer tray icon | Christophe Besson | 2026-09-05 | 5 | -8/+42 |
| * | fix(node): register the service-mode task with Register-ScheduledTask -LogonT... | Christophe Besson | 2026-09-05 | 3 | -37/+114 |
| * | fix(client): hide the tray button on the narrow layout | Christophe Besson | 2026-09-05 | 1 | -0/+5 |
| * | feat(client): tray menu starts and stops the node, and a clearer icon | Christophe Besson | 2026-09-05 | 15 | -26/+105 |
| * | feat(client): minimise to a system tray indicator (GNOME) | Christophe Besson | 2026-09-05 | 18 | -7/+152 |
| * | fix(win): graceful shutdown, one startup-mode control, and a stray-\r bug | Christophe Besson | 2026-09-05 | 16 | -103/+558 |
| * | feat(client): a Node-page toggle to switch into/out of service mode | Christophe Besson | 2026-09-05 | 15 | -0/+200 |
| * | feat(packaging): bundle ffmpeg in the Windows installer by default | Christophe Besson | 2026-09-05 | 2 | -1/+90 |
| * | test(node): pin the fresh-install-before-provisioning safety property | Christophe Besson | 2026-09-04 | 2 | -0/+61 |
| * | feat: opt-in Windows service mode (boot-time, one elevation) + v1.0.0 | Christophe Besson | 2026-09-04 | 10 | -74/+430 |
| * | fix(client): Stop/Restart buttons and an autostart toggle on the Node page | Christophe Besson | 2026-09-04 | 5 | -2/+46 |
| * | fix(client): a failed spawn() of the node no longer crashes the app | Christophe Besson | 2026-09-04 | 1 | -0/+11 |
| * | fix(packaging): re-running setup no longer re-prompts for firewall access | Christophe Besson | 2026-09-04 | 2 | -13/+39 |
| * | feat(packaging): cover LAN casting in the Windows firewall step, too | Christophe Besson | 2026-09-04 | 1 | -0/+24 |
| * | feat(packaging): offer one elevated firewall step instead of two dialogs | Christophe Besson | 2026-09-04 | 3 | -4/+97 |
| * | feat(packaging): stamp the frozen node exe, document Windows networking | Christophe Besson | 2026-09-04 | 1 | -0/+13 |
| * | feat(node): log the host candidates the WebRTC answer offers | Christophe Besson | 2026-09-04 | 1 | -2/+15 |
| * | fix: drop the retired Mozilla STUN server from the defaults | Christophe Besson | 2026-09-04 | 3 | -3/+6 |
| * | fix(node): say so when MusicBrainz lookups are inert | Christophe Besson | 2026-09-04 | 2 | -1/+30 |
| * | fix(packaging): actually ship the TMDB token, on Linux and Windows | Christophe Besson | 2026-09-04 | 3 | -5/+176 |
| * | fix(node): make ice_interfaces match adapters on Windows (W9) | Christophe Besson | 2026-09-04 | 3 | -19/+267 |
| * | fix(client): publish the real local IP on every platform, not just win32 | Christophe Besson | 2026-09-04 | 1 | -10/+16 |
| * | feat(packaging): put the bundled meshbay-node on the per-user PATH | Christophe Besson | 2026-09-04 | 2 | -5/+55 |
| * | feat: Windows installer (W4) — one per-user NSIS package, client + node | Christophe Besson | 2026-09-04 | 5 | -3/+211 |