 48323d68b0
			
		
	
	48323d68b0
	
	
	
		
			
			* get rid of file handling through grpc and signalr * fix upload on controller * adapt usersetpairpermissions * send user perms * server-side fixes * rework file upload * adjust log level to debug in docker standalone json * update dependencies --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			178 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			178 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace MareSynchronosShared.RequirementHandlers;
 | |
| 
 | |
| public enum UserRequirements
 | |
| {
 | |
|     Identified = 0b00000001,
 | |
|     Moderator = 0b00000010,
 | |
|     Administrator = 0b00000100,
 | |
| }
 |