mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Minor notes
This commit is contained in:
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user