Patrik Leifert
704f11945e
Merge branch 'dev' into feature-filemanager_history
2025-08-03 22:21:07 +02:00
Shaggy84675
d006695e25
Add file history to pak manager to better handle the patches
...
Signed-off-by: Shaggy84675 <admin@RainbowShaggy.com>
2025-08-03 21:59:31 +02:00
Vari
62f0be4398
Added 1v4, 1v5 matchmaking timeout as a setting in the match configuration admin panel.
2025-07-10 01:04:46 +02:00
RainbowShaggy
8eb0169b51
Fix uploading and downloading files
2024-11-17 13:30:56 +01:00
RainbowShaggy
a6e463d929
Add additional mod functionality
2024-11-17 13:30:56 +01:00
Miraak
baa001f333
Fixed the typo inn the LauncherMessageController
2024-11-17 13:30:45 +01:00
RainbowShaggy
d3476394ac
Add additional mod functionality
2024-11-04 23:32:56 +01: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
ee87b7e3c5
PAK Manager hotfix. Forgot to comment in some stuff and fixed file saving.
2024-08-16 00:30:35 +02:00
Vari
4287cdc0f6
Merge pull request #29 from Deathgarden-Rebirth/feature-PakManager
...
Admintool PAK manager
2024-08-16 00:06:34 +02:00
Vari
f8d1f3acdc
Small Finishing changes to the Pak manager admin tool.
...
Changed frontend to new frontend stuff and deleted old components.
Cleaned up some code in the file manager admin tool.
2024-08-16 00:01:06 +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
7b1735fc89
Added notification for unhandled Player Reports
2024-07-28 22:06:10 +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
b483513064
Added some more links to the chat messages list to easer go to the message users profile, inbox, bans etc.
2024-07-27 19:07:09 +02:00
Vari
45cb45b8cc
Added Admin UI for handling bad chat messages.
2024-07-27 18:25:02 +02:00
Vari
06248ffe26
Fix created_at and updated_at not being send when sending inbox messages because of the bulk insert.
2024-07-07 23:29:38 +02:00
Vari
1093e11250
Hopefully finished Inbox Messages!
2024-07-07 23:24:48 +02:00
Vari
e51cbce906
Fixed template and Js of the item-selector because it only worked if it was only one time on the page.
...
Added user-selector dropdown with data fetching from the backend.
Fix a null error in the inbox-message component.
2024-07-06 21:17:24 +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
a1cd7e3798
Added permission check to bans page to only allow it when the user has the EDIT_USERS permission.
2024-05-20 05:06:46 +02:00
Vari
4f865b4d2a
Tried fixing some more timezone stuff and ban status check for the admin UI
2024-05-20 04:42:37 +02:00
Vari
91ac9b2138
Added UI to create/delete and edit bans.
2024-05-20 01:12:54 +02:00
Vari
681464ae23
Small Hotifx, added missing permission checks for user list and details page.
2024-04-28 12:45:04 +02:00
Vari
e4b0574ef4
Added the ability to Reset Player data in the user details page.
2024-04-27 23:43:40 +02:00
Vari
661baeddb3
Added Success Notification when editing a user.
2024-04-25 23:47:34 +02:00
Vari
16a10132cc
Added Edit User endpoint and implemented it for the user details.
2024-04-25 23:39:30 +02:00
Vari
139c1f0b47
Started work on User Details admin page
2024-03-25 23:31:37 +01:00
Vari
b75113b0e0
Increased users per page
2024-03-24 21:03:20 +01:00
Vari
fca0d17443
Added User List admin tool
...
Also added the default laravel pagination to tailwind.config.js
2024-03-24 20:52:54 +01:00
Vari
9d1c3a935c
fixed some styling for the create news button
2024-03-23 05:23:14 +01:00
Vari
bb1749d49b
Added Delete button with confirmation modal to game news entry.
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
8cf29a2139
Added Create Gamenews button to gamenews tool page.
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
Vari
90fbc458db
Created some more input components and added all attributes to game news entry.
...
Also added Route and function for accepting post in GameNewsController
2024-03-23 05:23:14 +01:00
Vari
01b1fefc72
Started working on the Game news admin tool page, also setup some base components for input.
2024-03-23 05:23:14 +01:00
Vari
a9d6d00185
Created Admin frontend layout and created the first admin tools.
2024-03-17 00:09:09 +01:00
Vari
fceab708aa
Started working on Admin Dashboard, setup layout and the nav-bar
2024-03-16 04:31:11 +01:00