summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/api/users.py
Commit message (Expand)AuthorAgeFilesLines
* feat(hub): invitation-link tickets bound to a verified addressChristophe Besson2 days1-0/+5
* 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 days1-1/+3
* style: ruff's own fixes, mechanically appliedChristophe Besson6 days1-20/+29
* 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
* 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 days1-6/+91
* 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 days1-14/+59
* fix(hub): the mail allowance is written down, and recovery keeps a shareChristophe Besson13 days1-53/+45
* 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 days1-8/+86
* fix(hub): an administrator can erase an account that owns groupsChristophe Besson2026-09-111-4/+16
* fix(hub): account deletion left device keys and swarm sources behindChristophe Besson2026-09-111-2/+11
* 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
* fix(hub): enforce registration captcha for every clientChristophe Besson2026-09-011-2/+7
* feat(hub): reCAPTCHA v2 on Register and Password Reset pagesChristophe Besson2026-09-011-3/+26
* feat: passphrase change and account recovery (auth-confirm)Christophe Besson2026-09-011-3/+223
* feat: email verification for registration, email change, and invitationsChristophe Besson2026-08-311-24/+211
* feat: node workflow redesign — wizard auto-config, reset, MusicBrainz contactChristophe Besson2026-08-291-0/+11
* feat(music): network-adaptive prefetch depth, opt-in keep-screen-on toggleChristophe Besson2026-08-261-0/+1
* feat(ui): 11-point UI overhaul — tabs, transfers, settings, uploadsChristophe Besson2026-08-191-1/+121
* feat: device linking, and signing in to the hub with a device keyChristophe Besson2026-08-181-1/+183
* feat(logs): keep the username on records the account no longer answers forChristophe Besson2026-08-151-1/+6
* feat(account): a user can delete their own account, an admin can delete oneChristophe Besson2026-08-141-2/+78
* feat!: identity keys per node — C4's blast radius drops to one operatorChristophe Besson2026-08-141-45/+12
* fix: swarm privacy, revocation persistence, keystore KDF, audit integrityChristophe Besson2026-08-131-15/+32
* feat: Phase 12 — P2P crypto material, password split, node Ed25519 authChristophe Besson2026-08-131-24/+116
* feat(hub): Phase 10.1–10.4 — Site overlay + admin/moderation UIChristophe Besson2026-08-111-0/+12
* feat(hub): Phase 8 — Hub v2 security hardening + production readinessChristophe Besson2026-08-101-11/+60
* feat: Phase 7 — Node v2 (multi-group, Sender Keys, 0-RTT, chat, denylist)Christophe Besson2026-08-101-3/+11
* feat: password-based key derivation + operational QUICKSTARTChristophe Besson2026-08-091-3/+8
* feat(hub): add production hub — config, auth, API routers, testsChristophe Besson2026-08-091-0/+199