Commit Graph
9876 Commits
Author SHA1 Message Date
Jordan Brown 88b16e1323 Version bump to 4.6.1 2020-12-03 11:43:25 -05:00
Jordan Brown de7c3b31c7 Adds additional null checking
Likely fixes #1127
2020-12-03 11:41:59 -05:00
Jordan BrownandGitHub 34f2fe16af Merge pull request #1153 from tgstation/1064-ActualFileStreams
Replaces base64 file transfers with streaming
2020-12-03 00:26:47 -05:00
Jordan Brown bb0f2bc068 Additional testing 2020-12-03 00:02:33 -05:00
Jordan Brown d811011c5d Swagger fixups 2020-12-02 23:40:55 -05:00
Jordan Brown face7234b0 Merge branch 'dev' into 1064-ActualFileStreams 2020-12-02 22:09:15 -05:00
Jordan Brown 31aa6f5157 Merge branch 'master' into dev 2020-12-02 22:08:53 -05:00
Jordan Brown 7f5de5118b Fixes and tests for new transfer service 2020-12-02 22:07:26 -05:00
Jordan BrownandGitHub b5c21b1f39 Merge pull request #1158 from tgstation/Cyberboss-patch-1 [DMDeploy]
Forward container arguments to dotnet
dmapi-v5.2.9
2020-12-02 21:04:44 -05:00
Jordan BrownandGitHub 4516c6bd88 Update TgsContainerScriptVersion in Version.props 2020-12-02 20:11:19 -05:00
Jordan BrownandGitHub adf5d0c0c4 Forward container arguments to dotnet 2020-12-02 20:04:41 -05:00
Jordan BrownandGitHub b08f894854 Merge pull request #1156 from tgstation/MrStonedOne-patch-1
Don't tell people to use the port configured during the setup wizard during a step that happens before the setup wizard is ran.
2020-12-02 09:18:17 -05:00
Kyle Spier-SwensonandGitHub f78d1716d9 Don't tell people to use the port configured during the setup wizard during a step that happens before the setup wizard is ran. 2020-12-01 23:47:51 -08:00
Jordan BrownandGitHub 4a1ff243e5 Merge pull request #1155 from tgstation/FixDMAPIDocBlocks
Fix DMAPI doc comment indentation
2020-12-01 22:34:27 -05:00
Jordan BrownandGitHub 3c3a9bf6e4 Bump the timeout of a test 2020-12-01 21:43:33 -05:00
tgstation-server 1c991171b5 Merge branch 'master' into dev 2020-12-02 02:16:48 +00:00
Jordan BrownandGitHub 3ef2ed009d Merge branch 'master' into FixDMAPIDocBlocks 2020-12-01 21:16:06 -05:00
Jordan BrownandGitHub f83ad42daa Merge pull request #1154 from tgstation/FixLaunchRaceCondition
Fix the possibility of watchdog starting twice.
2020-12-01 21:15:57 -05:00
Jordan Brown 8dfc5feb05 Fix DMAPI doc comment indentation
Fuck everything about this
2020-12-01 21:08:19 -05:00
Jordan Brown 11c5a972c5 Fix the possibility of watchdog starting twice.
This can happen if the initial Status check in Launch passes and blocks on the lock before Status is set to Restoring. It needs to be checked again.
2020-12-01 20:45:38 -05:00
Jordan Brown a8f910692d Casually replaces base64 file transfers
- Now uses a proper streaming service
2020-11-25 23:25:53 -05:00
Jordan BrownandGitHub bc3d8d068a Merge pull request #1152 from tgstation/1080-Oauth
OAuth Support
2020-11-24 17:10:41 -05:00
Jordan Brown 749455ad51 Undo those shit migrations 2020-11-24 16:44:40 -05:00
Jordan Brown a513c22c23 Fix integration tests 2020-11-24 16:06:15 -05:00
Jordan Brown 59362b7a49 Minor cleanups 2020-11-24 13:36:31 -05:00
Jordan Brown 25b9668168 Add /tg/ forums OAuth 2020-11-24 13:14:10 -05:00
Jordan Brown 7e69eb7c4d Merge branch 'dev' of https://github.com/tgstation/tgstation-server into 1080-Oauth 2020-11-24 11:18:06 -05:00
Jordan Brown 3ba79307a8 Simplify oauth development flow 2020-11-24 11:17:55 -05:00
Jordan BrownandGitHub 9b3f555e59 Merge pull request #1151 from tgstation/PreflightStuff
Set Access-Control-Max-Age to 24 hours
2020-11-24 09:52:21 -05:00
Jordan Brown baec815743 Build fix 2020-11-23 17:04:38 -05:00
Jordan Brown e36548f342 Cleanups and the like 2020-11-23 16:02:13 -05:00
Jordan Brown 288d0db2c2 Adds Discord/generic OAuth among other things 2020-11-23 15:12:10 -05:00
Jordan Brown 03ebbde7d9 ODR rule cleanup 2020-11-23 12:20:43 -05:00
Jordan Brown c7ca0ddcce Set Access-Control-Max-Age to 24 hours 2020-11-23 11:48:23 -05:00
Jordan Brown 79700c7d0e Adds Oauth framework 2020-11-22 21:11:31 -05:00
Jordan Brown b6cab4e94b Set max_args in call to xargs
Hopefully fixes #1140
2020-11-08 22:34:19 -05:00
Jordan BrownandGitHub 51dc54a896 A lot of the time I feel like the best programmer in the world. A lot of the time I also feel like the most careless programmer in the world. 2020-11-08 19:56:53 -05:00
Jordan BrownandGitHub c0f9dbca75 Merge pull request #1148 from tgstation/CitAlwaysFindsTheGoodOnes
Fix large DreamMaker output blobs breaking embeds
2020-11-07 23:53:49 -05:00
Jordan Brown 1b5580b0ac Fix large DreamMaker output blobs breaking embeds
- Precheck the size of dreamMakerOutput before attempting to create the EmbedFieldBuilder
2020-11-07 21:17:45 -05:00
Jordan Brown 6532133f07 Actually debug the ReleaseNotes [TGSDeploy] tgstation-server-v4.6.0 2020-11-07 10:47:43 -05:00
Jordan Brown 886d372aba Fix ReleaseNotes again [TGSDeploy] 2020-11-07 08:47:40 -05:00
Jordan Brown ffc7c9d478 Fix release notes [TGSDeploy] 2020-11-07 00:06:54 -05:00
Jordan BrownandGitHub 59effd07fd Merge pull request #1146 from tgstation/dev [APIDeploy][NugetDeploy][DMDeploy][TGSDeploy]
v4.6.0
api-v7.4.0 dmapi-v5.2.8
2020-11-06 22:43:12 -05:00
Jordan Brown a32162d29c Version bump to 4.6.0 2020-11-06 20:25:37 -05:00
Jordan BrownandGitHub b710f2f4bb Merge pull request #1145 from tgstation/949-CustomDDParams
Custom DreamDaemon Parameters
2020-11-06 14:50:33 -05:00
Jordan Brown 61dd33fe78 Fix SQLite migration 2020-11-06 14:17:56 -05:00
Jordan Brown b1ca333c2b Fix a fatal flaw with the port allocator 2020-11-06 13:19:49 -05:00
Jordan Brown ad75600890 Custom DreamDaemon Parameters
Closes #949
2020-11-06 13:02:09 -05:00
Jordan Brown bf390840c5 Merge branch 'master' into dev 2020-11-06 02:56:48 -05:00
Jordan BrownandGitHub 6cef32c4ad Merge pull request #1144 from tgstation/MinorCleanups
Minor Improvements
2020-11-05 20:57:20 -05:00