4125 Commits

Author SHA1 Message Date
nocobase[bot]
cd50adcf5e chore(versions): 😊 publish v1.6.0-alpha.22 2025-02-07 07:46:20 +00:00
nocobase[bot]
6a6fb14cb0 Merge branch 'next' into develop 2025-02-07 03:07:10 +00:00
nocobase[bot]
1f19e9b162 Merge branch 'main' into next 2025-02-07 03:06:49 +00:00
Zeke Zhang
554cad3353
fix: belongsToArray (#6173) 2025-02-07 11:06:25 +08:00
nocobase[bot]
f88e7381ef chore(versions): 😊 publish v1.6.0-beta.2 2025-02-07 02:55:03 +00:00
nocobase[bot]
c71edbb4e7 chore(versions): 😊 publish v1.6.0-alpha.21 2025-02-07 01:51:40 +00:00
nocobase[bot]
68870f8bc0 Merge branch 'next' into develop 2025-02-06 14:13:46 +00:00
nocobase[bot]
aaf3582309 Merge branch 'main' into next 2025-02-06 14:13:21 +00:00
Katherine
474c0421c6
fix: time field operator set to between in filter form, component didn't change to time range picker (#6170) 2025-02-06 22:12:57 +08:00
nocobase[bot]
51c4286a5a Merge branch 'next' into develop 2025-02-06 13:28:07 +00:00
nocobase[bot]
16beec9cc1 Merge branch 'main' into next 2025-02-06 13:27:45 +00:00
Katherine
ab6b43745f
fix: kanban and calendar block popup edit form didn't show 'Unsaved changes' warning (#6172) 2025-02-06 21:27:23 +08:00
nocobase[bot]
522b692ff0 chore(versions): 😊 publish v1.5.2 2025-02-06 12:58:13 +00:00
Sheldon Guo
cab54e9ebb
fix(auth): update client auth middleware logic to prevent token update failure due to concurrency (#6135)
* feat(auth): add logging for token renewal process and new error code for stream requests

* feat(auth): session expiration check everytime

* feat(auth): validate token validity period against session validity period

* fix(auth): correct wording for session validity period in localization file

* fix(auth): update redirect logic to handle specific auth error codes

* fix(auth): correct error response structure for token renewal and stream requests

* fix(auth): add token expiration check to update token status

* fix(notification): add skipAuth option to SSE stream request

* fix(auth): simplify redirect logic in auth check middleware

* fix(auth): update logging to include request headers and enhance error handling in auth middleware
2025-02-06 15:31:18 +08:00
nocobase[bot]
25a35e5770 chore(versions): 😊 publish v1.5.1 2025-02-06 03:12:53 +00:00
nocobase[bot]
de49e21245 Merge branch 'next' into develop 2025-02-06 02:50:54 +00:00
nocobase[bot]
cf913cd529 Merge branch 'main' into next 2025-02-06 02:50:33 +00:00
Zeke Zhang
7bb0084a88
fix: subform default value (#6165)
* fix: default value

* chore: add e2e test
2025-02-06 10:50:10 +08:00
nocobase[bot]
7838a3d2d9 Merge branch 'next' into develop 2025-02-06 00:29:19 +00:00
nocobase[bot]
41085fe5ac Merge branch 'main' into next 2025-02-06 00:28:56 +00:00
gchust
1a4209f073
fix: popover subform incorrect i18n (#6159) 2025-02-06 08:28:23 +08:00
nocobase[bot]
dbf4fb713d chore(versions): 😊 publish v1.5.0 2025-02-05 14:15:43 +00:00
nocobase[bot]
7fad455ae2 chore(versions): 😊 publish v1.6.0-beta.1 2025-02-05 13:56:56 +00:00
nocobase[bot]
c43fe72a66 chore(versions): 😊 publish v1.6.0-alpha.20 2025-02-02 04:55:59 +00:00
nocobase[bot]
038ecb075d Merge branch 'next' into develop 2025-02-02 04:53:53 +00:00
nocobase[bot]
ec88cbd51e Merge branch 'main' into next 2025-02-02 04:53:32 +00:00
Zeke Zhang
02a506d247
fix: unable to submit when selecting data (#6148) 2025-02-02 12:53:07 +08:00
nocobase[bot]
e7c5f9d731 chore(versions): 😊 publish v1.5.0-beta.34 2025-02-01 03:58:20 +00:00
nocobase[bot]
f316b77ae2 Merge branch 'next' into develop 2025-02-01 03:55:44 +00:00
Zeke Zhang
47fd34c5dd
fix: linkage rules of action (#6147) 2025-02-01 11:55:19 +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
Junyi
9bef5ebdf3
fix(actions): fix move action to trigger workflow (#6144)
* fix(actions): fix move action to trigger workflow

* fix(action): fix import and type
2025-01-27 23:27:26 +08:00
nocobase[bot]
86f44e747a Merge branch 'next' into develop 2025-01-26 11:55:17 +00:00
Zeke Zhang
173e1169e1
fix: should refresh page when deleting block (#6139)
* fix: should refresh page when deleting block

* fix: bug

* chore: skip unstable test
2025-01-26 19:54:54 +08:00
nocobase[bot]
f8d75f1da3 chore(versions): 😊 publish v1.4.31 2025-01-26 05:21:21 +00:00
nocobase[bot]
5d8a8759ef Merge branch 'next' into develop 2025-01-26 05:14:24 +00:00
Zeke Zhang
5d84e4e9eb Merge branch 'main' into next 2025-01-26 13:13:29 +08:00
Zeke Zhang
2a88c8a3b0
fix: button linkage rule is not taking effect (#6140) 2025-01-26 13:08:37 +08:00
Zeke Zhang
ecaee603bd
fix(useCompile): avoid error (#6141) 2025-01-26 13:04:03 +08:00
nocobase[bot]
d845e63765 Merge branch 'next' into develop 2025-01-25 14:20:41 +00:00
nocobase[bot]
de782020d2 Merge branch 'main' into next 2025-01-25 14:20:19 +00:00
ChengLei Shao
b6d83503c3
fix: query uuid field (#6138)
* fix: query uuid field

* fix: test
2025-01-25 22:19:54 +08:00
nocobase[bot]
4d0b1117b1 chore(versions): 😊 publish v1.6.0-alpha.19 2025-01-25 12:54:44 +00:00
nocobase[bot]
8eb3b87dc3 Merge branch 'next' into develop 2025-01-24 15:06:35 +00:00
katherinehhh
cae5d68211 Merge branch 'main' into next 2025-01-24 23:05:50 +08:00
Katherine
a00dcb78cb
refactor: optimize filter component in filter form to match filterable settings (#6110)
* fix: display checkbox field as select in filter form

* fix: bug

* chore: filterCollectionffield

* refactor: code improve

* fix: bug

* fix: bug

* fix: isTruly and isFalsy

* fix: bug

* fix: bug

* fix: bug

* fix: bug

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2025-01-24 23:00:35 +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
Chareice
2b58c13aa5
chore: migration rules 2025-01-24 22:31:39 +08:00
Katherine
3f68c5b836
fix: incorrect variable display in association field quick-add form (#6119)
* fix: incorrect variable display in association field quick-add form

* fix: current popup record

* fix: bug
2025-01-24 21:30:45 +08:00