197 Commits

Author SHA1 Message Date
nocobase[bot]
53e9ad38cd chore(versions): 😊 publish v1.6.0-beta.16 2025-03-04 03:20:25 +00:00
nocobase[bot]
08f4d7eeb0 chore(versions): 😊 publish v1.6.0-beta.15 2025-02-27 04:27:59 +00:00
nocobase[bot]
8c801015d2 chore(versions): 😊 publish v1.6.0-beta.14 2025-02-27 01:13:54 +00:00
nocobase[bot]
220721d5d5 chore(versions): 😊 publish v1.6.0-beta.13 2025-02-26 15:01:33 +00:00
nocobase[bot]
60b1bfc742 chore(versions): 😊 publish v1.6.0-beta.12 2025-02-26 00:09:44 +00:00
nocobase[bot]
b6f666e0d9 chore(versions): 😊 publish v1.6.0-beta.11 2025-02-24 12:10:09 +00:00
nocobase[bot]
5d17e0941d chore(versions): 😊 publish v1.6.0-beta.10 2025-02-24 06:02:03 +00:00
nocobase[bot]
4691a6146f chore(versions): 😊 publish v1.6.0-beta.9 2025-02-22 07:09:03 +00:00
nocobase[bot]
4087b7a58c chore(versions): 😊 publish v1.6.0-beta.8 2025-02-14 16:23:18 +00:00
nocobase[bot]
8836fcaa5b chore(versions): 😊 publish v1.6.0-beta.7 2025-02-14 05:04:34 +00:00
Sheldon Guo
acb61e214f
fix(auth): enhance token concurrent update and auth error handling logic (#6208)
* fix: add optional chaining for safe access to response headers in auth middleware

* fix: add skipNotify option to handle error notifications in SSE stream

* fix: handle expired session error in auth flow and remove unused cache update

* fix: implement renewed JTI cache duration and update related tests

* fix: add skipNotify option to updateUnreadMsgsCount for improved notification handling
2025-02-14 10:55:02 +08:00
nocobase[bot]
aff51d3683 chore(versions): 😊 publish v1.6.0-beta.6 2025-02-13 07:00:25 +00: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]
25c5637bde chore(versions): 😊 publish v1.5.6 2025-02-12 01:01:13 +00:00
nocobase[bot]
a56fb7cacf chore(versions): 😊 publish v1.6.0-beta.5 2025-02-11 12:54:47 +00:00
nocobase[bot]
406549a002 chore(versions): 😊 publish v1.6.0-beta.4 2025-02-11 04:23:54 +00: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
nocobase[bot]
9fb0a05a98 chore(versions): 😊 publish v1.5.4 2025-02-10 12:27:57 +00:00
nocobase[bot]
3b48f1e646 Merge branch 'next' into develop 2025-02-10 00:25:16 +00:00
nocobase[bot]
e838c1bb9e Merge branch 'main' into next 2025-02-10 00:24:42 +00:00
衣不如新
6f5515abbc
fix: add user filter to message timestamp and title subqueries (#6185) 2025-02-10 08:24:14 +08:00
Sheldon Guo
feb9074e56
refactor(test): modify the test function login to be asynchronous and update the relevant test cases (#6181)
* refactor(test): modify the test function login to be asynchronous and update the relevant test cases
2025-02-08 13:53:30 +08:00
nocobase[bot]
c0ec18c0ec chore(versions): 😊 publish v1.6.0-alpha.23 2025-02-07 11:53:20 +00:00
Sheldon Guo
0144e2e510
fix(auth): use loginWithJti to update authentication-related test cases and prevent errors (#6175)
* refactor(auth): update login method to use loginWithJti for test cases
2025-02-07 17:45:48 +08:00
nocobase[bot]
2fac130a47 chore(versions): 😊 publish v1.5.3 2025-02-07 09:29:51 +00:00
nocobase[bot]
cd50adcf5e chore(versions): 😊 publish v1.6.0-alpha.22 2025-02-07 07:46:20 +00:00
nocobase[bot]
ba6797a172 chore(versions): 😊 publish v1.6.0-beta.3 2025-02-07 04:18:54 +00: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]
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]
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
xilesun
46df34b4f5 Merge branch 'next' into develop 2025-02-05 21:48:49 +08:00
xilesun
ad7a65c3e4 Merge branch 'main' into next 2025-02-05 21:41:14 +08:00
Sheldon Guo
bae769c6bf
chore: add homepage links to notification plugins in package.json (#6150)
* feat: add homepage links to notification plugins in package.json
2025-02-03 09:52:21 +08:00
nocobase[bot]
c43fe72a66 chore(versions): 😊 publish v1.6.0-alpha.20 2025-02-02 04:55:59 +00:00
nocobase[bot]
9c50b055e0 chore(versions): 😊 publish v1.4.34 2025-02-02 04:55:56 +00:00
nocobase[bot]
e7c5f9d731 chore(versions): 😊 publish v1.5.0-beta.34 2025-02-01 03:58:20 +00: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
nocobase[bot]
f8d75f1da3 chore(versions): 😊 publish v1.4.31 2025-01-26 05:21:21 +00:00
nocobase[bot]
4d0b1117b1 chore(versions): 😊 publish v1.6.0-alpha.19 2025-01-25 12:54:44 +00:00
Chareice
2b58c13aa5
chore: migration rules 2025-01-24 22:31:39 +08:00
nocobase[bot]
61488d95af chore(versions): 😊 publish v1.6.0-alpha.18 2025-01-24 06:10:10 +00:00