|
5202acba56
|
find . -type f -exec sed -i 's/Pterodactyl/App/g' {} +
|
2024-11-03 04:20:53 -05:00 |
|
Emma
|
99c97653b4
|
feat: add docblock head to consolelibrary
|
2024-10-15 13:43:02 +02:00 |
|
Emma
|
02d4884f79
|
feat: add docblock head to clientlibrary
|
2024-10-15 13:42:25 +02:00 |
|
Emma
|
a75c16e2de
|
feat: add docblock head to adminlibrary
|
2024-10-15 13:41:41 +02:00 |
|
Emma
|
7a6406cd79
|
feat: improve dbGet in consolelibrary
|
2024-10-15 13:35:23 +02:00 |
|
Emma
|
c81d2dac19
|
feat: improve dbGet in clientlibrary
|
2024-10-15 13:35:02 +02:00 |
|
Emma
|
f7075f8dd5
|
feat: improve dbGet in adminlibrary
|
2024-10-15 13:34:33 +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
|
49e30f2602
|
feat AdminLibrary , ClientLibrary : add new importScript and importStylesheet apis
|
2024-08-19 12:19:40 +02:00 |
|
prplwtf
|
bba328c58b
|
feat ExtensionLibrary : delete BlueprintExtensionLibrary.php
|
2024-07-16 15:20:59 +02:00 |
|
prplwtf
|
10b6c0ab5f
|
feat ExtensionLibrary : create BlueprintExtensionLibrary.php
|
2024-07-16 15:19:41 +02:00 |
|
Victor B.
|
5417a1e837
|
fix libraries : don't make use of shell commands for fileMake
|
2024-06-22 16:30:00 +02:00 |
|
Ivy
|
b126300d59
|
fix BlueprintConsoleLibrary : don't make use of shell commands
Co-authored-by: Victor B. <contact@itsvic.dev>
|
2024-06-22 16:27:35 +02:00 |
|
prplwtf
|
9d6b432f99
|
feat core : Make schedules (and artisan) work WOOOOOOO
Co-authored-by: Victor B. <contact@itsvic.dev>
|
2024-06-22 16:17:45 +02:00 |
|
prplwtf
|
2def33c9d7
|
feat core lib app build : Prepare schedules support
|
2024-06-22 14:38:49 +02:00 |
|
prplwtf
|
c2d0864e31
|
feat ExtensionLibrary : Create new BlueprintConsoleLibrary
|
2024-06-22 12:54:34 +02:00 |
|
Victor B.
|
7b731e93c6
|
feat core : KernelExtensions class for ivy
|
2024-06-22 00:45:16 +02:00 |
|
Victor B.
|
12fcfa6563
|
chore: don't use ::f placeholders
|
2024-06-11 22:26:48 +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
|
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
|
5bfe0d50f9
|
fix telemetry : connection timeout in case of boom
|
2024-04-10 19:41:19 +02:00 |
|
Victor B.
|
fe488495b0
|
feat routes : internal route for per-extension egg ID fetching
|
2024-04-08 13:55:15 +02:00 |
|
Victor B.
|
38fe14837b
|
feat: add "route eggs" setting to default extension config controller
saved as a JSON array of egg IDs in `blueprint::extensionconfig_[id]_eggs`.
ID of `-1` means the routes should be shown on all eggs
|
2024-04-08 13:17:29 +02:00 |
|
prplwtf
|
c8e72c6fc7
|
feat app : Get rid of VariableService like we should
|
2024-03-29 13:30:38 +01:00 |
|
purple
|
2f7e1b25e4
|
fix app : Fix incorrect db table
|
2024-03-19 17:58:06 +01:00 |
|
purple
|
9cb681f134
|
feat views : make new settings dialog saveable, doesn't do anything yet
|
2024-03-19 17:34:45 +01:00 |
|
purple
|
fbe22e7868
|
feat views : improve configuration dialog for extensions
|
2024-03-19 16:07:10 +01:00 |
|
prplwtf
|
3d4702eff1
|
feat app : make redirecting work for ExtensionConfigurationController on save
|
2024-03-13 21:59:45 +01:00 |
|
prplwtf
|
1d55348520
|
feat core templates app : push the beginnings of the route selector ui
|
2024-03-13 21:54:10 +01:00 |
|
prplwtf
|
e6797fcf68
|
feat app views : Improve overall controller, service and view codebase. (might break)
|
2024-03-10 22:26:41 +01:00 |
|
prplwtf
|
124b169abb
|
feat views : add tooltip or something
|
2024-03-02 15:30:28 +01:00 |
|
prplwtf
|
e0f1c72775
|
feat $blueprint : Add new "extension(identifier)" API which allows extensions to specifically check for another extension.
|
2024-02-27 22:34:10 +01:00 |
|
prplwtf
|
efecf45fd6
|
feat core views : Implement new "views" extension API, create some additional files for future features and do some minor changes.
|
2024-02-27 17:32:09 +01:00 |
|
prplwtf
|
9b439160e3
|
feat artisan admin controller : Speed up the Blueprint admin page a little bit.
|
2024-02-16 16:05:42 +01:00 |
|
purple
|
5bee53eebb
|
feat(internal:placeholders): change internal placeholders
|
2024-01-01 18:09:05 +01:00 |
|
purple
|
207eba4e8c
|
feat(domain-change): Replace most ptero.shop URLs with blueprint.zip
|
2023-11-28 18:31:26 +01:00 |
|
purple
|
8097ec517a
|
feat(artisan, bpview, bpcontroller): Update formatting on bpview and add new artisan command.
|
2023-11-06 13:24:04 +01:00 |
|
purple
|
5b8124d5c5
|
fix(SyncCommand, BlueprintExtensionController): Fix sync and controller errors.
|
2023-11-01 15:24:00 +01:00 |
|
purple
|
2714934cef
|
fix(ClientLibrary): Switch back to shell_exec for fileRead for the time being.
|
2023-10-06 14:32:35 +02:00 |
|