aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static
Commit message (Expand)AuthorAgeFilesLines
* fix: the chat tab no longer scrolls, and a group is listed or invite-onlyChristophe Besson2026-08-1811-123/+57
* fix(ui): name the section after its button, drop the folder slash, colour the...Christophe Besson2026-08-1812-21/+12
* fix: two waits with no deadline, resume positions per account, group settings...Christophe Besson2026-08-1813-145/+408
* fix(client): a film can go full-screen, and automatic saving is automaticChristophe Besson2026-08-181-1/+1
* fix(client): downloads stream to disk, and two rough edges on first runChristophe Besson2026-08-1813-23/+96
* fix(client): three defects a real desktop found in ten minutesChristophe Besson2026-08-1813-6/+113
* feat(client): hybrid sign-in — passphrase once, then this device's keyChristophe Besson2026-08-1812-3/+234
* fix(client): the desktop client runs, and running it corrected three thingsChristophe Besson2026-08-183-4/+53
* feat(client): the platform seam, and an Electron shell that has never been runChristophe Besson2026-08-1812-2/+164
* feat: device linking, and signing in to the hub with a device keyChristophe Besson2026-08-1813-0/+419
* feat(node): several named roots per group, and one implementation per operationChristophe Besson2026-08-1812-2/+45
* fix(hub): a session that renews itselfChristophe Besson2026-08-171-17/+171
* fix(hub): the transfers panel hung off the side of a phoneChristophe Besson2026-08-171-0/+23
* feat(hub): move about in a film, and pick it up where it was leftChristophe Besson2026-08-1712-22/+372
* feat(node): seeking, as a stream restarted somewhere elseChristophe Besson2026-08-171-2/+5
* fix(hub): bound the video read-ahead by the playhead, not by the networkChristophe Besson2026-08-162-10/+173
* feat(hub): chat, presence, a Profile page, and downloads that do not freezeChristophe Besson2026-08-1615-288/+1111
* feat(hub): translate the web client into nine more languagesChristophe Besson2026-08-1613-394/+4155
* fix: stop a stream on close, count only real users, record where a node isChristophe Besson2026-08-153-1/+103
* feat(groups): remove a member, and keep gigabytes out of the tabChristophe Besson2026-08-155-15/+291
* fix(downloads): automatic really is automatic, and a selection downloads all ...Christophe Besson2026-08-155-63/+239
* feat(settings): choose between Save As and saving into a folderChristophe Besson2026-08-154-32/+291
* feat(files): transfers that outlive the page, and selection instead of per-ro...Christophe Besson2026-08-155-261/+663
* feat(files): download a folder as a zip, and remove an empty oneChristophe Besson2026-08-154-6/+411
* perf(upload): several chunks in flight, instead of one per round tripChristophe Besson2026-08-152-32/+96
* feat(groups): editable description, and one source of operator authorityChristophe Besson2026-08-153-5/+112
* The Files panel stops guessing, and search says how old its answer isChristophe Besson2026-08-153-32/+78
* fix(members): restore the member list and invite form, and retire the pairing...Christophe Besson2026-08-153-48/+64
* One stroked icon set, matching the Administration shieldChristophe Besson2026-08-152-23/+94
* Notifications: one per conversation, none for your own messagesChristophe Besson2026-08-143-23/+71
* feat(account): a user can delete their own account, an admin can delete oneChristophe Besson2026-08-143-2/+96
* 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
* feat!: identity keys per node — C4's blast radius drops to one operatorChristophe Besson2026-08-143-209/+85
* perf(client): bundle KDF to 128 MB, and derive it once per sign-inChristophe Besson2026-08-142-7/+10
* feat(client): Argon2id for the keypair bundle, and remove the backup toggleChristophe Besson2026-08-146-96/+157
* feat(client): make the key backup a choice, and raise the passphrase floorChristophe Besson2026-08-143-11/+150
* 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-141-8/+13
* 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-131-0/+48
* feat(mnp): unified handshake with mutual authenticationChristophe Besson2026-08-132-21/+99
* 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-136-175/+906
* fix(ui): reduce upload chunk size to 48KB to fit aiortc SCTP limitChristophe Besson2026-08-111-1/+1