|
ece3d3825f
|
feat: world templates
|
2024-06-11 20:21:13 +02:00 |
|
|
a6b70a0686
|
feat: error handling in POST /worlds/{id} and POST /worlds/{wId}/slot/{sId}
|
2024-06-11 17:45:00 +02:00 |
|
|
26fa8813dd
|
feat: error class, world checking middleware
|
2024-06-10 14:22:26 +02:00 |
|
|
4a27cc028e
|
feat(server): docker engine check before launching in REALMS mode
|
2024-06-07 09:38:27 +02:00 |
|
|
caa0801765
|
Add a demo video
|
2024-06-05 13:29:18 +02:00 |
|
|
a4509ea4a3
|
Add README.md
|
2024-06-05 13:11:53 +02:00 |
|
|
cc5adcffa3
|
feat(panel): log stream stop funtion
|
2024-05-30 14:42:18 +02:00 |
|
|
1313f608ba
|
Remove unused using
|
2024-05-30 13:44:30 +02:00 |
|
|
10f547723c
|
feat(panel): re-fetch server after state change
|
2024-05-30 11:24:20 +02:00 |
|
|
82e3abd103
|
Revert last commit
|
2024-05-30 11:20:40 +02:00 |
|
|
0669c741b9
|
feat: send closed message if the server is closed
|
2024-05-30 11:01:42 +02:00 |
|
|
bf2d2ff641
|
fix(server): properly close/open server trough admin api
|
2024-05-30 09:52:33 +02:00 |
|
|
51251ee5a1
|
feat(panel): basic server control panel page
|
2024-05-29 21:19:32 +02:00 |
|
|
6ff9faf741
|
feat(server): docker container log stream
|
2024-05-29 18:34:13 +02:00 |
|
|
21635d53c2
|
feat: get a single world from admin api
|
2024-05-28 11:59:23 +02:00 |
|
|
054b816652
|
fix: wrong type
|
2024-05-28 11:51:54 +02:00 |
|
|
b91b1dbe6a
|
feat: admin panel
|
2024-05-28 11:48:10 +02:00 |
|
|
820d48b912
|
feat: admin api
|
2024-05-28 07:54:25 +02:00 |
|
|
28e842b286
|
feat(realms): StopServer function
|
2024-05-27 09:54:19 +02:00 |
|
|
7268cd0da7
|
feat: pass world to docker helper class
|
2024-05-27 09:48:36 +02:00 |
|
|
69fe834c6d
|
fix: rewrite options
|
2024-05-26 10:27:05 +02:00 |
|
|
8e51111564
|
feat(realms): docker helper
|
2024-05-25 19:58:05 +02:00 |
|
|
ab237667a3
|
feat(realms): check for active subscription
|
2024-05-25 18:33:52 +02:00 |
|
|
83b2f0543d
|
feat: realms mode
|
2024-05-25 16:08:33 +02:00 |
|
|
fc584f8d74
|
fix: Any -> OptionalPatch
|
2024-05-25 06:48:52 +02:00 |
|
|
aef37f94c0
|
fix: load worlds when there's no patch number
|
2024-05-24 09:05:20 +02:00 |
|
|
4804c582de
|
style: remove .Controllers from modes namespace
|
2024-05-24 07:55:59 +02:00 |
|
|
24cb563cd0
|
fix: middlewares
|
2024-05-24 07:46:18 +02:00 |
|
|
7296067e21
|
fix: world creation
|
2024-05-24 07:03:15 +02:00 |
|
|
c9471f66c6
|
fix: SettingsEnum casing
|
2024-05-23 21:53:05 +02:00 |
|
|
412e842905
|
remove useless function
|
2024-05-23 21:45:12 +02:00 |
|
|
5a39a7d471
|
fix: remove additional r
|
2024-05-23 18:23:31 +02:00 |
|
|
d30a2ff408
|
feat: server work modes
|
2024-05-23 18:21:09 +02:00 |
|
|
e7d3319b33
|
chore: update packages
|
2024-05-23 16:10:23 +02:00 |
|
|
25c98d1687
|
feat: automatic configuration checking
|
2024-05-23 14:19:49 +02:00 |
|
|
62864d58e1
|
feat: enums
|
2024-05-23 12:58:02 +02:00 |
|
|
e05a82d4bc
|
feat: config helper
|
2024-05-22 18:05:58 +02:00 |
|
|
3a951beeb3
|
fix: id -> wId
|
2024-05-22 07:45:33 +02:00 |
|
|
029b7230f5
|
feat: check realm owner
|
2024-05-21 22:11:00 +02:00 |
|
|
5115c608d7
|
fix: slot compatibility
|
2024-05-21 12:41:32 +02:00 |
|
|
4546e84d8d
|
chore: remove unused using
|
2024-05-21 11:47:39 +02:00 |
|
|
faf8948b22
|
feat: slot creating
|
2024-05-21 10:54:14 +02:00 |
|
|
7b88bdb80e
|
fix: slot name can be empty
|
2024-05-21 10:35:32 +02:00 |
|
|
ffed3a8b4a
|
feat: slot settings
|
2024-05-21 10:28:49 +02:00 |
|
|
91b62581c9
|
feat: expired realm deleting
|
2024-05-20 22:40:05 +02:00 |
|
|
3e9b6a55de
|
fix: use Any instead of FirstOrDefault
|
2024-05-20 21:53:13 +02:00 |
|
|
accaab7ae5
|
Remove unused using
|
2024-05-20 21:41:26 +02:00 |
|
|
9a6a19ff1b
|
chore: move .gitignore content outside the source folder
|
2024-05-20 07:35:53 +02:00 |
|
|
e5482aef48
|
fix: game version checking
|
2024-04-26 18:08:16 +02:00 |
|
|
38d29cd888
|
feat: world compatibility and version fields
|
2024-04-21 13:31:18 +02:00 |
|