Commit Graph

239 Commits

Author SHA1 Message Date
Lewis
81fc03c705 refactor(frontend): refactor migration and registration lib 2026-03-19 14:26:26 +00:00
Lewis
f3f55e239f refactor(frontend): refactor migration components 2026-03-19 14:26:26 +00:00
Lewis
cf77354cde refactor(frontend): rewrite SecurityContent 2026-03-19 14:26:26 +00:00
Lewis
467be99da3 refactor(frontend): extract dashboard sections 2026-03-19 14:26:26 +00:00
Lewis
20212a413f refactor(frontend): simplify API client and delete obsolete auth routes 2026-03-19 14:26:26 +00:00
Lewis
6225d2bc1d refactor(frontend): delete RegisterPassword and UiTest routes 2026-03-19 14:26:26 +00:00
Lewis
b990c239e6 refactor(frontend): delete OAuthRegister and OAuthSsoRegister routes 2026-03-19 14:26:26 +00:00
Lewis
5b503c3f7f refactor(frontend): delete utility libraries and validation 2026-03-19 14:26:26 +00:00
Lewis
7f66419036 refactor(frontend): delete type system boilerplate 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
ebf5af4922 fix(backups): remove useless backups concept v0.4.4 2026-03-18 12:17:33 +00:00
Lewis
938df6495d feat(frontend): add UI component test page 2026-03-18 10:43:03 +00:00
Lewis
113bea7da3 refactor(frontend): extract migration component styles + migration.css 2026-03-18 10:43:03 +00:00
Lewis
da8b577408 refactor(frontend): extract auth and registration page styles + pages.css 2026-03-18 10:43:03 +00:00
Lewis
6683d03a9e refactor(frontend): extract oauth secondary page styles 2026-03-18 10:43:03 +00:00
Lewis
72f45bf6a3 refactor(frontend): extract oauth primary flow page styles 2026-03-18 10:43:03 +00:00
Lewis
14bac09cb1 refactor(frontend): extract controllers, repo styles + dashboard.css 2026-03-18 10:43:02 +00:00
Lewis
76dc3b125a refactor(frontend): extract admin, settings, app passwords styles 2026-03-18 10:43:02 +00:00
Lewis
c7d3dfbce0 refactor(frontend): extract security, sessions, DID document styles 2026-03-18 10:43:02 +00:00
Lewis
154f9fae89 refactor(frontend): extract dashboard shell and lightweight component styles 2026-03-18 10:43:02 +00:00
Lewis
331d843886 refactor(frontend): consolidate base stylesheet 2026-03-18 10:43:02 +00:00
Lewis
79a3db8ff2 refactor(frontend): extract UI primitive component styles 2026-03-18 10:43:02 +00:00
Lewis
f95a1c7cfd feat(frontend): design tokens, app wiring, locales 2026-03-18 10:43:02 +00:00
Lewis
60b4697b5a chore: inline delegation audit page 2026-03-17 19:22:34 +00:00
Lewis
7926c798c6 feat: cross-pds delegation v0.4.3 2026-03-17 19:22:34 +00:00
Lewis
d5ed420dd7 fix: move code to more correct crates v0.4.2 2026-03-17 10:16:36 +00:00
Not Herself
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 v0.4.1 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
806cb4b8c5 chore(build): optimize container cache layers 2026-03-14 11:53:25 +02:00
Lewis
458b9b7e0d refactor(pds): integrate tranquil-lexicon for record validation v0.4.0 2026-03-13 19:53:18 +00:00
Lewis
83fda8b57a test(lexicon): test schemas and resolution integration tests 2026-03-13 19:53:18 +00:00
Lewis
dab347cc83 feat(lexicon): record validation engine 2026-03-13 19:53:18 +00:00
Lewis
08f0e67bf7 feat(lexicon): schema reference resolution 2026-03-13 19:53:18 +00:00
Lewis
421b35ff9c feat(lexicon): dynamic value types and schema registry 2026-03-13 19:53:18 +00:00
Lewis
33e96665b8 feat(lexicon): add crate with schema types and format validators 2026-03-13 19:53:18 +00:00
Skyler Grey
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
18cdb612f6 fix: signal cli in containers 2026-03-10 15:26:54 +00:00
Lewis
2c8568b207 fix: did:web also uses handle domains not hostname v0.3.1 2026-03-09 19:23:35 +00:00
lewis
f78b004df3 fix: user handle domains upgrade v0.3.0 2026-03-08 12:25:04 +00:00
nelind
e02e8c9e8c fix(config): remove unused duplicate custom handle url config key 2026-03-08 00:05:38 +01:00
lewis
5450467011 fix: container build should use all-in-one backend+frontend 2026-03-07 21:06:25 +00:00
isabel
6200697ce0 fix(nix): typo 2026-03-07 19:59:19 +00:00
nelind
4005041ee2 fix(test): update test_server_basics to reflect new health endpoint format 2026-03-07 15:20:21 +00:00
nelind
1c75668b18 feat(nix): remove mold from the dev shell and add cargo nextest 2026-03-07 15:20:21 +00:00
lewis
2c470f77a5 fix: lewis shameful mistake on prod compose vol 2026-03-07 17:19:01 +02:00
nelind
844ba0eb70 refactor(nix): update nix module to use the built-in frontend server 2026-03-06 20:21:10 +00:00
nelind
34beff2553 feat: add back built-in frontend hosting to the backend 2026-03-06 20:21:10 +00:00
lewis
898c6a2c6e fix: no 2fa needed if passkey 2026-03-06 09:32:36 +00:00
lewis
dcdef508de fix: first user invite code 2026-03-04 12:27:14 +00:00