| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix(node): make max_concurrent_streams take effect without a restart | Christophe Besson | 2026-09-08 | 3 | -5/+222 |
| * | test(node): close the eleven failures, and the order-dependence behind seven | Christophe Besson | 2026-09-08 | 4 | -3/+47 |
| * | feat(node): cap the media cache and evict least-recently-used entries | Christophe Besson | 2026-09-08 | 2 | -5/+270 |
| * | fix(client): write a download to .part and rename it when it completes | Christophe Besson | 2026-09-08 | 1 | -4/+36 |
| * | test(hub): stop the Chrome profile cleanup racing its own children | Christophe Besson | 2026-09-08 | 5 | -5/+50 |
| * | fix(hub): never collect a large download in the page | Christophe Besson | 2026-09-08 | 14 | -16/+395 |
| * | fix(hub): make the streamed download path reliable, and clean up after an abort | Christophe Besson | 2026-09-08 | 5 | -42/+465 |
| * | chore: bump all packages to 0.12.0 | Christophe Besson | 2026-09-08 | 6 | -6/+6 |
| * | feat(client): create the system tray at launch, not on first minimise | Christophe Besson | 2026-09-08 | 5 | -25/+125 |
| * | fix(hub): drop the flag emoji from the language menu | Christophe Besson | 2026-09-08 | 2 | -11/+18 |
| * | feat(hub): name a group's host on its card, not its visibility | Christophe Besson | 2026-09-08 | 3 | -7/+21 |
| * | feat(hub): collapse "Your devices on this node" by default | Christophe Besson | 2026-09-08 | 1 | -3/+8 |
| * | feat(hub): cap a directory zip at 512 MB | Christophe Besson | 2026-09-08 | 12 | -5/+156 |
| * | fix(hub): stop badging every poster "unmatched" when TMDB is off | Christophe Besson | 2026-09-08 | 1 | -7/+30 |
| * | fix(chat): the operator was missing from the roster they host | Christophe Besson | 2026-09-07 | 2 | -9/+102 |
| * | feat(chat): Tier 2 — a member verifies another member's device itself | Christophe Besson | 2026-09-07 | 20 | -5/+850 |
| * | docs(chat): correct the claim that two devices never share a key | Christophe Besson | 2026-09-07 | 1 | -4/+17 |
| * | Merge origin/main into the chat encryption work | Christophe Besson | 2026-09-07 | 22 | -599/+1723 |
| |\ |
|
| | * | feat(mnp)!: seal the upload under the group key | Christophe Besson | 2026-09-07 | 14 | -167/+1039 |
| | * | refactor(mnp)!: remove stream_seg, the last unencrypted content message | Christophe Besson | 2026-09-07 | 8 | -224/+52 |
| | * | fix(mnp): give a reply an id, so it stops being routed by luck | Christophe Besson | 2026-09-07 | 7 | -100/+499 |
| * | | feat(chat): encrypt group chat under per-device epoch keys (MNP 2.0) | Christophe Besson | 2026-09-07 | 40 | -165/+3681 |
| |/ |
|
| * | fix(client): break the Wayland ready-to-show deadlock | Christophe Besson | 2026-09-07 | 1 | -0/+10 |
| * | fix(node): carry enrichment across a rescan instead of re-deriving it | Christophe Besson | 2026-09-07 | 2 | -90/+232 |
| * | fix(node): a replugged root came back without its metadata | Christophe Besson | 2026-09-07 | 3 | -0/+261 |
| * | test(hub): the folder-name test was reading the ".." row | Christophe Besson | 2026-09-07 | 1 | -3/+11 |
| * | fix(client): drop the "No changes to save" hint beside Save | Christophe Besson | 2026-09-07 | 16 | -40/+1 |
| * | fix(client): Save in the app panes was invisible, and Chat's never landed | Christophe Besson | 2026-09-07 | 18 | -23/+174 |
| * | fix(node): remove --upload-dir rather than document it | Christophe Besson | 2026-09-07 | 5 | -38/+45 |
| * | chore(node): finish Phase 3 — CLI deprecations, Windows shapes, docs | Christophe Besson | 2026-09-07 | 3 | -1/+214 |
| * | 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 |