| -rw-r--r-- | .dockerignore | 30L |
| -rw-r--r-- | .gitattributes | 63L |
| -rw-r--r-- | .github/workflows/dotnet.yml | 30L |
| -rw-r--r-- | .gitignore | 363L |
| -rw-r--r-- | Api/Api.csproj | 27L |
| -rw-r--r-- | Api/Api.http | 6L |
| -rw-r--r-- | Api/Controllers/MessageController.cs | 93L |
| -rw-r--r-- | Api/Controllers/UserController.cs | 105L |
| -rw-r--r-- | Api/Data/AppDbContext.cs | 12L |
| -rw-r--r-- | Api/Migrations/20240713180846_initial.Designer.cs | 87L |
| -rw-r--r-- | Api/Migrations/20240713180846_initial.cs | 63L |
| -rw-r--r-- | Api/Migrations/AppDbContextModelSnapshot.cs | 84L |
| -rw-r--r-- | Api/Models/Message.cs | 20L |
| -rw-r--r-- | Api/Models/User.cs | 18L |
| -rw-r--r-- | Api/Program.cs | 32L |
| -rw-r--r-- | Api/Properties/launchSettings.json | 41L |
| -rw-r--r-- | Api/appsettings.Development.json | 8L |
| -rw-r--r-- | Api/appsettings.json | 12L |
| -rw-r--r-- | Client/AddServerWindow.xaml | 31L |
| -rw-r--r-- | Client/AddServerWindow.xaml.cs | 28L |
| -rw-r--r-- | Client/App.xaml | 9L |
| -rw-r--r-- | Client/App.xaml.cs | 14L |
| -rw-r--r-- | Client/AssemblyInfo.cs | 10L |
| -rw-r--r-- | Client/Client.csproj | 19L |
| -rw-r--r-- | Client/MainWindow.xaml | 48L |
| -rw-r--r-- | Client/MainWindow.xaml.cs | 221L |
| -rw-r--r-- | Client/Utilities/ApiInterface.cs | 90L |
| -rw-r--r-- | Client/Utilities/SettingsInterface.cs | 57L |
| -rw-r--r-- | LICENSE.txt | 21L |
| -rw-r--r-- | README.md | 6L |
| -rw-r--r-- | Shared/Contracts/GetMessagesContract.cs | 17L |
| -rw-r--r-- | Shared/Contracts/GetUsersContract.cs | 15L |
| -rw-r--r-- | Shared/Contracts/MessageContract.cs | 7L |
| -rw-r--r-- | Shared/Contracts/NewUserContract.cs | 8L |
| -rw-r--r-- | Shared/Contracts/UserContract.cs | 6L |
| -rw-r--r-- | Shared/Endpoints.cs | 9L |
| -rw-r--r-- | Shared/Shared.projitems | 19L |
| -rw-r--r-- | Shared/Shared.shproj | 13L |
| -rw-r--r-- | SimpleMessagingService.sln | 38L |