Server rework for API change and paradigm shift (#23)
* start with group permissions implementation * some minor refactoring * adjust hub for api changes * fixes and database migration * fixes sending online/offline message to clients stuff * remove admin stuff from server * fixes get server permissions * send group pair info to client on joining a group * send online only on sending connection dto --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| using MareSynchronos.API; | ||||
| using MareSynchronos.API.Routes; | ||||
| using MareSynchronosShared.Utils; | ||||
| using MareSynchronosStaticFilesServer.Services; | ||||
| using MareSynchronosStaticFilesServer.Utils; | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| using MareSynchronos.API; | ||||
| using MareSynchronos.API.Routes; | ||||
| using MareSynchronosShared.Utils; | ||||
| using MareSynchronosStaticFilesServer.Services; | ||||
| using Microsoft.AspNetCore.Mvc; | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| using MareSynchronos.API; | ||||
| using MareSynchronos.API.Routes; | ||||
| using MareSynchronosShared.Utils; | ||||
| using MareSynchronosStaticFilesServer.Services; | ||||
| using Microsoft.AspNetCore.Authorization; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 rootdarkarchon
					rootdarkarchon