purple
3a4a4b7182
feat readme
: update README.md
2024-05-09 00:38:29 +02:00
purple
1164c5ffc4
feat readme
: Update README.md
2024-05-09 00:37:37 +02:00
purple
4c75887dcc
feat core
: Run extension-provided scripts under webserver user.
...
Co-authored-by: itsvic-dev <contact@itsvic.dev>
2024-05-06 16:43:16 +02:00
purple
40a6992ccb
fix core
: -remove should also tolerate "&" chars
2024-05-05 17:25:09 +02:00
purple
f58401c175
Merge pull request #34 from 0xRR2/main
2024-05-05 08:02:41 +02:00
Gasuge
255d6bce40
change component name ConsoleCommandRow to CommandRow
2024-05-05 03:19:16 +02:00
Gasuge
c0a179241a
change component name SendCommand to ConsoleCommandRow
2024-05-05 03:16:41 +02:00
Gasuge
76b8f5c2b5
rename AdditionalConsole to SendCommand
2024-05-05 03:02:30 +02:00
Gasuge
e2b6f81326
fix AdditionalConsole position
2024-05-05 02:12:06 +02:00
Gasuge
0fcebb7b57
finish console component
2024-05-05 01:58:29 +02:00
Gasuge
467eba693d
proto console add component location
2024-05-05 01:38:34 +02:00
purple
5c3ff8fa91
fix core
: Escape & characters in info fields and don't allow backslashes in file paths.
2024-05-04 17:03:02 +02:00
purple
bca7750fda
feat admin
: make extension version on extensions page have lower opacity
2024-05-04 14:13:39 +02:00
purple
2a34b329fb
feat admin
: try stuff
2024-05-03 12:27:08 +02:00
purple
9b20b760c7
feat admin
: make blurred extension icon fancier
2024-05-03 12:06:32 +02:00
purple
5fadfeaf79
fix admin
: weird ui bugs due to some css rules
2024-05-03 11:59:02 +02:00
purple
1b0c1c045a
feat admin
: Actually start working on making extension buttons look good.
2024-05-03 11:52:12 +02:00
purple
5b3415c010
feat core
: Remove docker unsupported warning
2024-05-03 11:32:37 +02:00
purple
5410038a15
oops core
: Only check for node version once
2024-05-03 11:30:44 +02:00
purple
0bfe3c54b6
chore core
: Add Node.JS 22 to supported versions.
2024-05-03 11:01:15 +02:00
purple
f6affb02e7
feat admin
: stop making horrible ui choices
2024-05-01 16:41:50 +02:00
purple
c32a4d88f4
feat admin
: change color scheme again
2024-05-01 16:37:18 +02:00
purple
cb04dbfe3e
Revert "feat admin
: change gradient"
...
This reverts commit 94611f8426
.
2024-05-01 16:20:02 +02:00
purple
c6fb345e6b
Revert "feat admin
: try out extension button hover animation"
...
This reverts commit a6496c36cb
.
2024-05-01 16:18:29 +02:00
purple
a6496c36cb
feat admin
: try out extension button hover animation
2024-05-01 16:13:57 +02:00
purple
94611f8426
feat admin
: change gradient
2024-05-01 16:11:13 +02:00
purple
dd522ccece
feat admin
: change extension button color
2024-05-01 15:59:13 +02:00
purple
2f34d12dea
fix admin
: some scuffed extension button css
2024-04-30 23:14:37 +02:00
purple
af688ce7ac
Merge branch 'main' of https://github.com/teamblueprint/main.git
2024-04-30 20:26:35 +02:00
purple
f8f6221122
feat assets
: Replace logo with blue one for testing purposes
2024-04-30 20:26:15 +02:00
prplwtf
6fcb17cc39
feat admin
: admit defeat
2024-04-28 20:58:27 +02:00
prplwtf
ce248f8013
feat admin
: increase border radius on extension image to make stuff look slightly better
2024-04-28 20:47:56 +02:00
prplwtf
c5cd4be710
feat admin
: make fancy-er
2024-04-28 20:41:44 +02:00
prplwtf
b958cc99e4
feat admin
: make work well yey
2024-04-28 16:39:26 +02:00
prplwtf
9d9b08d639
feat admin
: make center :)
2024-04-28 16:29:08 +02:00
prplwtf
c105b57426
feat admin
: Make extension page buttons fancier again
2024-04-28 16:27:52 +02:00
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