diff options
author | Rory& <root@rory.gay> | 2024-05-30 08:22:50 +0000 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-05-30 08:22:50 +0000 |
commit | 0fa768556aca00f4346ccd71917fad048def6323 (patch) | |
tree | e6835af94759eac7814aa6d1c718d98d37dfc4a9 /Tests/LibMatrix.HomeserverEmulator | |
parent | Log warning if registering a duplicate type (diff) | |
download | LibMatrix-bak-dev/project-cleanup.tar.xz |
Move around some projects, further cleanup pending github/dev/project-cleanup dev/project-cleanup
Diffstat (limited to '')
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/.gitignore (renamed from Tests/LibMatrix.HomeserverEmulator/.gitignore) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/AuthController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/AuthController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/DirectoryController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/DirectoryController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/HEDebug/HEDebugController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/HEDebug/HEDebugController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/KeysController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/KeysController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Media/MediaController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Media/MediaController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomAccountDataController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomAccountDataController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomMembersController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomMembersController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomStateController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomStateController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomTimelineController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomTimelineController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomsController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Rooms/RoomsController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/SyncController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/SyncController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/ThirdParty/ThirdPartyController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/ThirdParty/ThirdPartyController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Users/AccountDataController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Users/AccountDataController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Users/FilterController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Users/FilterController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Users/ProfileController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Users/ProfileController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/Users/UserController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/Users/UserController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/VersionsController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/VersionsController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Controllers/WellKnownController.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Controllers/WellKnownController.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Extensions/EventExtensions.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Extensions/EventExtensions.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj (renamed from Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.http (renamed from Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.http) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Program.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Program.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Properties/launchSettings.json (renamed from Tests/LibMatrix.HomeserverEmulator/Properties/launchSettings.json) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Services/HSEConfiguration.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Services/HSEConfiguration.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Services/MediaStore.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Services/MediaStore.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Services/PaginationTokenResolverService.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Services/PaginationTokenResolverService.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Services/RoomStore.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Services/RoomStore.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Services/TokenService.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Services/TokenService.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/Services/UserStore.cs (renamed from Tests/LibMatrix.HomeserverEmulator/Services/UserStore.cs) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/appsettings.Development.json (renamed from Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json) | 0 | ||||
-rw-r--r-- | Utilities/LibMatrix.HomeserverEmulator/appsettings.json (renamed from Tests/LibMatrix.HomeserverEmulator/appsettings.json) | 0 |
33 files changed, 0 insertions, 0 deletions
diff --git a/Tests/LibMatrix.HomeserverEmulator/.gitignore b/Utilities/LibMatrix.HomeserverEmulator/.gitignore |