Commit graph

130 commits

Author SHA1 Message Date
prplwtf
7eb9197f79 feat artisan: don't import libs you'll never even use 2024-03-07 17:03:15 +01:00
prplwtf
bbb8306d5f fix routes: wrong file path 2024-03-03 15:11:16 +01:00
prplwtf
13872c0386 feat core routes kernel: Add new routes options to allow for extending the Pterodactyl API and make routes work. 2024-03-03 14:44:00 +01:00
prplwtf
ef057cf8c1 feat stuff: push changes 2024-03-02 22:24:07 +01:00
prplwtf
9ba85067b6 feat core routes: custom extension routes should theoretically work now 2024-03-02 21:17:47 +01:00
prplwtf
124b169abb feat views: add tooltip or something 2024-03-02 15:30:28 +01:00
prplwtf
e0f1c72775 feat $blueprint: Add new "extension(identifier)" API which allows extensions to specifically check for another extension. 2024-02-27 22:34:10 +01:00
prplwtf
8621647ba4 feat core filesystems: Add new ExtensionFS feature which will create filesystems for each extension automatically. 2024-02-27 22:09:33 +01:00
prplwtf
efecf45fd6 feat core views: Implement new "views" extension API, create some additional files for future features and do some minor changes. 2024-02-27 17:32:09 +01:00
prplwtf
9b439160e3 feat artisan admin controller: Speed up the Blueprint admin page a little bit. 2024-02-16 16:05:42 +01:00
prplwtf
e2ff15e21c feat RouteServiceProvider: Register Blueprint's admin route file. 2024-02-15 17:56:06 +01:00
purple
0541317d65 feat ExtensionsController: Change 4-space to 2-space indentation in the extensions page controller. 2024-02-14 08:27:12 +01:00
purple
5bee53eebb feat(internal:placeholders): change internal placeholders 2024-01-01 18:09:05 +01:00
purple
207eba4e8c feat(domain-change): Replace most ptero.shop URLs with blueprint.zip 2023-11-28 18:31:26 +01:00
purple
65944c0945 feat(?): Redo extension structure on a bunch of files. 2023-11-08 16:01:39 +01:00
purple
598a5e18b4 feat(bpcontroller): Define BlueprintExtensionLibrary as $blueprint instead of $bplib. 2023-11-07 10:23:00 +01:00
purple
3a444c96b2 feat(bpview): make version tag red if version is outdated 2023-11-06 21:05:12 +01:00
purple
a0c0bc8ca7 feat(bpview): add outdated version warning 2023-11-06 13:29:40 +01:00
purple
8097ec517a feat(artisan, bpview, bpcontroller): Update formatting on bpview and add new artisan command. 2023-11-06 13:24:04 +01:00
purple
5b8124d5c5 fix(SyncCommand, BlueprintExtensionController): Fix sync and controller errors. 2023-11-01 15:24:00 +01:00
purple
82dbeb6153 fix(SyncCommand): Telemetry ID did not sync correctly. 2023-11-01 14:59:08 +01:00
purple
aa3668285c feat(core): Sync telemetry id and developer mode status through artisan command. 2023-11-01 14:51:42 +01:00
purple
2714934cef
fix(ClientLibrary): Switch back to shell_exec for fileRead for the time being. 2023-10-06 14:32:35 +02:00
purple
5d7e1b7e20
fix(AdminLibrary): Switch back to shell_exec for fileRead for the time being. 2023-10-06 14:31:49 +02:00
purple
08cdfb877e
fix(ClientLibrary): unknown file path 2023-10-05 22:11:57 +02:00
purple
1bc249c25e
fix(AdminLibrary): unknown file path 2023-10-05 22:11:30 +02:00
purple
2623ec8d04 fix(BlueprintClientLibrary, BlueprintAdminLibrary): Switch to built-in php function for file reading. 2023-10-03 21:56:13 +02:00
purple
8b15d1577b Import BlueprintClientLibrary directly in the client wrapper instead of BaseController. 2023-09-13 21:31:19 +02:00
purple
efc5bd6763 Remove Admin/BaseController.php as it's not needed anymore. 2023-09-11 16:06:22 +02:00
purple
021d115578 Think about potentional ways to fix $blueprint in admin wrappers. 2023-09-07 22:11:58 +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
55d7595ad4 Move legacy BlueprintExtensionLibrary to the BlueprintFramework app folder for backwards compatability 2023-09-07 18:06:43 +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
444df78718 Add fileMake and fileWipe to BlueprintExtensionLibrary 2023-09-03 15:45:54 +02:00
purple
93d56b5710 Make $blueprint accessible in admin wrappers. 2023-09-03 15:33:39 +02:00
purple
fe7ae61e6c Attempt at making $blueprint accessible in dashboard wrappers. 2023-09-03 14:53:36 +02:00
purple
ce46c8b6f5 Add yet even more comments and tell what a lot of things do.
Improves readability a ton, trust me.
2023-08-31 10:51:44 +02:00
purple
bc93e6d4c3 Add more comments and make code more readable. 2023-08-29 14:18:07 +02:00
purple
5a5154aeb9 Developer commands are now hidden when developer mode is not enabled. 2023-08-07 15:50:54 +02:00
purple
bb86229500 Add better support for panels installed in other locations. 2023-07-25 22:42:32 +02:00
purple
ecd0997113 dashboard_wrapper is now inserted outside of <head> and modify error text for users with a unfinished installation. 2023-07-20 11:46:42 +02:00
purple
087a129aef Remove developer:cmd from BlueprintExtensionController input validation.
developer:cmd has been removed in previous versions.
2023-07-17 13:48:15 +02:00
purple
4dc411503b Use config instead of exec in BlueprintExtensionController 2023-07-17 13:29:32 +02:00
purple
c3a007f7df
Start using new -config instead of -exec. 2023-07-16 20:28:38 +02:00
purple
254bf47d7b Add a semicolon at the end of the shell command ran by fileRead(path) 2023-07-12 13:43:58 +02:00