aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cli: improve 'pretty' output stylingbryan newbold2023-03-042-9/+74
|
* cli: regenerate bash completions (were stale)bryan newbold2023-03-042-136/+1112
|
* cli: ATP_PDS_HOST as env varbryan newbold2023-03-047-59/+51
|
* repo: document signing process bugbryan newbold2023-03-041-0/+1
|
* fix typo in IPLD conversion ('cid' not 'car')bryan newbold2023-03-042-2/+3
|
* cli: create-invite commandbryan newbold2023-03-042-2/+26
|
* add basic support for admin 'Basic' authbryan newbold2023-03-041-6/+29
|
* cli: initial support for pretty-printing feedsbryan newbold2023-02-203-4/+136
|
* app_bsky: expand post (and post view) typesbryan newbold2023-02-206-122/+226
|
* cargo fmt + clippybryan newbold2023-02-192-12/+18
|
* repo: don't use leading prefix in MST keysbryan newbold2023-02-195-63/+33
|
* cli: fix some endpoints (auth+lex)bryan newbold2023-02-191-18/+36
|
* cli: crude login-via-user-pass flowbryan newbold2023-02-192-82/+196
|
* deps: fix rustc 1.61 time incompat; remove some unused deps from clicommon-cratebryan newbold2023-02-193-16/+5
|
* update deps and lockbryan newbold2023-02-191-232/+216
|
* cargo clippybryan newbold2023-02-1911-141/+118
|
* more refactoring of common code and APIsbryan newbold2023-02-1920-486/+498
|
* move a bunch of code from pds to commonbryan newbold2023-02-1923-52/+63
|
* update top-level files for new 'adenosine' cratebryan newbold2023-02-194-2/+35
|
* cli: update to use 'adenosine' cratebryan newbold2023-02-194-662/+3
|
* pds: update to use 'adenosine' cratebryan newbold2023-02-196-7/+7
|
* create 'adenosine' crate with library codebryan newbold2023-02-194-0/+707
|
* 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.
* TODO: note about slashes in repo MST keysbryan newbold2023-02-151-0/+3
|
* cargo: update depsv0.2.0dec2022Bryan Newbold2022-12-202-110/+101
|
* cargo: bump version to v0.2.0Bryan Newbold2022-12-203-5/+5
|
* update changelog for v0.2.0Bryan Newbold2022-12-201-0/+29
|
* 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-192-2/+2
|
* pds: sqlite DDL schema tweak for milisecond 'indexed_at'Bryan Newbold2022-12-191-7/+7
|
* cli: add XRPC query/rpc debug loggingBryan Newbold2022-12-191-0/+7
|
* cli: add auth refresh commandBryan Newbold2022-12-191-0/+5
|
* cli: XRPC POST params mostly moved to body (eg, atproto CRUD)Bryan Newbold2022-12-191-90/+71
|
* 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
|
* timestamps: use millisecond precisionBryan Newbold2022-12-191-7/+11
|
* bump cargo versions for devBryan Newbold2022-11-223-5/+5
|
* pds: fix ref to adenosine-cliv0.1.2Bryan Newbold2022-11-221-1/+1
|
* changelog and crate version bumps for v0.1.2Bryan Newbold2022-11-224-4/+18
|
* cargo: update deps (minor)Bryan Newbold2022-11-221-79/+97
|
* pds: CAR download linksBryan Newbold2022-11-222-0/+6
|