Lewis and Tangled
34f050a1f0
feat(oauth): discoverable passkey authentication
...
Lewis: May this revision serve well! <lu5a@proton.me >
2026-04-12 11:16:58 +00:00
Lewis and Tangled
52c22060f3
fix(tranquil-store): preserve refcount in hint relocate records
...
Lewis: May this revision serve well! <lu5a@proton.me >
2026-04-12 11:16:58 +00:00
Lewis
05246aec58
feat(tranquil-store): gc and hardening
...
Lewis: May this revision serve well! <lu5a@proton.me >
2026-04-10 13:57:47 +03:00
Lewis
8d0e0c6810
feat(tranquil-store): whole test suite working
...
Lewis: May this revision serve well! <lu5a@proton.me >
2026-04-10 13:57:44 +03:00
Lewis
1720de8650
feat(tranquil-store): repository traits on MetastoreClient
...
Lewis: May this revision serve well! <lu5a@proton.me >
2026-04-10 13:57:43 +03:00
Lewis
a5c68a3506
feat(tranquil-store): metastore
...
Lewis: May this revision serve well! <lu5a@proton.me >
2026-04-10 13:57:43 +03:00
Lewis
9ea33def13
feat(tranquil-store): eventlog
...
Lewis: May this revision serve well! <lu5a@proton.me >
2026-04-10 13:54:41 +03:00
Lewis
a9e3ec63e1
feat(tranquil-store): blockstore
...
Lewis: May this revision serve well! <lu5a@proton.me >
2026-04-10 13:54:41 +03:00
nekomimi.pet and Tangled
531ca7c1c0
fix(lexicon): wildcard mime type handling and case insensitivity
2026-04-09 21:28:37 +00:00
nelind and Tangled
add1ff176b
fix(auth): keep lxm optional and dont default to * when no lxm is given in getServiceAuth
2026-04-04 08:52:42 +00:00
june and Tangled
6abc0eaca2
feat(plc): support AtprotoLabeler service
2026-03-28 20:54:43 +00:00
nelind and Tangled
696940f732
fix(sync): dont keep websockets arround indefinetly if client abruptly closes connection
2026-03-25 16:47:38 +00:00
nelind and Tangled
f777c288da
fix(pds): do service identifier resolution for proxying correctly
2026-03-23 03:00:57 +00:00
Lewis and Tangled
f07bcb82f7
refactor(sync): extract MST parsing and serialization utilities
2026-03-22 12:51:44 +00:00
Lewis and Tangled
e38343ce09
refactor(oauth): split authorize.rs into domain modules
2026-03-22 12:51:44 +00:00
Lewis and Tangled
e454e99b8a
refactor(api): migrate all endpoints to repos accessor pattern
2026-03-22 12:51:44 +00:00
Lewis and Tangled
19b0ea19c6
refactor(tranquil-pds): consolidate repos, rate limits, validation, and auth helpers
2026-03-22 12:51:44 +00:00
Lewis and Tangled
318818ad51
feat(signal): add admin UI, frontend, and build changes
2026-03-22 07:14:20 +00:00
Lewis and Tangled
7c55a5ceb9
feat(signal): add admin endpoints, config, and server wiring
2026-03-22 07:14:20 +00:00
Lewis and Tangled
9d31ee9ace
refactor(comms): extract HTTP retry combinator and integrate signal sender
2026-03-22 07:14:20 +00:00
Lewis and Tangled
e3efcb43ba
test(signal): add protocol store integration tests
2026-03-22 07:14:20 +00:00
Lewis and Tangled
eb46824220
feat(signal): add presage client, newtypes, and slot management
2026-03-22 07:14:20 +00:00
Lewis and Tangled
e6c8a44a42
feat(signal): add postgres-backed signal protocol store
2026-03-22 07:14:19 +00:00
Lewis
aac6f2818b
fix(oauth): fail properly on non-expanded include scopes
2026-03-21 11:36:37 +02:00
Lewis and Tangled
c8bb4c9076
refactor(api): update delegation, notification prefs, email, meta, and age assurance endpoints
2026-03-20 13:39:11 +00:00
Lewis and Tangled
d123168787
refactor(api): update password, reauth, verify, account_status, and totp endpoints
2026-03-20 13:39:11 +00:00
Lewis and Tangled
b337d2b154
refactor(api): simplify passkey account creation and auth-adjacent server endpoints
2026-03-20 13:39:11 +00:00
Lewis and Tangled
1e07d674dd
refactor(api): rework session login flow to use common credential verification
2026-03-20 13:39:11 +00:00
Lewis and Tangled
a3f96b6367
refactor(api): centralize DID document building, update admin endpoints
2026-03-20 13:39:11 +00:00
Lewis and Tangled
7b7936d539
refactor(api): extract account provisioning helpers, simplify create_account flow
2026-03-20 13:39:11 +00:00
Lewis and Tangled
7e3dca4026
refactor(api): update repo batch/delete to use repo_ops, clean up remaining repo endpoints
2026-03-20 13:39:11 +00:00
Lewis and Tangled
7bc90d5e23
refactor(api): extract repo write lifecycle to repo_ops
2026-03-20 13:39:11 +00:00
Lewis and Tangled
4d86f026df
refactor(api): extract common helpers module, extend API error types with auth methods
2026-03-20 13:39:11 +00:00
Lewis and Tangled
5c8894d531
refactor: update routes, backend verification tweaks, and restyle
2026-03-19 14:26:26 +00:00
Lewis
c2b8253abe
fix(api): always give xrpc error messages
2026-03-18 17:53:01 +02:00
Lewis and Tangled
ebf5af4922
fix(backups): remove useless backups concept
2026-03-18 12:17:33 +00:00
Lewis and Tangled
7926c798c6
feat: cross-pds delegation
2026-03-17 19:22:34 +00:00
Lewis and Tangled
d5ed420dd7
fix: move code to more correct crates
2026-03-17 10:16:36 +00:00
Not Herself and Tangled
92e609d367
fix: handle AT Protocol $bytes type in json_to_ipld
...
json_to_ipld handled $link (→ Ipld::Link) but treated $bytes objects
as regular maps, producing a CBOR map (major type 5) instead of a byte
string (major type 2). This caused downstream consumers expecting
spec-compliant CBOR — notably Jetstream's atdata.UnmarshalCBOR — to
fail with "decoding $byte value: illegal base64 data".
Decode $bytes from standard base64 (RFC 4648 §4, padding optional)
into Ipld::Bytes, matching the existing $link handling pattern.
2026-03-15 07:15:07 +00:00
Lewis
546d342136
fix(auth): use authextractor for serviceauth too now
2026-03-14 13:04:14 +02:00
Lewis
c680f3c419
fix(homepage): favicon should render in title
...
# I am sorry I forgot this.
Now pds.ls will show beautiful icons when showing Tranquil PDSes.
2026-03-14 11:57:01 +02:00
Lewis and Tangled
458b9b7e0d
refactor(pds): integrate tranquil-lexicon for record validation
2026-03-13 19:53:18 +00:00
Lewis and Tangled
83fda8b57a
test(lexicon): test schemas and resolution integration tests
2026-03-13 19:53:18 +00:00
Lewis and Tangled
dab347cc83
feat(lexicon): record validation engine
2026-03-13 19:53:18 +00:00
Lewis and Tangled
08f0e67bf7
feat(lexicon): schema reference resolution
2026-03-13 19:53:18 +00:00
Lewis and Tangled
421b35ff9c
feat(lexicon): dynamic value types and schema registry
2026-03-13 19:53:18 +00:00
Lewis and Tangled
33e96665b8
feat(lexicon): add crate with schema types and format validators
2026-03-13 19:53:18 +00:00
Skyler Grey and Tangled
559cbc1001
feat: allow setting up SSO with environment
...
This is particularly useful in nix to avoid having to put secrets in
your configuration (or use some workaround) - but is probably quite
useful in other environments too and is a nice part of allowing either
environment or toml configuration.
To do this, I've had to split up the providers so as to provide
individual environment keys - I'm sure there's some clever macro that
could do this in fewer lines and more complexity
2026-03-13 10:10:46 +00:00
Lewis and Tangled
18cdb612f6
fix: signal cli in containers
2026-03-10 15:26:54 +00:00
Lewis and Tangled
2c8568b207
fix: did:web also uses handle domains not hostname
2026-03-09 19:23:35 +00:00