3565 Commits

Author SHA1 Message Date
nocobase[bot]
0a6fbbf5ec Merge branch 'next' into develop 2025-04-15 15:45:00 +00:00
Junyi
aefd78bc09
fix(plugin-acl): fix role in cache (#6674) 2025-04-15 23:44:35 +08:00
nocobase[bot]
149e88d141 Merge branch 'next' into develop 2025-04-15 14:55:47 +00:00
chenos
dbed7f71b0 Merge branch 'main' into next
# Conflicts:
#	packages/core/create-nocobase-app/templates/app/package.json.tpl
2025-04-15 22:54:59 +08:00
chenos
5808ee57e2
chore(deps): upgrade some dependencies to latest versions (#6673)
* chore(deps): upgrade some dependencies to latest versions

* fix: --skip-dev-dependencies

* fix: compression
2025-04-15 22:53:07 +08:00
Katherine
91207a77f1
fix: vertical scrollbar appears when iframe block is set to full height (#6675) 2025-04-15 22:50:48 +08:00
nocobase[bot]
0892a57a73 Merge branch 'next' into develop 2025-04-15 13:31:31 +00:00
Junyi
bc519a118c
fix(plugin-workflow): fix migration (#6667)
* fix(plugin-workflow): fix migration

* fix(plugin-workflow): change findOrCreate to simple logic
2025-04-15 21:31:05 +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
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
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
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]
1af62daf9f chore(versions): 😊 publish v1.6.19 2025-04-14 06:26:27 +00:00
nocobase[bot]
62d857b1bc chore(versions): 😊 publish v1.7.0-beta.16 2025-04-11 16:42:25 +00:00
nocobase[bot]
777f07859a Merge branch 'next' into develop 2025-04-11 15:39:42 +00:00
chenos
cec36c849f
fix: await addNewTexts 2025-04-11 23:39:20 +08:00
nocobase[bot]
8b983f8913 chore(versions): 😊 publish v1.6.18 2025-04-11 13:05:40 +00:00
nocobase[bot]
26d937b864 Merge branch 'next' into develop 2025-04-11 06:26:55 +00:00
nocobase[bot]
8c5edfc494 Merge branch 'main' into next 2025-04-11 06:26:34 +00:00
nocobase[bot]
3ecf1c8a64 Merge branch 'next' into develop 2025-04-11 00:46:37 +00:00
Junyi
e65ff559c2
fix(plugin-workflow): fix loading enabled workflows list with stats (#6642)
* fix(plugin-workflow): fix loading enabled workflows list with stats

* fix(plugin-workflow): add fallback logic to make sure workflow has stats
2025-04-11 08:46:14 +08:00
Junyi
32ae82bb31
refactor(client): add default type fallback api for (#6644) 2025-04-11 08:45:48 +08:00
Zeke Zhang
fb5e627e8d Merge branch 'next' into develop 2025-04-10 23:04:41 +08:00
Zeke Zhang
6d435dbcf8 Merge branch 'main' into next 2025-04-10 22:57:07 +08:00
Zeke Zhang
49a9c6365b
refactor: optimize prompt information (#6641)
* fix: update error block to display a custom image and improved messages when no pages are found

* feat: add no pages result display with custom message and icon in LayoutContent

* feat: add translations for UI editor prompts and update no pages message in multiple locales

* feat: add tip display when no pages are found in LayoutContent

* fix: ensure minimum height for mobile tab bar content

* fix: remove unnecessary margin from mobile action page styles and block initializer
2025-04-10 22:50:57 +08:00
nocobase[bot]
faab08083b Merge branch 'next' into develop 2025-04-10 14:46:04 +00:00
Zeke Zhang
9ab6f7a956 style(mobile): fix top-right corner style 2025-04-10 22:45:17 +08:00
nocobase[bot]
95952c7a45 chore(versions): 😊 publish v1.7.0-beta.15 2025-04-10 03:29:03 +00:00
nocobase[bot]
f6c27821f2 Merge branch 'next' into develop 2025-04-10 03:01:48 +00:00
Junyi
5717e91a0b
fix(plugin-workflow): fix oom when create job with unsafe integer id (#6637)
* fix(plugin-workflow): fix oom when create job with unsafe integer id

* chore(plugin-workflow): remove useless code

* chore(plugin-workflow): remove only for test case

* fix(plugin-workflow): fix test cases

* fix(plugin-workflow): fix test case

* fix(plugin-workflow): fix pg test case
2025-04-10 11:01:25 +08:00
nocobase[bot]
345a3dd27c Merge branch 'next' into develop 2025-04-10 01:07:10 +00:00
gchust
f9b2720ef2
fix: save as template error if block is using a deleted ref template (#6638) 2025-04-09 22:42:53 +08:00
nocobase[bot]
b7559068bd Merge branch 'next' into develop 2025-04-09 13:44:08 +00:00
nocobase[bot]
ab8316bc21 Merge branch 'main' into next 2025-04-09 13:43:43 +00:00