modified radicle-httpd/Cargo.toml
@@ -25,6 +25,7 @@ flate2 = { version = "1" }
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-httpd/src/api.rs
@@ -48,11 +48,14 @@ impl Context {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -126,10 +129,13 @@ pub struct PaginationQuery {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,6 +144,7 @@ mod project {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/error.rs
@@ -42,6 +42,10 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/delegates.rs
@@ -42,7 +42,8 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -51,6 +52,7 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -89,6 +91,7 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -78,11 +78,14 @@ async fn project_root_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -574,6 +577,7 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -596,6 +600,7 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|