3677 Commits

Author SHA1 Message Date
nocobase[bot]
8e5881d24c Merge branch 'next' into develop 2025-05-06 02:33:54 +00:00
YANG QIA
e1d48a964e
fix(verification): migration script (#6820)
* fix(verification): migration script

* fix: bug
2025-05-06 10:33:31 +08:00
Zeke Zhang
2bed193a40
feat(auth): support the "Forgot Password" function (#6616)
* chore: stash

* chore: stash

* feat: lostPassword

* fix: refactor getEmailConfig to remove async and improve reset password link generation

* feat: resetPassword and checkResetToken

* feat: implement lostPassword, resetPassword, and checkResetToken actions with ACL permissions

* test: add tests for lostPassword

* test: add unit tests for auth:resetPassword and auth:checkResetToken

* fix: update resetPassword tests to remove unnecessary 'values' wrapper and improve token validation

* chore: add localized messages

* feat: add support for HTML email content in lostPassword functionality

* feat: add showForgotPassword prop to Password component and update SignInForm to use it

* feat: add ForgotPasswordPage component and implement lostPassword API call

* feat: add ResetPasswordPage component and integrate reset password functionality

* fix: avoid crashing

* feat: update text in password-related components to English

* feat: update labels in Options component to English

* feat: enhance SignInForm with forgot password link and sign up option

* fix: should hide 'Forgot password' when not enabled

* feat: add reset link expiration option in authentication settings

* fix: update emailer retrieval in notification manager to use async method

* fix: add loading state to forgot password form submission

* fix: update options handling in BasicAuth and improve reset password link generation

* fix(ForgotPasswordPage): handle loading state correctly during password reset

* fix(auth): enhance email template variable parsing for password reset notifications

* fix(auth): add baseURL parameter to password reset functionality

* fix(locale): add missing translations for password reset functionality in multiple languages

* chore: add loading

* fix(locale): add default email subject and content for password reset in multiple languages

* fix(locale): add notification channel messages and update password reset email content in multiple languages

* fix(auth): update email configuration to use notification channel instead of email channel

* fix(locale): update notification channel messages and reset link expiration text in multiple languages

* fix(locale): update reset password email content and add expiration details in multiple languages

* fix(auth): update email configuration to use notification channel and add system settings to reset password email

* feat(auth): include authenticator name in lost password flow and update related components

* feat(auth): add X-Authenticator header handling and update related locale messages

* fix: remove unused date variable from email parsing in BasicAuth

* fix: remove redundant form reset calls in useCreateAction and useUpdateAction

* fix: fix the issue of field default values not working
2025-05-06 09:19:34 +08:00
nocobase[bot]
0afd17901c chore(versions): 😊 publish v1.7.0-beta.27 2025-05-04 13:56:38 +00:00
nocobase[bot]
543736b110 Merge branch 'next' into develop 2025-05-01 09:54:05 +00:00
nocobase[bot]
6e188b9571 Merge branch 'main' into next 2025-05-01 09:53:42 +00:00
Junyi
cefb1ead55
feat(cli): add benchmark script (#6623)
* feat(cli): add benchmark script

* chore(cli): remove useless code

* fix(plugin-workflow): fix validate logic

* chore(package): remove package manager

* fix(cli): fix glob

* fix(cli): change to fast-glob

* fix(plugin-workflow): add dependency

* fix(build): change server build target to node

* test(build): change ncc build target to es2023

* fix: tinybench

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2025-05-01 17:53:14 +08:00
nocobase[bot]
461525353b Merge branch 'next' into develop 2025-04-30 10:30:06 +00:00
Katherine
86b6603b1d
feat: support variables in secondary confirmation title and content (#6787)
* feat: support variables in secondary confirmation title and content

* fix: bug

* fix: build error

* fix: e2e

* fix: test

* fix: test

* fix: test

* fix: test

* fix: bug

* fix: e2e test

* fix: e2e test

* fix: e2e test

* fix: e2e test

* fix: e2e test
2025-04-30 18:29:42 +08:00
nocobase[bot]
569e2444ae Merge branch 'next' into develop 2025-04-30 01:34:54 +00:00
xilesun
dfc5ec098c fix(verification): migration version number 2025-04-30 09:34:05 +08:00
nocobase[bot]
09c53403eb chore(versions): 😊 publish v1.6.25 2025-04-29 11:57:38 +00:00
nocobase[bot]
0ae42b35b9 Merge branch 'next' into develop 2025-04-29 07:27:14 +00:00
nocobase[bot]
0965749f8c Merge branch 'main' into next 2025-04-29 07:26:50 +00:00
YANG QIA
6cb13f73e6
fix(auth): disallow changing of authenticator uid (#6808) 2025-04-29 15:26:23 +08:00
nocobase[bot]
9f3d2a9ce3 Merge branch 'next' into develop 2025-04-29 06:23:03 +00:00
Katherine
ab1cf294d6
fix: duplicate linkage rules in the operation panel's link action (#6806) 2025-04-29 14:22:37 +08:00
nocobase[bot]
459475d0ee Merge branch 'next' into develop 2025-04-28 13:02:16 +00:00
Katherine
9c789b88c4
fix: custom request response set to variable not displaying correctly (#6793) 2025-04-28 21:01:35 +08:00
nocobase[bot]
b25d99ea11 Merge branch 'next' into develop 2025-04-28 11:49:05 +00:00
nocobase[bot]
090e012384 Merge branch 'main' into next 2025-04-28 11:48:43 +00:00
Junyi
3b1b4cfef5
fix(plugin-file-manager): add oss timeout option default to 10min (#6795) 2025-04-28 19:48:18 +08:00
nocobase[bot]
19225ab829 chore(versions): 😊 publish v1.7.0-beta.26 2025-04-28 07:07:10 +00:00
nocobase[bot]
b9bbdb56fa Merge branch 'next' into develop 2025-04-28 04:05:56 +00:00
nocobase[bot]
4f33515136 chore(versions): 😊 publish v1.7.0-beta.25 2025-04-28 04:04:59 +00:00
nocobase[bot]
20202eba62 Merge branch 'next' into develop 2025-04-27 11:50:47 +00:00
Sheldon Guo
c2521a04c1
feat(file-manager): add getFileStream api (#6741) 2025-04-27 19:50:24 +08:00
nocobase[bot]
33141d100e chore(versions): 😊 publish v1.7.0-beta.24 2025-04-25 13:16:59 +00:00
nocobase[bot]
936eddcc4b Merge branch 'next' into develop 2025-04-25 09:27:03 +00:00
Katherine
163ec58136
feat: support linkage rules in blocks (#6636)
* feat: support linkage rules setting for association block action

* chore: linkage rule

* fix: bug

* fix: bug

* refactor: linkage rule

* refactor: code imporve

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* refactor: code imporve

* fix: test

* fix: test

* fix: test

* test: e2e test

* fix: bug

* fix: bug

* fix: test

* fix: e2e test

* fix: bug

* feat: block support linkage rule

* feat: block support linkage rule

* feat: form block support linkage rule

* refactor: code improve

* refactor: detail block support linkage rule

* chore: support legacy leftVar in linkage rules

* fix: bug

* refactor: gantt support linkage rule

* refactor: map block support linkage rule

* fix: bug

* feat: markdown support linkage rule

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: create submit linkage rule

* fix: action panel

* refactor: code improve

* fix: bug

* refactor: action panpel support linkage rule

* fix: test

* fix: bug

* refactor: code improve

* fix: test

* fix: code improve

* fix: e2e test

* refactor: chart block

* refactor: support markdown under form block

* fix: bug

* refactor: refresh & expend action support linkage rule

* refactor: code improve

* fix: test

* fix: bug

* fix: bug

* fix: e2e test

* fix: e2e test

* fix: e2e test

* fix: test

* fix: test

* fix: merge bug

* fix: test

* fix: test bug

* fix: merge bug

* fix: bug

* fix: build error

* fix: bug

* fix: bug

* fix: bug

* fix: e2e test

* fix: e2e test

* fix: e2e test
2025-04-25 17:26:39 +08:00
nocobase[bot]
3e78a9f063 Merge branch 'next' into develop 2025-04-25 07:05:49 +00:00
Katherine
cf57be8fb4
fix: action panel icon missing when icon-only is enabled (#6773) 2025-04-25 15:05:26 +08:00
nocobase[bot]
733dd4d0d3 Merge branch 'next' into develop 2025-04-25 02:52:10 +00:00
YANG QIA
757765228f
feat(data-vi): add extended API for field interface configuration (#6742)
* feat(data-vi): add extend api

* feat(data-vi): add extend API for field interface configuration
2025-04-25 10:51:46 +08:00
nocobase[bot]
8788fc9292 Merge branch 'next' into develop 2025-04-24 15:05:38 +00:00
gchust
b923d89fa0
feat: keep reference templates feature (#6743)
* feat: be able to create reference template

* chore: update template title

* fix: template menu position inconsitant

* chore: add reference templates into block template management view

* fix: menu not correct

* fix: incorrect label

* chore: remove useless component

* fix: build error

* fix: incorrect translate

* fix: incorrect  translate tab [skip ci]

* chore: remove edit icon[skip ci]

* fix: e2e tests failing
2025-04-24 23:05:12 +08:00
nocobase[bot]
c4582474b7 Merge branch 'next' into develop 2025-04-24 12:10:33 +00:00
nocobase[bot]
b1eda23558 Merge branch 'main' into next 2025-04-24 12:10:10 +00:00
Katherine
e2e4c69941
refactor: unavailableActions to sql collection and view collection (#6765)
* refactor: unavailableActions to sql collection and view collection

* fix: unavailableActions
2025-04-24 20:09:42 +08:00
nocobase[bot]
5cf066a865 chore(versions): 😊 publish v1.7.0-beta.23 2025-04-24 11:45:11 +00:00
nocobase[bot]
bfe77cd81d chore(versions): 😊 publish v1.6.24 2025-04-24 10:20:37 +00:00
nocobase[bot]
57ba3d54b3 Merge branch 'next' into develop 2025-04-24 09:59:23 +00:00
Katherine
a9fb7ea56e
feat(custom-request): support variable in success message of custom request action (#6694)
* feat: support variable  in success message of custom request action

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug
2025-04-24 17:59:01 +08:00
nocobase[bot]
eae9775fa5 Merge branch 'next' into develop 2025-04-24 07:09:26 +00:00
Katherine
2ef89513ff
refactor: remove icon from row buttons in plugin (#6760) 2025-04-24 15:09:01 +08:00
nocobase[bot]
851f35657a chore(versions): 😊 publish v1.7.0-alpha.12 2025-04-24 01:43:51 +00:00
nocobase[bot]
d7c4921d1d chore(versions): 😊 publish v1.7.0-beta.22 2025-04-24 00:00:43 +00:00
nocobase[bot]
c8e5a1c7e7 chore(versions): 😊 publish v1.6.23 2025-04-23 15:06:25 +00:00
nocobase[bot]
7fb0805888 chore(versions): 😊 publish v1.7.0-beta.21 2025-04-23 10:21:44 +00:00
nocobase[bot]
ddbb00f7b0 Merge branch 'next' into develop 2025-04-23 08:50:25 +00:00