Commit graph

713 commits

Author SHA1 Message Date
purple
eade87b7ae feat(core): Add flag "developerIgnoreInstallScript" to skip custom installation scripts when building extensions. 2023-10-16 20:20:25 +02:00
purple
19b776e87f feat(core): Pass some useful variables to custom install scripts when installing extensions. 2023-10-15 19:12:18 +02:00
purple
43d138c76c feat(core): Add "cross-env" to the dependency check. 2023-10-15 13:09:40 +02:00
purple
cddd8f38a0 feat(README): Make h3's in the "Installation" section plain text again. 2023-10-13 20:42:52 +02:00
purple
f756ba3d57 feat(README): Change formatting and add linebreaks between sections. 2023-10-13 20:41:30 +02:00
purple
aa9eb9a5cb feat(README): Add "teamblueprint/templates" to the related links section. 2023-10-13 20:33:26 +02:00
purple
f7e7e1fc0b fix(core): Fix trying to copy a nonexistent folder's content when initializing from templates. 2023-10-13 20:25:35 +02:00
purple
68cf3efc7e fix(core): Unknown template error when using -init caused by single quotes on string. 2023-10-13 20:20:45 +02:00
purple
5cba275cda fix(core): Stop wiping the tools/tmp directory when upgrading. 2023-10-13 20:18:20 +02:00
purple
9c270e0195 feat(core, templates): Download -init templates from GitHub repository instead of shipping them with Blueprint releases. 2023-10-13 20:13:35 +02:00
purple
df73512e1a fix(core): Ignore .gitkeep files when checking if a directory is empty instead of ignoring README.md 2023-10-13 19:43:33 +02:00
purple
4b836c33f7 feat(core): Use .gitkeep instead of README.md files. 2023-10-13 19:41:46 +02:00
purple
30c6b6cd4e fix(core): Update error for unknown template value in -init. 2023-10-13 19:33:42 +02:00
purple
c04d9e5f05
feat(README): Add "Pterodactyl" to the list of related links. 2023-10-12 15:52:53 +02:00
purple
10885a1ac8
feat(README): New "Related Links" section. 2023-10-12 15:46:46 +02:00
purple
626f7a3fd6 fix(core): Undo SC2003 as it was causing issues. 2023-10-11 16:52:01 +02:00
purple
42ef38a3bc fix(core): SC2003 2023-10-10 21:51:41 +02:00
purple
ef5326a906 fix(core): Fix incorrect colors for the "developer" section in "-help". 2023-10-10 21:45:39 +02:00
purple
d882aa3c51 fix(core): SC2129 on line 605 2023-10-10 21:40:54 +02:00
purple
a69be43709 fix(core): SC2236 2023-10-10 21:34:43 +02:00
purple
e462997aab fix(core): SC2162 2023-10-10 21:28:42 +02:00
purple
b7d16d3fde feat(core): Update fallback version to latest, 2023-10-10 21:27:41 +02:00
purple
dc66afc455 merge(main): https://github.com/teamblueprint/main.git 2023-10-10 20:36:34 +02:00
purple
9a693b571b fix(core): Updating extensions with public folders would remove all folders in public/extensions/. 2023-10-10 20:35:56 +02:00
purple
a7316a0a86
fix(readme): rename section "Contributions" to "Contributors" 2023-10-09 22:08:01 +02:00
purple
0e592de3af
Merge pull request #10 from Phedona/patch-2
Change recommended Node.JS version in documentation to 20 instead of 18.
2023-10-09 20:36:37 +02:00
Phedona
be74964897
Update README.md
changed the nodejs from 18.x to 20.x
2023-10-09 20:11:13 +02:00
purple
09d7e21fb1 feat(core): Update fallback version to latest. 2023-10-07 20:55:22 +02: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
35669e8ace
feat(README.md): add phedona to the list of contributors 2023-10-04 22:07:55 +02:00
purple
2ff6a397a1
feat(README.md): reword changes made in pr 2023-10-04 22:05:31 +02:00
purple
68fdc5005a
Merge pull request #8 from Phedona/main
feat(readme.md): Add additional instructions
2023-10-04 21:53:57 +02:00
Phedona
c042bc2592
Update README.md 2023-10-04 21:19:24 +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
e3e1612615 fix(blueprint.sh): Finally get route removal working in -remove. 2023-10-01 15:40:32 +02:00
purple
27727b8a97 feat(assets, blueprint.sh): Update defaultExtensionLogo1, defaultExtensionLogo2, defaultExtensionLogo3, defaultExtensionLogo4, defaultExtensionLogo5, defaultExtensionLogo6.
Add defaultExtensionLogo7, defaultExtensionLogo8, defaultExtensionLogo9.
Update icon rolling to allow for 9 placeholder icons instead of 6.
2023-10-01 15:13:54 +02:00
purple
bbf98659ea fix(blueprint.sh): Make sure that not all extension routes become comments. 2023-10-01 15:01:05 +02:00
purple
17ce287e0b fix(blueprint.sh): Description field in -init used [INFO] instead of [INPUT] 2023-10-01 14:55:17 +02:00
purple
51f860b4fe fix(blueprint.sh): Correctly remove routes when removing extensions. 2023-10-01 14:52:10 +02:00
purple
ee057495ac fix(blueprint.sh): Extension installation crashed when providing no icon. 2023-10-01 14:39:28 +02:00
purple
a1e42cf37a feat(blueprint.sh): Try new way of removing admin routes when uninstalling extensions. 2023-10-01 14:29:33 +02:00
purple
aa54ad9a2a feat(blueprint.sh): Improve readability and add comments. 2023-10-01 14:25:10 +02:00
purple
cf90ee9b55 Remove extension route removal for now. 2023-09-30 17:33:38 +02:00
purple
64ab445c54 Attempt at fixing route removal. 2023-09-30 16:33:59 +02:00
purple
da14d7c80f Improve extension website buttons and add transition animation to all buttons. 2023-09-30 14:31:34 +02:00
purple
ccab1c0bd1 Make Blueprint admin page responsive. 2023-09-30 14:07:04 +02:00
purple
71a23038fc Make extension button width dynamic and change it's background color. 2023-09-30 14:01:56 +02:00