Commit graph

960 commits

Author SHA1 Message Date
prplwtf
e5d7ee7926 fix core: Fix error caused by sed regex. 2024-01-30 19:56:22 +01:00
prplwtf
b17cb237af feat core build-files: Switch to one ImportConstructor instead of having two 2024-01-30 18:59:08 +01:00
prplwtf
47e2d4d0d4 feat core: Echo all output after generating route files for testing 2024-01-30 18:41:48 +01:00
prplwtf
e0d1ba2f5e feat core build-files: Rethink automatic placement a bit and try to make it work a bit. 2024-01-30 18:04:12 +01:00
prplwtf
ebd8794a5b feat readme: Update contributor list as someone changed their username. 2024-01-30 15:15:04 +01:00
prplwtf
d3fc7dc4c8 feat core resources build-files: Create the server navigation router, change minor things in blade wrappers and start working on inserting routes in core. 2024-01-30 15:13:17 +01:00
prplwtf
71a331f280 fix core: Relive the "sourcesourcesource" problem all over again. 2024-01-30 13:45:19 +01:00
prplwtf
68bbf03d92 fix core views: Fix sed range error. 2024-01-30 13:27:07 +01:00
prplwtf
891a346a8e feat core build-files views: No longer use nul characters for placeholders in build files. 2024-01-30 13:17:25 +01:00
purple
a877a487d0
feat core: remove route build file after copy route build file
:)
2024-01-29 22:00:48 +01:00
prplwtf
d43be15f66 feat core: create build file when routes 2024-01-28 22:25:06 +01:00
prplwtf
349986dffb feat core: Do stuff with variables and add error validation, not a working state yet for routes, just preperation. 2024-01-27 19:30:19 +01:00
prplwtf
b1c6d4a9d7 feat core: Detect and loop through custom routes. (not apply them yet) 2024-01-27 16:49:33 +01:00
prplwtf
a988f4da42 feat license: change to "prpl.wtf" 2024-01-26 16:28:47 +01:00
prplwtf
172b7dadc2 feat core: Implement new default extension icons. 2024-01-23 23:26:34 +01:00
prplwtf
dbe5f4cdd2 feat routes: update example container indent formatting for my own sanity 2024-01-22 22:11:44 +01:00
prplwtf
7ac80a4714 feat routes: make some progress on custom extension routes 2024-01-21 22:01:48 +01:00
prplwtf
b4e0c761c4 fix core: blueprint icon was no longer showing on install script 2024-01-21 21:16:32 +01:00
prplwtf
26c3bb6c31 feat core: Remove importing of the (now-deleted) "bash_colors" library. 2024-01-20 14:22:47 +01:00
prplwtf
7f3424b1b4 feat libraries: Remove the bash_colors library. 2024-01-20 14:22:11 +01:00
prplwtf
6db7c43d1a feat core: Step away from "bash_colors" internal library for the -info command. 2024-01-20 14:19:51 +01:00
purple
37d5ed0a68 feat tools: remove tools folder 2024-01-18 11:10:53 +01:00
purple
bff7f6cbc3 fix core: incorrect path to temp folder when removing it 2024-01-18 11:06:31 +01:00
purple
8e66ef39ff feat upgrade: move upgrade script to core 2024-01-18 11:03:13 +01:00
prplwtf
7bdd83ee66 fix core: -wipe did not exit after error 2024-01-16 21:33:37 +01:00
prplwtf
2199464f67 feat core: update log output for choosing a template 2024-01-16 19:19:49 +01:00
purple
30f9422f7b feat core: Finish migration to new log layout and update library changes. 2024-01-15 23:59:30 +01:00
purple
084ebeca80 feat libraries: Make new "misc" library that is a collection of all tiny functions of other libraries. 2024-01-15 23:59:09 +01:00
prplwtf
5542b24e74 feat core: Use PRINT for even more. 2024-01-15 23:23:54 +01:00
prplwtf
a3c9dda69d feat throwError: Remove multiple unused log definitions. 2024-01-15 22:10:22 +01:00
prplwtf
2faf40dd05 feat shellcheck: Forgot to go through these scripts with ShellCheck. 2024-01-15 22:09:57 +01:00
prplwtf
e4ae89e026 feat core: Rewrite even more logs. 2024-01-15 22:09:31 +01:00
prplwtf
409cda4518 feat core: Replace even more logs with the new PRINT function 2024-01-15 21:39:39 +01:00
prplwtf
3310b20cdb feat core: Transition -install to new logging method 2024-01-15 18:34:11 +01:00
prplwtf
f763638361 feat logFormat: Change output format for PRINT 2024-01-15 18:05:22 +01:00
prplwtf
1676286a3b feat libraries: Modify comments and change $SECONDARY variable in logFormat. 2024-01-15 17:40:50 +01:00
prplwtf
17749f91f0 feat core: Move over a handful of logs to the new "PRINT" format. 2024-01-15 17:40:12 +01:00
purple
10496131e8 feat core: improve logging in some places 2024-01-15 00:54:27 +01:00
purple
af970df4f2 feat core: add new log format in some more places 2024-01-15 00:52:51 +01:00
purple
55fcd8888f feat core: add new log messages and change log format in a few places 2024-01-15 00:43:11 +01:00
prplwtf
e9ad82ae00 feat core: add marketplaces extension website icon 2024-01-12 16:32:42 +01:00
purple
9b8f0ab9c3 feat core: Add React as required dependency as it is used by the Pterodactyl panel. 2024-01-09 11:29:02 +01:00
purple
e05c13d45e feat core: Add webpack to required dependencies as it is utilized when building panel assets. 2024-01-09 11:27:13 +01:00
prplwtf
9739402ed0 feat core: bump fallback version to unstable 2024-01-06 23:45:34 +01:00
prplwtf
12e6e5bb7a feat core react: remove routes stuff for components for now 2024-01-06 23:37:19 +01:00
prplwtf
2b649f9f74 feat core react: Add SubNavigation and Routes to components 2024-01-06 23:07:18 +01:00
prplwtf
b55b4c9198 feat core react: Add DropdownItems to components 2024-01-06 21:40:40 +01:00
prplwtf
2dc2039cbd feat core react: Add ServerRow items to supported Components 2024-01-06 21:24:36 +01:00
prplwtf
456145cba4 feat core react: Add account pages to supported Components 2024-01-06 16:32:17 +01:00
purple
5d80d70974 feat core react: Add even more supported Components 2024-01-06 02:48:45 +01:00