jordan

Results 18 issues of jordan

Having a quick look at the source, it doesn't look like PGP/Inline is supported. PGP/Inline is used a lot more now that Keybase is a thing. You encrypt your message...

enhancement

We should provide a way for crate owners to generate "deploy tokens" which are tokens that can be passed to `cargo --token`, that'll only have permission to publish to that...

It'd be nice to cache the entire tree of chartered-git and filter it down based on the user rather than fetching every crate from the database and building the tree...

For OAuth users we collect some basic info on first login such as email, real name, some website links. We should allow password-based users to set these too and also...

We have a dependents section on the crate page but it currently has placeholder text, so we need to implement reverse dependencies there. More importantly however, we need to make...

- Input needs validation, ie where the cargo registry spec defines strict values - ~duplicate version for crate currently returns 'Failed to query database'~ (058e4ce26eaab5e83104e83585551e7e54841c05)

OpenAPI seem to have a a nice little generator for both typescript (using fetch) and Rust (which we'll use without a runtime, just for the model generation). We should move...

- [x] /crates/new - [ ] /crates/search - [x] /crates/:crate/owners - [x] get - [ ] put - [ ] delete - [x] /crates/:crate/:version/yank - [x] /crates/:crate/:version/unyank - [x] /crates/:crate/:version/download