Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pds: XRPC POST params moved from query to body | Bryan Newbold | 2022-12-19 | 1 | -13/+15 |
| | |||||
* | pds: stubs for new app.bsky.actor RPC queries | Bryan Newbold | 2022-12-19 | 1 | -0/+14 |
| | |||||
* | pds: some TODO notes about new lexicon changes | Bryan Newbold | 2022-12-19 | 1 | -0/+1 |
| | |||||
* | clippy cleanups | Bryan Newbold | 2022-11-22 | 1 | -10/+10 |
| | |||||
* | pds: pull in 'created_at_now()' helper from CLI | Bryan Newbold | 2022-11-22 | 1 | -7/+1 |
| | |||||
* | pds: update to use Ticker | Bryan Newbold | 2022-11-22 | 1 | -4/+4 |
| | |||||
* | pds: enforce registration domain | Bryan Newbold | 2022-11-11 | 1 | -1/+16 |
| | |||||
* | pds: enforce invite code; implement describe | Bryan Newbold | 2022-11-10 | 1 | -1/+20 |
| | |||||
* | pds: implement homepage and did.json lookups | Bryan Newbold | 2022-11-10 | 1 | -5/+42 |
| | |||||
* | pds: in some responses, CIDs as strings (not byte arrays) | Bryan Newbold | 2022-11-10 | 1 | -2/+2 |
| | |||||
* | pds: basic/partial post thread implementation | Bryan Newbold | 2022-11-10 | 1 | -1/+1 |
| | |||||
* | pds: error page fixes | Bryan Newbold | 2022-11-10 | 1 | -1/+1 |
| | |||||
* | pds: homepage handle, not did | Bryan Newbold | 2022-11-10 | 1 | -4/+4 |
| | |||||
* | pds: error HTML template, crash on mutex poisoned | Bryan Newbold | 2022-11-10 | 1 | -19/+34 |
| | |||||
* | pds: more web view implementation | Bryan Newbold | 2022-11-10 | 1 | -62/+42 |
| | |||||
* | pds: session.get and handle.resolve XRPC endpoints | Bryan Newbold | 2022-11-09 | 1 | -14/+18 |
| | |||||
* | pds: more bsky posts/feeds/follow/like progress | Bryan Newbold | 2022-11-09 | 1 | -22/+40 |
| | |||||
* | pds: start implementing bsky database ops and XRPC endpoints | Bryan Newbold | 2022-11-08 | 1 | -6/+39 |
| | |||||
* | pds: refactor account creation, did docs, etc | Bryan Newbold | 2022-11-07 | 1 | -66/+140 |
| | | | | | | | To allow creating accounts from the CLI, and creating did:web accounts (as opposed to did:plc). Also a buch of config refactoring. | ||||
* | pds: add some more config | Bryan Newbold | 2022-11-07 | 1 | -77/+128 |
| | |||||
* | pds: implement CAR import/export at repo level | Bryan Newbold | 2022-11-07 | 1 | -13/+37 |
| | |||||
* | pds: initial pass at crude web interface | Bryan Newbold | 2022-11-07 | 1 | -4/+176 |
| | |||||
* | pds: update upstream lexicon details | Bryan Newbold | 2022-11-07 | 1 | -22/+23 |
| | |||||
* | pds: refactor to use higher-level repo mutation code path | Bryan Newbold | 2022-11-06 | 1 | -47/+10 |
| | |||||
* | pds: refactor to use typed identifiers a lot more | Bryan Newbold | 2022-11-06 | 1 | -21/+21 |
| | |||||
* | pds: wrangle 'iroh_car' in to PDS code | Bryan Newbold | 2022-11-06 | 1 | -0/+1 |
| | |||||
* | change mind again and put common back in cli crate (want fewer crates) | Bryan Newbold | 2022-11-06 | 1 | -1/+1 |
| | |||||
* | pds: partial clippy clean | Bryan Newbold | 2022-11-06 | 1 | -24/+24 |
| | |||||
* | pds: switch to adenosine-common for identifiers | Bryan Newbold | 2022-11-06 | 1 | -3/+3 |
| | |||||
* | pds: fix 'put' (not 'Update') | Bryan Newbold | 2022-11-04 | 1 | -0/+28 |
| | |||||
* | pds: basic repo CRUD coming together | Bryan Newbold | 2022-11-04 | 1 | -16/+154 |
| | |||||
* | pds: more progress | Bryan Newbold | 2022-11-04 | 1 | -21/+97 |
| | |||||
* | pds: various bugfixes | Bryan Newbold | 2022-11-03 | 1 | -18/+34 |
| | |||||
* | pds: progress on account creation | Bryan Newbold | 2022-11-03 | 1 | -15/+80 |
| | |||||
* | pds: progress on repo mst wrapper | Bryan Newbold | 2022-11-02 | 1 | -7/+27 |
| | |||||
* | pds: fix some PLC and DID bugs | Bryan Newbold | 2022-11-02 | 1 | -2/+6 |
| | |||||
* | pds: refactoring | Bryan Newbold | 2022-11-02 | 1 | -19/+101 |
| | |||||
* | pds: refactor repo code | Bryan Newbold | 2022-11-01 | 1 | -2/+3 |
| | |||||
* | pds: more skeleton progress | Bryan Newbold | 2022-11-01 | 1 | -50/+21 |
| | |||||
* | pds: move earlier commands to lib and tests | Bryan Newbold | 2022-10-31 | 1 | -7/+64 |
| | |||||
* | pds: switch to blocking web framework | Bryan Newbold | 2022-10-31 | 1 | -36/+29 |
| | |||||
* | PDS: early progress | Bryan Newbold | 2022-10-31 | 1 | -0/+42 |