aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* many updates from spring 2023 lex refactorbryan newbold2023-08-201-32/+24
* pds: fix tests from repo write_commit() changerepov2bryan newbold2023-04-101-7/+3
* repo: don't use leading prefix in MST keysbryan newbold2023-02-191-4/+4
* cargo clippybryan newbold2023-02-191-27/+19
* more refactoring of common code and APIsbryan newbold2023-02-191-90/+44
* move a bunch of code from pds to commonbryan newbold2023-02-191-11/+5
* pds: update to use 'adenosine' cratebryan newbold2023-02-191-2/+2
* pds: more stub endpoints (notifications, membership)Bryan Newbold2022-12-201-0/+24
* pds: for non-existant DID as an error, not panicBryan Newbold2022-12-201-0/+1
* make lintBryan Newbold2022-12-201-1/+1
* getProfile now wants 'actor' not 'user'Bryan Newbold2022-12-191-1/+1
* pds: implement com.atproto.session.refreshBryan Newbold2022-12-191-0/+23
* pds: XRPC POST params moved from query to bodyBryan Newbold2022-12-191-13/+15
* pds: stubs for new app.bsky.actor RPC queriesBryan Newbold2022-12-191-0/+14
* pds: some TODO notes about new lexicon changesBryan Newbold2022-12-191-0/+1
* clippy cleanupsBryan Newbold2022-11-221-10/+10
* pds: pull in 'created_at_now()' helper from CLIBryan Newbold2022-11-221-7/+1
* pds: update to use TickerBryan Newbold2022-11-221-4/+4
* 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