Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Added a landing page
-> Fresh theme for 2024
-> Fixed update checker
-> Bump cli to net8.0
-> Added a method to delete servers in database if they don't exist anymore in panel
-> Added a translation system
-> Added a confirmation for delete server
-> Optimized some code
-> Rewrote how the dash connects to the panel
-> Fixed some minor bugs
-> Added more things into readme
-> Now the dash has a default landing page theme
-> Bump the build script to 8.0
-> Bump composer packages to the latest version
-> Added a option to change the background picture in dash!
  • Loading branch information
NaysKutzu committed Jan 20, 2024
1 parent 8f9131b commit 7a61fda
Show file tree
Hide file tree
Showing 69 changed files with 9,457 additions and 358 deletions.
8 changes: 7 additions & 1 deletion .github/README.md
1 change: 1 addition & 0 deletions .gitignore
Binary file modified MythicalDash64
Binary file not shown.
Binary file modified MythicalDashARM32
Binary file not shown.
Binary file modified MythicalDashARM64
Binary file not shown.
3 changes: 1 addition & 2 deletions app/ErrorHandler.php
4 changes: 3 additions & 1 deletion app/Main.php
53 changes: 53 additions & 0 deletions app/Pterodactyl/Connection.php
45 changes: 45 additions & 0 deletions app/Pterodactyl/Server.php
2 changes: 1 addition & 1 deletion cli/MythicalDash.csproj
6 changes: 3 additions & 3 deletions cli/build.bash
3 changes: 2 additions & 1 deletion composer.json
531 changes: 530 additions & 1 deletion composer.lock
3 changes: 3 additions & 0 deletions include/main.php
95 changes: 95 additions & 0 deletions lang/en_US.php
1 change: 1 addition & 0 deletions migrate/51.sql
1 change: 1 addition & 0 deletions migrate/52.sql
1 change: 1 addition & 0 deletions migrate/53.sql
27 changes: 13 additions & 14 deletions public/assets/css/preloader.css
6 changes: 6 additions & 0 deletions public/landing/assets/bootstrap/css/bootstrap-grid.min.css
7 changes: 7 additions & 0 deletions public/landing/assets/bootstrap/css/bootstrap-reboot.min.css
6 changes: 6 additions & 0 deletions public/landing/assets/bootstrap/css/bootstrap.min.css
6 changes: 6 additions & 0 deletions public/landing/assets/bootstrap/js/bootstrap.bundle.min.js
265 changes: 265 additions & 0 deletions public/landing/assets/dropdown/css/style.css
7 changes: 7 additions & 0 deletions public/landing/assets/dropdown/js/navbar-dropdown.js
1 change: 1 addition & 0 deletions public/landing/assets/embla/embla.min.js
18 changes: 18 additions & 0 deletions public/landing/assets/embla/script.js
3,553 changes: 3,553 additions & 0 deletions public/landing/assets/mobirise/css/mbr-additional.css
15 changes: 15 additions & 0 deletions public/landing/assets/smoothscroll/smooth-scroll.js
934 changes: 934 additions & 0 deletions public/landing/assets/socicon/css/styles.css
Binary file added public/landing/assets/socicon/fonts/socicon.eot
Binary file not shown.
307 changes: 307 additions & 0 deletions public/landing/assets/socicon/fonts/socicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/landing/assets/socicon/fonts/socicon.ttf
Binary file not shown.
Binary file added public/landing/assets/socicon/fonts/socicon.woff
Binary file not shown.
Binary file not shown.
961 changes: 961 additions & 0 deletions public/landing/assets/theme/css/style.css
63 changes: 63 additions & 0 deletions public/landing/assets/theme/js/script.js
27 changes: 27 additions & 0 deletions public/landing/assets/web/assets/gdpr-plugin/gdpr-styles.css
477 changes: 477 additions & 0 deletions public/landing/assets/web/assets/mobirise-icons/mobirise-icons.css
Binary file not shown.
160 changes: 160 additions & 0 deletions public/landing/assets/web/assets/mobirise-icons/mobirise-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
498 changes: 498 additions & 0 deletions public/landing/assets/web/assets/mobirise-icons2/mobirise2.css
Binary file not shown.
167 changes: 167 additions & 0 deletions public/landing/assets/web/assets/mobirise-icons2/mobirise2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
68 changes: 68 additions & 0 deletions public/landing/assets/ytplayer/index.js
33 changes: 32 additions & 1 deletion routes/index.php
370 changes: 370 additions & 0 deletions templates/landing/index.html
3 changes: 3 additions & 0 deletions view/admin/settings/general.php
7 changes: 6 additions & 1 deletion view/admin/settings/main.php
14 changes: 7 additions & 7 deletions view/auth/discord.php
25 changes: 12 additions & 13 deletions view/auth/forgot-password.php
4 changes: 2 additions & 2 deletions view/auth/link/discord.php
45 changes: 22 additions & 23 deletions view/auth/login.php
2 changes: 1 addition & 1 deletion view/auth/logout.php
72 changes: 36 additions & 36 deletions view/auth/register.php
4 changes: 2 additions & 2 deletions view/blank.php
2 changes: 1 addition & 1 deletion view/components/footer.php
2 changes: 1 addition & 1 deletion view/components/sidebar.php
383 changes: 259 additions & 124 deletions view/dashboard.php
79 changes: 58 additions & 21 deletions view/help-center.php
62 changes: 44 additions & 18 deletions view/leaderboard.php
186 changes: 181 additions & 5 deletions view/requirements/head.php
6 changes: 6 additions & 0 deletions view/requirements/page.php
2 changes: 1 addition & 1 deletion view/server/create.php
184 changes: 107 additions & 77 deletions view/store.php

0 comments on commit 7a61fda

Please sign in to comment.