5 Commits

Author SHA1 Message Date
Vari
a5b2b59c59 Added 'Admin Login' Button to maintenance page.
Added 'Return to Homepage' Button to admin navbar.
2024-04-28 17:27:24 +02:00
Vari
e2342578e6 Added maintenance Mode which can be enabled by creating a file named .maintenance inside the storage/app directory.
When on, users get shown a maintenance page, except if you have the VIEW_MAINTENANCE permission. The admin area works either way and you get shown a small 'maintenance mode' watermark in the bottom right corner.
2024-04-28 16:41:01 +02:00
Vari
1360bb7d44 Added updateMetadataGroup:
- Moved initOrGetGroup and updateMetadataGroup into own MetadataController.php becauseits really big and cluttered the PlayerController.php

- Added Challenges and pciked challenges for the characters

- Added that when the game sends us an update for the Character metadata, it automatically creates unknown challenges in the database and sets the picked challenges for this characterData
2024-02-26 11:23:59 +01:00
Vari
43d584a5a9 Added command do fill your inventory with all items from the character configs. Also adjusted inventory table migration to place a unique index on the combined ids to stop duplicate associations. 2024-02-25 04:44:32 +01:00
Vari
e00f72b30f Finished the Integration of the InitOrGetGroupsEndpoint. Now we can save equipped items for a users character in the Database.
Init or get groups als initializes the Data when it doesn't exist.
2024-02-24 14:18:33 +01:00