aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds
Commit message (Collapse)AuthorAgeFilesLines
* cargo clippybryan newbold2023-02-193-62/+54
|
* more refactoring of common code and APIsbryan newbold2023-02-1911-581/+112
|
* move a bunch of code from pds to commonbryan newbold2023-02-1920-2176/+8
|
* pds: update to use 'adenosine' cratebryan newbold2023-02-196-7/+7
|
* mst: doc comment; another test; consistent struct orderingbryan newbold2023-02-161-1/+37
|
* pds: mst: add empty layer nodes as neededbryan newbold2023-02-152-10/+28
| | | | | | | | This is to match behavior of the upstream Javascript implementation. Basically, if there is a "layer=2" node and a "layer=0" node, and no other nodes, there should be a "layer=1" node in between with just the 'left' reference populated.
* pds: cross-language MST interop testsbryan newbold2023-02-153-3/+203
| | | | | Note that some are skipped because results differ from javascript implementation.
* cargo: bump version to v0.2.0Bryan Newbold2022-12-201-2/+2
|
* pds: make 'cid' required in feed itemsBryan Newbold2022-12-202-5/+3
|
* pds: upvoteCount, not likesCountBryan Newbold2022-12-203-10/+16
| | | | | Only fixing the display and types (including schema), not actually implementing vote counting in repo or database.
* update bsky getProfile schemaBryan Newbold2022-12-202-0/+27
|
* pds: more stub endpoints (notifications, membership)Bryan Newbold2022-12-201-0/+24
|
* pds: for non-existant DID as an error, not panicBryan Newbold2022-12-202-4/+12
|
* make lintBryan Newbold2022-12-202-3/+3
|
* getProfile now wants 'actor' not 'user'Bryan Newbold2022-12-191-1/+1
|
* pds: sqlite DDL schema tweak for milisecond 'indexed_at'Bryan Newbold2022-12-191-7/+7
|
* pds: implement com.atproto.session.refreshBryan Newbold2022-12-191-0/+23
|
* pds: XRPC POST params moved from query to bodyBryan Newbold2022-12-192-13/+41
|
* pds: stubs for new app.bsky.actor RPC queriesBryan Newbold2022-12-191-0/+14
|
* pds: some TODO notes about new lexicon changesBryan Newbold2022-12-192-0/+3
|
* bump cargo versions for devBryan Newbold2022-11-221-2/+2
|
* pds: fix ref to adenosine-cliv0.1.2Bryan Newbold2022-11-221-1/+1
|
* changelog and crate version bumps for v0.1.2Bryan Newbold2022-11-221-1/+1
|
* pds: CAR download linksBryan Newbold2022-11-222-0/+6
|
* pds: SQL schema to use more ISO-style timestampsBryan Newbold2022-11-221-7/+7
|
* clippy cleanupsBryan Newbold2022-11-2210-42/+41
|
* pds: human-readable CIDs etc in commit node in web UIBryan Newbold2022-11-222-1/+18
|
* pds: pull in 'created_at_now()' helper from CLIBryan Newbold2022-11-221-7/+1
|
* pds: update to use TickerBryan Newbold2022-11-221-4/+4
|
* cargo: bump versions for devBryan Newbold2022-11-211-2/+2
|
* bump to v0.1.1, updating CHANGELOGv0.1.1Bryan Newbold2022-11-111-1/+1
|
* pds: inspect links in pinkBryan Newbold2022-11-113-2/+6
|
* update from dotenv to dotenvyBryan Newbold2022-11-112-2/+2
|
* deb: include PDS shell completionsBryan Newbold2022-11-111-0/+2
|
* cargo: link to crate-specific READMEsBryan Newbold2022-11-111-1/+1
|
* cargo: lock down version numbersv0.1.0Bryan Newbold2022-11-111-20/+20
|
* cargo: update license slugs to what crates.io wantsBryan Newbold2022-11-111-1/+1
|
* bump crates to v0.1.0Bryan Newbold2022-11-111-2/+2
|
* update PDS plan notesBryan Newbold2022-11-111-16/+36
|
* pds: include manpage in debBryan Newbold2022-11-111-1/+1
|
* pds: manpage, shell completionsBryan Newbold2022-11-111-0/+9
|
* update READMEs, start a CHANGELOGBryan Newbold2022-11-111-4/+97
|
* pds: fix test importsBryan Newbold2022-11-111-2/+2
|
* pds: enforce registration domainBryan Newbold2022-11-111-1/+16
|
* pds: enforce invite code; implement describeBryan Newbold2022-11-101-1/+20
|
* pds: much progress on planBryan Newbold2022-11-101-34/+72
|
* 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-106-14/+217
|
* pds: comment out currently-unused cratesBryan Newbold2022-11-101-2/+3
|