prplwtf
|
30fc65da35
|
feat core artisan : admit defeat on dynamic imports for now
|
2024-05-15 13:16:53 +02:00 |
|
prplwtf
|
1afa732a6c
|
feat ExtensionCommandService : Add debug lines and attempt to handle symlinks correctly.
|
2024-05-15 11:05:56 +02:00 |
|
prplwtf
|
6b4120d03b
|
feat ExtensionCommandServiceProvider : prefix extension artisan commands with "ext:identifier:"
|
2024-05-15 10:58:59 +02:00 |
|
prplwtf
|
dee2a2f1f1
|
fix ExtensionCommandServiceProvider : incorrect namespace whoops
|
2024-05-14 23:20:35 +02:00 |
|
prplwtf
|
9bf7e77e1b
|
feat artisan : dynamically load in (and prefix) extension artisan commands #35
|
2024-05-14 23:03:01 +02:00 |
|
purple
|
5ae2257f04
|
feat core Console : add artisan extension api
|
2024-05-11 16:40:24 +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 |
|
Victor B.
|
ba264be788
|
chore: don't replace RouteServiceProvider
|
2024-04-21 17:41:37 +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
|
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
|
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
|
fa7975c74a
|
feat routes : make eggId part of the api stuff
|
2024-03-11 18:22:33 +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
|
7eb9197f79
|
feat artisan : don't import libs you'll never even use
|
2024-03-07 17:03:15 +01:00 |
|
prplwtf
|
bbb8306d5f
|
fix routes : wrong file path
|
2024-03-03 15:11:16 +01:00 |
|
prplwtf
|
13872c0386
|
feat core routes kernel : Add new routes options to allow for extending the Pterodactyl API and make routes work.
|
2024-03-03 14:44:00 +01:00 |
|
prplwtf
|
ef057cf8c1
|
feat stuff : push changes
|
2024-03-02 22:24:07 +01:00 |
|
prplwtf
|
9ba85067b6
|
feat core routes : custom extension routes should theoretically work now
|
2024-03-02 21:17:47 +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
|
8621647ba4
|
feat core filesystems : Add new ExtensionFS feature which will create filesystems for each extension automatically.
|
2024-02-27 22:09:33 +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 |
|
prplwtf
|
e2ff15e21c
|
feat RouteServiceProvider : Register Blueprint's admin route file.
|
2024-02-15 17:56:06 +01:00 |
|
purple
|
0541317d65
|
feat ExtensionsController : Change 4-space to 2-space indentation in the extensions page controller.
|
2024-02-14 08:27:12 +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
|
65944c0945
|
feat(?): Redo extension structure on a bunch of files.
|
2023-11-08 16:01:39 +01:00 |
|
purple
|
598a5e18b4
|
feat(bpcontroller): Define BlueprintExtensionLibrary as $blueprint instead of $bplib.
|
2023-11-07 10:23:00 +01:00 |
|
purple
|
3a444c96b2
|
feat(bpview): make version tag red if version is outdated
|
2023-11-06 21:05:12 +01:00 |
|
purple
|
a0c0bc8ca7
|
feat(bpview): add outdated version warning
|
2023-11-06 13:29:40 +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
|
82dbeb6153
|
fix(SyncCommand): Telemetry ID did not sync correctly.
|
2023-11-01 14:59:08 +01:00 |
|
purple
|
aa3668285c
|
feat(core): Sync telemetry id and developer mode status through artisan command.
|
2023-11-01 14:51:42 +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 |
|