summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub
Commit message (Expand)AuthorAgeFilesLines
* chore: release 0.4.00.4Christophe Besson2026-08-162-3/+3
* fix(hub): revalidate static assets so a split SPA version cannot loadChristophe Besson2026-08-161-1/+23
* feat(hub): translate the web client into nine more languagesChristophe Besson2026-08-1614-394/+4369
* chore: release 0.3.00.3Christophe Besson2026-08-152-3/+3
* fix: stop a stream on close, count only real users, record where a node isChristophe Besson2026-08-1511-11/+383
* feat(groups): remove a member, and keep gigabytes out of the tabChristophe Besson2026-08-158-15/+509
* fix(downloads): automatic really is automatic, and a selection downloads all ...Christophe Besson2026-08-157-63/+282
* feat(settings): choose between Save As and saving into a folderChristophe Besson2026-08-155-32/+388
* feat(files): transfers that outlive the page, and selection instead of per-ro...Christophe Besson2026-08-157-261/+864
* feat(files): download a folder as a zip, and remove an empty oneChristophe Besson2026-08-155-6/+602
* perf(upload): several chunks in flight, instead of one per round tripChristophe Besson2026-08-153-32/+120
* feat(groups): editable description, and one source of operator authorityChristophe Besson2026-08-155-5/+247
* The Files panel stops guessing, and search says how old its answer isChristophe Besson2026-08-153-32/+78
* feat(logs): keep the username on records the account no longer answers forChristophe Besson2026-08-155-2/+83
* fix(members): restore the member list and invite form, and retire the pairing...Christophe Besson2026-08-154-48/+106
* One stroked icon set, matching the Administration shieldChristophe Besson2026-08-152-23/+94
* Notifications: one per conversation, none for your own messagesChristophe Besson2026-08-149-27/+417
* feat(account): a user can delete their own account, an admin can delete oneChristophe Besson2026-08-147-5/+402
* feat(files): one uploads/ directory, for files and chat alikeChristophe Besson2026-08-142-8/+11
* feat(files): upload into the current directory, and create foldersChristophe Besson2026-08-143-47/+94
* feat(ui): upload progress, PDF preview, invite form above the member listChristophe Besson2026-08-143-22/+69
* chore: release 0.2.00.2Christophe Besson2026-08-142-3/+3
* feat!: identity keys per node — C4's blast radius drops to one operatorChristophe Besson2026-08-1411-266/+163
* perf(client): bundle KDF to 128 MB, and derive it once per sign-inChristophe Besson2026-08-143-8/+11
* feat(client): Argon2id for the keypair bundle, and remove the backup toggleChristophe Besson2026-08-148-96/+292
* feat(client): make the key backup a choice, and raise the passphrase floorChristophe Besson2026-08-143-11/+150
* test: prove a second browser works after pairingChristophe Besson2026-08-141-0/+16
* fix(client): recover identity keys from what the browser already hasChristophe Besson2026-08-141-0/+40
* fix(client): capture the challenge values before joining, not afterChristophe Besson2026-08-142-8/+100
* fix(client): refresh the token when the node says "not a member"Christophe Besson2026-08-142-10/+43
* fix(node): keep reading the hub socket while negotiating WebRTCChristophe Besson2026-08-141-0/+14
* fix(node): announce the node key in the challenge, and keep names in the rosterChristophe Besson2026-08-141-0/+10
* feat(node)!: the node wraps the group key — closes H3 and M3Christophe Besson2026-08-145-37/+336
* feat(client): pin node identities on first use — closes 11.5.8Christophe Besson2026-08-132-0/+24
* fix(hub): require proof of possession on node announce — closes M8Christophe Besson2026-08-134-13/+222
* feat(mnp): unified handshake with mutual authenticationChristophe Besson2026-08-132-21/+99
* fix: resource limits, signaling authz, node admin UI tokenChristophe Besson2026-08-133-4/+150
* fix: swarm privacy, revocation persistence, keystore KDF, audit integrityChristophe Besson2026-08-136-41/+100
* fix(hub): authenticate node WebSocket registrationChristophe Besson2026-08-132-13/+256
* fix(node): group isolation, upload confinement, GEK seizure, admin challengeChristophe Besson2026-08-134-19/+105
* feat: Phase 12 — P2P crypto material, password split, node Ed25519 authChristophe Besson2026-08-1318-351/+1679
* fix(ui): reduce upload chunk size to 48KB to fit aiortc SCTP limitChristophe Besson2026-08-111-1/+1
* fix(ui): set MediaSource duration from ffprobe and clamp seeks to buffered rangeChristophe Besson2026-08-111-5/+23
* fix(ui): remove duplicate connecting messages and buggy stream progress barChristophe Besson2026-08-112-52/+4
* feat: Phase 10c — MSE video streaming (real-time playback)Christophe Besson2026-08-114-52/+174
* fix(hub): move _handle_chat_notify before @router.websocket decoratorChristophe Besson2026-08-111-1/+1
* feat: chat notifications via hub, file delete, upload fix, cached display, in...Christophe Besson2026-08-111-0/+36
* fix(ui): upload chunk size, cached file display, chat names, file delete, inl...Christophe Besson2026-08-114-12/+118
* fix(ui): group creation error, chat UUIDs, file preview, action menuChristophe Besson2026-08-114-53/+422
* feat: Phase 10b — Self-service UI (group create/join, upload, IndexedDB, se...Christophe Besson2026-08-116-11/+758