Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
5b44e66
Updating the Titles on Moderation Report Dialogs.
Feb 17, 2026
44271ba
Migrate IsBOS in Avatar/Group to AlertTypeEnum Levels, Turn off Debug…
Feb 18, 2026
7e7809d
Updates to externalize build number & window title.
Feb 18, 2026
f00fb9c
Fixing autoincremented Build Numbering system
Feb 18, 2026
0240729
Configuration and Tab setup for multi alert configuration.
Feb 18, 2026
09c1e29
Combobox Theming fix!
Feb 18, 2026
a5d853e
Multi Alert Stable; Registry Save
Feb 18, 2026
46071ef
Constant Cleanup, Wire Alerts into areas.
Feb 18, 2026
0523abc
Tweaks to support the AlertLevels & Colors on the display lists
Feb 18, 2026
b0271af
Fixes around Alert Reporting, New Sounds, Dark Theme fixes
Feb 19, 2026
d4fbbe9
Update documentation for v1.1.0
Feb 20, 2026
c157108
Minor Formating Issues
Feb 20, 2026
eae7e98
Update README for changes in startup log detection.
Feb 22, 2026
cc740bf
Adding the A380 Retard Sound
Feb 22, 2026
25e4b2e
Updating the base Profile Evaluation prompt for less False Positives …
Feb 22, 2026
45167b0
Adding AI Delay to avoid API Throttling.
Feb 22, 2026
7795311
Correction of code comments
Feb 22, 2026
80386fc
Correction of daily log detection and timeout for performance.
Feb 22, 2026
ee96f9f
Adding Avatar Uploader Name to the Entity
Feb 22, 2026
781990d
Updating the UI for Highlights & Past Player historical reporting.
Feb 22, 2026
2c8b383
Migrate DB Backup to the DBContext Class
Feb 22, 2026
6ad6424
Final? Fix for the Past Player View and Reporting.
Feb 22, 2026
06a3a1b
Final Fix for past profile reporting! Woot!
Feb 23, 2026
fef771d
Moving Logging to AppData/Local/Tailgrab/logs
Feb 23, 2026
7fb855c
Remove BOS boolean for the AlertTypeEnum code, Update for GIST Changes
Feb 23, 2026
eee4773
Code Cleanup Profile
Feb 24, 2026
d6af393
Update Logging Level for Actions
Feb 24, 2026
a73c0ae
Update Icons
Feb 24, 2026
0c6276c
Have VTKs marked on the list as an alert
Feb 25, 2026
d1cf010
Migrating all User Data to AppData/Local/Tailgrab path
Feb 25, 2026
1a95a79
Update Icon to work with the installer
Feb 25, 2026
f758480
Update the Project File
Feb 25, 2026
94d713e
Adding Database Migration panel and functionality
Feb 26, 2026
4f2d0a5
Fix Color code for VTK Alerts
Feb 26, 2026
225ca60
Update Configuration for V1.1.0
Feb 26, 2026
2ee8417
Image update for documentation
Feb 26, 2026
152b460
Documentation Update
Feb 26, 2026
a37426d
Add Moderation Warn/Kick indicators to the Alerts
Feb 26, 2026
c1220ef
Sorting of the Alerts Highest severity decending and then time descen…
Feb 26, 2026
76e885d
Move sounds to the AppData path.
Feb 26, 2026
a3d9773
Update Documentation for Sounds
Feb 26, 2026
4b41bb6
Adding Exception Checking for Migration
Feb 27, 2026
8ead3be
Moved old Console Output to Logging context
Feb 27, 2026
f93f2fd
Update the QuitHandler to print in H:M:S
Feb 27, 2026
e619af0
Format User time seen as H:M in the list
Feb 27, 2026
3aa4efc
Adding Account Elapsed Time
Feb 27, 2026
1712efb
adjustment for Threaded GIST AvatarWatch.
Feb 27, 2026
6d3f09d
Adjust the size of the columns to support age
Feb 27, 2026
c27f918
Update to support a return of task State and control
Feb 27, 2026
7c62155
Migrate the GIST services to part of the service registry.
Feb 27, 2026
4e6876d
Reformat the Elapsed Account Age.
Feb 27, 2026
9b17dfb
Update Database Migrations
Mar 1, 2026
3ed43d3
Update AI Evaluations for user 'Ignore' override
Mar 1, 2026
ecc665b
Update the Readme for viewing the output logs
Mar 1, 2026
ddb697b
Update to remove Pen column
Mar 3, 2026
2db2dd1
Update to display Username on Avatar List
Mar 3, 2026
c97c7e2
A performance fix over existing watched records.
Mar 3, 2026
884fba8
Updates to fix author name when getting from GIST
Mar 3, 2026
2923c51
Update the avatar system to make HideGlobal AV into Nuisance.
Mar 3, 2026
e39f1b4
Update for 'test sound' buttons on Alert Configuration
Mar 3, 2026
65f0289
Fix/Update missing AlertColor relationships.
Mar 4, 2026
222b422
Fix for User Moderation download and Nuisance updates.
Mar 4, 2026
1094364
Standardized the sounds for WAV due to Win10 Limitations.
Mar 4, 2026
91f7765
Update the documentation for V1.1.0
Mar 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions BuildNumber.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1976
3 changes: 1 addition & 2 deletions Migrations/20260129210247_V1.0.9.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

