| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bump cargo deps | bryan newbold | 2023-03-04 | 1 | -42/+82 | 
| | | |||||
| * | cli: clippy | bryan newbold | 2023-03-04 | 1 | -4/+4 | 
| | | |||||
| * | pds: updates for Thread schema hacks (for CLI) | bryan newbold | 2023-03-04 | 2 | -13/+26 | 
| | | |||||
| * | cli: add 'thread' command | bryan newbold | 2023-03-04 | 1 | -5/+57 | 
| | | |||||
| * | cli: improve 'pretty' output styling | bryan newbold | 2023-03-04 | 2 | -9/+74 | 
| | | |||||
| * | cli: regenerate bash completions (were stale) | bryan newbold | 2023-03-04 | 2 | -136/+1112 | 
| | | |||||
| * | cli: ATP_PDS_HOST as env var | bryan newbold | 2023-03-04 | 7 | -59/+51 | 
| | | |||||
| * | repo: document signing process bug | bryan newbold | 2023-03-04 | 1 | -0/+1 | 
| | | |||||
| * | fix typo in IPLD conversion ('cid' not 'car') | bryan newbold | 2023-03-04 | 2 | -2/+3 | 
| | | |||||
| * | cli: create-invite command | bryan newbold | 2023-03-04 | 2 | -2/+26 | 
| | | |||||
| * | add basic support for admin 'Basic' auth | bryan newbold | 2023-03-04 | 1 | -6/+29 | 
| | | |||||
| * | cli: initial support for pretty-printing feeds | bryan newbold | 2023-02-20 | 3 | -4/+136 | 
| | | |||||
| * | app_bsky: expand post (and post view) types | bryan newbold | 2023-02-20 | 6 | -122/+226 | 
| | | |||||
| * | cargo fmt + clippy | bryan newbold | 2023-02-19 | 2 | -12/+18 | 
| | | |||||
| * | repo: don't use leading prefix in MST keys | bryan newbold | 2023-02-19 | 5 | -63/+33 | 
| | | |||||
| * | cli: fix some endpoints (auth+lex) | bryan newbold | 2023-02-19 | 1 | -18/+36 | 
| | | |||||
| * | cli: crude login-via-user-pass flow | bryan newbold | 2023-02-19 | 2 | -82/+196 | 
| | | |||||
| * | deps: fix rustc 1.61 time incompat; remove some unused deps from clicommon-crate | bryan newbold | 2023-02-19 | 3 | -16/+5 | 
| | | |||||
| * | update deps and lock | bryan newbold | 2023-02-19 | 1 | -232/+216 | 
| | | |||||
| * | cargo clippy | bryan newbold | 2023-02-19 | 11 | -141/+118 | 
| | | |||||
| * | more refactoring of common code and APIs | bryan newbold | 2023-02-19 | 20 | -486/+498 | 
| | | |||||
| * | move a bunch of code from pds to common | bryan newbold | 2023-02-19 | 23 | -52/+63 | 
| | | |||||
| * | update top-level files for new 'adenosine' crate | bryan newbold | 2023-02-19 | 4 | -2/+35 | 
| | | |||||
| * | cli: update to use 'adenosine' crate | bryan newbold | 2023-02-19 | 4 | -662/+3 | 
| | | |||||
| * | pds: update to use 'adenosine' crate | bryan newbold | 2023-02-19 | 6 | -7/+7 | 
| | | |||||
| * | create 'adenosine' crate with library code | bryan newbold | 2023-02-19 | 4 | -0/+707 | 
| | | |||||
| * | mst: doc comment; another test; consistent struct ordering | bryan newbold | 2023-02-16 | 1 | -1/+37 | 
| | | |||||
| * | pds: mst: add empty layer nodes as needed | bryan newbold | 2023-02-15 | 2 | -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 tests | bryan newbold | 2023-02-15 | 3 | -3/+203 | 
| | | | | | | Note that some are skipped because results differ from javascript implementation. | ||||
| * | TODO: note about slashes in repo MST keys | bryan newbold | 2023-02-15 | 1 | -0/+3 | 
| | | |||||
| * | cargo: update depsv0.2.0dec2022 | Bryan Newbold | 2022-12-20 | 2 | -110/+101 | 
| | | |||||
| * | cargo: bump version to v0.2.0 | Bryan Newbold | 2022-12-20 | 3 | -5/+5 | 
| | | |||||
| * | update changelog for v0.2.0 | Bryan Newbold | 2022-12-20 | 1 | -0/+29 | 
| | | |||||
| * | pds: make 'cid' required in feed items | Bryan Newbold | 2022-12-20 | 2 | -5/+3 | 
| | | |||||
| * | pds: upvoteCount, not likesCount | Bryan Newbold | 2022-12-20 | 3 | -10/+16 | 
| | | | | | | Only fixing the display and types (including schema), not actually implementing vote counting in repo or database. | ||||
| * | update bsky getProfile schema | Bryan Newbold | 2022-12-20 | 2 | -0/+27 | 
| | | |||||
| * | pds: more stub endpoints (notifications, membership) | Bryan Newbold | 2022-12-20 | 1 | -0/+24 | 
| | | |||||
| * | pds: for non-existant DID as an error, not panic | Bryan Newbold | 2022-12-20 | 2 | -4/+12 | 
| | | |||||
| * | make lint | Bryan Newbold | 2022-12-20 | 2 | -3/+3 | 
| | | |||||
| * | getProfile now wants 'actor' not 'user' | Bryan Newbold | 2022-12-19 | 2 | -2/+2 | 
| | | |||||
| * | pds: sqlite DDL schema tweak for milisecond 'indexed_at' | Bryan Newbold | 2022-12-19 | 1 | -7/+7 | 
| | | |||||
| * | cli: add XRPC query/rpc debug logging | Bryan Newbold | 2022-12-19 | 1 | -0/+7 | 
| | | |||||
| * | cli: add auth refresh command | Bryan Newbold | 2022-12-19 | 1 | -0/+5 | 
| | | |||||
| * | cli: XRPC POST params mostly moved to body (eg, atproto CRUD) | Bryan Newbold | 2022-12-19 | 1 | -90/+71 | 
| | | |||||
| * | pds: implement com.atproto.session.refresh | Bryan Newbold | 2022-12-19 | 1 | -0/+23 | 
| | | |||||
| * | pds: XRPC POST params moved from query to body | Bryan Newbold | 2022-12-19 | 2 | -13/+41 | 
| | | |||||
| * | pds: stubs for new app.bsky.actor RPC queries | Bryan Newbold | 2022-12-19 | 1 | -0/+14 | 
| | | |||||
| * | pds: some TODO notes about new lexicon changes | Bryan Newbold | 2022-12-19 | 2 | -0/+3 | 
| | | |||||
| * | timestamps: use millisecond precision | Bryan Newbold | 2022-12-19 | 1 | -7/+11 | 
| | | |||||
| * | bump cargo versions for dev | Bryan Newbold | 2022-11-22 | 3 | -5/+5 | 
| | | |||||
