| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat(client): create the system tray at launch, not on first minimise | Christophe Besson | 2026-09-08 | 6 | -25/+158 |
| * | 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 | 13 | -6/+162 |
| * | fix(hub): stop badging every poster "unmatched" when TMDB is off | Christophe Besson | 2026-09-08 | 2 | -7/+75 |
| * | 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 | 22 | -41/+929 |
| * | 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 | 25 | -606/+1747 |
| |\ |
|
| | * | feat(mnp)!: seal the upload under the group key | Christophe Besson | 2026-09-07 | 15 | -168/+1040 |
| | * | refactor(mnp)!: remove stream_seg, the last unencrypted content message | Christophe Besson | 2026-09-07 | 9 | -225/+53 |
| | * | fix(mnp): give a reply an id, so it stops being routed by luck | Christophe Besson | 2026-09-07 | 8 | -105/+521 |
| * | | feat(chat): encrypt group chat under per-device epoch keys (MNP 2.0) | Christophe Besson | 2026-09-07 | 44 | -203/+4570 |
| |/ |
|
| * | fix(client): break the Wayland ready-to-show deadlock | Christophe Besson | 2026-09-07 | 1 | -0/+10 |
| * | Merge branch 'refactor/groups-phase1' | Christophe Besson | 2026-09-07 | 84 | -1788/+9504 |
| |\ |
|
| | * | 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 | 7 | -53/+64 |
| | * | chore(node): finish Phase 3 — CLI deprecations, Windows shapes, docs | Christophe Besson | 2026-09-07 | 5 | -5/+298 |
| | * | 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 | 12 | -84/+156 |
| | * | 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 |
| | * | docs(groups): the upload-policy migration is not optional after all | Christophe Besson | 2026-09-06 | 1 | -2/+15 |
| | * | 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 | 34 | -647/+1861 |
| | * | 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 | 43 | -640/+2058 |
| | * | feat: groups refactor Phase 1 — root RO/RW model + shared directories UI | Christophe Besson | 2026-09-06 | 32 | -495/+1934 |
| |/ |
|
| * | 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 | 6 | -40/+619 |
| * | fix(win): finish the desktop setup flow — node-key link + service task | Christophe Besson | 2026-09-05 | 3 | -6/+100 |
| * | chore: bump all packages to 0.11.00.11 | Christophe Besson | 2026-09-05 | 6 | -6/+6 |