Commit graph

1032 commits

Author SHA1 Message Date
prplwtf
6be17ca4a6 fix core: -debug threw random errors when receiving text input 2024-02-27 22:46:54 +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
ad799a9999 fix ExtensionFS: Incorrect public path for extension filesystem urls 2024-02-27 22:17:47 +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
6368c78d00 feat core: Apply file permissions upon extension removal. 2024-02-27 14:57:21 +01:00
prplwtf
761349f953 feat core: Add SVG, GIF and WEBP support to extension icons. 2024-02-27 14:46:04 +01:00
prplwtf
f1987b11d1 feat core: Improve folder escape detection and add file permission stuff to extension installation transactions. 2024-02-27 13:03:04 +01:00
purple
2df7134306
feat storage: update placeholder 2024-02-26 12:41:17 +01:00
prplwtf
236981446a feat core: Route names can now be undefined. 2024-02-25 13:56:55 +01:00
prplwtf
fa39d9fc47 feat core routes: Empty -init values now get assigned default values and add admin-only route scope 2024-02-24 21:52:53 +01:00
prplwtf
055398b618 feat core routes: Add experimental "admin" scope to account routes for testing 2024-02-24 20:46:59 +01:00
prplwtf
e84a5143e1 feat core: allow alternative webserver permission configuration 2024-02-24 15:11:01 +01:00
prplwtf
1314708e95 fix admin-css: Move import location to fix admin css from being overwritten by Bootstrap 3 2024-02-24 14:54:45 +01:00
prplwtf
c2daece357 fix admin-css: Incorrect hover effect for gray buttons 2024-02-24 14:44:31 +01:00
prplwtf
51b4e382f4 feat admin-css: modify background color for the green tag 2024-02-24 14:13:25 +01:00
prplwtf
6d34b9c50d fix admin: change css for extension-btn
might break slate css idk :L
2024-02-22 22:19:44 +01:00
prplwtf
c20974bbb3 feat core: update fallback version to latest 2024-02-22 22:16:33 +01:00
prplwtf
73e6bc821f merge main: prplwtf@github.com/teamblueprint/main.git 2024-02-21 12:05:34 +01:00
prplwtf
b4599ce06c fix core: -remove had incorrectly coded if statement for yes/no input 2024-02-21 12:04:52 +01:00
purple
9d2c5477fe
feat readme: update contributors list 2024-02-18 17:45:06 +01:00
purple
814df53f47
merge #18: david1117dev/patch-1
Add --progress to yarn build
2024-02-18 17:44:04 +01:00
david1117dev
08600fa36a
Added --progress EVERYWHERE 2024-02-18 17:17:01 +01:00
david1117dev
d94632376d
Add --progress to yarn build 2024-02-18 17:01:30 +01:00
prplwtf
c4a1354fd5 fix core: forgot to update view path 2024-02-18 12:47:32 +01:00
prplwtf
2e142c5567 feat blueprint-public: make small changes 2024-02-17 22:24:33 +01:00
prplwtf
60e57f1f5f feat routes: Make routes work even if there are none. 2024-02-17 22:00:00 +01:00
prplwtf
1adf071d2e feat core lib-misc: update some view paths (very danger) 2024-02-17 21:38:10 +01:00
prplwtf
62a27e1eb2 feat views: Either screw up everything or improve the codebase.
(core still uses old paths, expect no worky)
2024-02-17 21:32:08 +01:00
prplwtf
5c418fccf3 feat core: Change wrapper paths to their new locations. 2024-02-17 16:44:59 +01:00
prplwtf
32bcc9305a feat views: Move wrapper files to partials. 2024-02-17 16:42:28 +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
prplwtf
e56f5f69a9 fix core: Apply new extension wrapper indicators onto -install 2024-02-14 17:18:23 +01:00
purple
b0c735cef3 feat views index.blade.php: Small modifications to the Blueprint admin view. 2024-02-14 08:38:13 +01:00
purple
4fa1393a5e feat migrations: Switch to 2-space indentation instead of 4-space indentation. 2024-02-14 08:35:56 +01:00
purple
078b31b062 feat routes core: Move the extension admin routes to a custom routes file. 2024-02-14 08:32:44 +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
3cd6b27a22 feat core: Halt extension removal if argument one ends with ".blueprint" 2024-02-14 08:22:50 +01:00
purple
348e0a95c2 feat core: -install can now be called as -add 2024-02-14 08:21:09 +01:00
purple
d286a6bdc8 feat core: Restructure template input validation code. 2024-02-13 15:09:18 +01:00
purple
8268057d53 feat core: Clear application cache upon Blueprint installation and extension installation/removal. 2024-02-13 15:06:17 +01:00
purple
76b33df331 feat ServerRouter: Add comments to some parts of the code. 2024-02-13 15:04:23 +01:00
purple
75ac49ff98
feat views index.blade.php: Disable autocomplete on form 2024-02-11 12:23:21 +01:00
purple
a742f6cbb1
feat views extensions.blade.php: Modify page description 2024-02-11 00:23:59 +01:00
prplwtf
e297dbd69d feat core: Add additional template placeholders for future templates and modify comments for wrapper placement. 2024-02-09 13:04:47 +01:00
prplwtf
d644d2e0af feat core: Modify argument parsed to -install by -build. 2024-02-08 18:45:14 +01:00
prplwtf
f4ca802192 feat ServerRouter: clean up unused variables 2024-02-08 16:58:33 +01:00
prplwtf
3e3e50bced feat assets: Remove old default extension icons 2024-02-04 21:13:36 +01:00
prplwtf
aeb53a2e6f feat routes ServerRouter: Do not import unused libraries. 2024-02-04 15:27:21 +01:00