-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaddons.json
More file actions
628 lines (628 loc) · 31.5 KB
/
addons.json
File metadata and controls
628 lines (628 loc) · 31.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
{
"addons": {
"GitHub": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making a GitHub repo public or private. The GakuNin RDM does not alter the permissions of linked GitHub repos."
},
"View / download file versions": {
"status": "full",
"text": "GitHub files and their versions can be viewed/downloaded via GakuNin RDM."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in GitHub."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in GitHub."
},
"Logs": {
"status": "full",
"text": "GitHub dynamically updates GakuNin RDM logs when files are modified outside the GakuNin RDM. Changes to GitHub repos made before the repo is linked to the GakuNin RDM will not be reflected in GakuNin RDM logs."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Github authorization unless the user forking the project is the same user who authorized the Github add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "GitHub content will be registered, but version history will not be copied to the registration."
}
},
"GitLab": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making a GitLab repo public or private. The GakuNin RDM does not alter the permissions of linked GitLab repos."
},
"View / download file versions": {
"status": "full",
"text": "GitLab files and their versions can be viewed/downloaded via GakuNin RDM."
},
"Add / update files": {
"status": "none",
"text": "Adding/updating files in the project via GakuNin RDM is not implemented yet."
},
"Delete files": {
"status": "none",
"text": "Deleting files via GakuNin RDM is not implemented yet."
},
"Logs": {
"status": "none",
"text": "GakuNin RDM does not keep track of changes made using Gitlab directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy GitLab authorization unless the user forking the project is the same user who authorized the GitLab add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "GitLab content will be registered, but version history will not be copied to the registration."
}
},
"Amazon S3": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making an S3 bucket public or private. The GakuNin RDM does not alter the permissions of linked S3 buckets."
},
"View / download file versions": {
"status": "partial",
"text": "The S3 add-on supports file versions if versioning is enabled for your S3 buckets."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in Amazon S3."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in Amazon S3."
},
"Logs": {
"status": "partial",
"text": "The GakuNin RDM keeps track of changes you make to your S3 buckets through the GakuNin RDM, but not for changes made using S3 directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy S3 authorization unless the user forking the project is the same user who authorized the S3 add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "S3 content will be registered, but version history will not be copied to the registration."
}
},
"figshare": {
"Permissions": {
"status": "partial",
"text": " Making a GakuNin RDM project public or private is independent of making figshare content public or private. The GakuNin RDM does not alter the permissions of linked figshare content."
},
"View / download file versions": {
"status": "partial",
"text": "figshare files can be viewed/downloaded via GakuNin RDM, but version history is not supported."
},
"Add / update files": {
"status": "partial",
"text": "Files can be added but not updated."
},
"Delete files": {
"status": "partial",
"text": "Private files and filesets can be deleted via GakuNin RDM."
},
"Logs": {
"status": "partial",
"text": "GakuNin RDM keeps track of changes you make to your figshare content through GakuNin RDM, but not for changes made using figshare directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy figshare authorization unless the user forking the project is the same user who authorized the figshare add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "figshare content will be registered, but version history will not be copied to the registration."
}
},
"Dropbox": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of Dropbox privacy. The GakuNin RDM does not alter the permissions of linked Dropbox folders."
},
"View / download file versions": {
"status": "full",
"text": "Dropbox files and their versions can be viewed/downloaded via GakuNin RDM."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in Dropbox."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in Dropbox."
},
"Logs": {
"status": "partial",
"text": "GakuNin RDM keeps track of changes you make to your Dropbox content through GakuNin RDM, but not for changes made using Dropbox directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Dropbox authorization unless the user forking the project is the same user who authorized the Dropbox add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "Dropbox content will be registered, but version history will not be copied to the registration."
}
},
"OneDrive": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of OneDrive privacy. The GakuNin RDM does not alter the permissions of linked OneDrive folders."
},
"View / download file versions": {
"status": "full",
"text": "OneDrive files and their versions can be viewed/downloaded via GakuNin RDM. OneNote files are unexportable and cannot be downloaded or viewed."
},
"Add / update files": {
"status": "none",
"text": "The OneDrive add-on is read-only."
},
"Delete files": {
"status": "none",
"text": "The OneDrive add-on is read-only."
},
"Logs": {
"status": "partial",
"text": "GakuNin RDM keeps track of changes you make to your OneDrive add-on configuration. It does not track changes to OneDrive content."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy OneDrive authorization unless the user forking the project is the same user who authorized the OneDrive add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "OneDrive content will be registered, but version history will not be copied to the registration. OneNote files are unexportable and will not be archived."
}
},
"Dataverse": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making a Dataverse study public or private. The GakuNin RDM allows you to release the latest draft version of a Dataverse dataset."
},
"View / download file versions": {
"status": "partial",
"text": "Files from the latest release of the selected Dataverse study can be viewed/downloaded. GakuNin RDM users with write permissions can view/download draft files as well."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in Dataverse."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in Dataverse."
},
"Logs": {
"status": "partial",
"text": "The GakuNin RDM keeps track of changes you make to your Dataverse studies through the GakuNin RDM, but not for changes made using Dataverse directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Dataverse authorization unless the user forking the project is the same user who authorized the Dataverse add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "Dataverse content will be registered, but version history will not be copied to the registration."
}
},
"Google Drive": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of Google Drive privacy. The GakuNin RDM does not alter the permissions of linked Google Drive folders."
},
"View / download file versions": {
"status": "full",
"text": "Google Drive files and their versions can be viewed/downloaded via GakuNin RDM."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in Google Drive."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in Google Drive."
},
"Logs": {
"status": "partial",
"text": "The GakuNin RDM keeps track of changes you make to your Google Drive content through the GakuNin RDM, but not for changes made using Google Drive directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Google Drive authorization unless the user forking the project is the same user who authorized the Google Drive add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "Google Drive content will be registered, but version history will not be copied to the registration."
}
},
"Box": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of Box privacy. The GakuNin RDM does not alter the permissions of linked Box folders."
},
"View / download file versions": {
"status": "full",
"text": "Box files and their versions can be viewed/downloaded via GakuNin RDM."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in Box."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in Box."
},
"Logs": {
"status": "partial",
"text": "The GakuNin RDM keeps track of changes you make to your Box content through the GakuNin RDM, but not for changes made using Box directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Box authorization unless the user forking the project is the same user who authorized the Box add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "Box content will be registered, but version history will not be copied to the registration."
}
},
"Mendeley": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making a Mendeley folder public or private. The GakuNin RDM does not alter the permissions of a linked Mendeley folder."
},
"View / download file versions": {
"status": "NA"
},
"Add / update files": {
"status": "NA"
},
"Delete files": {
"status": "NA"
},
"Logs": {
"status": "NA"
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Mendeley authorization unless the user forking the project is the same user who authorized the Mendeley add-on in the source project being forked."
},
"Registering": {
"status": "none",
"text": "Mendeley content will not be registered."
}
},
"ownCloud": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of ownCloud privacy. The GakuNin RDM does not alter the permissions of linked ownCloud folders."
},
"View / download file versions": {
"status": "partial",
"text": "ownCloud files can be viewed/downloaded via GakuNin RDM, but version history is not supported by the ownCloud WebDAV API."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in ownCloud."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in ownCloud."
},
"Logs": {
"status": "partial",
"text": "GakuNin RDM keeps track of changes you make to your ownCloud content through GakuNin RDM, but not for changes made using ownCloud directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy ownCloud authorization unless the user forking the project is the same user who authorized the ownCloud add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "ownCloud content will be registered, but version history will not be copied to the registration."
}
},
"Zotero": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making a Zotero folder public or private. The GakuNin RDM does not alter the permissions of a linked Zotero folder."
},
"View / download file versions": {
"status": "NA"
},
"Add / update files": {
"status": "NA"
},
"Delete files": {
"status": "NA"
},
"Logs": {
"status": "NA"
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Zotero authorization unless the user forking the project is the same user who authorized the Zotero add-on in the source project being forked."
},
"Registering": {
"status": "none",
"text": "Zotero content will not be registered."
}
},
"Bitbucket": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making a Bitbucket repo public or private. The GakuNin RDM does not alter the permissions of linked Bitbucket repos."
},
"View / download file versions": {
"status": "full",
"text": "Bitbucket files and their versions can be viewed/downloaded via GakuNin RDM."
},
"Add / update files": {
"status": "none",
"text": "Bitbucket does not support adding or updating files via their API."
},
"Delete files": {
"status": "none",
"text": "Bitbucket does not support deleting files via their API."
},
"Logs": {
"status": "full",
"text": "GakuNin RDM keeps track of changes you make to your Bitbucket content through GakuNin RDM, but not for changes made using Bitbucket directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Bitbucket authorization unless the user forking the project is the same user who authorized the Bitbucket add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "Bitbucket content will be registered, but version history will not be copied to the registration."
}
},
"OpenStack Swift": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making an Swift container public or private."
},
"View / download file versions": {
"status": "partial",
"text": "The Swift add-on does not support file versions."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in Swift."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in Swift."
},
"Logs": {
"status": "partial",
"text": "The GakuNin RDM keeps track of changes you make to your Swift containers through the GakuNin RDM, but not for changes made using Swift directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Swift authorization unless the user forking the project is the same user who authorized the Swift add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "Swift object will be registered, but version history will not be copied to the registration."
}
},
"Azure Blob Storage": {
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making an Azure Blob Storage container public or private."
},
"View / download file versions": {
"status": "partial",
"text": "The Azure Blob Storage add-on supports only Block Blobs, and does not support file versions."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in Azure Blob Storage."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in Azure Blob Storage."
},
"Logs": {
"status": "partial",
"text": "The GakuNin RDM keeps track of changes you make to your Azure Blob Storage containers through the GakuNin RDM, but not for changes made using Azure Blob Storage directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Azure Blob Storage authorization unless the user forking the project is the same user who authorized the Azure Blob Storage add-on in the source project being forked."
},
"Registering": {
"status": "none",
"text": "Azure Blob Storage content will not be registered."
}
},
"WEKO": {
"Permissions": {
"status": "NA"
},
"View / download file versions": {
"status": "NA"
},
"Add / update files": {
"status": "partial",
"text": "Adding/updating indices/items in the project via GakuNin RDM will be reflected in WEKO."
},
"Delete files": {
"status": "partial",
"text": "Items deleted via GakuNin RDM will be deleted in WEKO."
},
"Logs": {
"status": "partial",
"text": "The GakuNin RDM keeps track of changes you make to your WEKO index through the GakuNin RDM, but not for changes made using WEKO directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy WEKO authorization unless the user forking the project is the same user who authorized the WEKO add-on in the source project being forked."
},
"Registering": {
"status": "none",
"text": "WEKO content will not be registered."
}
},
"S3 Compatible Storage": {
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy S3 Compatible Storage authorization unless the user forking the project is the same user who authorized the S3 Compatible Storage add-on in the source project being forked."
},
"Logs": {
"status": "partial",
"text": "The GakuNin RDM keeps track of changes you make to your S3 Compatible Storage buckets through the GakuNin RDM, but not for changes made using S3 Compatible Storage directly."
},
"Registering": {
"status": "partial",
"text": "S3 Compatible Storage content will be registered, but version history will not be copied to the registration."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in S3 Compatible Storage."
},
"View / download file versions": {
"status": "partial",
"text": "The S3 add-on supports file versions if versioning is enabled for your S3 Compatible Storage buckets."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in S3 Compatible Storage."
},
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of making an S3 Compatible Storage bucket public or private. The GakuNin RDM does not alter the permissions of linked S3 Compatible Storage buckets."
}
},
"JupyterHub": {
"Permissions": {
"status": "none",
"text": "The GakuNin RDM does not affect the permissions of JupyterHub."
},
"View / download file versions": {
"status": "none",
"text": "The JupyterHub add-on does not provide Storage Features."
},
"Add / update files": {
"status": "none",
"text": "The JupyterHub add-on does not provide Storage Features."
},
"Delete files": {
"status": "none",
"text": "The JupyterHub add-on does not provide Storage Features."
},
"Logs": {
"status": "none",
"text": "The JupyterHub add-on does not provide Storage Features."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component copies information about linked JupyterHub but the GakuNin RDM does not affect authentication of JupyterHub."
},
"Registering": {
"status": "none",
"text": "JupyterHub information will not be registered."
}
},
"Nextcloud": {
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Nextcloud authorization unless the user forking the project is the same user who authorized the Nextcloud add-on in the source project being forked."
},
"Logs": {
"status": "partial",
"text": "GakuNin RDM keeps track of changes you make to your Nextcloud content through GakuNin RDM, but not for changes made using Nextcloud directly."
},
"Registering": {
"status": "partial",
"text": "Nextcloud content will be registered, but version history will not be copied to the registration."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in Nextcloud."
},
"View / download file versions": {
"status": "partial",
"text": "Nextcloud files can be viewed/downloaded via GakuNin RDM, but version history is not supported by the Nextcloud WebDAV API."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in Nextcloud."
},
"Permissions": {
"status": "partial",
"text": "Making a GakuNin RDM project public or private is independent of Nextcloud privacy. The GakuNin RDM does not alter the permissions of linked Nextcloud folders."
}
},
"IQB-RIMS": {
"Permissions": {
"status": "partial",
"text": "Making an GakuNin RDM project public or private is independent of Google Drive privacy. The GakuNin RDM does not alter the permissions of linked Google Drive folders."
},
"View / download file versions": {
"status": "full",
"text": "IQB-RIMS files and their versions can be viewed/downloaded via GakuNin RDM."
},
"Add / update files": {
"status": "full",
"text": "Adding/updating files in the project via GakuNin RDM will be reflected in Google Drive."
},
"Delete files": {
"status": "full",
"text": "Files deleted via GakuNin RDM will be deleted in Google Drive."
},
"Logs": {
"status": "partial",
"text": "The GakuNin RDM keeps track of changes you make to your Google Drive content through the GakuNin RDM, but not for changes made using Google Drive directly."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component does not copy Google Drive authorization unless the user forking the project is the same user who authorized the IQB-RIMS add-on in the source project being forked."
},
"Registering": {
"status": "partial",
"text": "IQB-RIMS content will be registered, but version history will not be copied to the registration."
}
},
"My Screen": {
"Permissions": {
"status": "none",
"text": "The GakuNin RDM does not affect the permissions of My Screen."
},
"View / download file versions": {
"status": "none",
"text": "The My Screen add-on does not provide Storage Features."
},
"Add / update files": {
"status": "none",
"text": "The My Screen add-on does not provide Storage Features."
},
"Delete files": {
"status": "none",
"text": "The My Screen add-on does not provide Storage Features."
},
"Logs": {
"status": "none",
"text": "The My Screen add-on does not provide Storage Features."
},
"Forking": {
"status": "partial",
"text": "Forking a project or component copies information about linked My Screen but the GakuNin RDM does not affect authentication of My Screen."
},
"Registering": {
"status": "none",
"text": "My Screen information will not be registered."
}
}
},
"disclaimers": [
"This add-on connects your GakuNin RDM project to an external service. Use of this service is bound by its terms and conditions. The GakuNin RDM is not responsible for the service or for your use thereof.",
"This add-on allows you to store files using an external service. Files added to this add-on are not stored within the GakuNin RDM."
]
}