Commit graph

420 commits

Author SHA1 Message Date
purple
a1f5cd44c1
feat(core): update fallback version to latest 2023-11-12 19:56:29 +01:00
purple
91f812691b fix(lib-grabenv): Fix grabenv returning errors in some scenarios. 2023-11-08 17:34:32 +01:00
purple
5158f84727 fix(core): Fix multiple problems regarding new extension structure. 2023-11-08 16:51:32 +01:00
purple
65944c0945 feat(?): Redo extension structure on a bunch of files. 2023-11-08 16:01:39 +01:00
purple
4c41a84250 fix(core): Linking public folder didn't work correctly. 2023-11-08 15:25:41 +01:00
purple
ecf394aacd feat(private-directory): Move private directory to another folder. 2023-11-08 11:49:40 +01:00
purple
08694bca36 feat(public-directory): Symlink public/extensions to .blueprint/data/public when installing Blueprint. 2023-11-08 11:35:18 +01:00
purple
2dcbf8bb6e feat(core): Change website icon depending on extension website url 2023-11-08 11:22:47 +01:00
purple
3a444c96b2 feat(bpview): make version tag red if version is outdated 2023-11-06 21:05:12 +01:00
purple
ef6866446c feat(core): change code formatting on -info 2023-11-02 19:55:03 +01:00
purple
8d979ddc4f feat(core): Add new -info command that shows info about your Blueprint install, inspired by neofetch. 2023-11-02 19:14:06 +01:00
purple
9c41a5fbcb feat(core): Improve placeholder logs by grouping them. 2023-11-01 15:32:11 +01:00
purple
5b8124d5c5 fix(SyncCommand, BlueprintExtensionController): Fix sync and controller errors. 2023-11-01 15:24:00 +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
5261ccf36d feat(core): Use "lib-db" for checking developer mode. 2023-11-01 13:51:33 +01:00
purple
dca1cc741e feat(core, lib-grabenv): Add new grabenv commands and change name of "PanelUrl" command to "AppUrl" 2023-11-01 13:43:23 +01:00
purple
725a152818 feat(core): Make dependency error bold as it contains "child" logs. 2023-11-01 13:23:25 +01:00
purple
6b668d1a07 fix(core): Leftover folders inside of exposed exports directory. 2023-11-01 10:54:51 +01:00
purple
3c096f37b0 feat(core): exposed export url paths now have added randomness to them. 2023-11-01 10:54:10 +01:00
purple
b3f0009748 feat(lib-grabenv, core): transfer placepanelurl to grabenv 2023-10-31 17:30:13 +01:00
purple
1a3b1d9116 feat(core): Undo import libraries wildcard. 2023-10-31 15:38:29 +01:00
purple
1e0f6592b4 feat(core, libs): Use windcard on sourcing libraries and try to use environment variables for some vars. 2023-10-31 15:35:14 +01:00
purple
915b152b3d feat(core): mute rm for exposed extension exports 2023-10-31 12:00:49 +01:00
purple
ae3af6ba51 feat(core): Improve exposed extension exporting by reading panel url from .env. 2023-10-31 11:50:41 +01:00
purple
4ff3cf76ba feat(core): Add exposed extension exporting 2023-10-31 11:28:47 +01:00
purple
b2839caf71 fix(core): Attempt at fixing vague bug when cleaning up the old public folder when updating extensions. 2023-10-31 11:01:35 +01:00
purple
516fbdde24 fix(core): Fix string-encased wildcards and encase more strings inside of quotes. 2023-10-31 10:38:52 +01:00
purple
4d0e6a9e0e fix(core): uncomment url protocol correction and use correct variable names 2023-10-31 10:29:21 +01:00
purple
f3219c1449 feat(core): temporarily comment out url scheme correction for extension website urls 2023-10-31 10:21:57 +01:00
purple
2d3924b234 fix(core): Wrong website protocol correction on -install 2023-10-31 10:17:03 +01:00
purple
76f389f8e8 fix(core): Wrong colors on -help with developer mode disabled. 2023-10-30 15:49:29 +01:00
purple
4f2137d259 feat(core): Minor spacing changes to code. 2023-10-26 13:14:28 +02:00
purple
27227952ee feat(core): Place quotes around most (if not all) paths for -install 2023-10-26 13:09:31 +02:00
purple
8696b81d7c feat(core): Place quotes around paths for -remove 2023-10-26 13:05:04 +02:00
purple
553bad2d40 feat(core): Encase even more paths inside of quotes for -install 2023-10-26 13:01:33 +02:00
prplwtf
1b58f2a9fc feat(core): Add quotes outside of paths in a couple -install paths to see how this goes and to prevent further issues. 2023-10-25 22:28:52 +02:00
prplwtf
a62abf6baa fix(core): Remove placeholder optimization for now as it was causing issues on low-spec nodes. 2023-10-25 21:34:05 +02:00
prplwtf
764714ee34 fix(core): Files containing spaces were not handled correctly when installing extensions. 2023-10-25 21:17:28 +02:00
prplwtf
2b309f397b feat(core): Improve speed of placeholders in theory and fix sed syntax stuff. 2023-10-25 20:37:38 +02:00
prplwtf
1ee5eb1743 fix(core): Modify sed expression for fixing placeholder filenames. 2023-10-25 19:57:40 +02:00
prplwtf
d3eb09d1f8 fix(core): Another attempt at fixing problems regarding spaces with placeholders. 2023-10-25 19:50:37 +02:00
prplwtf
4862b99b7e fix(core): Attempt at fixing placeholder problems regarding spaces inside of file names. 2023-10-25 19:38:09 +02:00
prplwtf
af5793c62e feat(core): Check for grep and awk when checking dependencies. 2023-10-25 19:18:43 +02:00
prplwtf
916e817fa5 fix(core): No developer-mode gate for -wipe 2023-10-25 19:02:33 +02:00
prplwtf
b75e12de51 feat(core): Add more logs to -install. 2023-10-24 15:13:09 +02:00
prplwtf
4e98edddae feat(core): Encase some variables inside of braces. 2023-10-24 15:04:22 +02:00
prplwtf
ffff210495 feat(core): Encase some variables inside of braces. 2023-10-24 15:00:28 +02:00
prplwtf
58130b2bfd feat(core): -init now uses "[WARNING]" instead of "[FATAL]" for wrong inputs. 2023-10-24 14:53:17 +02:00
prplwtf
ad2bae8494 feat(core): h, -h and --h now trigger the help command as well. 2023-10-24 13:23:09 +02:00
prplwtf
aeea01caa7 feat(core): Add new "blueprintversion" placeholder, which, as the name suggests, gets replaced with the host's Blueprint version. 2023-10-24 13:13:46 +02:00