Commit Graph

83 Commits

Author SHA1 Message Date
c78a9d516e Created the TokenContext index.js 2024-02-15 00:54:12 +01:00
bfdfbaa984 Created the TokenContext.jsx 2024-02-15 00:54:09 +01:00
64e58f0616 Created the ServerContext index.js 2024-02-15 00:53:47 +01:00
2871cfd9c8 Created the ServerContext.jsx 2024-02-15 00:53:43 +01:00
80b9786d0f Removed the react.svg 2024-02-15 00:53:33 +01:00
bb00de6b2b Created the Sidebar index.js 2024-02-15 00:51:35 +01:00
4bdc709ceb Created the Sidebar.jsx 2024-02-15 00:51:31 +01:00
a326483173 Created the Header component index.js 2024-02-15 00:50:54 +01:00
2c1993c056 Created the Header.jsx component 2024-02-15 00:50:49 +01:00
1a868c7899 Created the Login state index.js 2024-02-15 00:50:38 +01:00
3df218a4e0 Created the Login.jsx state 2024-02-15 00:50:34 +01:00
dbb4e95417 Created the i18n.js 2024-02-15 00:50:23 +01:00
80ab127bf7 Removed old css files 2024-02-15 00:50:16 +01:00
ea7e245980 Updated the vite.config.js 2024-02-15 00:50:08 +01:00
02f07e6070 Created the package-lock.json & yarn.lock file 2024-02-15 00:49:57 +01:00
91941a1b22 Added all required dependencies to the package.json 2024-02-15 00:49:48 +01:00
8d4cdae2f7 Created the jsconfig.json 2024-02-15 00:49:35 +01:00
701bc38d64 Updated the index.html 2024-02-15 00:49:29 +01:00
bc37ea8808 Removed the vite.svg 2024-02-15 00:46:58 +01:00
b3a60acee2 Implemented the ProxyHandler into the MCDashWrapper.java 2024-02-15 00:46:53 +01:00
cf0a3cdb67 Added a temp hash to the SetupRoute.java 2024-02-15 00:46:40 +01:00
30e639e4cf Created the ProxyHandler.java 2024-02-15 00:46:03 +01:00
5ac1d4d7e7 Uploaded the software assets 2024-02-15 00:44:56 +01:00
602c68a727 Created the favicon.png asset 2024-02-15 00:44:49 +01:00
ba6c71c23b Created the favicon.ico asset 2024-02-15 00:44:46 +01:00
031aaf0fa1 Removed the upstream module 2024-02-15 00:44:23 +01:00
0a7c2ff15a Created the upstream link 2024-02-14 15:54:32 +01:00
882982234a Created the .gitmodules file 2024-02-14 15:53:45 +01:00
170c52f26f The SetupRoute.java now automatically creates the properties, server-icon.png & sets up the plugin 2024-02-14 14:53:47 +01:00
f379ec7df6 Implemented the motd, port & icon in the ServersRoute.java 2024-02-14 14:53:20 +01:00
449c5142a7 Integrated icon, motd & properties support for the Server.java entity 2024-02-14 14:53:08 +01:00
0ed7fdb2f8 Created the ServerProperties.java entity 2024-02-14 14:52:45 +01:00
c69e6fe55d Created the server-icon.png 2024-02-14 14:47:09 +01:00
10613fff9b Updated the ServerManager.java 2024-02-14 14:43:06 +01:00
6a65daa579 Fixed a bug in the SetupRoute.java 2024-02-14 14:13:58 +01:00
a5f8b72c9b Added ServerVersionManager#getInstallers 2024-02-14 14:13:47 +01:00
990454a220 Integrated the JavaVersionManager into the ServerManager.java 2024-02-14 14:13:38 +01:00
6ad5890dd1 Created the JavaVersionManager.java 2024-02-14 14:13:26 +01:00
ef6be8a364 Added the jarchivelib dependency to the pom.xml 2024-02-14 14:13:00 +01:00
5ab592a53b Created the SetupRoute.java 2024-02-14 00:51:47 +01:00
2efccce783 Renamed ServersRoute.java -> ListServersRoute.java 2024-02-14 00:51:08 +01:00
b9e0ead151 Updated the ServerConfiguration.java 2024-02-14 00:50:48 +01:00
ff01c76130 Added all installers to thr ServerVersionManager.java 2024-02-14 00:50:26 +01:00
85b8e19053 Added ServerManager#getVersionManager 2024-02-14 00:49:42 +01:00
324e6e9a37 Created the PaperInstaller.java 2024-02-14 00:49:17 +01:00
e8c3de213e Created the PurpurInstaller.java 2024-02-14 00:49:10 +01:00
548e79c50f Created the SpigotInstaller.java 2024-02-14 00:49:01 +01:00
7c80d11f38 Created the VersionInstaller.java 2024-02-14 00:48:51 +01:00
6e99e06f0c Created the ListServersRoute.java 2024-02-13 22:25:40 +01:00
075a0e7490 Added ResponseController#jsonArray 2024-02-13 22:25:25 +01:00