Minor notes

This commit is contained in:
Jordan Brown
2018-07-30 01:57:11 -04:00
parent 0d465e00ab
commit bfaa4b81d3
2 changed files with 12 additions and 10 deletions
@@ -15,7 +15,7 @@ namespace Tgstation.Server.Host.Controllers
/// <summary>
/// The <see cref="ModelController{TModel}"/> for <see cref="ConfigurationFile"/>s
/// </summary>
[Route("/Configuration")]
[Route("/" + nameof(Configuration))]
public sealed class ConfigurationController : ModelController<ConfigurationFile>
{
/// <summary>
+11 -9
View File
@@ -1,22 +1,24 @@
Watchdog performance counters
- Remember to catch PlatformNotSupportedException()
Event scripts
Repo synchronization
Repo controller
Install as network service instead of LocalSystem if win10 >= Creators update to allow for unprivileged symlinks
Nuspec stuff for api and client
Verify the byond cache folder location on linux
Map hosting address and certificate directly from configuration
Server updates. Use FOLDERS so dependencies can be properly packaged
-Fix this
ByondController
TgsAuthorize attribute |'ing doesn't work due to role names, change to params[]
OR use pow2 to go up and reverse tocode the enums
Don't throw arg null exceptions with null [FromBody]'s, apparently that's allowed, return bad request instead
Don't throw arg null exceptions with null [FromBody]'s, apparently that's allowed, return bad request instead
Test repo
Test byond
Test compile
Test watchdog
test configuration