7856 Commits

Author SHA1 Message Date
chenos
d8a34bc930 feat: mssql client 2025-04-16 22:14:04 +08:00
aaaaaajie
46a77d265b Merge branch 'develop' of github.com:nocobase/nocobase into feat-main-datasource-mssql 2025-04-15 13:29:57 +08:00
nocobase[bot]
eaef54083d Merge branch 'next' into develop 2025-04-15 01:07:35 +00:00
chenos
1c627ea9a4 fix: test error 2025-04-15 09:06:44 +08:00
nocobase[bot]
19281cf797 Merge branch 'next' into develop 2025-04-14 16:53:23 +00:00
nocobase[bot]
bc7af8b80f chore(versions): 😊 publish v1.7.0-beta.17 2025-04-14 16:52:54 +00:00
aaaaaajie
e8a31b2332 fix: snapshot field test 2025-04-15 00:14:34 +08:00
nocobase[bot]
094885bbc2 Merge branch 'next' into develop 2025-04-14 15:59:25 +00:00
chenos
bcc1d8aa6c fix: deps 2025-04-14 23:58:53 +08:00
nocobase[bot]
caaaffd9b6 Merge branch 'next' into develop 2025-04-14 15:38:57 +00:00
nocobase[bot]
9f14c75b8f Merge branch 'main' into next 2025-04-14 15:36:38 +00:00
nocobase[bot]
4da85db68b chore(versions): 😊 publish v1.6.20 2025-04-14 15:35:54 +00:00
nocobase[bot]
291ff5108d Merge branch 'next' into develop 2025-04-14 15:05:41 +00:00
chenos
29e2e81a6b Merge branch 'main' into next
# Conflicts:
#	packages/plugins/@nocobase/plugin-departments/package.json
#	packages/plugins/@nocobase/plugin-departments/src/client/departments/DepartmentTable.tsx
#	packages/plugins/@nocobase/plugin-departments/src/server/__tests__/actions.test.ts
#	packages/plugins/@nocobase/plugin-departments/src/server/__tests__/data-sync.test.ts
#	packages/plugins/@nocobase/plugin-departments/src/server/__tests__/destroy-department-check.test.ts
#	packages/plugins/@nocobase/plugin-departments/src/server/__tests__/set-department-owners.test.ts
#	packages/plugins/@nocobase/plugin-departments/src/server/__tests__/set-departments-info.test.ts
#	packages/plugins/@nocobase/plugin-departments/src/server/__tests__/set-main-department.test.ts
#	packages/plugins/@nocobase/plugin-departments/src/server/__tests__/update-department-is-leaf.test.ts
#	packages/plugins/@nocobase/plugin-field-attachment-url/package.json
#	packages/plugins/@nocobase/plugin-field-attachment-url/src/client/component/AttachmentUrl.tsx
#	packages/plugins/@nocobase/plugin-field-attachment-url/src/client/hook/index.ts
#	packages/plugins/@nocobase/plugin-field-attachment-url/src/client/interfaces/attachment-url.tsx
#	packages/plugins/@nocobase/plugin-field-attachment-url/src/server/plugin.ts
#	packages/plugins/@nocobase/plugin-workflow-response-message/package.json
#	packages/plugins/@nocobase/plugin-workflow-response-message/src/server/__tests__/instruction.test.ts
#	packages/plugins/@nocobase/plugin-workflow-response-message/src/server/__tests__/multiple.test.ts
#	packages/presets/nocobase/package.json
2025-04-14 23:04:58 +08:00
chenos
1db56657e8
feat: make commercial plugins free (#6663)
* feat: make commercial plugins free

* fix: rm pkg

* fix: deps

* fix: deps

* fix: deps

* fix: test error

* fix: test error

* fix: test error
2025-04-14 22:56:34 +08:00
nocobase[bot]
4b2dacab6b Merge branch 'next' into develop 2025-04-14 14:35:47 +00:00
Katherine
f99cdb5f02
fix(attachment-url): only allow file collections with public URL access (#6664)
* refactor: isPublicAccessStorage

* fix: bug

* fix: bug

* fix: only allow file collections with public URL access

* fix: build

* fix: test
2025-04-14 22:35:17 +08:00
aaaaaajie
1e4de52282 Merge branch 'develop' of github.com:nocobase/nocobase into feat-main-datasource-mssql 2025-04-14 20:24:19 +08:00
chenos
1a14a12aaf Merge branch 'next' into develop
# Conflicts:
#	packages/plugins/@nocobase/plugin-departments/package.json
#	packages/plugins/@nocobase/plugin-field-attachment-url/package.json
#	packages/plugins/@nocobase/plugin-workflow-response-message/package.json
#	packages/presets/nocobase/package.json
2025-04-14 19:35:12 +08:00
aaaaaajie
ac6bbfa44e feat: support GEOGRAPHY 2025-04-14 19:33:53 +08:00
chenos
3e2abe3d3c feat: make commercial plugins free 2025-04-14 19:30:02 +08:00
chenos
65a7a4476c fix: preset 2025-04-14 19:03:55 +08:00
chenos
d9206ab148 feat: make commercial plugins free 2025-04-14 18:54:17 +08:00
nocobase[bot]
275994517f Merge branch 'next' into develop 2025-04-14 10:40:55 +00:00
nocobase[bot]
0a5eb8f14b Merge branch 'main' into next 2025-04-14 10:40:33 +00:00
Zeke Zhang
7c1ccc73f6
fix: should not automatically redirect to hidden pages (#6654)
* fix: should not automatically redirect to hidden pages

* fix: replace getDefaultPageUid with findFirstPageRoute for improved readability
2025-04-14 18:40:10 +08:00
nocobase[bot]
796d25180a Merge branch 'next' into develop 2025-04-14 10:39:40 +00:00
nocobase[bot]
d93ed210b8 Merge branch 'main' into next 2025-04-14 10:39:18 +00:00
Zeke Zhang
3c9b99d812
fix: no prompt popup should be displayed after modifying the filter form (#6657) 2025-04-14 18:38:55 +08:00
nocobase[bot]
00ed991cdc Merge branch 'next' into develop 2025-04-14 10:36:44 +00:00
nocobase[bot]
4895689d2f Merge branch 'main' into next 2025-04-14 10:36:23 +00:00
Zeke Zhang
6d50f7e9b1
fix(FilterForm): do not trigger filtering when validation fails (#6659) 2025-04-14 18:35:59 +08:00
nocobase[bot]
16fba03a06 Merge branch 'next' into develop 2025-04-14 10:34:45 +00:00
Zeke Zhang
ba83b2b1be
feat: support automatic data block refresh (#6591) (#6658)
* fix: update FilterContext to allow null parent value

* fix: refactor context usage from FilterContext to DataBlocksContext in FilterProvider and SchemaSettings

* feat: add highlight and unhighlight functionality for data blocks in SchemaSettings

* Revert "fix: refactor context usage from FilterContext to DataBlocksContext in FilterProvider and SchemaSettings"

This reverts commit a75c7002010785f1cfd2e78c4f5998d0194366bc.

* Revert "fix: update FilterContext to allow null parent value"

This reverts commit 6eb0b1989e20be8310f8dbce4e875e862123f2b3.

* feat: add AllDataBlocksProvider and integrate it into SchemaSettings and Page components

* feat: add BlocksSelector component and integrate data block refresh functionality in Action and SchemaSettings

* feat: optimize handleClick to use useMemo for better performance and refresh data blocks after onClick

* feat: add dialog visibility control in BlocksSelector for improved user experience

* fix: avoid error

* feat: add highlight and scroll tracking functionality for data blocks

* feat: add transition

* feat: add tootip

* fix: prevent closed dialog blocks from appearing in the BlocksSelector options

* fix: handle errors during block refresh to prevent crashes

* chore: fix build

* feat: add AllDataBlocksProvider to BlockTemplatePage and export from index

* feat: set width for AfterSuccess dialog to 700

* feat: wrap MobileRouter with AllDataBlocksProvider for improved data handling

* feat: export BlocksSelector component and integrate into AfterSuccess settings

* fix: ensure container visibility is managed correctly in highlightBlock and unhighlightBlock functions

* fix: remove unnecessary display property manipulation in highlightBlock and simplify unhighlightBlock logic

* chore: hide data refresh after sucess option from block template configure page

* fix: revert code format

---------

Co-authored-by: gchust <gchust@qq.com>
2025-04-14 18:34:21 +08:00
nocobase[bot]
41e7725afc Merge branch 'next' into develop 2025-04-14 10:27:53 +00:00
Junyi
23d7e09fa5
refactor(plugin-workflow): change tasks api (#6640)
* refactor(plugin-workflow): change tasks api

* refactor(plugin-workflow): change task center popup logic

* refactor(preset): remove some builtin plugins
2025-04-14 18:27:28 +08:00
nocobase[bot]
dc224957d5 Merge branch 'next' into develop 2025-04-14 08:19:59 +00:00
chenos
75c8265392 Merge branch 'main' into next
# Conflicts:
#	CHANGELOG.md
#	CHANGELOG.zh-CN.md
2025-04-14 16:19:04 +08:00
Zeke Zhang
c10579e57f chore: add disabled prop to VariableSelect in RawTextArea 2025-04-14 16:12:04 +08:00
aaaaaajie
d49d841bd8 refactor: update sync runner handle unique index 2025-04-14 15:29:04 +08:00
aaaaaajie
334a6ba3c4 fix: ui schema repository test 2025-04-14 15:10:26 +08:00
aaaaaajie
d77c332c57 refactor: sync runner handle schema 2025-04-14 14:43:07 +08:00
Katherine
9a0c644650
fix: enable multi-select not working (#6661) 2025-04-14 14:39:29 +08:00
nocobase[bot]
1af62daf9f chore(versions): 😊 publish v1.6.19 2025-04-14 06:26:27 +00:00
nocobase[bot]
3d22350cc9 Merge branch 'next' into develop 2025-04-14 06:04:25 +00:00
chenos
9ce7674d5b Merge branch 'main' into next
# Conflicts:
#	packages/core/client/src/schema-component/antd/collection-select/__tests__/collection-select.test.tsx
2025-04-14 14:03:33 +08:00
chenos
72828200b9
fix: error: ENOTEMPTY: directory not empty (#6660) 2025-04-14 13:59:19 +08:00
Katherine
659e98039a
fix: label cutoff issue in horizontal layout with colon (#6655)
* fix: label cutoff issue in horizontal layout with colon

* fix: test

* fix: test

* fix: test
2025-04-13 21:34:03 +08:00
aaaaaajie
89d50029bf fix: test 2025-04-13 20:34:58 +08:00
aaaaaajie
cce8f8ae7b fix: remove only 2025-04-13 20:06:04 +08:00