Refactored css classes to match flyonui. Switched to postgres arrays for permissions. Migrated file manager. Adjusted everything to work with the latest mooncore version
This commit is contained in:
@@ -291,7 +291,7 @@ public partial class OAuth2Controller : Controller
|
||||
var userCount = await UserRepository.Get().CountAsync();
|
||||
|
||||
if (userCount == 0)
|
||||
user.PermissionsJson = "[\"*\"]";
|
||||
user.Permissions = ["*"];
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user