feat: changed the language of the ReportEntrys to English, started to work on Board Locks, !removed PermissionInteger; as it was not needed anymore!
fix: minor bugfixes while posting & commenting, changed Au.razor and E.razor around
This commit is contained in:
parent
6881a5d009
commit
8ebc78b754
11 changed files with 59 additions and 32 deletions
|
@ -34,7 +34,6 @@
|
|||
Email = Email,
|
||||
Password = BCrypt.Net.BCrypt.HashPassword(Password),
|
||||
Role = "User",
|
||||
PermissionInteger = 1,
|
||||
TimeBanned = -1
|
||||
};
|
||||
if (await UsersRepository.getUserByEmailAsync(Email) != null)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@page "/e/"
|
||||
@page "/au/"
|
||||
|
||||
<Board board="@m"/>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
BoardID = 0,
|
||||
maxThreads = 10,
|
||||
Tag = "e",
|
||||
Topic = "Everything"
|
||||
Tag = "au",
|
||||
Topic = "Autism"
|
||||
};
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
@page "/au/"
|
||||
@page "/e/"
|
||||
|
||||
<Board board="@m"/>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
BoardID = 0,
|
||||
maxThreads = 10,
|
||||
Tag = "au",
|
||||
Topic = "Autism"
|
||||
Tag = "e",
|
||||
Topic = "Everything"
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue