Commit graph

1431 commits

Author SHA1 Message Date
prplwtf
daaa6b2cee feat admin: work-in-progress revamp extension buttons 2024-04-28 16:21:49 +02:00
prplwtf
7763e5d1a0 feat AdminLibrary ClientLibrary: Add dbForget() function. 2024-04-27 15:17:09 +02:00
prplwtf
a7d97bd829 feat ClientLibrary: Document all functions and change a couple things. 2024-04-27 15:09:34 +02:00
prplwtf
0858f70ee3 feat AdminLibrary: Document all functions and change a couple things. 2024-04-27 15:08:03 +02:00
prplwtf
6701864476 feat views: No longer send telemetry on Blueprint view, not useful anymore 2024-04-27 14:26:41 +02:00
prplwtf
ba1da94d2a feat gitignore: update gitignore 2024-04-27 12:43:25 +02:00
purple
1e2931fa5a
feat ServerRouter: Remove leftover debug line 2024-04-25 12:26:01 +02:00
purple
e7f402be7a
Merge pull request #33 from itsvic-dev/vic/split-route-provider
chore: don't replace RouteServiceProvider
2024-04-21 17:44:19 +02:00
Victor B.
ba264be788
chore: don't replace RouteServiceProvider 2024-04-21 17:41:37 +02:00
purple
8c711d3895
Merge pull request #32 from Loki-101/patch-1
Fixed bad exit code
2024-04-20 20:48:55 +02:00
Loki
dc90671ec0
Fixed bad exit code
In Bash, code 0 is success, non-zero is failure. In the meantime I've added || true to the end of the call to blueprint.sh so the Docker image can build, but changing this to 0 is cleaner.
2024-04-20 10:55:33 -07:00
prplwtf
af114490dc feat core: Add new developer flag for skipping application cache flush 2024-04-20 15:50:43 +02:00
prplwtf
67b2d6fadd fix core: disabled telemetry would not export extensions correctly 2024-04-20 13:41:09 +02:00
prplwtf
6ce19ccac9 feat TelemetryService: don't define variables that are unused 2024-04-20 12:48:57 +02:00
prplwtf
c7f006c5a2 feat ConfigService: update api url 2024-04-20 12:43:21 +02:00
prplwtf
8aed7bb9b7 feat app: use new api url placeholder inside of telemetryservice :v 2024-04-18 18:16:57 +02:00
prplwtf
5db650c703 feat artisan app: use PlaceholderService for api url 2024-04-18 18:13:37 +02:00
prplwtf
0064ebef45 feat core: bump fallback version to latest 2024-04-18 18:04:56 +02:00
prplwtf
942b515018 feat core: update comment 2024-04-18 18:04:15 +02:00
prplwtf
b0c8299f4f fix core: forgot to check for tput in the first place 2024-04-18 18:03:38 +02:00
prplwtf
810c6b20f6 feat core: add tput to deps check 2024-04-18 18:02:16 +02:00
prplwtf
b3c80022f5 fix core: Routes were not unlinked correctly upon extension removal 2024-04-15 17:39:49 +02:00
prplwtf
4920b24fa8 feat legacy-library: remove some linebreaks 2024-04-14 23:37:44 +02:00
prplwtf
47dc85a891 feat controllers: Improve input validation on Blueprint controller 2024-04-14 23:36:41 +02:00
prplwtf
c9581b626d feat views: add some comments to blueprint admin view 2024-04-14 23:34:52 +02:00
prplwtf
6ba185a44a feat react: add ids to a few elements 2024-04-10 20:35:11 +02:00
prplwtf
64c230d73a feat navbar: add extensions button for fun 2024-04-10 19:52:48 +02:00
prplwtf
5bfe0d50f9 fix telemetry: connection timeout in case of boom 2024-04-10 19:41:19 +02:00
purple
600e342d77 feat core: do not cache routes 2024-04-10 13:30:05 +02:00
purple
f4b3a642ad feat core: add route cache clear to extension management 2024-04-10 13:27:07 +02:00
purple
69685d5ccb fix core: placeholders 2024-04-10 12:00:10 +02:00
purple
57b238a684 fix core: new placeholder escape thing 2024-04-10 11:57:11 +02:00
purple
17516cb316 fix core: bump version and attempt to fix sed 2024-04-10 11:54:20 +02:00
purple
035d2d6105 feat core: update version 2024-04-10 11:15:59 +02:00
purple
da54a20831 fix core views: Admin view contents were not being added to view file for some reason 2024-04-10 11:12:29 +02:00
purple
b13726f3a2 fix core: No such file or directory error for forwarding a log in -upgrade 2024-04-10 10:57:11 +02:00
purple
61bb008137 fix core views: Fix empty extension pages, at least attempt to fix it. 2024-04-10 10:55:56 +02:00
purple
e39edf1639 feat views: add debug lines 2024-04-10 10:43:18 +02:00
purple
6bbd986751 fix views: Another attempt at fixing server error for custom controllers. 2024-04-10 10:26:06 +02:00
purple
0e4051fb4d fix core: Mute "missing file" logs for upgrade script 2024-04-10 10:22:02 +02:00
purple
2169beb507 fix views build: Server error upon visiting extension pages with custom controllers 2024-04-10 10:19:55 +02:00
prplwtf
142f3caa01 feat core: finally finish placeholders 2024-04-09 21:59:43 +02:00
prplwtf
964bd373ff feat gitignore: update gitignore 2024-04-09 21:14:15 +02:00
prplwtf
aae193c2ab feat views: modify description of route eggs config option 2024-04-09 20:54:23 +02:00
prplwtf
a6420059a5 Merge branch 'main' of https://prplwtf@github.com/teamblueprint/main.git 2024-04-09 13:41:54 +02:00
prplwtf
bb32927381 fix core: Clean up symlinks regarding routes and wrappers when upgrading Blueprint that could cause server errors with Laravel. 2024-04-09 13:41:41 +02:00
purple
708dfcea32
Merge pull request #31 from itsvic-dev/vic/route-eggs
feat: add "route eggs" setting to default extension config controller
2024-04-08 14:27:21 +02:00
Victor B.
99bef29bb1
feat react: add egg routes filtering 2024-04-08 14:26:01 +02:00
Victor B.
525e518e56
add Pterodactyl's prettierrc with a tab width of 2 2024-04-08 13:57:22 +02:00
Victor B.
fe488495b0
feat routes: internal route for per-extension egg ID fetching 2024-04-08 13:55:15 +02:00