Harry
|
a46c9238fa
|
feat(trigger): implement complete OAuth authorization flow for trigger providers
- Add OAuth authorization URL generation API endpoint
- Implement OAuth callback handler for credential storage
- Support both system-level and tenant-level OAuth clients
- Add trigger provider credential encryption utilities
- Refactor trigger entities into separate modules
- Update trigger provider service with OAuth client management
- Add credential cache for trigger providers
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-09-03 14:53:26 +08:00 |
Harry
|
87120ad4ac
|
feat(trigger): add trigger provider management and webhook handling functionality
|
2025-09-03 14:53:26 +08:00 |
非法操作
|
7544b5ec9a
|
fix: delete var of webhook (#25038)
|
2025-09-03 14:49:56 +08:00 |
非法操作
|
ff4a62d1e7
|
chore: limit webhook status code 200~399 (#25045)
|
2025-09-03 14:48:18 +08:00 |
lyzno1
|
41daa51988
|
fix: missing key for translation path (#25059)
|
2025-09-03 14:43:40 +08:00 |
cathy
|
d522350c99
|
fix(webhook-trigger): request array type adjustment (#25005)
|
2025-09-02 23:20:12 +08:00 |
lyzno1
|
1d1bb9451e
|
fix: prevent workflow canvas clearing due to race condition and viewport errors (#25003)
|
2025-09-02 20:53:44 +08:00 |
lyzno1
|
1fce1a61d4
|
feat(workflow-log): enhance workflow logs UI with sorting and status filters (#24978)
|
2025-09-02 16:43:11 +08:00 |
非法操作
|
883a6caf96
|
feat: add trigger by of app log (#24973)
|
2025-09-02 16:04:08 +08:00 |
非法操作
|
a239c39f09
|
fix: webhook http method should case insensitive (#24957)
|
2025-09-02 14:47:24 +08:00 |
lyzno1
|
e925a8ab99
|
fix(app-cards): restrict toggle enable to Start nodes only (#24918)
|
2025-09-01 22:52:23 +08:00 |
Yeuoly
|
bccaf939e6
|
fix: migrations
|
2025-09-01 18:07:21 +08:00 |
Yeuoly
|
676648e0b3
|
Merge branch 'main' into feat/trigger
|
2025-09-01 18:05:31 +08:00 |
cathy
|
4ae19e6dde
|
fix(webhook-trigger): remove error handling (#24902)
|
2025-09-01 17:11:49 +08:00 |
非法操作
|
4d0ff5c281
|
feat: implement variable synchronization for webhook node (#24874)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-09-01 16:58:06 +08:00 |
ZalterCitty
|
bd482eb8ef
|
fix wrong filter handle for saved messages (#24891)
Co-authored-by: zhuqingchao <zhuqingchao@xiaomi.com>
|
2025-09-01 16:32:08 +08:00 |
lyzno1
|
327b354cc2
|
refactor: unify trigger node architecture and clean up technical debt (#24886)
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-09-01 15:47:44 +08:00 |
Frederick2313072
|
5b3cc560d5
|
fix:hard-coded top-k fallback issue. (#24879)
|
2025-09-01 15:46:37 +08:00 |
Asuka Minato
|
d41d4deaac
|
example enum to StrEnum (#24877)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-01 15:40:26 +08:00 |
Yongtao Huang
|
208ce4e774
|
CI: add TS indentation check via esLint (#24810)
|
2025-09-01 15:31:59 +08:00 |
Tianyi Jing
|
414ee51975
|
fix: add missing form for boolean types (#24812)
Signed-off-by: jingfelix <jingfelix@outlook.com>
|
2025-09-01 15:21:36 +08:00 |
耐小心
|
d5a521eef2
|
fix: Fix database connection leak in EasyUIBasedGenerateTaskPipeline (#24815)
|
2025-09-01 14:48:56 +08:00 |
lyzno1
|
6d307cc9fc
|
Fix test run shortcut consistency and improve dropdown styling (#24849)
|
2025-09-01 14:47:21 +08:00 |
17hz
|
1b401063e8
|
chore: pnpx deprecation (#24868)
|
2025-09-01 14:45:44 +08:00 |
木之本澪
|
60d9d0584a
|
refactor: migrate marketplace.py from requests to httpx (#24015)
|
2025-09-01 14:28:21 +08:00 |
willzhao
|
ffba341258
|
[CHORE]: remove redundant-cast (#24807)
|
2025-09-01 14:05:32 +08:00 |
17hz
|
f11131f8b5
|
fix: basepath did not read from the environment variable (#24870)
|
2025-09-01 13:50:33 +08:00 |
lyzno1
|
adc7134af5
|
fix: improve TimePicker footer layout and button styling (#24831)
|
2025-09-01 13:34:53 +08:00 |
cathy
|
10f19cd0c2
|
fix(webhook): add content-type aware parameter type handling (#24865)
|
2025-09-01 10:06:26 +08:00 |
NeatGuyCoding
|
2e6e414a9e
|
the conversion OAuthGrantType(parsed_args["grant_type"]) can raise ValueError for invalid values which is not caught and will produce a 500 (#24854)
|
2025-09-01 10:05:54 +08:00 |
NeatGuyCoding
|
c45d676477
|
remove duplicated authorization header handling and bearer should be case-insensitive (#24852)
|
2025-09-01 10:05:19 +08:00 |
Asuka Minato
|
b8d8dddd5a
|
example of decorator typing (#24857)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-01 10:04:24 +08:00 |
NeatGuyCoding
|
c45c22b1b2
|
fix translation of all oauth.ts (#24855)
|
2025-09-01 10:04:05 +08:00 |
Yongtao Huang
|
3d57a9ccdc
|
Fix never hit `(!code || code.length === 0)` (#24860)
|
2025-09-01 09:45:07 +08:00 |
Asuka Minato
|
cb04c21141
|
model_config = ConfigDict(extra='allow') (#24859)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-31 23:21:41 +08:00 |
17hz
|
f70272f638
|
refactor: replace clsx with classnames (#24776)
|
2025-08-31 17:08:29 +08:00 |
lyzno1
|
b4b71ded47
|
chore: remove unused i18n keys (#24803)
|
2025-08-31 17:07:15 +08:00 |
Asuka Minato
|
24e2b72b71
|
Update ast-grep pattern for session.query (#24828)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-31 17:03:51 +08:00 |
17hz
|
529791ce62
|
fix: Variable Aggregator cannot select conversation variables (#24793)
|
2025-08-31 17:03:36 +08:00 |
NeatGuyCoding
|
b66945b9b8
|
feat: add test containers based tests for api tool manage service (#24821)
|
2025-08-31 17:02:08 +08:00 |
-LAN-
|
f3c5d77ad5
|
chore: remove duplicate Python style checks handled by autofix CI (#24833)
|
2025-08-31 17:01:19 +08:00 |
lyzno1
|
e5e42bc483
|
fix: XSS vulnerability in block-input and support-var-input components (#24835)
|
2025-08-31 17:01:10 +08:00 |
NeatGuyCoding
|
bdfbfa391f
|
Feature add test containers mcp tools manage service (#24840)
|
2025-08-31 17:01:01 +08:00 |
Yongtao Huang
|
72acd9b483
|
Remove redundant from_variable_selector null-check (#24842)
|
2025-08-31 17:00:13 +08:00 |
lyzno1
|
9ed45594c6
|
fix: improve schedule trigger and quick settings app-operation btns ui (#24843)
|
2025-08-31 16:59:49 +08:00 |
Asuka Minato
|
9f528d23d4
|
poc of validate config (#24837)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-31 02:41:52 +08:00 |
Hwting
|
d937cc491d
|
chore[docker]: Fix Redis health check error but display healthy (#24778)
|
2025-08-30 06:19:43 -07:00 |
Yongtao Huang
|
863f3aeb27
|
Fix: rm invalid errorMessage on e.toString() (#24805)
|
2025-08-30 06:18:51 -07:00 |
非法操作
|
c138f4c3a6
|
fix: check AppTrigger status before webhook execution (#24829)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-08-30 16:40:21 +08:00 |
lyzno1
|
a35be05790
|
Fix workflow card toggle logic and implement minimal state UI (#24822)
|
2025-08-30 16:35:34 +08:00 |