Delta-v/Content.Client/Administration/UI
Pieter-Jan Briers 26b36db09d Integrate Modern HWID into content
This should be the primary changes for the future-proof "Modern HWID" system implemented into Robust and the auth server.

HWIDs in the database have been given an additional column representing their version, legacy or modern. This is implemented via an EF Core owned entity. By manually setting the column name of the main value column, we can keep DB compatibility and the migration is just adding some type columns.

This new HWID type has to be plumbed through everywhere, resulting in some breaking changes for the DB layer and such.

New bans and player records are placed with the new modern HWID. Old bans are still checked against legacy HWIDs.

Modern HWIDs are presented with a "V2-" prefix to admins, to allow distinguishing them. This is also integrated into the parsing logic for placing new bans.

There's also some code cleanup to reduce copy pasting around the place from my changes.

Requires latest engine to support ImmutableArray<byte> in NetSerializer.
2024-11-29 19:18:11 +01:00
..
AdminRemarks upstream merge 7/9 (#1762) 2024-09-10 01:20:38 +10:00
BanList Power stuff (#31314) 2024-08-27 01:00:42 +01:00
BanPanel Integrate Modern HWID into content 2024-11-29 19:18:11 +01:00
Bwoink upstream merge 7/9 (#1762) 2024-09-10 01:20:38 +10:00
CustomControls Fix aHelp menu sorting (#30518) 2024-08-09 18:15:15 +01:00
Logs Remove cringe hardcodes for background (#20374) 2023-09-27 21:59:12 +02:00
ManageSolutions Shuttle console + FTL rework (#24430) 2024-03-08 12:54:53 +01:00
Notes Note expiry time is now relative instead of using timestamps (#33262) 2024-11-15 19:47:29 +00:00
PlayerPanel job whitelists panel !!! (#1678) 2024-08-28 00:33:30 +00:00
SetOutfit Fix Set Outfit command/verb (#29672) 2024-09-22 02:45:06 +01:00
SpawnExplosion Replace Matrix3 with System.Numerics.Matrix3x2 (#27443) 2024-06-06 21:44:48 +02:00
Tabs add confirmation to the delete button in objects tab (#30946) 2024-08-21 15:31:11 +01:00
AdminAnnounceWindow.xaml Multiline edit everywhere (#15216) 2023-04-14 12:57:47 -07:00
AdminAnnounceWindow.xaml.cs Multiline edit everywhere (#15216) 2023-04-14 12:57:47 -07:00
AdminMenuWindow.xaml Fix baby jail (#29896) 2024-08-09 17:39:18 +01:00
AdminMenuWindow.xaml.cs Fix baby jail (#29896) 2024-08-09 17:39:18 +01:00
AdminMenuWindowEui.cs Ensure EUIs close themselves (#15860) 2023-04-29 13:16:24 +10:00
AdminUIHelpers.cs Sync master up to 1/10 (#74) 2023-10-03 14:15:46 -05:00
PermissionsEui.cs Update content vectors to numerics (#17759) 2023-07-08 14:08:32 +10:00