| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | feat(account): a user can delete their own account, an admin can delete one | Christophe Besson | 2026-08-14 | 7 | -5/+402 |
| * | feat(files): one uploads/ directory, for files and chat alike | Christophe Besson | 2026-08-14 | 4 | -66/+107 |
| * | feat(files): upload into the current directory, and create folders | Christophe Besson | 2026-08-14 | 6 | -76/+280 |
| * | feat(ui): upload progress, PDF preview, invite form above the member list | Christophe Besson | 2026-08-14 | 3 | -22/+69 |
| * | chore: release 0.2.00.2 | Christophe Besson | 2026-08-14 | 13 | -19/+35 |
| * | merge: Phase 11.5 security remediation, invite redesign, per-node identity | Christophe Besson | 2026-08-14 | 63 | -2279/+8470 |
| |\ |
|
| | * | fix(node): an operator keeps their role when reconnecting | Christophe Besson | 2026-08-14 | 1 | -1/+5 |
| | * | docs: user guide and conventions catch up with per-node identity | Christophe Besson | 2026-08-14 | 2 | -18/+32 |
| | * | feat!: identity keys per node — C4's blast radius drops to one operator | Christophe Besson | 2026-08-14 | 17 | -303/+493 |
| | * | docs: Argon2id, the multi-browser property, and what a browser found | Christophe Besson | 2026-08-14 | 5 | -37/+139 |
| | * | perf(client): bundle KDF to 128 MB, and derive it once per sign-in | Christophe Besson | 2026-08-14 | 5 | -14/+37 |
| | * | feat(client): Argon2id for the keypair bundle, and remove the backup toggle | Christophe Besson | 2026-08-14 | 9 | -100/+315 |
| | * | feat(client): make the key backup a choice, and raise the passphrase floor | Christophe Besson | 2026-08-14 | 6 | -11/+190 |
| | * | test: prove a second browser works after pairing | Christophe Besson | 2026-08-14 | 1 | -0/+16 |
| | * | fix(client): recover identity keys from what the browser already has | Christophe Besson | 2026-08-14 | 1 | -0/+40 |
| | * | fix(client): capture the challenge values before joining, not after | Christophe Besson | 2026-08-14 | 2 | -8/+100 |
| | * | fix(client): refresh the token when the node says "not a member" | Christophe Besson | 2026-08-14 | 5 | -13/+87 |
| | * | fix(node): keep reading the hub socket while negotiating WebRTC | Christophe Besson | 2026-08-14 | 2 | -11/+67 |
| | * | fix(node): announce the node key in the challenge, and keep names in the roster | Christophe Besson | 2026-08-14 | 7 | -32/+105 |
| | * | docs: record the invite redesign — H3 and M3 closed | Christophe Besson | 2026-08-14 | 5 | -98/+226 |
| | * | feat(node): operator surface — member list, invite, revoke, unpin over SSH | Christophe Besson | 2026-08-14 | 7 | -14/+499 |
| | * | feat(node)!: the node wraps the group key — closes H3 and M3 | Christophe Besson | 2026-08-14 | 18 | -285/+2637 |
| | * | test(node): allocate daemon test ports instead of hardcoding 28000 | Christophe Besson | 2026-08-14 | 1 | -3/+17 |
| | * | feat(node): CLI for headless operators — status, ui, gek-init | Christophe Besson | 2026-08-13 | 3 | -10/+153 |
| | * | feat(node): keep the daemon alive when the hub rejects credentials | Christophe Besson | 2026-08-13 | 1 | -8/+22 |
| | * | test: JS/Python transcript parity across the language boundary | Christophe Besson | 2026-08-13 | 1 | -0/+175 |
| | * | docs: draft-v5 — mark C6, M8 and 11.5.8 closed | Christophe Besson | 2026-08-13 | 1 | -12/+29 |
| | * | feat(client): pin node identities on first use — closes 11.5.8 | Christophe Besson | 2026-08-13 | 2 | -0/+24 |
| | * | fix(hub): require proof of possession on node announce — closes M8 | Christophe Besson | 2026-08-13 | 5 | -13/+232 |
| | * | feat(quic): GEK proof and mutual authentication — closes C6 | Christophe Besson | 2026-08-13 | 3 | -8/+186 |
| | * | docs: record 11.5.6 spike — QUIC channel binding constraints | Christophe Besson | 2026-08-13 | 1 | -1/+39 |
| | * | docs: draft-v5 architecture spec | Christophe Besson | 2026-08-13 | 3 | -2/+345 |
| | * | docs: rework Phase 12 — hub minimization deferred by operator decision | Christophe Besson | 2026-08-13 | 2 | -48/+69 |
| | * | refactor(quic): share the unified handshake authorization | Christophe Besson | 2026-08-13 | 2 | -25/+36 |
| | * | feat(mnp): unified handshake with mutual authentication | Christophe Besson | 2026-08-13 | 7 | -123/+680 |
| | * | fix: resource limits, signaling authz, node admin UI token | Christophe Besson | 2026-08-13 | 7 | -32/+380 |
| | * | fix: swarm privacy, revocation persistence, keystore KDF, audit integrity | Christophe Besson | 2026-08-13 | 14 | -66/+406 |
| | * | fix(hub): authenticate node WebSocket registration | Christophe Besson | 2026-08-13 | 2 | -13/+256 |
| | * | fix(node): group isolation, upload confinement, GEK seizure, admin challenge | Christophe Besson | 2026-08-13 | 11 | -155/+919 |
| | * | fix(node)!: remove unauthenticated HTTP file API and TCP transport | Christophe Besson | 2026-08-13 | 12 | -1346/+45 |
| |/ |
|
| * | docs: second security review + roadmap rewrite0.1 | Christophe Besson | 2026-08-13 | 4 | -59/+1451 |
| * | feat: Phase 12 — P2P crypto material, password split, node Ed25519 auth | Christophe Besson | 2026-08-13 | 30 | -787/+3584 |
| * | feat(node): audit logging + local admin UI rewrite | Christophe Besson | 2026-08-11 | 5 | -133/+705 |
| * | feat(node): index push to WebRTC peers + swarm registration (11.5, 11.9) | Christophe Besson | 2026-08-11 | 4 | -18/+189 |
| * | feat(node): Phase 11 — production-ready daemon with WebRTC, WS, chat, HTTP | Christophe Besson | 2026-08-11 | 7 | -65/+454 |
| * | fix(ui): reduce upload chunk size to 48KB to fit aiortc SCTP limit | Christophe Besson | 2026-08-11 | 1 | -1/+1 |
| * | fix(ui): set MediaSource duration from ffprobe and clamp seeks to buffered range | Christophe Besson | 2026-08-11 | 1 | -5/+23 |
| * | fix(ui): remove duplicate connecting messages and buggy stream progress bar | Christophe Besson | 2026-08-11 | 2 | -52/+4 |
| * | docs: add Phases 11–17 roadmap (node daemon, CLI, Sender Keys, Android, pac... | Christophe Besson | 2026-08-11 | 1 | -31/+155 |
| * | feat: Phase 10c — MSE video streaming (real-time playback) | Christophe Besson | 2026-08-11 | 9 | -54/+467 |