purple
c34269aba0
Fix wrong variables for dashboard_wrapper and change placeholders in wrapper.blade.php
2023-07-13 21:27:05 +02:00
purple
6f8112dc1e
Fix typo on conf.yml backup
2023-07-13 21:15:13 +02:00
purple
6eade01be3
Readd automatic blueprint.sh recovery and add basic dashboard support for extensions.
2023-07-13 10:41:44 +02:00
purple
f6ceb10055
First steps at making client-side extension support.
2023-07-12 22:15:21 +02:00
purple
4c65acd300
Use /var/www/$FOLDER paths for placeholder removal.
2023-07-12 14:32:44 +02:00
purple
f17ff844a3
Do not clear tools/tmp folder, instead only remove README.md
2023-07-12 14:27:50 +02:00
purple
6cd4c2dcf5
Backup conf.yml after while installing extensions.
2023-07-12 14:18:43 +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
purple
f0598972e3
Add notifyNow("text") and fix error in comment.
2023-07-12 13:39:42 +02:00
purple
fb0e2b313f
Automatically clear tools/tmp folder upon installation.
2023-07-12 13:09:38 +02:00
purple
1c039a8c6f
Update database migrations
2023-07-12 11:12:09 +02:00
purple
75250168fa
Update README files.
2023-07-10 14:12:59 +02:00
purple
3afa256663
Add new assets.
2023-07-10 14:06:16 +02:00
purple
1e0848982b
Add additional comments to blueprint.sh
2023-07-09 07:47:40 +02:00
purple
4160d90b42
Fix mistake in README.md
2023-07-06 16:29:47 +02:00
purple
33cda8c48f
Use README.md folder placeholders instead of hello.txt or .hello.txt.
...
These files will be automatically removed upon installation.
2023-07-06 12:27:27 +02:00
purple
71d0b5e716
Remove -collect command.
2023-07-05 09:53:50 +02:00
purple
2f7f831e38
Remove "debug" and change how -collect works.
2023-07-04 14:28:19 +02:00
purple
77ba45b6e2
Add hidden "DEBUG" logs.
2023-07-04 14:19:48 +02:00
purple
f565de0b43
Remove automatic repair for now.
2023-07-04 13:38:13 +02:00
purple
7a6bd536e1
Add -collect command for debugging.
2023-07-04 13:35:02 +02:00
purple
3ff29872f3
Update some things related to logs.
...
Add new [INPUT] log type and collect all logs in a file for debugging.
2023-07-04 13:25:16 +02:00
purple
a681bd6a89
Add "contributions" to README.md
2023-07-04 11:36:20 +02:00
purple
421e5f12a8
Get Blueprint logo from assets when installing.
2023-07-04 10:37:31 +02:00
purple
7e1a3adfda
Update fallback version.
2023-07-03 16:32:57 +02:00
purple
78e34a529a
Fix -init input validation.
2023-07-03 14:46:49 +02:00
purple
45958856b1
Rewrite -init questions.
2023-07-03 14:42:01 +02:00
purple
5607082e31
Default controllers didn't generate correctly.
2023-07-03 13:48:09 +02:00
purple
e3ba909d39
Fix typo on controller.php
2023-07-03 13:06:57 +02:00
purple
b20a5fb438
Fix wrong button.blade.php path.
2023-07-03 12:48:40 +02:00
purple
52a65be67c
Prefix imported variables with "conf_".
...
This prevents overwriting Blueprint's variables, since that could be done before.
2023-07-02 20:58:59 +02:00
purple
29d4f5fa26
Remove deprecated "requests" option from init build files.
2023-07-02 20:57:01 +02:00
purple
4f0ae21059
Add security checks to conf.yml paths.
2023-07-02 14:42:30 +02:00
purple
654741fea3
Add .DS_Store to .gitignore
2023-07-01 17:56:19 +02:00
purple
f5ba7d61e2
Update fallback version to latest.
2023-06-30 13:47:06 +02:00
purple
96d19b5e6f
Extensions would not install correctly due to missing paths to defaults.
2023-06-29 20:32:00 +02:00
purple
9e9ae2f53d
-test will no longer respond and update fallback version
2023-06-28 21:31:22 +02:00
purple
fb7dfcf054
Remove developer terminal completely and more.
...
Make Blueprint more secure, restore blueprint.sh if upgrading fails, fix problems with the BlueprintAdminFormRequest resulting in errors.
2023-06-28 16:57:05 +02:00
purple
e6fa4895fe
Admin requests are now deprecated. Use them in your controller instead.
2023-06-28 15:48:44 +02:00
purple
8244cdda29
Change alphabet placeholders to __placeholder__ and more.
...
Add readFiles(path) to BlueprintExtensionLibrary.
2023-06-28 15:16:29 +02:00
purple
20df7aa031
Make sure -exec cannot do other things in blueprint.sh
...
and log a space if the command was a valid one
2023-06-27 21:49:11 +02:00
purple
46158e6079
Arguments parsed through shell are now checked by escapeshellarc($var).
...
Panel administrators will no longer have access to the shell. This includes the developer terminal turning into a Blueprint execute terminal. (something you'll probably never use anyways.)
2023-06-27 21:40:35 +02:00
purple
75907bd5df
Re-do the entire .blueprint folder structure.
...
Changing all documentation is going to suck lmao
2023-06-27 21:08:01 +02:00
purple
986c90988e
Update fallback version and improve extension flags.
2023-06-27 20:36:03 +02:00
purple
0a4f749868
Remove old Blueprint unicode logo from conf.yml default
2023-06-26 14:44:19 +02:00
purple
dadb4bbf58
-export is no longer experimental and add donation link to installer.
2023-06-26 14:42:31 +02:00
purple
727f31ab08
Add more comments to the installation script of blueprint.sh
2023-06-26 12:40:33 +02:00
purple
c00261fad7
Merge branch 'main' of https://github.com/teamblueprint/main
2023-06-24 10:56:23 +02:00
purple
898c15872b
Rewrite -export to make it work correctly.
...
First thing in the morning, rewrite the -export command.
It works now, I tested it before committing changes.
2023-06-24 10:55:21 +02:00
purple
c0c0244ede
Fix "zip" command not having correct arguments
...
Why so many commits one by one? I need to test them one by one as well. Even if this one doesn't work, I'm going to bed, see you tomorrow.
2023-06-23 22:04:52 +02:00