summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/api
Commit message (Expand)AuthorAgeFilesLines
* refactor(client): split transport.js into classic scriptsChristophe Besson6 hours1-0/+9
* fix(hub): offer ceilings that bound a member without failing an ordinary oneChristophe Besson42 hours1-3/+61
* fix(hub): a redeemed invitation link leaves the owner's listChristophe Besson47 hours1-10/+17
* feat(hub): invitation-link tickets bound to a verified addressChristophe Besson2 days2-0/+341
* feat(hub): make mailing an invitation a remembered choiceChristophe Besson2 days1-0/+3
* style: the 98 ruff could not fix, so the linter is a signal againChristophe Besson6 days4-6/+15
* style: ruff's own fixes, mechanically appliedChristophe Besson6 days11-61/+71
* fix: the two ceilings §13.5b was still missing, as AV27 and AV28Christophe Besson6 days1-1/+32
* docs: cite MESHBAY_DESIGN.md and a section instead of the merged notesChristophe Besson7 days1-3/+3
* fix(hub): the password verifier is Argon2id 64 MiB, and a hash's version name...Christophe Besson8 days1-2/+2
* spa: a blank page can never be silent againChristophe Besson9 days1-0/+4
* feat(hub): Videos and Music list their cards a page at a timeChristophe Besson10 days1-0/+1
* feat(hub): session lifetime is an admin setting, and a browser signs out when...Christophe Besson11 days3-6/+120
* feat(hub): usernames are at least 8 characters at registrationChristophe Besson11 days1-2/+8
* fix(hub): Argon2 runs off the event loop, on exactly one workerChristophe Besson12 days1-12/+12
* fix(hub): a per-account sign-in lockout, and a reviewed unauthenticated surfaceChristophe Besson12 days4-25/+123
* fix(hub): federation is closed until two hubs have run itChristophe Besson12 days2-1/+55
* fix(hub): a node that hosts nothing is not a free target, and a private group...Christophe Besson12 days2-27/+56
* fix: hold every background task, in both codebasesChristophe Besson12 days1-1/+2
* feat(hub): the mail bounds are settings, with a panel to change themChristophe Besson13 days1-4/+55
* fix(hub): the mail allowance is written down, and recovery keeps a shareChristophe Besson13 days2-55/+48
* fix(hub): bound the blocklist reads a stranger can makeChristophe Besson13 days1-3/+16
* fix(hub): MHP binds its audience, and the hub knows its own nameChristophe Besson13 days1-14/+34
* fix(hub): the mail server is not a relayChristophe Besson13 days1-3/+48
* fix(hub): no mail from the event loop, and a ceiling on every path that sends itChristophe Besson13 days3-16/+101
* fix: bound what one member can cost the othersChristophe Besson13 days4-20/+199
* fix: an empty group claim is a claim on nothingChristophe Besson13 days1-3/+42
* fix(hub): an administrator can erase an account that owns groupsChristophe Besson14 days3-18/+53
* fix(hub): the asset fingerprint covers every file under static/Christophe Besson2026-09-111-38/+14
* fix(hub): account deletion left device keys and swarm sources behindChristophe Besson2026-09-111-2/+11
* feat(hub): pin the app controls while a library scrollsChristophe Besson2026-09-101-2/+10
* fix: the PDF preview needs object-src and frame-src, in both policiesChristophe Besson2026-09-091-4/+28
* feat: MNP 3.0 — a transfer needs a leaseChristophe Besson2026-09-091-2/+15
* fix(hub): let this origin frame its own download URLChristophe Besson2026-09-081-2/+24
* feat(client): HelloWorld, the reference applicationChristophe Besson2026-09-071-0/+4
* feat(client): Phase 2 — per-app settings panes, folder tree, multi-directoryChristophe Besson2026-09-061-0/+8
* fix(hub): stop the maintenance loop racing the tests, and pin _ASSETSChristophe Besson2026-09-021-0/+1
* fix(hub): dismissing a notification deletes itChristophe Besson2026-09-021-12/+49
* fix(hub): a desktop solve reports no hostname at all, not "meshbay"Christophe Besson2026-09-021-0/+1
* fix(hub): check the captcha's origin here, so the desktop client can pass oneChristophe Besson2026-09-021-0/+1
* revert(hub): M6 — add_group_member must keep accepting node tokensChristophe Besson2026-09-011-6/+8
* fix(hub): send a CSP and protective headers on every responseChristophe Besson2026-09-011-2/+29
* fix(hub): constrain what a federated peer hub can do (MHP)Christophe Besson2026-09-011-26/+98
* fix(hub): require user scope to add group membersChristophe Besson2026-09-011-1/+6
* fix(hub): enforce registration captcha for every clientChristophe Besson2026-09-011-2/+7
* fix(hub): require auth and distinct reporters for content reportsChristophe Besson2026-09-011-26/+60
* fix(hub): moderator can no longer grant admin or hard-revoke accountsChristophe Besson2026-09-012-5/+33
* fix(node): CLI member invite now registers hub membership and enforces codeChristophe Besson2026-09-011-1/+1
* feat(hub): reCAPTCHA v2 on Register and Password Reset pagesChristophe Besson2026-09-012-3/+35
* feat: passphrase change and account recovery (auth-confirm)Christophe Besson2026-09-011-3/+223