2d41278fbd
code: validate,script,lua (1 files)
2025-12-25 19:42:25 +00:00
a8441a6181
code: workflow,validate,dbal (2 files)
2025-12-25 19:42:09 +00:00
d4fb1c7596
code: validate,session,dbal (2 files)
2025-12-25 19:41:53 +00:00
accbea1826
code: validate,update,dbal (1 files)
2025-12-25 19:41:37 +00:00
6a8bbeb12d
code: validate,dbal,update (2 files)
2025-12-25 19:41:20 +00:00
423ba464ae
code: validate,dbal,update (2 files)
2025-12-25 19:41:05 +00:00
c7c565e7d4
code: validate,page,dbal (1 files)
2025-12-25 19:40:49 +00:00
b086957588
code: validate,user,update (1 files)
2025-12-25 19:40:15 +00:00
0b8ee399d5
code: validate,user,dbal (1 files)
2025-12-25 19:39:59 +00:00
f16e46ac64
code: dbal,valid,is (3 files)
2025-12-25 19:39:42 +00:00
e1ad71774b
code: is,dbal,valid (2 files)
2025-12-25 19:39:26 +00:00
bf635f7c9c
code: valid,is,dbal (2 files)
2025-12-25 19:39:10 +00:00
e61ca6517c
code: valid,is,dbal (2 files)
2025-12-25 19:38:54 +00:00
b9135f0cec
code: valid,is,email (1 files)
2025-12-25 19:38:38 +00:00
fc40e1a5dd
code: dbal,client (1 files)
2025-12-25 19:37:36 +00:00
0d16862364
code: validation,dbal (1 files)
2025-12-25 19:37:20 +00:00
8fca8dbc7e
code: validate,update,package (1 files)
2025-12-25 19:37:04 +00:00
4e49f204fb
code: validate,package,dbal (1 files)
2025-12-25 19:36:48 +00:00
5ea0606409
code: validate,script,nextjs (4 files)
2025-12-25 19:36:32 +00:00
2d623cc8da
code: workflow,validate,update (2 files)
2025-12-25 19:36:16 +00:00
d2ee04be8c
code: validate,nextjs,frontends (4 files)
2025-12-25 19:36:00 +00:00
a8c452ee87
code: validate,dbal,update (2 files)
2025-12-25 19:35:44 +00:00
9162bd01a2
code: nextjs,frontends,validate (14 files)
2025-12-25 19:35:28 +00:00
fa0a275ca4
code: nextjs,frontends,validate (11 files)
2025-12-25 19:35:12 +00:00
deb31a772d
code: validate,page,dbal (2 files)
2025-12-25 19:34:26 +00:00
0fc952c220
code: validate,user,dbal (2 files)
2025-12-25 19:33:54 +00:00
ac1198b1aa
code: valid,semver,is (1 files)
2025-12-25 19:33:38 +00:00
d88c0c3372
docs: is,dbal,valid (4 files)
2025-12-25 19:33:07 +00:00
c7e51f859e
code: dbal,validate,valid (3 files)
2025-12-25 19:32:51 +00:00
dafde61e3a
code: validate,dbal,user (2 files)
2025-12-25 19:32:35 +00:00
d5a50d383a
code: dbal,validate,valid (4 files)
2025-12-25 19:32:19 +00:00
4e601d9a31
docs: dbal,valid,is (13 files)
2025-12-25 19:32:03 +00:00
ddad41a56c
Add validation unit tests for DBAL core
2025-12-25 19:31:14 +00:00
50419d65ac
Update build fix TODOs
2025-12-25 19:26:17 +00:00
dbd8e49b64
Fix tsconfig strict null checks
2025-12-25 19:25:46 +00:00
e129ae24ad
docs: add guidance on abstract system design for flexibility and modularity
2025-12-25 19:19:37 +00:00
a7f49f08f2
docs: clarify source code file size guidelines in kickstart document
2025-12-25 19:18:34 +00:00
218008bd21
refine: Update db index and autopusher script
2025-12-25 19:17:41 +00:00
05c1592366
scripts: tools,autopusher (1 files)
2025-12-25 19:13:32 +00:00
7fb70d57f1
Migrate workflow run UI to MUI
2025-12-25 19:08:33 +00:00
4d0cbfc5d7
feat: implement validation utilities for user and page entities; add email, username, slug, title, level validation functions
2025-12-25 19:01:56 +00:00
38a4236a22
feat: implement SandboxedLuaEngine functions for execution, destruction, and environment setup
2025-12-25 18:57:19 +00:00
e86484141e
feat: implement AuthProvider and useAuth hooks; refactor CssClassManager for improved UI and functionality
2025-12-25 18:56:48 +00:00
9170fd2bb3
feat: refactor Providers and theme management; implement Lua engine with execution and destruction capabilities
2025-12-25 18:55:30 +00:00
e2101950d6
feat: enhance CssClassBuilder with validation messages for custom class input
2025-12-25 18:53:22 +00:00
6eb3a77457
feat: update CssClassBuilder layout for responsive class display and improve button accessibility
2025-12-25 18:53:16 +00:00
1ea26ec556
feat: enhance CssClassBuilder with improved selected classes display and preview functionality
2025-12-25 18:53:00 +00:00
a663e266e9
feat: implement component registry with CRUD operations and state management
2025-12-25 18:51:57 +00:00
5854973395
refactor: enhance CssClassBuilder with memoization and improved class parsing
...
- Added memoization for known classes and selected classes in CssClassBuilder.
- Improved class parsing logic to handle custom classes and validation.
- Updated default CSS classes in seed data for better organization and completeness.
- Refactored LuaEngine to clear logs more efficiently.
- Modularized rendering logic by separating DeclarativeComponentRenderer into its own class.
- Introduced a singleton pattern for global renderer instance.
- Updated workflow engine to streamline execution and deprecate legacy methods.
- Added security scanning tests for vulnerability detection in various code types.
2025-12-25 18:50:39 +00:00
8181807cb4
refactor component catalog icon mapping
2025-12-25 18:47:18 +00:00