modified radicle-httpd/src/api/auth.rs
@@ -1,8 +1,12 @@
| - | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -23,3 +27,16 @@ pub struct Session {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-httpd/src/api/v1/projects.rs
@@ -64,7 +64,7 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -481,8 +481,7 @@ async fn issue_create_handler(
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -514,12 +513,7 @@ async fn issue_update_handler(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -596,11 +590,7 @@ async fn patch_create_handler(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -635,11 +625,7 @@ async fn patch_update_handler(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|