Expand Down
3 changes: 1 addition & 2 deletions Migrations/20260206180413_V1.0.10.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

Expand Down
157 changes: 157 additions & 0 deletions Migrations/20260228211854_V1.1.0.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

113 changes: 113 additions & 0 deletions Migrations/20260228211854_V1.1.0.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
using System;
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

namespace tailgrab.Migrations
{
/// <inheritdoc />
public partial class V110 : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "IsBOS",
table: "UserInfo");

migrationBuilder.RenameColumn(
name: "elapsedHours",
table: "UserInfo",
newName: "ElapsedMinutes");

migrationBuilder.RenameColumn(
name: "IsBOS",
table: "GroupInfo",
newName: "AlertType");

migrationBuilder.RenameColumn(
name: "IsBOS",
table: "AvatarInfo",
newName: "AlertType");

migrationBuilder.AddColumn<DateOnly>(
name: "DateJoined",
table: "UserInfo",
type: "TEXT",
nullable: false,
defaultValue: new DateOnly(1, 1, 1));

migrationBuilder.AddColumn<string>(
name: "LastProfileChecksum",
table: "UserInfo",
type: "TEXT",
nullable: true);

migrationBuilder.AddColumn<bool>(
name: "IsIgnored",
table: "ProfileEvaluation",
type: "INTEGER",
nullable: false,
defaultValue: false);

migrationBuilder.AddColumn<bool>(
name: "IsIgnored",
table: "ImageEvaluation",
type: "INTEGER",
nullable: false,
defaultValue: false);

migrationBuilder.AddColumn<string>(
name: "UserName",
table: "AvatarInfo",
type: "TEXT",
nullable: true);
}

/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "DateJoined",
table: "UserInfo");

migrationBuilder.DropColumn(
name: "LastProfileChecksum",
table: "UserInfo");

migrationBuilder.DropColumn(
name: "IsIgnored",
table: "ProfileEvaluation");

migrationBuilder.DropColumn(
name: "IsIgnored",
table: "ImageEvaluation");

migrationBuilder.DropColumn(
name: "UserName",
table: "AvatarInfo");

migrationBuilder.RenameColumn(
name: "ElapsedMinutes",
table: "UserInfo",
newName: "elapsedHours");

migrationBuilder.RenameColumn(
name: "AlertType",
table: "GroupInfo",
newName: "IsBOS");

migrationBuilder.RenameColumn(
name: "AlertType",
table: "AvatarInfo",
newName: "IsBOS");

migrationBuilder.AddColumn<int>(
name: "IsBOS",
table: "UserInfo",
type: "INTEGER",
nullable: false,
defaultValue: 0);
}
}
}
Loading
Loading