aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* gitignore: more sqlite files to ignoreBryan Newbold2022-11-011-0/+2
* CI: add cmake (for build)Bryan Newbold2022-11-011-1/+1
* pds: more skeleton progressBryan Newbold2022-11-0110-62/+348
* pds: small plan updateBryan Newbold2022-10-311-14/+14
* pds: move earlier commands to lib and testsBryan Newbold2022-10-3110-237/+173
* pds: switch to blocking web frameworkBryan Newbold2022-10-314-181/+225
* PDS: early progressBryan Newbold2022-10-314-5/+278
* PDS: crude progress on MST parsing/serializationBryan Newbold2022-10-296-14/+565
* cargo: add iroh-car to workspace; tweak deps to reduce duplicationBryan Newbold2022-10-283-5/+265