Commit graph

187 commits

Author SHA1 Message Date
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
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
fcaa4913f7 feat CacheCommand: add artisan command to flush stylesheet and scripts cache 2024-08-19 12:28:40 +02:00
prplwtf
888c896c59 fix SyncCommand: use BlueprintConsoleLibrary instead of BlueprintAdminLibrary 2024-08-19 12:26:09 +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
prplwtf
27031c9264 fix core BlueprintExtensionController: Update fallback version, fix some stuff, and do some more stuff.
Co-authored-by: Robert Jansen <0x7d8@users.noreply.github.com>
2024-06-22 21:25:29 +02:00
Ivy
bef45424d3
Merge pull request #45 from BlueprintFramework/console-api
Add Artisan and Schedule support through the new Blueprint Console API.
2024-06-22 16:30:51 +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
Victor B.
b956f2fb7c
fix core: no longer override config/app.php
closes #39
2024-06-22 13:49:17 +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
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