Commit graph

1434 commits

Author SHA1 Message Date
prplwtf
8134cce2c6 feat install.sh: add undocumented permission field to debug 2024-10-06 11:52:29 +02:00
Emma
7460e573ee
feat FUNDING.yml: add kofi 2024-10-02 18:26:14 +02:00
Emma
d26d964477
fix ISSUE_TEMPLATE: typo 2024-10-02 18:13:53 +02:00
Emma
587436fa17
feat ISSUE_TEMPLATE: add feature-request 2024-10-02 18:13:07 +02:00
Emma
7ad986647f
feat ISSUE_TEMPLATE: update bugreport template 2024-10-02 18:02:50 +02:00
prplwtf
429c9226a9 feat assets: use higher quality version of blueprint badge 2024-09-23 17:16:49 +02:00
prplwtf
f760f6c747 feat install.sh: use case statements in more places 2024-09-22 18:09:16 +02:00
prplwtf
75615268d4 feat install.sh: Console.yml intervals are now done through case statements 2024-09-22 18:05:26 +02:00
prplwtf
9c067214fa feat install.sh: add twitch, youtube and ko-fi website icons. 2024-09-22 17:54:27 +02:00
prplwtf
11f90d87f5 feat install.sh: remove icons for reddit and trello 2024-09-22 17:49:29 +02:00
prplwtf
a93efe1990 feat install.sh: move discord weburl detection into case statement 2024-09-22 17:48:38 +02:00
prplwtf
21df75a4ab feat install.sh: move discord weburl detection into case statement 2024-09-22 17:48:03 +02:00
prplwtf
a0fe6679f6 feat install.sh: move sourcexchange/builtbybit weburl detection into case statement 2024-09-22 17:47:13 +02:00
prplwtf
abf35c45c2 feat install.sh: move github/gitlab weburl detection into case statement 2024-09-22 17:42:35 +02:00
prplwtf
a634196bf7 feat install.sh: add fixme 2024-09-22 17:31:45 +02:00
Emma
68b5dbc338
feat README: update footer image 2024-09-17 23:01:10 +02:00
Ivy
da995aeabe
feat LICENSE: Update license holder name 2024-09-17 21:45:51 +02:00
Ivy
2824f0fd69
feat LICENSE: Update license holder name 2024-09-17 21:45:32 +02:00
Ivy
87ca59b58e
feat LICENSE: Update license holder name 2024-09-17 21:45:05 +02:00
prplwtf
dac362dad5 feat BlueprintAdminLibrary, BlueprintClientLibrary, BlueprintConsoleLibrary: rewrite fileRead() to no longer use shell commands caused by tech-debt 2024-09-08 20:16:56 +02:00
prplwtf
b1fe15a628 feat BlueprintAdminLibrary, BlueprintConsoleLibrary, BlueprintClientLibrary: Rewrite fileWipe($path) to use php instead of shell commands due to tech-debt 2024-09-08 20:12:31 +02:00
prplwtf
26971cc681 feat BlueprintAdminLibrary, BlueprintClientLibrary, BlueprintConsoleLibrary: Update fileMake documentation and return void 2024-09-08 20:08:08 +02:00
prplwtf
69d4d7dbc6 feat BlueprintConsoleLibrary: add extensionList() 2024-09-08 20:06:23 +02:00
prplwtf
be4d671e7b feat BlueprintClientLibrary: add extensionList() 2024-09-08 20:05:22 +02:00
prplwtf
a0c3530858 feat BlueprintAdminLibrary: remove useless if statement 2024-09-08 20:04:35 +02:00
prplwtf
0b91640657 feat BlueprintAdminLibrary: add extensionList() function 2024-09-08 20:04:19 +02:00
prplwtf
41b78d7e8d fix install.sh: use printf instead of echo for installed_extensions to prevent linebreaks 2024-09-08 20:00:07 +02:00
prplwtf
37255c51e6 feat routers: prettier 2024-09-05 11:17:11 +02:00
prplwtf
d304b95ee5 feat components/server: prettier 2024-09-05 11:16:22 +02:00
prplwtf
b65744ad66 feat components/NavigationBar: prettier 2024-09-05 11:14:49 +02:00
prplwtf
3f5ed10ebd feat components/dashboard: prettier 2024-09-05 11:14:25 +02:00
prplwtf
9741dd30e2 feat components/auth: prettier 2024-09-05 11:13:37 +02:00
prplwtf
f2aadf9d65 feat build.sh: remove .gitkeep upon use of developer command 2024-09-04 21:20:54 +02:00
prplwtf
2a702b6775 feat extensions.blade.php: update comment 2024-09-04 09:42:38 +02:00
prplwtf
7ce13dc2c0 feat blueprint.sh: update fallback version to latest 2024-09-02 15:29:53 +02:00
prplwtf
2f6f7a1c1e fix extensions.blade.php: width was not defined for section container 2024-08-30 21:36:15 +02:00
prplwtf
a4abe16d8b feat blueprint-admin extension-admin: small styling improvements 2024-08-30 18:47:47 +02:00
prplwtf
c87d8223f8 feat extensions.blade.php: add "find more extensions" button 2024-08-30 18:47:13 +02:00
prplwtf
63d685c75c feat blueprint.sh: remove bash autocomplete for -debug 2024-08-30 18:17:55 +02:00
prplwtf
8329d9747f feat LatestCommand: update description 2024-08-30 18:15:41 +02:00
prplwtf
42b62d4306 feat SyncCommand: update description 2024-08-30 18:15:04 +02:00
prplwtf
bd62f0b6df fix extensions.blade.php: Section height is now correct 2024-08-28 12:32:55 +02:00
prplwtf
0d62dcb520 feat extensions.blade.php: hide footer as a duct-tape fix for extension buttons 2024-08-27 18:43:34 +02:00
prplwtf
db5759b189 feat blueprint.sh install.sh: add new "developerEscalateInstallScript" flag 2024-08-26 18:07:20 +02:00
Ivy
eb703b51b0
Merge pull request #54 from Jelcoo/main
Allow parameters on delete admin route
2024-08-22 16:57:55 +02:00
Jelcoo
972c60e620
feat build-files route.php: add parameters to delete & name routes 2024-08-22 16:47:33 +02:00
Jelcoo
98a490c381
refactor remove.sh: Properly remove all route lines 2024-08-22 16:42:31 +02:00
Jelcoo
6cc9ce58c4
refactor install.sh: Properly align placed routes 2024-08-22 16:42:07 +02:00
prplwtf
452d654028 feat build-files route.php: add new methods for admin pages 2024-08-22 14:46:35 +02:00
prplwtf
cfdb9af3a8 fix install.sh: developer migration flag was sad 2024-08-20 15:49:52 +02:00