Commit graph

203 commits

Author SHA1 Message Date
bf9a9a5fae Update app/Http/Kernel.php 2024-11-03 04:31:00 -05:00
4418b358c6 Update app/Http/Controllers/Admin/Extensions/Blueprint/BlueprintExtensionController.php 2024-11-03 04:30:31 -05:00
6842546602 Update app/Console/Kernel.php 2024-11-03 04:29:43 -05:00
5202acba56 find . -type f -exec sed -i 's/Pterodactyl/App/g' {} + 2024-11-03 04:20:53 -05:00
fc219e9908 Update app/Providers/Blueprint/RouteServiceProvider.php 2024-11-03 04:18:13 -05:00
450dae6bd0 Update app/Transformers/Api/Client/ServerTransformer.php 2024-11-03 04:15:55 -05:00
c35257e4c1 Update app/Services/Helpers/BlueprintExtensionLibrary.php 2024-11-03 04:14:24 -05:00
1a0be9b68e Update app/Providers/AppServiceProvider.php 2024-11-03 04:13:53 -05:00
e840ecb915 Update app/Http/Controllers/Admin/Extensions/Blueprint/BlueprintExtensionController.php 2024-11-03 04:10:51 -05:00
391a7e6ebb Update app/Http/Controllers/Admin/ExtensionsController.php 2024-11-03 04:10:22 -05:00
84685d8cc2 Update app/Http/Kernel.php 2024-11-03 04:09:59 -05:00
34a793a4bc Update app/Console/Commands/BlueprintFramework/SyncCommand.php 2024-11-03 02:20:33 -05:00
13f79d538d Update app/Console/Commands/BlueprintFramework/LatestCommand.php 2024-11-03 02:19:55 -05:00
204742a911 Update app/Console/Commands/BlueprintFramework/CacheCommand.php 2024-11-03 02:19:26 -05:00
83bb75f3be Update app/Console/Kernel.php 2024-11-03 02:18:17 -05:00
Emma
fcb7d45324
deprecate LegacyLibrary: Legacy version of BlueprintExtensionLibrary is being phased out 2024-10-15 13:50:35 +02:00
Emma
99c97653b4
feat: add docblock head to consolelibrary 2024-10-15 13:43:02 +02:00
Emma
02d4884f79
feat: add docblock head to clientlibrary 2024-10-15 13:42:25 +02:00
Emma
a75c16e2de
feat: add docblock head to adminlibrary 2024-10-15 13:41:41 +02:00
Emma
7a6406cd79
feat: improve dbGet in consolelibrary 2024-10-15 13:35:23 +02:00
Emma
c81d2dac19
feat: improve dbGet in clientlibrary 2024-10-15 13:35:02 +02:00
Emma
f7075f8dd5
feat: improve dbGet in adminlibrary 2024-10-15 13:34:33 +02:00
prplwtf
dac362dad5 feat BlueprintAdminLibrary, BlueprintClientLibrary, BlueprintConsoleLibrary: rewrite fileRead() to no longer use shell commands caused by tech-debt 2024-09-08 20:16:56 +02:00
prplwtf
b1fe15a628 feat BlueprintAdminLibrary, BlueprintConsoleLibrary, BlueprintClientLibrary: Rewrite fileWipe($path) to use php instead of shell commands due to tech-debt 2024-09-08 20:12:31 +02:00
prplwtf
26971cc681 feat BlueprintAdminLibrary, BlueprintClientLibrary, BlueprintConsoleLibrary: Update fileMake documentation and return void 2024-09-08 20:08:08 +02:00
prplwtf
69d4d7dbc6 feat BlueprintConsoleLibrary: add extensionList() 2024-09-08 20:06:23 +02:00
prplwtf
be4d671e7b feat BlueprintClientLibrary: add extensionList() 2024-09-08 20:05:22 +02:00
prplwtf
a0c3530858 feat BlueprintAdminLibrary: remove useless if statement 2024-09-08 20:04:35 +02:00
prplwtf
0b91640657 feat BlueprintAdminLibrary: add extensionList() function 2024-09-08 20:04:19 +02:00
prplwtf
8329d9747f feat LatestCommand: update description 2024-08-30 18:15:41 +02:00
prplwtf
42b62d4306 feat SyncCommand: update description 2024-08-30 18:15:04 +02:00
prplwtf
fcaa4913f7 feat CacheCommand: add artisan command to flush stylesheet and scripts cache 2024-08-19 12:28:40 +02:00
prplwtf
888c896c59 fix SyncCommand: use BlueprintConsoleLibrary instead of BlueprintAdminLibrary 2024-08-19 12:26:09 +02:00
prplwtf
49e30f2602 feat AdminLibrary, ClientLibrary: add new importScript and importStylesheet apis 2024-08-19 12:19:40 +02:00
prplwtf
bba328c58b feat ExtensionLibrary: delete BlueprintExtensionLibrary.php 2024-07-16 15:20:59 +02:00
prplwtf
10b6c0ab5f feat ExtensionLibrary: create BlueprintExtensionLibrary.php 2024-07-16 15:19:41 +02:00
prplwtf
27031c9264 fix core BlueprintExtensionController: Update fallback version, fix some stuff, and do some more stuff.
Co-authored-by: Robert Jansen <0x7d8@users.noreply.github.com>
2024-06-22 21:25:29 +02:00
Ivy
bef45424d3
Merge pull request #45 from BlueprintFramework/console-api
Add Artisan and Schedule support through the new Blueprint Console API.
2024-06-22 16:30:51 +02:00
Victor B.
5417a1e837
fix libraries: don't make use of shell commands for fileMake 2024-06-22 16:30:00 +02:00
Ivy
b126300d59
fix BlueprintConsoleLibrary: don't make use of shell commands
Co-authored-by: Victor B. <contact@itsvic.dev>
2024-06-22 16:27:35 +02:00
prplwtf
9d6b432f99 feat core: Make schedules (and artisan) work WOOOOOOO
Co-authored-by: Victor B. <contact@itsvic.dev>
2024-06-22 16:17:45 +02:00
prplwtf
2def33c9d7 feat core lib app build: Prepare schedules support 2024-06-22 14:38:49 +02:00
Victor B.
b956f2fb7c
fix core: no longer override config/app.php
closes #39
2024-06-22 13:49:17 +02:00
prplwtf
c2d0864e31 feat ExtensionLibrary: Create new BlueprintConsoleLibrary 2024-06-22 12:54:34 +02:00
Victor B.
7b731e93c6
feat core: KernelExtensions class for ivy 2024-06-22 00:45:16 +02:00
Victor B.
12fcfa6563
chore: don't use ::f placeholders 2024-06-11 22:26:48 +02:00
prplwtf
30fc65da35 feat core artisan: admit defeat on dynamic imports for now 2024-05-15 13:16:53 +02:00
prplwtf
1afa732a6c feat ExtensionCommandService: Add debug lines and attempt to handle symlinks correctly. 2024-05-15 11:05:56 +02:00
prplwtf
6b4120d03b feat ExtensionCommandServiceProvider: prefix extension artisan commands with "ext:identifier:" 2024-05-15 10:58:59 +02:00
prplwtf
dee2a2f1f1 fix ExtensionCommandServiceProvider: incorrect namespace whoops 2024-05-14 23:20:35 +02:00