]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Ban template system (#29365)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Sun, 23 Jun 2024 15:33:54 +0000 (17:33 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 15:33:54 +0000 (17:33 +0200)
commit0c34eb6138b9f7d1698b546d1591096fc517d989
treeb22123be9413c5de6ea0dba0fb70ef827640a61e
parent19bc6f961d2ad941d08d692f80832c436905086f
Ban template system (#29365)

To help out admins, so they can easily fill out datacenter bans and stuff. Supports ban exemption flags and everything.

This is for use with SS14.Admin so it's just DB models here.
Content.Server.Database/Migrations/Postgres/20240623005121_BanTemplate.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/20240623005121_BanTemplate.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs
Content.Server.Database/Migrations/Sqlite/20240623005113_BanTemplate.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/20240623005113_BanTemplate.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs
Content.Server.Database/Model.cs