aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* pds: SQL schema to use more ISO-style timestampsBryan Newbold2022-11-221-7/+7
|
* makefile: for now, have clippy ignore 'or_fun_call' lintBryan Newbold2022-11-221-1/+2
|
* clippy cleanupsBryan Newbold2022-11-2211-43/+42
|
* 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
|
* cli: fix created_at_now helperBryan Newbold2022-11-221-2/+17
|
* cli: update TID implementationBryan Newbold2022-11-221-29/+53
|
* cargo: bump versions for devBryan Newbold2022-11-213-5/+5
|
* bump to v0.1.1, updating CHANGELOGv0.1.1Bryan Newbold2022-11-114-4/+15
|
* pds: inspect links in pinkBryan Newbold2022-11-113-2/+6
|
* update README and TODO a bitBryan Newbold2022-11-112-7/+14
|
* update from dotenv to dotenvyBryan Newbold2022-11-115-9/+9
|
* deb: include PDS shell completionsBryan Newbold2022-11-111-0/+2
|
* cargo: link to crate-specific READMEsBryan Newbold2022-11-112-2/+2
|
* notes on how to push a releaseBryan Newbold2022-11-111-0/+27
|
* gitignore: release filesBryan Newbold2022-11-111-0/+2
|
* cargo: lock down version numbersv0.1.0Bryan Newbold2022-11-112-33/+33
|
* cargo: update license slugs to what crates.io wantsBryan Newbold2022-11-112-2/+2
|
* bump crates to v0.1.0Bryan Newbold2022-11-113-27/+8
|
* gitignore: temp scratch folder for un-commited stuffBryan Newbold2022-11-111-0/+1
|
* update PDS plan notesBryan Newbold2022-11-111-16/+36
|
* pds: include manpage in debBryan Newbold2022-11-111-1/+1
|
* nginx and systemd config examplesBryan Newbold2022-11-112-0/+56
|
* pds: manpage, shell completionsBryan Newbold2022-11-119-18/+956
|
* update READMEs, start a CHANGELOGBryan Newbold2022-11-114-119/+209
|
* spellcheckBryan Newbold2022-11-112-3/+3
|
* pds: fix test importsBryan Newbold2022-11-111-2/+2
|
* pds: enforce registration domainBryan Newbold2022-11-111-1/+16
|
* update Cargo.lockBryan Newbold2022-11-101-289/+5
|
* pds: enforce invite code; implement describeBryan Newbold2022-11-101-1/+20
|
* pds: much progress on planBryan Newbold2022-11-101-34/+72
|
* cli: need to specify serde_derive feature for derivesBryan Newbold2022-11-101-1/+1
|
* cli: u/username on CLI; allow sending invite codeBryan Newbold2022-11-101-2/+9
|
* 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
|
* pds: error page fixesBryan Newbold2022-11-102-1/+9
|