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:
@@ -13,7 +13,7 @@ public class UpdateUserRequest
|
||||
public string Username { get; set; }
|
||||
|
||||
public string? Password { get; set; }
|
||||
|
||||
|
||||
[Required(ErrorMessage = "You need to provide permissions")]
|
||||
public string PermissionsJson { get; set; } = "[]";
|
||||
public string[] Permissions { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user