Delta-v/Content.Server.Database
Pieter-Jan Briers 7419408ec5 Ban database refactor (#42495)
* Ban DB refactor seems to work at a basic level for PostgreSQL

* New ban creation API

Supports all the new functionality (multiple players/addresses/hwids/roles/rounds per ban).

* Make the migration irreversible

* Re-implement ban notifications

The server ID check is no longer done as admins may want to place bans spanning multiple rounds irrelevant of the source server.

* Fix some split query warnings

* Implement migration on SQLite

* More comments

* Remove required from ban reason

SS14.Admin changes would like this

* More missing AsSplitQuery() calls

* Fix missing ban type filter

* Fix old CreateServerBan API with permanent time

* Fix department and role ban commands with permanent time

* Re-add banhits navigation property

Dropped this on accident, SS14.Admin needs it.

* More ban API fixes.

* Don't fetch ban exemption info for role bans

Not relevant, reduces query performance

* Regenerate migrations

* Fix adminnotes command for players that never connected

Would blow up handling null player records. Not a new bug introduced by the refactor, but I ran into it.

* Great shame... I accidentally committed submodule update...

* Update GDPR scripts

* Fix sandbox violation

* Fix bans with duplicate info causing DB exceptions

Most notably happened with role bans, as multiple departments may include the same role.
2026-06-29 12:43:39 +02:00
..
Migrations Ban database refactor (#42495) 2026-06-29 12:43:39 +02:00
CDModel.cs Port Height & Records Computer from Cosmatic Drift (#2236) 2025-03-11 15:34:45 +00:00
Content.Server.Database.csproj v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
DVModel.cs tips / tutorial system (#5199) 2026-01-14 14:23:39 -06:00
DesignTimeContextFactories.cs Server ban exemption system (#15076) 2023-04-03 10:24:55 +10:00
Model.Ban.cs Ban database refactor (#42495) 2026-06-29 12:43:39 +02:00
Model.cs Ban database refactor (#42495) 2026-06-29 12:43:39 +02:00
ModelPostgres.cs Ban database refactor (#42495) 2026-06-29 12:43:39 +02:00
ModelSqlite.cs Ban database refactor (#42495) 2026-06-29 12:43:39 +02:00
SnakeCaseNaming.cs Database SnakeCaseNaming fixes 2024-11-29 19:18:11 +01:00
add-migration.ps1 Holy crap auth works (#2099) 2020-09-29 14:26:00 +02:00
add-migration.sh DB QOL stuff, but not breaking the migrations now (#5086) 2021-10-31 15:18:01 +01:00