tangled
alpha
login
or
join now
futur.blue
/
pegasus
56
fork
atom
objective categorical abstract machine language personal data server
56
fork
atom
overview
issues
2
pulls
pipelines
commits
Author
Commit
Message
Date
futur.blue
6a511b27
Update mlx to allow formatting mlx files with [%browser_only]
2mo ago
futur.blue
5d757018
Run dune fmt
2mo ago
futur.blue
01f0ccc2
Use base32 for email tokens
2mo ago
futur.blue
f8a5d6cc
HTML emails
2mo ago
futur.blue
1a841c33
Trim id resolver response
2mo ago
futur.blue
10af4f05
Improve docs
2mo ago
futur.blue
d501324b
Fix getFeed proxying
2mo ago
futur.blue
8ac70d14
Fix layout shift on account page
2mo ago
futur.blue
4c433e14
Replace manual queries with hermes
2mo ago
futur.blue
e2053c26
Update migration logic to use hermes
2mo ago
futur.blue
1a26cc29
Fix record blob refs not being inserted to db when occurring in array
2mo ago
futur.blue
c7bb9f27
Cascade record delete to blobs_records
2mo ago
futur.blue
4fc0f7e9
Fix hermes blob type
2mo ago
futur.blue
5fc980ac
Update pegasus to use codegen lexicon types
2mo ago
futur.blue
f6661baf
hermes: Handle mutually recursive types in codegen
2mo ago
futur.blue
c9c049f2
hermes: Better names for union types
2mo ago
futur.blue
befa211a
hermes: Preserve union #type when converting to yojson
2mo ago
futur.blue
1b842580
Fix hermes readme
2mo ago
futur.blue
cd8ea5c4
Hermes, an XRPC client for atproto
2mo ago
futur.blue
baa45f3d
Fix old events being sent to live tailing subscribeRepos
2mo ago
futur.blue
b5e62970
Account identity page
2mo ago
futur.blue
7aab9464
Admin blobs page
2mo ago
futur.blue
5b6f6e7a
Add import repo button to account page
2mo ago
futur.blue
fb3a1dc5
Prevent admin page layout shift
2mo ago
futur.blue
660b0925
Make handle dns resolution async, fall back to service proxy
2mo ago
futur.blue
b8fa1a0f
Split up migration logic
2mo ago
futur.blue
9ab25797
Emit identity event after migrating account
2mo ago
futur.blue
eac1f54e
Auto continue importing blobs when migrating
2mo ago
futur.blue
f0e70709
Fix account switcher, admin pages sizing
2mo ago
futur.blue
51cda44f
Fix incorrect signPlcOperation request keys
2mo ago
futur.blue
3a3d6d50
Use Bluesky PDS email code format
2mo ago
futur.blue
38c6d716
Don't remove form from DOM while it's submitting
2mo ago
futur.blue
a871067c
Preserve existing non-PDS rotation keys in migration
2mo ago
futur.blue
5d2164aa
Account migration page
2mo ago
futur.blue
343e906a
Add rebuild-mst subcommand
2mo ago
futur.blue
5885442d
Don't traverse mst just to list records/collections
2mo ago
futur.blue
2a8ed6b2
Ensure all blocks in a commit are written to mst
2mo ago
futur.blue
7b776612
Undo accidental partial revert of d765faf in c11a3df
2mo ago
futur.blue
9b59aea3
No need to pass db to Repository.load now either
2mo ago
futur.blue
c11a3dfd
Cache db pools, run pragma statements in separate queries
2mo ago
futur.blue
4ea081a0
Undo async sequencer
2mo ago
futur.blue
d765faf6
Use records table & layer hints to avoid unneeded mst traversal
2mo ago
futur.blue
b39e41cf
Don't make all writes wait on global sequencer mutex
2mo ago
futur.blue
8339d18d
Correctly construct aud for scope verification
(different from aud for jwt)
2mo ago
futur.blue
dde0a7d2
Fix incorrect default aud in service proxying
2mo ago
futur.blue
a9a73887
Fix invalid_request on oauth from localhost client
2mo ago
futur.blue
1a73ae5c
Fix text truncation on frontend, improve buttons
2mo ago
futur.blue
5adf5ede
Cache MST blocks within applyWrites
2mo ago
futur.blue
f34d425d
Disable noisy logging
2mo ago
futur.blue
74a4ba03
Don't block center dashboard pages (+ other alignment tweaks)
2mo ago
futur.blue
e536d974
Validate .well-known/atproto-did content
2mo ago
futur.blue
eb87da05
Don't validate csrf token on account switch request
2mo ago
futur.blue
c43ec295
Use more accurate auth error names
2mo ago
futur.blue
7e1604c6
Don't let external did resolution swallow every getRecord error
2mo ago
futur.blue
dd16c861
Add account switch endpoint for account switcher
2mo ago
futur.blue
8059388c
ref -> not ref
2mo ago
futur.blue
a8ebf991
Optimize in-memory repo parsing
2mo ago
futur.blue
a4e4a7b7
Pin gluten-lwt to fix program hang on websocket close
2mo ago
futur.blue
60219f1d
Fix dns handle resolution
2mo ago
futur.blue
350b9a68
Cast blocks to text as hex on repo import
2mo ago
Update mlx to allow formatting mlx files with [%browser_only]
6a511b27
futur.blue
2mo
Run dune fmt
5d757018
futur.blue
2mo
Use base32 for email tokens
01f0ccc2
futur.blue
2mo
HTML emails
f8a5d6cc
futur.blue
2mo
Trim id resolver response
1a841c33
futur.blue
2mo
Improve docs
10af4f05
futur.blue
2mo
Fix getFeed proxying
d501324b
futur.blue
2mo
Fix layout shift on account page
8ac70d14
futur.blue
2mo
Replace manual queries with hermes
4c433e14
futur.blue
2mo
Update migration logic to use hermes
e2053c26
futur.blue
2mo
Fix record blob refs not being inserted to db when occurring in array
1a26cc29
futur.blue
2mo
Cascade record delete to blobs_records
c7bb9f27
futur.blue
2mo
Fix hermes blob type
4fc0f7e9
futur.blue
2mo
Update pegasus to use codegen lexicon types
5fc980ac
futur.blue
2mo
hermes: Handle mutually recursive types in codegen
f6661baf
futur.blue
2mo
hermes: Better names for union types
c9c049f2
futur.blue
2mo
hermes: Preserve union #type when converting to yojson
befa211a
futur.blue
2mo
Fix hermes readme
1b842580
futur.blue
2mo
Hermes, an XRPC client for atproto
cd8ea5c4
futur.blue
2mo
Fix old events being sent to live tailing subscribeRepos
baa45f3d
futur.blue
2mo
Account identity page
b5e62970
futur.blue
2mo
Admin blobs page
7aab9464
futur.blue
2mo
Add import repo button to account page
5b6f6e7a
futur.blue
2mo
Prevent admin page layout shift
fb3a1dc5
futur.blue
2mo
Make handle dns resolution async, fall back to service proxy
660b0925
futur.blue
2mo
Split up migration logic
b8fa1a0f
futur.blue
2mo
Emit identity event after migrating account
9ab25797
futur.blue
2mo
Auto continue importing blobs when migrating
eac1f54e
futur.blue
2mo
Fix account switcher, admin pages sizing
f0e70709
futur.blue
2mo
Fix incorrect signPlcOperation request keys
51cda44f
futur.blue
2mo
Use Bluesky PDS email code format
3a3d6d50
futur.blue
2mo
Don't remove form from DOM while it's submitting
38c6d716
futur.blue
2mo
Preserve existing non-PDS rotation keys in migration
a871067c
futur.blue
2mo
Account migration page
5d2164aa
futur.blue
2mo
Add rebuild-mst subcommand
343e906a
futur.blue
2mo
Don't traverse mst just to list records/collections
5885442d
futur.blue
2mo
Ensure all blocks in a commit are written to mst
2a8ed6b2
futur.blue
2mo
Undo accidental partial revert of d765faf in c11a3df
7b776612
futur.blue
2mo
No need to pass db to Repository.load now either
9b59aea3
futur.blue
2mo
Cache db pools, run pragma statements in separate queries
c11a3dfd
futur.blue
2mo
Undo async sequencer
4ea081a0
futur.blue
2mo
Use records table & layer hints to avoid unneeded mst traversal
d765faf6
futur.blue
2mo
Don't make all writes wait on global sequencer mutex
b39e41cf
futur.blue
2mo
Correctly construct aud for scope verification
(different from aud for jwt)
8339d18d
futur.blue
2mo
Fix incorrect default aud in service proxying
dde0a7d2
futur.blue
2mo
Fix invalid_request on oauth from localhost client
a9a73887
futur.blue
2mo
Fix text truncation on frontend, improve buttons
1a73ae5c
futur.blue
2mo
Cache MST blocks within applyWrites
5adf5ede
futur.blue
2mo
Disable noisy logging
f34d425d
futur.blue
2mo
Don't block center dashboard pages (+ other alignment tweaks)
74a4ba03
futur.blue
2mo
Validate .well-known/atproto-did content
e536d974
futur.blue
2mo
Don't validate csrf token on account switch request
eb87da05
futur.blue
2mo
Use more accurate auth error names
c43ec295
futur.blue
2mo
Don't let external did resolution swallow every getRecord error
7e1604c6
futur.blue
2mo
Add account switch endpoint for account switcher
dd16c861
futur.blue
2mo
ref -> not ref
8059388c
futur.blue
2mo
Optimize in-memory repo parsing
a8ebf991
futur.blue
2mo
Pin gluten-lwt to fix program hang on websocket close
a4e4a7b7
futur.blue
2mo
Fix dns handle resolution
60219f1d
futur.blue
2mo
Cast blocks to text as hex on repo import
350b9a68
futur.blue
2mo
next