2857 Commits

Author SHA1 Message Date
Katherine
11a3e5b2b5
fix: linkage rules in subtable/subform affecting blocks in association field popups (#5543)
* fix: linkage rules in subtable/subform affecting blocks in association field popups

* Revert "fix: linkage rules in subtable/subform affecting blocks in association field popups"

This reverts commit 9417ccc2952d6a64cfabf97ec3afc5dd65225abc.

* fix: fix linkage rules issue in subtable

* test: add e2e test

* chore: make e2e pass

* chore: update e2e test

* fix: e2e error

---------

Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-01-24 08:35:14 +08:00
Zeke Zhang
76c826150b
fix: fix the issue where oho field block does not request data (#6125) 2025-01-23 12:23:15 +08:00
Katherine
0b6ed37fa4
fix: filter button nonfilterable field settings affecting other table block with the same collection (#6121) 2025-01-23 11:48:46 +08:00
Zeke Zhang
049b2a542f
fix: the content is not displayed in the quick add popup (#6123) 2025-01-23 11:01:32 +08:00
Zeke Zhang
c14530b9f5
fix: refresh entire block after adding field (#6117) 2025-01-23 10:52:53 +08:00
Sheldon Guo
42cefed6b2
chore: adjust the kernel to support IP restriction plugin. (#6069)
* fix: prevent infinite reload on blocked IP error and set X-Forwarded-For header in proxy

* feat: add middleware to extract client IP and set it in context

* test: add unit tests for extract client IP middleware
2025-01-22 19:56:37 +08:00
Zeke Zhang
21095d0127
fix(Table): fix incorrect rowKey (#6109)
* fix(Table): fix incorrect rowKey

* fix: add key for table row
2025-01-22 17:40:13 +08:00
nocobase[bot]
c4588b2e93 Merge branch 'next' into develop 2025-01-22 09:29:47 +00:00
Zeke Zhang
86b813850e
fix: loading mode (#6115) 2025-01-22 17:29:20 +08:00
nocobase[bot]
45524c1ad7 Merge branch 'next' into develop 2025-01-22 09:17:56 +00:00
Zeke Zhang
03db13f241
fix: refresh association field data after page switching (#6114) 2025-01-22 17:17:29 +08:00
nocobase[bot]
22bb0eba39 Merge branch 'next' into develop 2025-01-22 09:16:20 +00:00
Katherine
778d98e038
fix: merge bug (#6118)
* fix: merge bug

* fix: merge bug
2025-01-22 14:32:41 +08:00
nocobase[bot]
8a06af7295 Merge branch 'next' into develop 2025-01-22 06:22:41 +00:00
katherinehhh
8243db5e3d fix: merge bug 2025-01-22 14:21:42 +08:00
nocobase[bot]
d441e523a4 Merge branch 'next' into develop 2025-01-22 02:15:14 +00:00
katherinehhh
982936963b Merge branch 'main' into next 2025-01-22 10:13:55 +08:00
Katherine
dddd4616ca
fix: drag issue in quick popup add action for association field (#6112) 2025-01-21 20:01:37 +08:00
nocobase[bot]
f3d1a6df68 Merge branch 'next' into develop 2025-01-21 04:10:44 +00:00
nocobase[bot]
54e7fa3616 Merge branch 'main' into next 2025-01-21 04:10:22 +00:00
chenos
e61637e1f8
fix: association field default value (#6103) 2025-01-21 12:09:56 +08:00
Jiannx
7ccf088a06
Feat/support s3 storage next (#6096)
* feat: change upload components

* feat: restore original component in schema, support useUploadProps register

* feat: s3 upload support relation fileds

* feat: export buildin storages

* chore: remove invalid file

* fix: change getStorage action name

* fix: change action name getDesensitizedStorage to getDesensitized

* fix: add storage get action

* fix: remove useStorageRules

* fix: change action get to getBasicInfo

* fix: adjust server test case
2025-01-20 14:34:43 +08:00
mytharcher
6af8f4cfdf Merge branch 'next' into develop 2025-01-20 12:09:17 +08:00
nocobase[bot]
994ba878fc Merge branch 'main' into next 2025-01-20 03:59:29 +00:00
Katherine
a36f1151f0
fix: remove form data template from bulk edit action form (#6098) 2025-01-20 11:59:07 +08:00
katherinehhh
9159d2ada8 Merge branch 'main' into next 2025-01-20 11:57:59 +08:00
katherinehhh
f617fcdc54 fix: style optimization to resolve misalignment of table column setting button 2025-01-20 11:42:27 +08:00
Sheldon Guo
8e5fd9359f
fix(auth): fix redirecting unauthenticated users from registration/public forms to the login page (#6094)
* feat(auth): add skipAuth option to API requests and update auth middleware

* feat(auth): implement removeBasename function to streamline pathname handling
2025-01-19 18:37:14 +08:00
Sheldon Guo
cc6928c7d0
feat(auth): support token security (#5948)
* feat(auth): support token security config
---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: xilesun <2013xile@gmail.com>
2025-01-18 22:18:51 +08:00
nocobase[bot]
e3919ec190 Merge branch 'next' into develop 2025-01-18 10:07:40 +00:00
Zeke Zhang
be28e6325d Merge branch 'main' into next 2025-01-18 18:06:27 +08:00
Zeke Zhang
d96afe674f
fix: fix the issue of empty data when opening popup in embedded page (#6086) 2025-01-18 17:55:42 +08:00
Katherine
2945532630
feat: support setting description property in block (#6015)
* feat: support setting description property in block

* fix: bug

* fix: bug

* fix: test

* chore: set block height

* fix: bug

* fix: bug

* fix: test
2025-01-17 20:39:39 +08:00
nocobase[bot]
78fdd214b6 Merge branch 'next' into develop 2025-01-16 10:28:36 +00:00
nocobase[bot]
b89901e0d9 Merge branch 'main' into next 2025-01-16 10:28:12 +00:00
YANG QIA
f49d86288d
feat(sql-collection): allows to add description (#6081) 2025-01-16 18:27:50 +08:00
nocobase[bot]
fbec7c2e1d Merge branch 'next' into develop 2025-01-16 01:42:03 +00:00
Zeke Zhang
4e10bee161
fix(defaultValue): fix the issue where the default value of easy reading mode is not taking effect (#6066)
* test: add e2e test

* fix: ensure proper dependency tracking
2025-01-16 09:34:47 +08:00
chenos
5aec227032 Merge branch 'next' into develop
# Conflicts:
#	packages/plugins/@nocobase/plugin-workflow/src/client/variable.tsx
2025-01-15 21:09:10 +08:00
nocobase[bot]
e5d398d8a1 Merge branch 'main' into next 2025-01-15 13:06:02 +00:00
chenos
2c936b6eb1
feat: improve the extensibility of file-storage (#6071) 2025-01-15 21:05:35 +08:00
Junyi
04b3540739
chore(plugin-workflow): cherry pick (#6057)
* refactor(plugin-workflow): change api of manually execute (#5850)

* feat: add subflow node

* feat: add execution event

* feat: add force option

* feat: avoid recurring call

* feat: add stack to execution

* feat: add cyclic call validator

* feat: collection trigger add execution stack

* fix: stack

* fix: manual execute

* refactor(plugin-workflow): adjust api and implementent

* chore: revert locale back

* feat: trigger field set add scope variables

* feat: add changeOnSelect

* feat: variables support ID reference

* feat: change locale

* refactor(plugin-workflow): support execute by passing filterByTk for a record

* refactor(plugin-workflow): adjust props name

* fix(plugin-workflow): fix execute variable context

* fix(plugin-workflow): fix variables and locales

* chore(plugin-workflow): remove demo code

* fix(plugin-workflow): fix import

* fix(plugin-workflow): fix build error

---------

Co-authored-by: mytharcher <mytharcher@gmail.com>

* fix(plugin-workflow): fix schedule picker value (#6039)

* fix(plugin-workflow): fix variable compoent onchange (#5964)

---------

Co-authored-by: shz <huanghui9850@gmail.com>
2025-01-15 17:42:49 +08:00
nocobase[bot]
72b39d662d Merge branch 'next' into develop 2025-01-15 04:16:30 +00:00
nocobase[bot]
3ee422d8e1 Merge branch 'main' into next 2025-01-15 04:16:10 +00:00
Katherine
5bdada4c1f
chore: set inputReadOnly for DatePicker based on device type (#6065) 2025-01-15 12:15:46 +08:00
nocobase[bot]
b6901c92a7 Merge branch 'next' into develop 2025-01-15 03:11:06 +00:00
nocobase[bot]
ddfacb3c9a Merge branch 'main' into next 2025-01-15 03:10:43 +00:00
Katherine
8ba098faeb
fix: datepicker client test (#6064) 2025-01-15 11:10:21 +08:00
nocobase[bot]
f45d1408dd Merge branch 'next' into develop 2025-01-14 09:08:21 +00:00
nocobase[bot]
ca8ab6c97f Merge branch 'main' into next 2025-01-14 09:07:53 +00:00