Commit graph

1398 commits

Author SHA1 Message Date
Max
5df108772b Update crypto.go and crypto_test.go
Replace MD4 with MD5 in HashTypes map and update test cases for MD4 and HMac functions. Added new functions for AES256 encryption and decryption.
2024-01-24 18:43:11 +08:00
Max
adc7d5f59d Add RSA2 signing and verification functions 2024-01-21 21:20:06 +08:00
Max
6ca148d76c Add support for rendering request data in template parser 2024-01-21 00:04:58 +08:00
Max
93f5eee811 Fix URL decoding in processUpload function 2024-01-19 17:48:11 +08:00
Max
73b4748258 Refactor build-linux.yml workflow 2024-01-18 15:28:04 +08:00
Max
8c4b46fb70 Add Yao Build Environment Docker Image 2024-01-18 13:47:43 +08:00
Max
524a63d7af Refactor code to add context object and cookie function 2024-01-17 21:56:39 +08:00
Max
bf31ad4bf1 Add SetCookie function in guards.go 2024-01-17 21:39:04 +08:00
Max
a3862c1289 Add scriptGuardExec function to process script guards 2024-01-17 21:24:29 +08:00
Max
a87bc73753 Update regular expressions in data.go 2024-01-17 19:17:42 +08:00
Max
f2f3fa354f Update regular expressions in data.go and parser.go 2024-01-17 15:17:04 +08:00
Max
1651d9e654 Update build-linux.yml: Add ARM build dependencies 2024-01-17 10:39:53 +08:00
Max
e358cbb79d Update dependencies in go.mod file 2024-01-16 14:34:40 +08:00
Max
04596d730d [fix] sui watch command 2024-01-16 08:25:56 +08:00
Max
6d49ae9195 Fix incorrect command in build.go 2024-01-14 13:26:51 +08:00
Max
799451640d
Merge pull request #552 from trheyi/main
[add] sui build command
2024-01-14 13:19:29 +08:00
Max
38af2dddfc [add] sui build command 2024-01-14 13:18:50 +08:00
Max
65357dde41
Merge pull request #551 from trheyi/main
Add parsed attribute to setStatementNode function
2024-01-10 21:00:29 +08:00
Max
2ba388ab16 Add parsed attribute to setStatementNode function 2024-01-10 16:23:21 +08:00
Max
887de058b2
Merge pull request #550 from trheyi/main
Refactor attribute handling in build and parser functions
2024-01-10 15:00:00 +08:00
Max
cb2f6e8748 Refactor attribute handling in build and parser functions 2024-01-10 14:51:16 +08:00
Max
669ccfb1e1 Refactor document creation in build.go and parser.go 2024-01-10 13:20:22 +08:00
Max
f5fccec347
Merge pull request #549 from trheyi/main
Add support for s:set statement in parser.go
2024-01-10 12:13:16 +08:00
Max
cec9a2cbd0 Add support for s:set statement in parser.go 2024-01-10 11:33:58 +08:00
Max
882a64f6cc
Merge pull request #548 from trheyi/main
Add API endpoint for table component
2024-01-10 10:45:48 +08:00
Max
2453479fe3 Add API endpoint for table component 2024-01-10 09:56:34 +08:00
Max
1b4e5d59d6
Merge pull request #546 from trheyi/main
Add TypesQueryParam function to handle get Template request
2024-01-07 19:11:46 +08:00
Max
8e5109d3fd Add TypesQueryParam function to handle get Template request 2024-01-07 18:24:00 +08:00
Max
88756b5852
Merge pull request #545 from trheyi/main
[fix] sui reqeust exec
2024-01-05 13:03:03 +08:00
Max
2ef2f828d6 [fix] sui reqeust exec 2024-01-05 12:40:21 +08:00
Max
c3fbc83cd5
Merge pull request #544 from trheyi/main
[fix] sui slot variables in data
2024-01-04 18:53:48 +08:00
Max
7f4b80d0c7 [fix] sui slot variables in data 2024-01-04 18:03:02 +08:00
Max
cf683802b9
Merge pull request #543 from trheyi/main
[fix] sui parser and request
2024-01-04 10:19:24 +08:00
Max
5054b8f6ec [fix] sui parser and request 2024-01-04 09:53:34 +08:00
Max
01160a8c85
Merge pull request #542 from trheyi/main
Update Guards to accept Request object instead of gin.Context
2024-01-03 18:32:58 +08:00
Max
5ba6bfe749 Update Guards to accept Request object instead of gin.Context 2024-01-03 18:31:58 +08:00
Max
5940ddc264
Merge pull request #541 from trheyi/main
[add] support for importing asset JS files and sui page guard support
2024-01-03 18:14:27 +08:00
Max
76d9811048 Add guard functionality and export page config 2024-01-03 18:03:27 +08:00
Max
5031904964 Add asset path replacement in JavaScript and TypeScript code 2024-01-03 16:12:58 +08:00
Max
b888077278
Merge pull request #540 from trheyi/main
Security update dependencies in go.mod and go.sum files
2023-12-29 12:54:02 +08:00
Max
b9208c920c Security update dependencies in go.mod and go.sum files 2023-12-29 12:52:06 +08:00
Max
bf78a949dd
Merge pull request #539 from trheyi/main
[fea] runtime performance mode support
2023-12-28 21:29:05 +08:00
Max
c07b903c5c Set runtime mode and display it in start command 2023-12-28 21:17:33 +08:00
Max
90e05c5be2 Update Runtime Config in types.go 2023-12-27 17:37:41 +08:00
Max
ea67412b98
Merge pull request #538 from trheyi/main
[add] Refactor bridge functions in request.go
2023-12-26 10:56:38 +08:00
Max
c4b5da11bf Enable Git LFS for v8go repository 2023-12-26 03:13:18 +08:00
Max
7c3fdbe096 Refactor bridge functions in request.go 2023-12-26 03:07:30 +08:00
Max
f0b82721c0 [_] 2023-12-22 22:28:22 +08:00
Max
a4a639568d [add] Update V8Go repository in GitHub Actions workflows 2023-12-22 20:43:35 +08:00
Max
147863f9d0
Merge pull request #536 from trheyi/main
[change] Security Update for Dependency Packages
2023-12-20 23:28:27 +08:00