aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* pds: enforce registration domainBryan Newbold2022-11-111-1/+16
* pds: enforce invite code; implement describeBryan Newbold2022-11-101-1/+20
* pds: implement homepage and did.json lookupsBryan Newbold2022-11-101-5/+42
* pds: in some responses, CIDs as strings (not byte arrays)Bryan Newbold2022-11-101-2/+2
* pds: basic/partial post thread implementationBryan Newbold2022-11-101-1/+1
* pds: error page fixesBryan Newbold2022-11-101-1/+1
* pds: homepage handle, not didBryan Newbold2022-11-101-4/+4
* pds: error HTML template, crash on mutex poisonedBryan Newbold2022-11-101-19/+34
* pds: more web view implementationBryan Newbold2022-11-101-62/+42
* pds: session.get and handle.resolve XRPC endpointsBryan Newbold2022-11-091-14/+18
* pds: more bsky posts/feeds/follow/like progressBryan Newbold2022-11-091-22/+40
* pds: start implementing bsky database ops and XRPC endpointsBryan Newbold2022-11-081-6/+39
* pds: refactor account creation, did docs, etcBryan Newbold2022-11-071-66/+140
* pds: add some more configBryan Newbold2022-11-071-77/+128
* pds: implement CAR import/export at repo levelBryan Newbold2022-11-071-13/+37
* pds: initial pass at crude web interfaceBryan Newbold2022-11-071-4/+176
* pds: update upstream lexicon detailsBryan Newbold2022-11-071-22/+23
* pds: refactor to use higher-level repo mutation code pathBryan Newbold2022-11-061-47/+10
* pds: refactor to use typed identifiers a lot moreBryan Newbold2022-11-061-21/+21
* pds: wrangle 'iroh_car' in to PDS codeBryan Newbold2022-11-061-0/+1
* change mind again and put common back in cli crate (want fewer crates)Bryan Newbold2022-11-061-1/+1
* pds: partial clippy cleanBryan Newbold2022-11-061-24/+24
* pds: switch to adenosine-common for identifiersBryan Newbold2022-11-061-3/+3
* pds: fix 'put' (not 'Update')Bryan Newbold2022-11-041-0/+28
* pds: basic repo CRUD coming togetherBryan Newbold2022-11-041-16/+154
* pds: more progressBryan Newbold2022-11-041-21/+97
* pds: various bugfixesBryan Newbold2022-11-031-18/+34
* pds: progress on account creationBryan Newbold2022-11-031-15/+80
* pds: progress on repo mst wrapperBryan Newbold2022-11-021-7/+27
* pds: fix some PLC and DID bugsBryan Newbold2022-11-021-2/+6
* pds: refactoringBryan Newbold2022-11-021-19/+101
* pds: refactor repo codeBryan Newbold2022-11-011-2/+3
* pds: more skeleton progressBryan Newbold2022-11-011-50/+21
* pds: move earlier commands to lib and testsBryan Newbold2022-10-311-7/+64
* pds: switch to blocking web frameworkBryan Newbold2022-10-311-36/+29
* PDS: early progressBryan Newbold2022-10-311-0/+42