Commit graph

42 commits

Author SHA1 Message Date
purple
b157a3bbe1 Switch to a different option structure in conf.yml
Current extensions will need to adapt to this better version of conf.yml. Older extensions won't work on this version and extensions created in older versions won't work on this one.
2023-06-11 20:58:20 +02:00
purple
7f8d756330 Fix typo in bash_colors.sh 2023-06-10 15:05:54 +02:00
purple
ce4b98310c Use hacky workaround for allowing the yellow log color to work. 2023-06-10 15:04:25 +02:00
purple
77717e54e4 Implement easier to read logs, improved upgrading and more.
- Logs are now easier to read with the new [INFO], [WARNING]. [FATAL] and [SUCCESS] tags.
- Improved upgrading with extra warnings, post-upgrade checks and more.
- bash_colors.sh now has the "YELLOW" color.
- Some log messages have been reworded and made easier to understand by humans.
- Fix multiple spelling mistakes and bugs.
2023-06-10 14:52:00 +02:00
purple
807d758a30 Add Branding icons to .storage/branding
This will allow users to use Blueprint's branding assets in full resolution. This contains the image description you may see on marketplaces, gallery description, "install with blueprint" badge similar to "find it on the app store" (with multiple versions), ultra-sleek powered by blueprint image, covers, banners and more.

This currently doesn't take up more than 3mb in total. Blueprint will also use this folder as a source for logo versions in the future.
2023-06-08 15:12:06 +02:00
purple
51fb0cbb63 Add new Redirect extension to the list of extensions. 2023-06-05 16:24:32 +02:00
purple
02f5ad76bb
Add "Redirect" over here as well 2023-06-02 21:55:58 +02:00
purple
1e6a915814
Fix problems with multiple line admin views. 2023-05-30 21:31:07 +02:00
purple
6924bec5d4
Default -init configuration had the wrong file path for icons 2023-05-30 11:44:21 +02:00
purple
932782bef6
Automatically remove .hello.txt file in .development 2023-05-30 11:27:02 +02:00
purple
398fabf4c6 Implement datafolder support for extentions generated with -init. 2023-05-21 14:27:38 +02:00
purple
72482f15f3 Add extensiondata folder 2023-05-21 14:23:05 +02:00
purple
656a1798c5
Update and rename extensions.txt to extensions.md 2023-05-21 14:15:30 +02:00
purple
ed42e16c89
Add list of Blueprint extensions 2023-05-21 14:14:55 +02:00
purple
456319064b Ask identifier and name for -init 2023-05-12 09:59:31 +02:00
purple
35f18107d6 Add initialize files for custom extensions. 2023-05-10 12:26:32 +02:00
purple
8c5ef3c048 "defaults" are now in .storage 2023-05-10 12:10:58 +02:00
purple
025d67e123
Missing semicolon 2023-05-09 20:37:25 +02:00
purple
2fffcd4859 "clr" is now "log"
Was getting a bit annoyed by log functions being called "clr_colorname" and not something that has to do with logging.
2023-05-09 18:16:28 +02:00
purple
43eabc97a6 tmp has been moved to .storage 2023-05-09 18:08:22 +02:00
purple
5b08dcd88a db.md is now located in the .storage folder. 2023-05-09 18:06:44 +02:00
purple
e4cca755b8 Databasing on blueprint.sh should work correctly on docker installations now. 2023-05-09 17:59:12 +02:00
purple
b4e5e76f83 All files normally placed in .flags will now be located in .storage. 2023-05-09 17:52:08 +02:00
purple
fa5e3759fc Implement notification api for BlueprintExtensionLibrary 2023-04-24 17:34:02 +02:00
purple
ae49cb40dd Pause plans for custom notifications and fix onboarding notify. 2023-04-23 21:23:15 +02:00
purple
d268c35f4d Implement notifications and back-end onboarding variables 2023-04-23 20:21:09 +02:00
purple
be3870c0f7 Start working on admin onboarding. 2023-04-23 17:24:23 +02:00
purple
b1e32ca8ae Switch to UNIX line breaks instead of DOS for not breaking linux. 2023-04-05 21:29:58 +02:00
Jack G
b48115ddcb Update blueprint.sh
Undid previous change since installer bug is still happening
2023-04-03 01:51:44 +01:00
Jack G
682377ac52 Fixing installer bug.
Fixing some bugs that caused the installer to not work
2023-04-03 01:21:34 +01:00
purple
41c97472c2 Default support for BlueprintExtensionLibrary 2023-03-26 18:18:37 +02:00
purple
0f95d98c37 Updates to extension installation
Extension logo's get imported correctly now, as well as extension buttons in the /admin/extensions page. Routes and view controllers get added automatically as well.
2023-03-26 17:24:30 +02:00
purple
468fade5e0 Routes now get applied
However, Blueprint cannot remove routes yet.
2023-03-26 15:35:47 +02:00
purple
7cfc913ece add a default view controller for extensions 2023-03-26 15:15:53 +02:00
purple
24c10943cb Added parse_yaml.sh
https://github.com/mrbaseman/parse_yaml
2023-03-22 10:47:20 +01:00
purple
7e32f2b4d6 added a placeholder file for the tmp folder 2023-03-22 10:21:11 +01:00
purple
19182be694 added description placeholder 2023-03-22 10:20:42 +01:00
purple
a89be2e7fe db is now a importable library 2023-03-19 21:00:37 +01:00
purple
83ce8ae142 Put db.md in the correct location now 2023-03-19 21:00:10 +01:00
purple
8b45797c67 Added bash_colors.sh for making bash coloring easier. 2023-03-19 20:59:41 +01:00
purple
d609e81fb8 Added admin.default 2023-03-19 20:19:25 +01:00
purple
e7b1e5fef4 Added db.md 2023-03-19 20:19:17 +01:00