purple
00fd7975bf
Attempt at making BlueprintExtensionLibrary usable on all admin views without overwriting all of their controllers.
2023-09-07 21:12:33 +02:00
purple
cbfb8f9ce1
Improve admin notification api by using Pterodactyl database instead of local files.
2023-09-07 20:51:45 +02:00
purple
bc93e6d4c3
Add more comments and make code more readable.
2023-08-29 14:18:07 +02:00
purple
c9ebaaa882
Add comments to admin.blade.php to explain stuff
2023-08-29 14:02:11 +02:00
purple
9c4f33eea1
Make the cacheoverlay a class instead.
2023-08-11 22:22:06 +02:00
purple
30dda95fc1
Add new function that generates a random classname for the admin cache reminder overlay.
2023-08-11 21:39:46 +02:00
purple
aa71bfa937
Fix admin cache refresh reminder not showing.
2023-08-11 20:28:41 +02:00
purple
43af00b7c4
Improve cache reminder as I did not like it.
...
Pretty satisfied with this one, totally didn't take a couple hours out of my day.
CodePen: https://codepen.io/prplwtf/pen/ExOBQzw?editors=1100
2023-08-11 20:20:31 +02:00
purple
70ad38c890
Add an overlay that helps you with refreshing your cache.
2023-08-08 21:32:57 +02:00
purple
5a5154aeb9
Developer commands are now hidden when developer mode is not enabled.
2023-08-07 15:50:54 +02:00
purple
e25cf92924
Check if version is &bp.version&, if so, hide Blueprint from the extensions page.
2023-08-05 18:31:42 +02:00
purple
cd76e3a192
Move wrapper to below container.
2023-08-02 14:07:22 +02:00
purple
1d07c3a0a9
Dashboard css is now copied to resources/scripts/css
2023-08-02 13:46:05 +02:00
purple
0b8cfd9d77
Move client css to /resources/scripts
2023-07-28 18:24:22 +02:00
purple
84dee8772c
Add dashboard_css.
2023-07-28 14:04:46 +02:00
purple
bb86229500
Add better support for panels installed in other locations.
2023-07-25 22:42:32 +02:00
purple
8be073b935
Remove core.blade.php and add notification patches.
...
This is an attempt at making buttons behind notifications clickable after notifications disappear. Core.blade.php was unused so it's now removed.
2023-07-24 15:42:07 +02:00
purple
08c26c0191
Add dashboard_wrapper below content.
2023-07-23 18:35:37 +02:00
purple
75d4c94351
Attempt at making dashboard_wrapper useful
2023-07-23 18:27:09 +02:00
purple
865d71ec2e
Forgot to add -e to echo when adding the newline.
...
I'm also experimenting with making the wrapper work correctly.
2023-07-23 18:20:01 +02:00
purple
98dc6601fe
Add admin wrapper. Behaves similarly to dashboard wrapper.
2023-07-20 17:26:09 +02:00
purple
ecd0997113
dashboard_wrapper is now inserted outside of <head> and modify error text for users with a unfinished installation.
2023-07-20 11:46:42 +02:00
purple
c34269aba0
Fix wrong variables for dashboard_wrapper and change placeholders in wrapper.blade.php
2023-07-13 21:27:05 +02:00
purple
f6ceb10055
First steps at making client-side extension support.
2023-07-12 22:15:21 +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
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
ad7f5cd81e
Remove pulse.
2023-06-21 09:49:00 +02:00
purple
08dc69cc74
Add "Pulse" to the Blueprint admin page
2023-06-20 21:54:28 +02:00
purple
a52ec1a3c1
Fix indentation on VariableService and fix installation check.
...
Now the installation will be marked as installed after the installation script ends.
2023-06-20 18:08:25 +02:00
purple
1aec415db4
Fix indentation on PlaceholderService and make sure user has ran the installation script before using Blueprint.
2023-06-20 17:53:08 +02:00
purple
d6c5be6ef8
Fix globe not being aligned correctly in extension admin pages.
2023-06-19 21:37:10 +02:00
purple
7c6828a8cf
Add website button if extension added a website to info_website in conf.yml
2023-06-19 21:04:06 +02:00
purple
839b602b6c
Telemetry ID is now replaced with a Panel ID.
...
This ID contains a random string and the version of Blueprint and will be used for API calls and telemetry once that has been added.
2023-05-31 10:40:03 +02:00
purple
9c2ac5c3ea
Api endpoint setting is now readonly
...
This will stay readonly until the API is actually used for something.
2023-05-17 10:38:00 +02:00
purple
a8faf88aee
Patch some small things
2023-05-09 21:59:29 +02:00
purple
b5bbc75c74
Adjust BlueprintSettingsFormRequest.php for Telemetry
2023-05-09 21:48:28 +02:00
purple
8c938482a5
Fix small issues as a cry for help
2023-05-09 21:15:13 +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
f2cdfc9046
Fix notifications for custom folder Pterodactyl installations.
2023-05-06 16:31:31 +02:00
purple
a37d82185e
Remove basic user-side extension support until I'm happy with the result.
2023-04-28 14:44:23 +02:00
purple
6571ba47cd
Rename NavigationBar.tsx to NavigationBar.tsx.bak
2023-04-27 17:45:42 +02:00
purple
1530bd6e22
Start work on user-side extensions.
2023-04-27 17:42:03 +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
02aeefc253
Add developer console warning and /extensions/blueprint redirect
2023-04-19 10:40:13 +02:00
purple
6817e43905
Keep removing licensing systems
2023-04-17 13:48:45 +02:00
purple
ebfa1e8253
Start working on removing licensing
2023-04-17 13:15:47 +02:00
purple
b63c9951e0
Finish implementing telemetry
2023-04-11 21:54:57 +02:00