Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | app_bsky: expand post (and post view) types | bryan newbold | 2023-02-20 | 5 | -95/+113 |
| | |||||
* | repo: don't use leading prefix in MST keys | bryan newbold | 2023-02-19 | 2 | -43/+13 |
| | |||||
* | cargo clippy | bryan newbold | 2023-02-19 | 3 | -62/+54 |
| | |||||
* | more refactoring of common code and APIs | bryan newbold | 2023-02-19 | 11 | -581/+112 |
| | |||||
* | move a bunch of code from pds to common | bryan newbold | 2023-02-19 | 20 | -2176/+8 |
| | |||||
* | pds: update to use 'adenosine' crate | bryan newbold | 2023-02-19 | 6 | -7/+7 |
| | |||||
* | 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. | ||||
* | cargo: bump version to v0.2.0 | Bryan Newbold | 2022-12-20 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | pds: sqlite DDL schema tweak for milisecond 'indexed_at' | Bryan Newbold | 2022-12-19 | 1 | -7/+7 |
| | |||||
* | 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 |
| | |||||
* | bump cargo versions for dev | Bryan Newbold | 2022-11-22 | 1 | -2/+2 |
| | |||||
* | pds: fix ref to adenosine-cliv0.1.2 | Bryan Newbold | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | changelog and crate version bumps for v0.1.2 | Bryan Newbold | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | pds: CAR download links | Bryan Newbold | 2022-11-22 | 2 | -0/+6 |
| | |||||
* | pds: SQL schema to use more ISO-style timestamps | Bryan Newbold | 2022-11-22 | 1 | -7/+7 |
| | |||||
* | clippy cleanups | Bryan Newbold | 2022-11-22 | 10 | -42/+41 |
| | |||||
* | pds: human-readable CIDs etc in commit node in web UI | Bryan Newbold | 2022-11-22 | 2 | -1/+18 |
| | |||||
* | pds: pull in 'created_at_now()' helper from CLI | Bryan Newbold | 2022-11-22 | 1 | -7/+1 |
| | |||||
* | pds: update to use Ticker | Bryan Newbold | 2022-11-22 | 1 | -4/+4 |
| | |||||
* | cargo: bump versions for dev | Bryan Newbold | 2022-11-21 | 1 | -2/+2 |
| | |||||
* | bump to v0.1.1, updating CHANGELOGv0.1.1 | Bryan Newbold | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | pds: inspect links in pink | Bryan Newbold | 2022-11-11 | 3 | -2/+6 |
| | |||||
* | update from dotenv to dotenvy | Bryan Newbold | 2022-11-11 | 2 | -2/+2 |
| | |||||
* | deb: include PDS shell completions | Bryan Newbold | 2022-11-11 | 1 | -0/+2 |
| | |||||
* | cargo: link to crate-specific READMEs | Bryan Newbold | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | cargo: lock down version numbersv0.1.0 | Bryan Newbold | 2022-11-11 | 1 | -20/+20 |
| | |||||
* | cargo: update license slugs to what crates.io wants | Bryan Newbold | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | bump crates to v0.1.0 | Bryan Newbold | 2022-11-11 | 1 | -2/+2 |
| | |||||
* | update PDS plan notes | Bryan Newbold | 2022-11-11 | 1 | -16/+36 |
| | |||||
* | pds: include manpage in deb | Bryan Newbold | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | pds: manpage, shell completions | Bryan Newbold | 2022-11-11 | 1 | -0/+9 |
| | |||||
* | update READMEs, start a CHANGELOG | Bryan Newbold | 2022-11-11 | 1 | -4/+97 |
| | |||||
* | pds: fix test imports | Bryan Newbold | 2022-11-11 | 1 | -2/+2 |
| | |||||
* | pds: enforce registration domain | Bryan Newbold | 2022-11-11 | 1 | -1/+16 |
| | |||||
* | pds: enforce invite code; implement describe | Bryan Newbold | 2022-11-10 | 1 | -1/+20 |
| | |||||
* | pds: much progress on plan | Bryan Newbold | 2022-11-10 | 1 | -34/+72 |
| | |||||
* | pds: implement homepage and did.json lookups | Bryan Newbold | 2022-11-10 | 1 | -5/+42 |
| | |||||
* | pds: in some responses, CIDs as strings (not byte arrays) | Bryan Newbold | 2022-11-10 | 1 | -2/+2 |
| |