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