Commit Graph

118 Commits

Author SHA1 Message Date
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
61754fcf65 Remove await using 2024-04-18 11:04:40 +02:00
bbf669f95b fix: deserialize strings 2024-04-17 08:17:23 +02:00
c5594b3460 chore: tidy up code 2024-04-16 08:16:25 +02:00
b390a9105f chore: update packages 2024-04-15 19:29:04 +02:00
f0eed705d7 feat: add minecraft cookie middleware 2024-04-15 10:53:21 +02:00
f1cc6cc128 feat: add trial mode configuration 2024-04-14 08:47:22 +02:00
08b698f099 Rename Subscription response to SubscriptionResponse 2024-03-18 11:07:04 +01:00
007132bab3 Remove redundant stuff 2024-03-17 20:44:46 +01:00
1377f7e5a1 feat: world leaving 2024-03-17 20:43:27 +01:00
540e43b5f5 feat: subscription field in worlds table 2024-03-17 16:10:58 +01:00
cf62e42743 feat: calcuate daysLeft in subscriptions 2024-03-17 01:36:23 +01:00
3723234096 feat: use timestamptz in subscriptions StartDate field 2024-03-16 00:16:08 +01:00
af348b885a Revert "feat: daysLeft calculation"
This reverts commit deabd84257.
2024-03-15 23:52:10 +01:00
deabd84257 feat: daysLeft calculation 2024-03-15 23:12:58 +01:00
89025e31b2 feat: default server address 2024-03-06 11:35:00 +01:00
fe6a66601d feat: dotenv 2024-03-03 14:15:39 +01:00
408578e098 feat: configuration 2024-03-02 00:40:56 +01:00
937e5aeb8c feat: news 2024-02-23 14:59:36 +01:00
8a82279ef2 Move worlds/v1/{wId}/join/pc under WorldsController.cs 2024-02-23 14:44:50 +01:00
3554314302 Move mco related controllers under McoController.cs 2024-02-23 14:41:03 +01:00
9f90a40aee Separate player entity from player request 2024-02-23 14:33:12 +01:00
c472eff002 Remove unused import 2024-02-23 13:22:01 +01:00
b154d803ae feat: ops 2024-02-23 13:21:22 +01:00
226a85e054 fix: removing players from world 2024-02-23 12:47:17 +01:00
2b1c55d030 fix: show include in world settings 2024-02-23 12:43:00 +01:00
0a9cb2d41c Move world players to a separate table 2024-02-21 19:02:52 +01:00
200c71cf95 fix: check if player doesn't have a world 2024-02-21 12:03:06 +01:00