aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(hub): stop badging every poster "unmatched" when TMDB is offChristophe Besson2026-09-082-7/+75
* fix(chat): the operator was missing from the roster they hostChristophe Besson2026-09-072-9/+102
* feat(chat): Tier 2 — a member verifies another member's device itselfChristophe Besson2026-09-0722-41/+929
* docs(chat): correct the claim that two devices never share a keyChristophe Besson2026-09-071-4/+17
* Merge origin/main into the chat encryption workChristophe Besson2026-09-0725-606/+1747
|\
| * feat(mnp)!: seal the upload under the group keyChristophe Besson2026-09-0715-168/+1040
| * refactor(mnp)!: remove stream_seg, the last unencrypted content messageChristophe Besson2026-09-079-225/+53
| * fix(mnp): give a reply an id, so it stops being routed by luckChristophe Besson2026-09-078-105/+521
* | feat(chat): encrypt group chat under per-device epoch keys (MNP 2.0)Christophe Besson2026-09-0744-203/+4570
|/
* fix(client): break the Wayland ready-to-show deadlockChristophe Besson2026-09-071-0/+10
* Merge branch 'refactor/groups-phase1'Christophe Besson2026-09-0784-1788/+9504
|\
| * fix(node): carry enrichment across a rescan instead of re-deriving itChristophe Besson2026-09-072-90/+232
| * fix(node): a replugged root came back without its metadataChristophe Besson2026-09-073-0/+261
| * test(hub): the folder-name test was reading the ".." rowChristophe Besson2026-09-071-3/+11
| * fix(client): drop the "No changes to save" hint beside SaveChristophe Besson2026-09-0716-40/+1
| * fix(client): Save in the app panes was invisible, and Chat's never landedChristophe Besson2026-09-0718-23/+174
| * fix(node): remove --upload-dir rather than document itChristophe Besson2026-09-077-53/+64
| * chore(node): finish Phase 3 — CLI deprecations, Windows shapes, docsChristophe Besson2026-09-075-5/+298
| * feat(client): HelloWorld, the reference applicationChristophe Besson2026-09-0722-16/+425
| * fix(client): report a directory result under the button that caused itChristophe Besson2026-09-072-9/+65
| * fix(client): New folder did nothing — prompt() throws in the desktop clientChristophe Besson2026-09-0714-22/+192
| * feat(client): bring back New folder, icon-only — and close the hole it openedChristophe Besson2026-09-065-1/+115
| * fix: a root change reaches every client without a page reloadChristophe Besson2026-09-066-9/+169
| * fix(node): `root list` printed "?" for every pathChristophe Besson2026-09-064-8/+147
| * feat(node): an upload lands in the folder it was sent toChristophe Besson2026-09-0612-84/+156
| * fix(node): the MNP root path never reloaded, and my first repair made it worseChristophe Besson2026-09-063-96/+277
| * fix(node): adding a root reached node.toml but not the running nodeChristophe Besson2026-09-062-1/+214
| * fix(client): the folder picker had no background, and its field no layoutChristophe Besson2026-09-0613-29/+201
| * docs(groups): the upload-policy migration is not optional after allChristophe Besson2026-09-061-2/+15
| * 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-0634-647/+1861
| * 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-0643-640/+2058
| * feat: groups refactor Phase 1 — root RO/RW model + shared directories UIChristophe Besson2026-09-0632-495/+1934
|/
* 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-066-40/+619
* fix(win): finish the desktop setup flow — node-key link + service taskChristophe Besson2026-09-053-6/+100
* 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-056-11/+71
* fix(node): register the service-mode task with Register-ScheduledTask -LogonT...Christophe Besson2026-09-054-44/+135
* 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