aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add 'adenosine' placeholder cratecrate-placeholderBryan Newbold2022-11-115-0/+24
|
* 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
|
* pds: template tweaksBryan Newbold2022-11-107-13/+21
|
* pds: homepage handle, not didBryan Newbold2022-11-103-15/+14
|
* pds: error HTML template, crash on mutex poisonedBryan Newbold2022-11-102-19/+43
|
* cli: serializable DIDBryan Newbold2022-11-102-3/+4
|
* pds: more web view implementationBryan Newbold2022-11-1016-106/+276
|
* update cargo lockBryan Newbold2022-11-091-0/+3
|
* cli: created_at timestamps; fix timeline commandBryan Newbold2022-11-093-20/+32
|
* pds: session.get and handle.resolve XRPC endpointsBryan Newbold2022-11-092-14/+44
|
* pds: more bsky posts/feeds/follow/like progressBryan Newbold2022-11-096-52/+427
|
* pds: start implementing bsky database ops and XRPC endpointsBryan Newbold2022-11-085-24/+502
|
* pds: refactor account creation, did docs, etcBryan Newbold2022-11-073-111/+280
| | | | | | | To allow creating accounts from the CLI, and creating did:web accounts (as opposed to did:plc). Also a buch of config refactoring.
* pds: add some more configBryan Newbold2022-11-072-79/+155
|
* pds: implement CAR import/export at repo levelBryan Newbold2022-11-077-103/+189
|
* pds: initial pass at crude web interfaceBryan Newbold2022-11-0717-81/+1040
|
* pds: update upstream lexicon detailsBryan Newbold2022-11-074-38/+39
|
* identifiers: allow trailing slashes in parts of at:// URIsBryan Newbold2022-11-061-4/+10
|
* cli: update for upstream lexicon refactorBryan Newbold2022-11-066-72/+104
|
* pds: refactor to use higher-level repo mutation code pathBryan Newbold2022-11-062-48/+34
|
* pds: refactor to use typed identifiers a lot moreBryan Newbold2022-11-065-152/+158
|
* pds: squashed unused warnings from vendored codeBryan Newbold2022-11-063-0/+6
|
* cli: use 'Nsid' typeBryan Newbold2022-11-062-33/+53
|
* crypto: fix 'multibase' pubkey serialization for DID documentsBryan Newbold2022-11-061-5/+22
| | | | | | See: https://medium.com/asecuritysite-when-bob-met-alice/02-03-or-04-so-what-are-compressed-and-uncompressed-public-keys-6abcb57efeb6 Thanks to folks in bluesky matrix dev channel for the tip.