Commit Graph
14744 Commits
Author SHA1 Message Date
nocobase[bot] 513f57cf3f Merge branch 'main' into next 2026-04-02 02:35:19 +00:00
Jiann e412aa5130 fix: grid card item refresh (#9021) 2026-04-02 10:34:46 +08:00
nocobase[bot] 2ee6e0251d Merge branch 'main' into next 2026-04-02 02:32:46 +00:00
Jiann dd5d6aa88e fix: subdetail fields (#9008) 2026-04-02 10:32:15 +08:00
nocobase[bot] fab53da975 Merge branch 'main' into next 2026-04-01 14:45:03 +00:00
PiEgg 06b67d44f6 fix(docker): ensure docs llms text files use UTF-8 charset (#9020) 2026-04-01 22:44:23 +08:00
nocobase[bot] 2cc5c57724 Merge branch 'main' into next 2026-04-01 12:56:35 +00:00
nocobase[bot] 1bc3db684d docs: update changelogs 2026-04-01 12:55:59 +00:00
nocobase[bot] 3bd1508189 Merge branch 'main' into next 2026-04-01 12:47:09 +00:00
nocobase[bot] aabeeb955e chore(versions): 😊 publish v2.0.31 v2.0.31 2026-04-01 12:46:39 +00:00
nocobase[bot] acba0522c5 Merge branch 'main' into next 2026-04-01 09:39:37 +00:00
PiEgg e9c1a4b9ff fix(docker): ensure docs llms text files use UTF-8 charset (#9018) 2026-04-01 17:39:09 +08:00
nocobase[bot] 87afd465fa Merge branch 'main' into next 2026-04-01 09:31:24 +00:00
Junyi 85ef0cafb2 fix(plugin-notification-in-app-message): fix security issue (#9001)
* fix(plugin-notification-in-app-message): fix security issue

* fix(plugin-notification-in-app-message): change update api to updateMyOwn

* test(plugin-notification-in-app-message): add test cases
2026-04-01 17:30:55 +08:00
nocobase[bot] 23497a7666 Merge branch 'main' into next 2026-04-01 07:14:56 +00:00
Drol 9062bd8388 fix(ai): qwen enabel_search conflict with tool use (#9012) 2026-04-01 15:14:26 +08:00
nocobase[bot] 61c3ccfd36 Merge branch 'main' into next 2026-04-01 03:14:58 +00:00
gchust f8053528cf fix: scope filterByTk wrapping to sql collections (#9006) 2026-04-01 11:14:30 +08:00
nocobase[bot] 1522210ccb Merge branch 'main' into next 2026-04-01 02:32:32 +00:00
PiEgg d8c6903c04 refactor(docker): support parallel docs build in pro image pipeline (#9009) 2026-04-01 10:32:06 +08:00
nocobase[bot] a0a8e2cd57 Merge branch 'main' into next 2026-04-01 01:48:12 +00:00
Jiann b718af027e fix: table association field display (#9007) 2026-04-01 09:47:41 +08:00
nocobase[bot] 83913818ce Merge branch 'main' into next 2026-04-01 01:09:07 +00:00
Junyi f98379acea chore(plugin-workflow): change enabled switch size (#9010) 2026-04-01 09:08:39 +08:00
nocobase[bot] 63f7d02e3b Merge branch 'main' into next 2026-03-31 12:45:18 +00:00
gchust b3c35509c3 fix: clipped settings menus in popup (#9005)
* fix(flow-engine): avoid clipping settings menus in dialogs

* fix(flow-engine): preserve drawer settings hover

* refactor(flow-engine): simplify settings popup host selection
2026-03-31 20:44:40 +08:00
nocobase[bot] 7659f997be Merge branch 'main' into next 2026-03-31 07:12:01 +00:00
Drol 7df624e66d fix(ai): deepseek should give a friendly tips while user upload unsupport file (#9003) 2026-03-31 15:11:30 +08:00
nocobase[bot] 0787a4947e Merge branch 'main' into next 2026-03-31 02:21:21 +00:00
YANG QIA 741c656da3 fix(departments): remove legacy set main department action (#9002) 2026-03-31 10:20:47 +08:00
nocobase[bot] 55b92a8042 Merge branch 'main' into next 2026-03-30 15:07:55 +00:00
nocobase[bot] 95c48a1e7a docs: update changelogs 2026-03-30 15:07:18 +00:00
nocobase[bot] d182bddf74 Merge branch 'main' into next 2026-03-30 14:56:51 +00:00
nocobase[bot] 29994a5b95 chore(versions): 😊 publish v2.0.30 v2.0.30 2026-03-30 14:55:14 +00:00
nocobase[bot] 0ac8745a14 Merge branch 'main' into next 2026-03-30 14:02:08 +00:00
Junyi d7c5a6868d refactor(plugin-workflow-javascript): change default engine to isolated-vm (#8973)
* refactor(plugin-workflow-javascript): change default engine to isolated-vm

* refactor(plugin-workflow-javascript): simplify env

* docs(plugin-workflow-javascript): add docs due to engine refactored
2026-03-30 22:01:36 +08:00
Junyi 75da3dddc4 fix(plugin-workflow-sql): fix security issue (#8989)
* fix(plugin-workflow-sql): fix security issue

* fix(plugin-workflow-sql): fix type error

* fix(plugin-workflow-sql): fix test cases

* test(plugin-workflow-sql): fix migration and test cases
2026-03-30 19:51:56 +08:00
nocobase[bot] e19a3028f1 Merge branch 'main' into next 2026-03-30 11:26:16 +00:00
gchust cb0754c5b9 fix: incorrect popup close confirm message (#8944)
* fix: incorrect popup close confirm message

* fix: defer dirty reset until close completes

* chore: improve code

* fix: align popup beforeClose modal typing
2026-03-30 19:25:46 +08:00
Jiann 5417d56272 feat(action-custom-request): add action models for custom request (#8890)
* feat(action-custom-request): add action models for custom request

* fix: remove useless models

* refactor(custom-request): extract shared request config logic

* refactor(plugin-action-custom-request): unify custom request flow config

* fix: code clean

* docs: add custom request docs

* refactor(plugin-action-custom-request): remove unused request helpers
2026-03-30 16:42:16 +08:00
nocobase[bot] 7097d3247d Merge branch 'main' into next 2026-03-30 06:14:30 +00:00
Drol a5dc3a7dd1 fix(ai): ai conversations api add resource ownership verify (#8993) 2026-03-30 14:13:57 +08:00
nocobase[bot] 4eb1809331 Merge branch 'main' into next 2026-03-30 02:59:42 +00:00
PiEgg a76c76fd0b chore(repo): sync .gitignore from develop (#8995) 2026-03-30 10:59:13 +08:00
nocobase[bot] a290c52ebb docs: update changelogs 2026-03-29 16:26:09 +00:00
nocobase[bot] 0ade41240e Merge branch 'main' into next 2026-03-29 16:14:38 +00:00
nocobase[bot] 11ad4393cb chore(versions): 😊 publish v2.0.29 v2.0.29 2026-03-29 16:14:12 +00:00
nocobase[bot] 4f90ab227c Merge branch 'main' into next 2026-03-29 15:42:46 +00:00
Junyi c42accaaa9 fix(client): fix variable component label (#8988) 2026-03-29 23:42:15 +08:00
chenos ccb0cd6627 Merge branch 'main' into next 2026-03-29 23:13:43 +08:00