forked from Lan2Play/eventula-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
currentchangelog
31 lines (29 loc) · 1.69 KB
/
currentchangelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-Added Multilanguage support on a per site bases
-Added Translation to german
-Added Gameserver Management per game (includes a management/Rcon feature and a api for the CS:go tournament plugin Get5)
--Added a gamecommandhandler and moved the source rcon connections in there + added Trackmania nations rcon handler
--Added an api so the gameservers can report the current match stats and the end of the match (currently only get5)
--built a sourcemod plugin for this api (https://github.com/Lan2Play/get5_eventula_apistats)
--Added ability to enable or disable gameserver
-Added Gameserver association to a Match
-Added A Free Payment controller for free Tickets
-Added EU cookie consent Popup
-Added a Imprint / Dataprotection page
-Added tournament rules
-Added usage of fontawsome for the social media providers
-Added Env vars for a https usage behind a reverse proxy
-Upgrade to Laravel 8.0, node 14 and Laravel-mix
-Upgrade to Bootstrap 4
-Added full dark theme support
-Added Public gameserver view
-Added Edit features in a ongoing tournament
-Added possibility to put all kinds of Files (not only pictures) in the Gallery
-Added Docker timezone customisation
-Added a Help section where categorys can be associated with an event with file upload
-Added the Matchmaking feature (single match and can be started from either the backend or global in the frontend for registered users or only on event live pages)
-Added ability to add emails to steam users (configurable per admin menu)
-Added mail verification on mail change
-Added fileupload to help entrys
-Added a Newsletter/Email feature with Management of different templates
-improved loading speed of images and js and css
-lots of small fixes and improvements