Commit Graph

6 Commits

Author SHA1 Message Date
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
Pieter-Jan Briers a9283034ad Update GDPR dump script to latest migration (#41387) 2026-01-26 19:22:37 +01:00
Pieter-Jan Briers e0c4884995
GDPR stuff update (#18300) 2023-07-26 20:05:51 +02:00
Pieter-Jan Briers 61f9fe68f4
Update GDPR scripts for latest DB schema (#17917) 2023-07-09 23:14:46 +02:00
Pieter-Jan Briers 9e66fac805
GDPR helper scripts stuff (#15077) 2023-04-03 10:27:45 +10:00
Pieter-Jan Briers f78dca8504
Script to dump user data for GDPR purposes. (#13016) 2022-12-19 13:37:42 +01:00