aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src
Commit message (Expand)AuthorAgeFilesLines
* feat: a group can be left out of Search, and Search tries every nodeChristophe Besson12 days14-46/+182
* fix(ui): a signed-in person is never shown the sign-in formChristophe Besson12 days1-1/+10
* chore: bump version to 0.14.0Christophe Besson12 days1-1/+1
* feat(ui): an indexing dock above the music bar, on every pageChristophe Besson12 days16-7/+566
* fix(hub): Argon2 runs off the event loop, on exactly one workerChristophe Besson13 days2-12/+49
* fix(hub): a per-account sign-in lockout, and a reviewed unauthenticated surfaceChristophe Besson13 days24-36/+527
* fix(hub): federation is closed until two hubs have run itChristophe Besson13 days2-1/+55
* fix(hub): the migration chain runs, and a test says soChristophe Besson13 days1-1/+7
* fix(hub): a node that hosts nothing is not a free target, and a private group...Christophe Besson13 days2-27/+56
* fix: hold every background task, in both codebasesChristophe Besson13 days1-1/+2
* fix(packaging): the hub unit can start, and nothing carries the migration pathChristophe Besson14 days2-5/+67
* feat(hub): the mail state is a panel section, and a ceiling falling is an eventChristophe Besson14 days13-14/+195
* fix(hub): refuse to start with more than one workerChristophe Besson14 days1-0/+22
* feat(hub): the mail bounds are settings, with a panel to change themChristophe Besson14 days16-5/+396
* fix(hub): the mail allowance is written down, and recovery keeps a shareChristophe Besson14 days6-117/+256
* fix(hub): bound the blocklist reads a stranger can makeChristophe Besson14 days1-3/+16
* fix(hub): MHP binds its audience, and the hub knows its own nameChristophe Besson14 days2-14/+54
* fix(hub): the mail server is not a relayChristophe Besson14 days2-10/+160
* fix(hub): no mail from the event loop, and a ceiling on every path that sends itChristophe Besson14 days4-16/+119
* fix: bound what one member can cost the othersChristophe Besson14 days5-21/+203
* fix: an empty group claim is a claim on nothingChristophe Besson14 days3-22/+98
* fix(packaging): three MSIX first-run regressions found by a real sideloadChristophe Besson2026-09-1211-0/+38
* fix(hub): an administrator can erase an account that owns groupsChristophe Besson2026-09-1115-36/+124
* feat: gate the create-group wizard on whether a node is bundledChristophe Besson2026-09-113-11/+44
* fix(hub): the asset fingerprint covers every file under static/Christophe Besson2026-09-111-38/+14
* feat(hub): legal information link at the foot of the sidebarChristophe Besson2026-09-1113-3/+47
* feat(hub): say what MeshBay is on the sign-in pageChristophe Besson2026-09-1112-2/+459
* fix(hub): account deletion left device keys and swarm sources behindChristophe Besson2026-09-111-2/+11
* fix(node): the handshake ack dropped one app's directoriesChristophe Besson2026-09-101-12/+17
* refactor(mnp)!: one operation for an app's folders, not one per appChristophe Besson2026-09-103-40/+10
* docs(code): drop the references to a plan file that no longer existsChristophe Besson2026-09-102-5/+6
* refactor(spa): stop asking a node what version it isChristophe Besson2026-09-1014-222/+17
* refactor(mnp)!: one answer to "may this member write", and it is the rootChristophe Besson2026-09-103-38/+6
* fix(hub): a pinned band's ring stops eating the form above itChristophe Besson2026-09-101-0/+32
* feat(hub): pin the app controls while a library scrollsChristophe Besson2026-09-108-28/+440
* test(spa): drive the composer's recovery through the real reconnectChristophe Besson2026-09-091-0/+7
* fix(spa): a reconnect must give the Chat composer backChristophe Besson2026-09-093-13/+126
* fix: the PDF preview needs object-src and frame-src, in both policiesChristophe Besson2026-09-091-4/+28
* fix(spa): say why a download cannot be pausedChristophe Besson2026-09-0912-0/+34
* fix(spa): a paused transfer is not a finished oneChristophe Besson2026-09-0911-2/+23
* feat: MNP 3.0 — a transfer needs a leaseChristophe Besson2026-09-093-5/+22
* fix(spa): wake the download worker before handing it a streamChristophe Besson2026-09-092-1/+72
* feat: resume an interrupted upload, and pause oneChristophe Besson2026-09-093-6/+98
* fix(spa): stop reloading a healthy page at bootChristophe Besson2026-09-091-69/+42
* docs(spa): say that a download with no folder cannot be pausedChristophe Besson2026-09-0910-10/+10
* feat(spa): pause and resume a download, in sessionChristophe Besson2026-09-0915-26/+256
* fix(spa): repair a bypassed page in seconds, not half a minuteChristophe Besson2026-09-091-1/+19
* fix(spa): repair a page the download worker cannot serveChristophe Besson2026-09-0911-12/+98
* fix(spa): nothing on the worker path may wait for everChristophe Besson2026-09-091-7/+77
* fix(spa): the target queue must not be able to freeze a batchChristophe Besson2026-09-091-1/+36