17 Commits

Author SHA1 Message Date
Vari
62f0be4398 Added 1v4, 1v5 matchmaking timeout as a setting in the match configuration admin panel. 2025-07-10 01:04:46 +02:00
Vari
891b7fe7c5 Added an admin tool to set multipliers for XP gain and Currency gain. 2024-09-13 02:00:43 +02:00
Vari
dfbb8f34c0 Added new Admin Tool page to manage the different versions we need to control. These are:
- launcher version (updating launcher)
- game version
- content version (for catalog)
- catalog version

Also added checks that when the wrong content version you dont get a catalog until you update tha game. And added another check when queuing when using the wrong game version you dont get queued. (so that hunters on the wrong version cannot block the matchmaking)
2024-09-05 23:43:47 +02:00
Vari
c43642c754 Added Endpoint and admin tool page for setting a message for the launcher consisting of a message and an url.
Also added bruno request that i forgor.
2024-08-30 01:27:30 +02:00
Vari
a0e2e321cc Created a middleware for checking permissions in admin controllers, so I cannot forget to add permission checks.
Changed some descriptions of the admin tools for Miraak.

Aded some more Permissions and added a moderator role.
2024-08-11 16:34:59 +02:00
Vari
101688399f Added Report admin Tool with frontend to handle Player Reports. Similar to the Chat Message handling. 2024-07-28 21:50:59 +02:00
Vari
45cb45b8cc Added Admin UI for handling bad chat messages. 2024-07-27 18:25:02 +02:00
Vari
660c745d96 Fix expire_at always bing the current timestamp when mailing an inbox message with no expire Date 2024-07-11 22:07:11 +02:00
Vari
c9c8022b39 Some bugfixes + now added showing the deleted messages in the user inbox. 2024-07-09 01:43:59 +02:00
Vari
1093e11250 Hopefully finished Inbox Messages! 2024-07-07 23:24:48 +02:00
Vari
b975170b55 Almost Finished the inbox messages adminpage. Now the only thing missing is the creation of new messages and the mailer. 2024-07-02 23:45:02 +02:00
Vari
3ca095524a (Hopefully) Fixed some timezone stuff with the bans 2024-05-20 01:12:54 +02:00
Vari
91ac9b2138 Added UI to create/delete and edit bans. 2024-05-20 01:12:54 +02:00
Vari
404aeae539 Fixed form validation blocking the news delete in some cases. 2024-03-23 05:23:14 +01:00
Vari
2c93107bc6 Added Alpine.js to the project and implemented some enabled input dependencies to the gamenews admin page. 2024-03-23 05:23:14 +01:00
Vari
f51185172c Added 'Enabled' value to game news to enable and disable them individually.
Added Some error handling and Required some fields to gamenews.
2024-03-23 05:23:14 +01:00
Vari
e9294248af Finished Game news save form submit, also moved alerts into global app template. 2024-03-23 05:23:14 +01:00