Pieter-Jan Briers
5091c6aa9d
Revert "Revert "Log ban hits in DB. ( ( #6361 )
2022-02-02 22:57:11 +01:00
Pieter-Jan Briers
764010fea0
Revert "Log ban hits in DB. ( #6337 )" ( #6357 )
...
This reverts commit b75f005bb4 .
2022-01-28 19:33:09 +01:00
Pieter-Jan Briers
b75f005bb4
Log ban hits in DB. ( #6337 )
2022-01-28 19:10:44 +01:00
Pieter-Jan Briers
a3aabf59ad
Unify remaining DB model classes between SQLite and Postgres.
...
As part of this, the ban and unban table were renamed to server_* on SQLite to move them in line with Postgres. Data is preserved.
2022-01-27 18:12:09 +01:00
Javier Guardia Fernández
720e750e86
Merge player database models ( #5267 )
2021-11-11 17:54:02 +01:00
Visne
b7dc3c81ae
Remove redundant #nullable enable ( #4275 )
2021-07-16 17:37:09 -07:00
Pieter-Jan Briers
f3a180c3d5
Fix DB stuff.
2021-03-22 11:00:10 +01:00
Pieter-Jan Briers
a321b4302e
Use HWIDs for bans.
2021-03-22 01:32:09 +01:00
DrSmugleaf
f4978d1b9e
Add pardon command and tests ( #3190 )
...
* Add pardon command
* Make pardoning check for an existing ban and unban first
* Add pardon test and documentation
2021-02-13 17:51:54 +01:00
DrSmugleaf
9f5fca2334
Add banlist command ( #3163 )
...
* Add banlist command
* Fix up args
2021-02-12 13:04:32 +01:00
Pieter-Jan Briers
4b5ab508ed
Fix postgres problems with admins.
2020-11-13 03:23:13 +01:00
Pieter-Jan Briers
f364c4b01f
Fix .NET 5 warnings in admin code.
2020-11-13 01:51:42 +01:00
Pieter-Jan Briers
e39ddd4802
Permissions panel.
2020-11-10 16:50:28 +01:00
Pieter-Jan Briers
66c8a68891
Holy crap auth works ( #2099 )
...
* Holy crap auth works
* Fix some usages of UserID instead of UserName
* Refactor preferences.
They be non-async now. Also faster.
* Rename DbContext.
* Guest username assignment.
* Fix saving of profiles.
* Don't store data for guests.
* Fix generating invalid random colors.
* Don't allow dumb garbage for char preferences.
* Bans.
* Lol forgot to fill out the command description.
* Connection log.
* Rename all the tables and columns to be snake_case.
* Re-do migrations.
* Fixing tests and warnings.
* Update submodule
2020-09-29 14:26:00 +02:00