Commit graph

612 commits

Author SHA1 Message Date
purple
ed263d0c2a Improve extension page buttons. 2023-09-29 21:59:09 +02:00
purple
9fa4b9edc2 Remove pterodactyl.css.diff as it wasn't used anyways. 2023-09-29 21:34:55 +02:00
purple
72b73c50a2 Add "BuiltByBit" link to "Announcements" in extension list. 2023-09-29 21:32:50 +02:00
purple
0506ee76ea "blueprint -install example.blueprint" will no longer cause a "not found" error. 2023-09-29 17:19:27 +02:00
purple
150c3b6273 Add "arc.io integration" to the list of extensions. 2023-09-27 16:08:37 +02:00
purple
2c4005b6ea Add "PterodactylMarket" link to "Nebula" on the list of extensions. 2023-09-26 09:43:16 +02:00
purple
4c689dea0f Add BuiltByBit to the links of "Nebula". 2023-09-25 20:07:31 +02:00
purple
bba7ed9b66 Add "Nebula" to the list of extensions. 2023-09-25 18:21:30 +02:00
purple
57a9ae3d30 Metatags section is now called "head" instead. 2023-09-25 11:41:50 +02:00
purple
ae5873b8b8 Yield metatags section to allow extensions to add meta tags in the wrapper. 2023-09-25 11:40:54 +02:00
purple
ff88db53e7 Stop misplaced "YN" string from ruining everything 2023-09-24 16:45:02 +02:00
purple
9e681ace33 Silence rm output on -wipe 2023-09-24 16:40:32 +02:00
purple
8410d90bd5 Add URL to yarn in README.md 2023-09-24 16:00:59 +02:00
purple
c3a36ac6fe Link filesystems when installing and mute route:cache output. 2023-09-24 15:58:26 +02:00
purple
3b4b1d67da Fix -wipe not wiping hidden files. 2023-09-24 11:20:37 +02:00
purple
f14e148307 Add "onboarding modal" template. 2023-09-23 17:31:39 +02:00
purple
e35390f633 Add shortcuts for dev commands and add new -wipe command. 2023-09-23 17:14:04 +02:00
purple
5662c62b7b Fix "dashboard overlay" template. 2023-09-23 17:01:26 +02:00
purple
cdd2314092 Add "dashboard overlay" template. 2023-09-23 16:34:02 +02:00
purple
f6c3b98cd2 Add "theme" template. 2023-09-23 16:19:28 +02:00
purple
0f5706646e Fix bug regarding stacked -init answers and make templates work. 2023-09-23 16:07:49 +02:00
purple
b9cb4bc640 Create template file tree. 2023-09-23 15:46:10 +02:00
purple
9719547db9 Add template option to -init, doesn't do anything yet. 2023-09-23 15:36:32 +02:00
purple
47e1a25bf6 Add new asset: installWithBlueprintBanner 2023-09-21 21:40:57 +02:00
purple
b97f9d3023 Update fallback version to latest. 2023-09-19 20:10:00 +02:00
purple
c0954e9958 Add more telemetry messages. 2023-09-19 19:30:46 +02:00
purple
82093f2889 Add comment to database migration 2023-09-16 11:40:54 +02:00
purple
8b15d1577b Import BlueprintClientLibrary directly in the client wrapper instead of BaseController. 2023-09-13 21:31:19 +02:00
purple
7af4762d46 Update "updating route cache" message log and mute output. 2023-09-13 14:55:15 +02:00
purple
aef3f8bef1 Clear route cache every time after changing them. 2023-09-12 19:55:48 +02:00
purple
fdabfb2399 Fix dependency error caused by code formatting, 2023-09-11 16:32:55 +02:00
purple
4820111540 Make new missing dependencies log functional. 2023-09-11 16:29:38 +02:00
purple
7538050826 Test better "missing dependencies" layout. 2023-09-11 16:23:49 +02:00
purple
efc5bd6763 Remove Admin/BaseController.php as it's not needed anymore. 2023-09-11 16:06:22 +02:00
purple
720f6783ef Attempt at making $blueprint work correctly in admin layout. 2023-09-11 10:38:21 +02:00
purple
acc1a28400 Attempt some random method to import $blueprint to admin blade view without errors. 2023-09-11 10:19:05 +02:00
purple
08a7d5e541 Put dependency names between quotes for better readability. 2023-09-10 14:31:13 +02:00
purple
021d115578 Think about potentional ways to fix $blueprint in admin wrappers. 2023-09-07 22:11:58 +02:00
purple
09c2649936 Attempting hot glue fix for BlueprintExtensionLibrary in admin layouts 2023-09-07 21:17:27 +02:00
purple
00fd7975bf Attempt at making BlueprintExtensionLibrary usable on all admin views without overwriting all of their controllers. 2023-09-07 21:12:33 +02:00
purple
cbfb8f9ce1 Improve admin notification api by using Pterodactyl database instead of local files. 2023-09-07 20:51:45 +02:00
purple
d6b854c7ea Fine, I'll rename the legacy $blueprint back to "BlueprintExtensionLibrary" 2023-09-07 18:31:23 +02:00
purple
2b951c36eb Move backwards-compatible ExtensionLibrary back to Services/Helpers/ 2023-09-07 18:26:27 +02:00
purple
bffc7e02ba Reset terminal color after running custom extension installation script. 2023-09-07 18:22:41 +02:00
purple
55d7595ad4 Move legacy BlueprintExtensionLibrary to the BlueprintFramework app folder for backwards compatability 2023-09-07 18:06:43 +02:00
purple
465d7c32fc Fix wrong file path for BlueprintPlaceholderService. 2023-09-07 16:32:29 +02:00
purple
09f9c6fc68 Fix yet another incorrect class name. 2023-09-07 16:24:28 +02:00
purple
474a4f52ff Fix unedited class names for importing the BlueprintExtensionLibrary. 2023-09-07 16:21:27 +02:00
purple
942285cab3 Move all Blueprint libraries into a new "BlueprintFramework" folder in the app directory.
I also added a "legacy" extensionlibrary for backwards compatability for now.
2023-09-07 16:17:04 +02:00
purple
f422110247 Improve readability on some if statements and add new string validations for installing extensions. 2023-09-06 17:54:23 +02:00