Sheldon Guo
fb28a4406f
fix: add skipNotify option to updateUnreadMsgsCount for improved notification handling
2025-02-14 08:12:13 +08:00
Sheldon Guo
0e169da245
fix: implement renewed JTI cache duration and update related tests
2025-02-14 07:36:28 +08:00
Sheldon Guo
ddff4e9b7c
fix: test
2025-02-14 05:27:43 +08:00
sheldon guo
e2b7c5109e
fix: handle expired session error in auth flow and remove unused cache update
2025-02-13 16:30:28 +08:00
sheldon guo
2137af619d
fix: add skipNotify option to handle error notifications in SSE stream
2025-02-13 16:01:03 +08:00
sheldon guo
5393e3ddd8
fix: add optional chaining for safe access to response headers in auth middleware
2025-02-13 09:55:44 +08:00
katherinehhh
1834cd6f05
Merge branch 'main' into next
2025-02-12 21:38:56 +08:00
Katherine
dfa58024dc
fix: missing drag setting in quick-create operation modal ( #6201 )
...
* fix: missing drag setting in quick-create operation modal
* fix: test
2025-02-12 21:36:52 +08:00
nocobase[bot]
34df510621
Merge branch 'main' into next
2025-02-12 13:17:46 +00:00
Katherine
6912403127
fix: issue with high precision number formatting not applying ( #6202 )
2025-02-12 21:17:24 +08:00
nocobase[bot]
f79412daab
Merge branch 'main' into next
2025-02-12 13:16:16 +00:00
Katherine
fc8e4a38c4
fix: issue where edit action is displayed for rows without edit permission ( #6204 )
2025-02-12 21:15:49 +08:00
nocobase[bot]
c204b3890c
Merge branch 'main' into next
2025-02-12 12:05:21 +00:00
Sheldon Guo
4b24da98ea
chore(sse): remove console error logging for SSE connection retries ( #6205 )
...
* fix(sse): improve error logging for SSE connection retries
* fix(sse): prevent errors by returning early if response data is undefined
2025-02-12 20:04:55 +08:00
nocobase[bot]
7607e6f565
Merge branch 'main' into next
2025-02-12 11:01:14 +00:00
Zeke Zhang
ad584f5237
fix(action-context): replace loading flag with service.loading for better state management ( #6206 )
2025-02-12 19:00:33 +08:00
nocobase[bot]
34dfabc4c7
Merge branch 'main' into next
2025-02-12 10:59:45 +00:00
Zeke Zhang
b680f3f9b4
fix(variable): lazy loaded data should not be saved in the original c… ( #5540 )
...
* fix(variable): lazy loaded data should not be saved in the original context object
* fix: make unit test pass
2025-02-12 18:58:37 +08:00
nocobase[bot]
25c5637bde
chore(versions): 😊 publish v1.5.6
2025-02-12 01:01:13 +00:00
nocobase[bot]
c3760d5d69
Merge branch 'main' into next
2025-02-12 00:28:22 +00:00
Zeke Zhang
2308100796
fix: handle undefined dataLoadingMode in BlockRequestContextProvider ( #6200 )
2025-02-12 08:27:55 +08:00
nocobase[bot]
c8c26dfc14
Merge branch 'main' into next
2025-02-11 14:17:30 +00:00
YANG QIA
c1b55cece9
fix(data-vi): chart blocks do not display when added to the popups of action panel ( #6198 )
...
* fix(data-vi): charts do not display when added to the popups of action panel
* chore: add optional chain
2025-02-11 22:17:04 +08:00
nocobase[bot]
a56fb7cacf
chore(versions): 😊 publish v1.6.0-beta.5
2025-02-11 12:54:47 +00:00
nocobase[bot]
629d16ab92
Merge branch 'main' into next
2025-02-11 08:05:29 +00:00
Zeke Zhang
d313000274
fix: use form values when customizing request action if record data is unavailable ( #6196 )
2025-02-11 16:04:58 +08:00
Zeke Zhang
4808b6e684
fix: add optional chaining for menu title in translateTitle function
2025-02-11 15:16:23 +08:00
nocobase[bot]
406549a002
chore(versions): 😊 publish v1.6.0-beta.4
2025-02-11 04:23:54 +00:00
nocobase[bot]
9c04caee14
Merge branch 'main' into next
2025-02-11 04:18:49 +00:00
Zeke Zhang
291c3025ba
fix: fallback to form values when record data is not available in customize request action ( #6194 )
2025-02-11 12:18:26 +08:00
nocobase[bot]
7ae43ce9a7
Merge branch 'next' into develop
2025-02-11 03:00:27 +00:00
nocobase[bot]
4dd4b56a4d
Merge branch 'main' into next
2025-02-11 03:00:04 +00:00
nocobase[bot]
b1b521c4fd
Merge branch 'next' into develop
2025-02-11 03:00:02 +00:00
Katherine
09381bed76
fix: table block height setting not applied when there is no data ( #6192 )
2025-02-11 10:59:42 +08:00
nocobase[bot]
8fa1d41b70
Merge branch 'main' into next
2025-02-11 02:59:38 +00:00
Katherine
59c467bdc4
fix: form block not displayed when adding a create form via a popup action in a table row ( #6190 )
2025-02-11 10:59:13 +08:00
nocobase[bot]
de2fd10401
chore(versions): 😊 publish v1.5.5
2025-02-11 02:13:55 +00:00
nocobase[bot]
1647f5501d
Merge branch 'next' into develop
2025-02-11 01:00:14 +00:00
nocobase[bot]
bb9f7d276a
Merge branch 'main' into next
2025-02-11 00:59:52 +00:00
Sheldon Guo
c8e067cec1
test: add test for retrieving latest message title and timestamp in in-app channels ( #6189 )
2025-02-11 08:59:31 +08:00
YANG QIA
232d348b18
feat(l10n): text source registration in l10n plugin & l10n for desktop and mobile routes ( #6180 )
...
* feat(l10n): support text source registration in l10n plugin & l10n for desktop and mobile routes
* fix: build & test
* fix: build & tests
* fix: e2e
* fix: frontend test
* chore: update
* chore: migration
* fix: document title
* fix: header title
2025-02-10 23:56:46 +08:00
Zeke Zhang
9f7cc39a3d
fix(page): improve document title handling and remove unused request ( #6188 )
...
* fix(page): improve document title handling and remove unused request
* fix(tests): remove unused remote schema request test for Page component
2025-02-10 20:42:12 +08:00
nocobase[bot]
9fb0a05a98
chore(versions): 😊 publish v1.5.4
2025-02-10 12:27:57 +00:00
nocobase[bot]
fd0f6f7276
Merge branch 'main' into next
2025-02-10 10:09:17 +00:00
Junyi
76a6a5e196
fix(client): fix use block context ( #6187 )
2025-02-10 18:08:52 +08:00
nocobase[bot]
bbae7f6d5b
Merge branch 'next' into develop
2025-02-10 09:14:25 +00:00
nocobase[bot]
265ed6110b
Merge branch 'main' into next
2025-02-10 09:14:03 +00:00
Zeke Zhang
cfd940e18c
fix: linkage rules issue ( #6182 )
...
* fix: linkage rules issue
* chore: e2e
2025-02-10 17:13:37 +08:00
nocobase[bot]
f31e5458d1
Merge branch 'next' into develop
2025-02-10 04:27:43 +00:00
nocobase[bot]
cd0fc88384
Merge branch 'main' into next
2025-02-10 04:27:21 +00:00