-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All required features and fixes for the OC/NC ScienceMesh apps (#4115)
- Loading branch information
Showing
124 changed files
with
3,638 additions
and
1,191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
scss: | ||
enabled: false | ||
jshint: | ||
ignore_file: .hound_js_ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tests/**/*,js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: All required features and fixes for the OC/NC ScienceMesh apps | ||
|
||
This PR includes all necessary code in Reva | ||
to interface with the ScienceMesh apps in OC and NC | ||
|
||
https://github.com/cs3org/reva/pull/4115 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
".zmd": "application/compressed-markdown" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
[ | ||
{ | ||
"name": "reva1.pondersource.net", | ||
"full_name": "reva1.pondersource.net", | ||
"organization": "reva1.pondersource.net", | ||
"domain": "reva1.pondersource.net", | ||
"homepage": "https://reva1.pondersource.net", | ||
"description": "reva1.pondersource.net", | ||
"services": [ | ||
{ | ||
"endpoint": { | ||
"type": { | ||
"name": "OCM", | ||
"description": "Open Cloud Mesh" | ||
}, | ||
"name": "OCM API", | ||
"path": "https://reva1.pondersource.net", | ||
"is_monitored": true | ||
}, | ||
"api_version": "0.0.1", | ||
"host": "https://reva1.pondersource.net" | ||
}, | ||
{ | ||
"endpoint": { | ||
"type": { | ||
"name": "Webdav", | ||
"description": "Webdav" | ||
}, | ||
"name": "Webdav API", | ||
"path": "https://reva1.pondersource.net/webdav/", | ||
"is_monitored": true | ||
}, | ||
"api_version": "0.0.1", | ||
"host": "https://reva1.pondersource.net" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "reva2.pondersource.net", | ||
"full_name": "reva2.pondersource.net", | ||
"organization": "reva2.pondersource.net", | ||
"domain": "reva2.pondersource.net", | ||
"homepage": "https://reva2.pondersource.net", | ||
"description": "reva2.pondersource.net", | ||
"services": [ | ||
{ | ||
"endpoint": { | ||
"type": { | ||
"name": "OCM", | ||
"description": "Open Cloud Mesh" | ||
}, | ||
"name": "OCM API", | ||
"path": "https://reva2.pondersource.net", | ||
"is_monitored": true | ||
}, | ||
"api_version": "0.0.1", | ||
"host": "https://reva2.pondersource.net" | ||
}, | ||
{ | ||
"endpoint": { | ||
"type": { | ||
"name": "Webdav", | ||
"description": "Webdav" | ||
}, | ||
"name": "Webdav API", | ||
"path": "https://reva2.pondersource.net/webdav/", | ||
"is_monitored": true | ||
}, | ||
"api_version": "0.0.1", | ||
"host": "https://reva2.pondersource.net" | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.