Commit graph

1496 commits

Author SHA1 Message Date
Ahwx
2f27b54d57
Merge pull request #38 from wdhdev/patch-1
chore: fix typo
2024-05-30 14:06:29 +02:00
William Harrison
2e83c882f5
chore: fix typo 2024-05-30 17:01:56 +08:00
Ivy
46ebd792b7
feat core: remove a comment 2024-05-27 23:57:39 +02:00
purple
3604634d59 feat core: add choice for putting application up or down 2024-05-24 11:54:03 +02:00
purple
73df62ecf2
feat readme: update sponsors list 2024-05-22 08:43:48 +02:00
purple
57c60c0b09
feat core: add some comments detailing what could be improved 2024-05-21 11:12:07 +02:00
purple
877c6bf105
feat core: tidy up code a bit 2024-05-21 11:09:39 +02:00
purple
55080b8ecf
feat .shellcheckrc: add linebreak 2024-05-21 11:08:09 +02:00
purple
0d30086f11 feat assets: Add new marketing material 2024-05-16 18:08:02 +02:00
prplwtf
06b9406626 feat core: add developerEscalateExportScript flag 2024-05-15 20:07:18 +02:00
prplwtf
e9de0de151 fix core: -export scripts weren't being ran in the correct folder 2024-05-15 19:51:09 +02:00
prplwtf
d78a0ce924 fix core: scripts are still iffy 2024-05-15 19:50:05 +02:00
prplwtf
f4761a2bb6 fix core: install/remove/export scripts weren't ran in the webserver directory 2024-05-15 19:46:37 +02:00
prplwtf
9726ab8581 feat core: export script did not run 2024-05-15 18:33:27 +02:00
prplwtf
b8dbb6bd87 fix core: Install/remove/export scripts didn't define a shell. 2024-05-15 14:51:42 +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
6730116228 feat app.php: Move Blueprint service providers above application service providers. 2024-05-15 11:03:01 +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
prplwtf
9bf7e77e1b feat artisan: dynamically load in (and prefix) extension artisan commands #35 2024-05-14 23:03:01 +02:00
prplwtf
9d5600f1f0 feat admin: Remove commented-out css 2024-05-14 22:00:20 +02:00
purple
f6211fc736 feat core readme .github resources: Update Blueprint repo link/name 2024-05-11 19:48:55 +02:00
purple
5ae2257f04 feat core Console: add artisan extension api 2024-05-11 16:40:24 +02:00
purple
7ff4f20bdf revert ce470498de87d636575438298f5038d4cf6ac6bb: misread code
This reverts commit ce470498de.
2024-05-11 16:27:40 +02:00
purple
ce470498de fix core: -install did not place router file in certain conditions (did not match documentation) 2024-05-11 16:26:00 +02:00
purple
2b7f459ef7 fix core: -remove didn't remove laravel routes when using the conf.yml option without suboptions 2024-05-11 16:17:55 +02:00
purple
75959f6ec8 revert "fix readme: rename BlueprintFramework/main to BlueprintFramework/framework"
This reverts commit 50e2768d58.
2024-05-11 16:05:16 +02:00
purple
50e2768d58
fix readme: rename BlueprintFramework/main to BlueprintFramework/framework 2024-05-11 16:02:09 +02:00
purple
3a4a4b7182
feat readme: update README.md 2024-05-09 00:38:29 +02:00
purple
1164c5ffc4
feat readme: Update README.md 2024-05-09 00:37:37 +02:00
purple
4c75887dcc feat core: Run extension-provided scripts under webserver user.
Co-authored-by: itsvic-dev <contact@itsvic.dev>
2024-05-06 16:43:16 +02:00
purple
40a6992ccb fix core: -remove should also tolerate "&" chars 2024-05-05 17:25:09 +02:00
purple
f58401c175
Merge pull request #34 from 0xRR2/main 2024-05-05 08:02:41 +02:00
Gasuge
255d6bce40 change component name ConsoleCommandRow to CommandRow 2024-05-05 03:19:16 +02:00
Gasuge
c0a179241a change component name SendCommand to ConsoleCommandRow 2024-05-05 03:16:41 +02:00
Gasuge
76b8f5c2b5 rename AdditionalConsole to SendCommand 2024-05-05 03:02:30 +02:00
Gasuge
e2b6f81326 fix AdditionalConsole position 2024-05-05 02:12:06 +02:00
Gasuge
0fcebb7b57 finish console component 2024-05-05 01:58:29 +02:00
Gasuge
467eba693d proto console add component location 2024-05-05 01:38:34 +02:00
purple
5c3ff8fa91 fix core: Escape & characters in info fields and don't allow backslashes in file paths. 2024-05-04 17:03:02 +02:00
purple
bca7750fda feat admin: make extension version on extensions page have lower opacity 2024-05-04 14:13:39 +02:00
purple
2a34b329fb feat admin: try stuff 2024-05-03 12:27:08 +02:00
purple
9b20b760c7 feat admin: make blurred extension icon fancier 2024-05-03 12:06:32 +02:00
purple
5fadfeaf79 fix admin: weird ui bugs due to some css rules 2024-05-03 11:59:02 +02:00
purple
1b0c1c045a feat admin: Actually start working on making extension buttons look good. 2024-05-03 11:52:12 +02:00
purple
5b3415c010 feat core: Remove docker unsupported warning 2024-05-03 11:32:37 +02:00
purple
5410038a15 oops core: Only check for node version once 2024-05-03 11:30:44 +02:00
purple
0bfe3c54b6 chore core: Add Node.JS 22 to supported versions. 2024-05-03 11:01:15 +02:00
purple
f6affb02e7 feat admin: stop making horrible ui choices 2024-05-01 16:41:50 +02:00