feat: core improvements + local fs provider + UI fixes
This commit is contained in:
7
server/modules/storage/box/definition.yml
Normal file
7
server/modules/storage/box/definition.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
key: box
|
||||
title: Box
|
||||
author: requarks.io
|
||||
props:
|
||||
clientId: String
|
||||
clientSecret: String
|
||||
rootFolder: String
|
23
server/modules/storage/box/storage.js
Normal file
23
server/modules/storage/box/storage.js
Normal file
@@ -0,0 +1,23 @@
|
||||
module.exports = {
|
||||
async activated() {
|
||||
|
||||
},
|
||||
async deactivated() {
|
||||
|
||||
},
|
||||
async init() {
|
||||
|
||||
},
|
||||
async created() {
|
||||
|
||||
},
|
||||
async updated() {
|
||||
|
||||
},
|
||||
async deleted() {
|
||||
|
||||
},
|
||||
async renamed() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user