aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pds: more web view implementationBryan Newbold2022-11-1016-106/+276
|
* update cargo lockBryan Newbold2022-11-091-0/+3
|
* cli: created_at timestamps; fix timeline commandBryan Newbold2022-11-093-20/+32
|
* pds: session.get and handle.resolve XRPC endpointsBryan Newbold2022-11-092-14/+44
|
* pds: more bsky posts/feeds/follow/like progressBryan Newbold2022-11-096-52/+427
|
* pds: start implementing bsky database ops and XRPC endpointsBryan Newbold2022-11-085-24/+502
|
* pds: refactor account creation, did docs, etcBryan Newbold2022-11-073-111/+280
| | | | | | | 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 configBryan Newbold2022-11-072-79/+155
|
* pds: implement CAR import/export at repo levelBryan Newbold2022-11-077-103/+189
|
* pds: initial pass at crude web interfaceBryan Newbold2022-11-0717-81/+1040
|
* pds: update upstream lexicon detailsBryan Newbold2022-11-074-38/+39
|
* identifiers: allow trailing slashes in parts of at:// URIsBryan Newbold2022-11-061-4/+10
|
* cli: update for upstream lexicon refactorBryan Newbold2022-11-066-72/+104
|
* pds: refactor to use higher-level repo mutation code pathBryan Newbold2022-11-062-48/+34
|
* pds: refactor to use typed identifiers a lot moreBryan Newbold2022-11-065-152/+158
|
* pds: squashed unused warnings from vendored codeBryan Newbold2022-11-063-0/+6
|
* cli: use 'Nsid' typeBryan Newbold2022-11-062-33/+53
|
* crypto: fix 'multibase' pubkey serialization for DID documentsBryan Newbold2022-11-061-5/+22
| | | | | | See: https://medium.com/asecuritysite-when-bob-met-alice/02-03-or-04-so-what-are-compressed-and-uncompressed-public-keys-6abcb57efeb6 Thanks to folks in bluesky matrix dev channel for the tip.
* README: note about iroh-car vendoringBryan Newbold2022-11-061-0/+5
|
* small TODO notesBryan Newbold2022-11-061-0/+3
|
* README: don't mention tauri for nowBryan Newbold2022-11-061-2/+1
|
* pds: wrangle 'iroh_car' in to PDS codeBryan Newbold2022-11-0611-33/+41
|
* iroh-car: move vendoring into sub-module of pds crateBryan Newbold2022-11-0612-98/+1
| | | | So we don't need to re-publish this as a separate crate.
* change mind again and put common back in cli crate (want fewer crates)Bryan Newbold2022-11-0610-33/+6
|
* pds: partial clippy cleanBryan Newbold2022-11-069-68/+57
|
* comon: simplify public interfaceBryan Newbold2022-11-061-2/+1
|
* pds: switch to adenosine-common for identifiersBryan Newbold2022-11-063-6/+6
|
* cli: partial clippy cleanupsBryan Newbold2022-11-062-14/+11
|
* cli: switch identifiers to adenosine-commonBryan Newbold2022-11-064-384/+3
|
* create adenosine-common, with some types used by multiple cratesBryan Newbold2022-11-064-0/+417
|
* update cargo for tauri removal (temporary)Bryan Newbold2022-11-062-2300/+11
|
* remove tauri-gui folder (for now)Bryan Newbold2022-11-0523-150/+0
|
* pds: fix 'put' (not 'Update')Bryan Newbold2022-11-044-0/+33
|
* cli: basic CRUD bug fixesBryan Newbold2022-11-042-4/+8
|
* pds: basic repo CRUD coming togetherBryan Newbold2022-11-046-60/+293
|
* CLI: more derives on shared identifier codeBryan Newbold2022-11-041-0/+2
|
* cli: sort of handle UCAN did extractionBryan Newbold2022-11-041-0/+9
|
* cli: slightly better error handlingBryan Newbold2022-11-041-3/+22
|
* pds: more progressBryan Newbold2022-11-047-72/+195
|
* more identifier typesBryan Newbold2022-11-043-1/+237
|
* pds: various bugfixesBryan Newbold2022-11-037-46/+121
|
* pds schema: fix SQL trailing commaBryan Newbold2022-11-031-1/+1
|
* use dotenv to pick up environment variablesBryan Newbold2022-11-035-0/+12
|
* start adding ucan supportBryan Newbold2022-11-033-4/+514
|
* pds: progress on account creationBryan Newbold2022-11-035-61/+182
|
* pds: progress on repo mst wrapperBryan Newbold2022-11-025-66/+261
|
* quickstart: typoBryan Newbold2022-11-021-1/+1
|
* pds: fix some PLC and DID bugsBryan Newbold2022-11-027-19/+811
|
* pds: refactoringBryan Newbold2022-11-025-28/+129
|
* pds: refactor repo codeBryan Newbold2022-11-017-25/+181
|