alpha
Login
or
Join now
ave.zone
/
tranquil-pds
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork for PR & AGPL purposes
pds.lavate.ch
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tranquil-pds
/
crates
/
tranquil-api
/
src
/
server
/
at
refactor/unify-short-codes
19 files
ave
refactor(auth): unify short-code generation onto util::generate_token_code
7w ago
852f3ff2
account_status.rs
refactor(auth): unify short-code generation onto util::generate_token_code Collapse the three ad-hoc short-code generators into one canonical generator plus a shared normalizer: - util::generate_token_code now emits the uppercase base32 XXXXX-XXXXX display form; new util::normalize_token_code canonicalizes user input (uppercase, strip hyphen/whitespace). - email_token and legacy_2fa now generate via util, store the normalized form, and compare normalized input. Their private generate_short_token/generate_code (and BASE32_CHARS/CODE_LENGTH) are removed. - PLC (request/sign) and password reset inline util::generate_token_code, persist the normalized form, email the display form, and normalize input before lookup. The generate_plc_token/generate_reset_code wrappers are removed. Behavior changes: legacy login-2FA codes go from 8-digit numeric to XXXXX-XXXXX; PLC and password-reset codes go from lowercase to uppercase. All four code types are now accepted case-/hyphen-insensitively. OAuth web-login 2FA, account deletion, and the long verification_token blobs are intentionally untouched. Tests: add util normalize tests + email_token/legacy_2fa case/hyphen tests; update integration tests to expect the canonical stored form and the new emailed format.
1 month ago
app_password.rs
fix(auth): no bsky chat access when not specifically privileged to have it Lewis: May this revision serve well! <lu5a@proton.me>
3 months ago
email.rs
feat(tranquil-store): blockstore Lewis: May this revision serve well! <lu5a@proton.me>
4 months ago
invite.rs
feat(tranquil-store): blockstore Lewis: May this revision serve well! <lu5a@proton.me>
4 months ago
logo.rs
refactor(api): migrate all endpoints to repos accessor pattern
4 months ago
meta.rs
fix(config): signal gate is useless since needs admin work to activate anyway Lewis: May this revision serve well! <lu5a@proton.me>
2 months ago
migration.rs
feat(tranquil-store): blockstore Lewis: May this revision serve well! <lu5a@proton.me>
4 months ago
mod.rs
feat(auth): verification-gate override, inbound-migration bypass, store deleter improvement Lewis: May this revision serve well! <lu5a@proton.me>
2 months ago
passkey_account.rs
fix(auth): no bsky chat access when not specifically privileged to have it Lewis: May this revision serve well! <lu5a@proton.me>
3 months ago
passkeys.rs
feat(tranquil-store): blockstore Lewis: May this revision serve well! <lu5a@proton.me>
4 months ago
password.rs
refactor(auth): unify short-code generation onto util::generate_token_code Collapse the three ad-hoc short-code generators into one canonical generator plus a shared normalizer: - util::generate_token_code now emits the uppercase base32 XXXXX-XXXXX display form; new util::normalize_token_code canonicalizes user input (uppercase, strip hyphen/whitespace). - email_token and legacy_2fa now generate via util, store the normalized form, and compare normalized input. Their private generate_short_token/generate_code (and BASE32_CHARS/CODE_LENGTH) are removed. - PLC (request/sign) and password reset inline util::generate_token_code, persist the normalized form, email the display form, and normalize input before lookup. The generate_plc_token/generate_reset_code wrappers are removed. Behavior changes: legacy login-2FA codes go from 8-digit numeric to XXXXX-XXXXX; PLC and password-reset codes go from lowercase to uppercase. All four code types are now accepted case-/hyphen-insensitively. OAuth web-login 2FA, account deletion, and the long verification_token blobs are intentionally untouched. Tests: add util normalize tests + email_token/legacy_2fa case/hyphen tests; update integration tests to expect the canonical stored form and the new emailed format.
1 month ago
reauth.rs
feat(tranquil-store): blockstore Lewis: May this revision serve well! <lu5a@proton.me>
4 months ago
service_auth.rs
fix(auth): keep lxm optional and dont default to * when no lxm is given in getServiceAuth
3 months ago
session.rs
feat(auth): verification-gate override, inbound-migration bypass, store deleter improvement Lewis: May this revision serve well! <lu5a@proton.me>
2 months ago
signing_key.rs
feat(tranquil-store): blockstore Lewis: May this revision serve well! <lu5a@proton.me>
4 months ago
totp.rs
feat(tranquil-store): blockstore Lewis: May this revision serve well! <lu5a@proton.me>
4 months ago
trusted_devices.rs
feat(tranquil-store): repository traits on MetastoreClient Lewis: May this revision serve well! <lu5a@proton.me>
4 months ago
verify_email.rs
refactor(api): migrate all endpoints to repos accessor pattern
4 months ago
verify_token.rs
feat(tranquil-store): blockstore Lewis: May this revision serve well! <lu5a@proton.me>
4 months ago