2724 Commits

Author SHA1 Message Date
Junyi
7b715c847d
fix(plugin-field-sort): fix field registering for external data source (#6212) 2025-02-13 22:29:58 +08:00
YANG QIA
dd7c7f641c
fix(auth): ws auth issue (#6209) 2025-02-13 13:15:08 +08:00
Sheldon Guo
4b24da98ea
chore(sse): remove console error logging for SSE connection retries (#6205)
* fix(sse): improve error logging for SSE connection retries

* fix(sse): prevent errors by returning early if response data is undefined
2025-02-12 20:04:55 +08:00
nocobase[bot]
25c5637bde chore(versions): 😊 publish v1.5.6 2025-02-12 01:01:13 +00:00
YANG QIA
c1b55cece9
fix(data-vi): chart blocks do not display when added to the popups of action panel (#6198)
* fix(data-vi): charts do not display when added to the popups of action panel

* chore: add optional chain
2025-02-11 22:17:04 +08:00
Zeke Zhang
d313000274
fix: use form values when customizing request action if record data is unavailable (#6196) 2025-02-11 16:04:58 +08:00
Zeke Zhang
291c3025ba
fix: fallback to form values when record data is not available in customize request action (#6194) 2025-02-11 12:18:26 +08:00
nocobase[bot]
de2fd10401 chore(versions): 😊 publish v1.5.5 2025-02-11 02:13:55 +00:00
Sheldon Guo
c8e067cec1
test: add test for retrieving latest message title and timestamp in in-app channels (#6189) 2025-02-11 08:59:31 +08:00
nocobase[bot]
9fb0a05a98 chore(versions): 😊 publish v1.5.4 2025-02-10 12:27:57 +00:00
衣不如新
6f5515abbc
fix: add user filter to message timestamp and title subqueries (#6185) 2025-02-10 08:24:14 +08:00
Junyi
48ca650a68
fix(plugin-workflow): add loading to duplicate action (#6179) 2025-02-07 22:14:46 +08:00
nocobase[bot]
2fac130a47 chore(versions): 😊 publish v1.5.3 2025-02-07 09:29:51 +00:00
ChengLei Shao
3a568b87c1 chore: remove collection schema options (#6129)
* chore: remove schema options in collections

* chore: test

* chore: unset schema option

* chore: test

* chore: test

* fix: test

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2025-02-07 14:22:13 +08:00
nocobase[bot]
522b692ff0 chore(versions): 😊 publish v1.5.2 2025-02-06 12:58:13 +00:00
Katherine
1e2e4222eb
fix: gantt block style improve (#6168) 2025-02-06 20:55:20 +08:00
Zeke Zhang
3f1d955ef9
chore: hide the header when no permissions are configured (#6171) 2025-02-06 20:51:45 +08:00
Sheldon Guo
e4c950d2f5
fix(notification): enhance sendParams structure to include content and scope data (#6164) 2025-02-06 17:47:53 +08:00
Junyi
032b4e4a7f
fix(plugin-workflow-manual): fix result values in failed status (#6160) 2025-02-06 16:48:55 +08:00
nocobase[bot]
25a35e5770 chore(versions): 😊 publish v1.5.1 2025-02-06 03:12:53 +00:00
nocobase[bot]
dbf4fb713d chore(versions): 😊 publish v1.5.0 2025-02-05 14:15:43 +00:00
gchust
01ea8294ca
fix: popover subform not working in public forms (#6157) 2025-02-05 21:50:14 +08:00
xilesun
ad7a65c3e4 Merge branch 'main' into next 2025-02-05 21:41:14 +08:00
YANG QIA
b0c517a222
fix(sql-collection): filtering SQL Collection throws an error when DB_TABLE_PREFIX is set (#6156) 2025-02-05 19:46:16 +08:00
Sheldon Guo
bae769c6bf
chore: add homepage links to notification plugins in package.json (#6150)
* feat: add homepage links to notification plugins in package.json
2025-02-03 09:52:21 +08:00
nocobase[bot]
9c50b055e0 chore(versions): 😊 publish v1.4.34 2025-02-02 04:55:56 +00:00
nocobase[bot]
e7c5f9d731 chore(versions): 😊 publish v1.5.0-beta.34 2025-02-01 03:58:20 +00:00
Junyi
2783e62aa5
fix(plugin-field-sort): fix move action to trigger workflow (#6145) 2025-01-28 23:18:53 +08:00
nocobase[bot]
90ffb60006 chore(versions): 😊 publish v1.4.33 2025-01-28 03:31:37 +00:00
nocobase[bot]
f232ec45df chore(versions): 😊 publish v1.4.32 2025-01-27 17:19:40 +00:00
mytharcher
3ccc5d8e50 Merge branch 'main' into next 2025-01-27 23:30:31 +08:00
nocobase[bot]
f8d75f1da3 chore(versions): 😊 publish v1.4.31 2025-01-26 05:21:21 +00:00
nocobase[bot]
4c3b4c8497 Merge branch 'main' into next 2025-01-25 14:20:56 +00:00
ChengLei Shao
49cad7ed3f
chore: append acl strategy resource (#6137) 2025-01-25 22:20:32 +08:00
ChengLei Shao
72f515a321
chore: import placeholder (#6134) 2025-01-25 21:29:22 +08:00
katherinehhh
cae5d68211 Merge branch 'main' into next 2025-01-24 23:05:50 +08:00
YANG QIA
7c0d424173
fix(m2m-array): updating many to many (array) fields in a subform is not working (#6136)
* fix(m2m-array): updating many to many (array) fields in a subform is not working

* test: add tests

* fix: build

* fix: test
2025-01-24 22:41:42 +08:00
katherinehhh
daefd83114 fix: merge bug 2025-01-24 16:01:52 +08:00
katherinehhh
955c167f5e Merge branch 'main' into next 2025-01-24 15:51:52 +08:00
chenos
225278602c
Update server.ts 2025-01-24 15:22:21 +08:00
Katherine
7c45197058
fix: select in read-only mode clickable and text overflow issue on mobile (#6130) 2025-01-24 11:41:27 +08:00
Junyi
55a7d9a828
refactor(plugin-file-manager): move destroy to collection event (#6127) 2025-01-23 22:27:11 +08:00
Junyi
19ffa45ee9
fix(plugin-workflow): fix tsfn for generating SQL (#6128) 2025-01-23 20:33:04 +08:00
kennnnn
6c922ba7e1
feat(plugin-field-sequence): add random character pattern (#5959)
* chore(plugin-field-sequence): add random number and random string patterns

- Add random number pattern with configurable length (padded with zeros)
- Add random string pattern with configurable length (alphanumeric)
- Update Chinese translations for new patterns

* fix(plugin-workflow): fix date range variables (#5954)

* feat: hidden date range variables from nodes which is not filter components

* feat: remove system daterange variables from plugin

* refactor(plugin-workflow): move date range variables to component

* fix(plugin-workflow): remove useless code

---------

Co-authored-by: Linda <huanghui9850@gmail.com>

* Update sequence-field.ts

合并了随机字符

* Update sequence.tsx

合并成了随机字符

* Update zh-CN.json

* Update zh-CN.json

更新中文翻译

* Update zh-CN.json

修改了重复的文本

* Update sequence.tsx

删掉了旧的随机数字和随机字符,保留合并后的随机字符,可以配置字符集选择数字、大小写字母、符号,配置字符长度,配置要不要根据长度补零、不补充,

* Update sequence-field.ts

* Update sequence.tsx

除了数字以外的字符集隐藏掉是否补0的选项,因为用不上

* Update sequence.tsx

重新提交下防止之前发错了

* Update sequence.tsx

重新提交下,不小心把服务端内容贴进去了

* Update sequence.tsx

隐藏补充类型改成禁用补充类型

* Update sequence.tsx

补零改成了前补零和后补零两个选项

* Update sequence-field.ts

补零改成了前补零和后补零

* Update zh-CN.json

修改了文本

* Update sequence-field.ts

去掉了多余还影响观感的后补零

* Update sequence.tsx

去掉了多余的后补零

* Update zh-CN.json

* Update zh-CN.json

删了多余的padding

* Update sequence.tsx

去掉了多余的padding

* Update sequence-field.ts

去掉了多余的padding

---------

Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
Co-authored-by: Linda <huanghui9850@gmail.com>
2025-01-23 17:33:15 +08:00
nocobase[bot]
1250300fb2 chore(versions): 😊 publish v1.4.30 2025-01-23 00:13:10 +00:00
nocobase[bot]
654a0b0ce2 Merge branch 'main' into next 2025-01-22 15:56:39 +00:00
xilesun
986fb5d5bc fix(tree): test 2025-01-22 23:55:54 +08:00
Zeke Zhang
1bf9a66a13 Merge branch 'main' into next 2025-01-22 22:24:07 +08:00
YANG QIA
aa62053c14
fix(tree): should not set a tree collection node as its own parent (#6122) 2025-01-22 17:57:50 +08:00
nocobase[bot]
a55e8a8cca Merge branch 'main' into next 2025-01-22 09:15:57 +00:00