279 Commits

Author SHA1 Message Date
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
Zeke Zhang
97333d0c06
refactor(Menu): optimize menu interface (#5955)
* feat: define desktopRoutes collection

* feat: convert routes to schema

* feat: support to add new route

* feat: support to delete routes

* feat: adaptor Hidden option

* feat: adaptor Edit option

* fix: fix incomplete menu display issue

* feat: support to insert

* feat: adjust permission configuration page interface

* feat: add listAccessible action

* feat: routes table

* feat: edit button

* style: optimize style

* chore: add confirm text

* fix: delete corresponding schema when removing routes to ensure data consistency

* chore: add field type

* feat: create a tab when creating a page

* fix: fix tabs issue

* fix: avoid undefined error

* fix: should hide menu when it's hideInMenu is true

* fix: should refresh menu when updating it

* chore: optimize params

* fix: fix tab when adding child

* chore: should display empty

* fix: fix subapp path

* fix: fix activeKey of tab

* chore: add translation

* chore: prevent menu collapse after adding new menu item

* refactor: rename useDesktopRoutes to useNocoBaseRoutes

* fix: fix tab path

* fix: fix draging issue

* feat: support to set Hidden for Tab

* feat: implement move

* fix: draging

* chore: add migration

* fix: fix migration

* chore: fix build

* chore: fix e2e test

* fix: fix menu creation position issue

* fix: migration

* chore: add translation

* fix: fix some bugs

* fix: fix 'Move to'

* fix: compile Route name in permission management page

* fix: fix table selection issue

* chore: add comment

* fix: hidden

* fix: fix mobile route path

* fix: do not select parent node when selecting child nodes

* fix(mobile): hide menu

* fix(mobile): path

* fix(mobile): fix schema

* fix(mobile): compile tab title

* fix: fix permission configuration page selection error

* fix: fix selection issues

* fix(migration): transform old permission configuration to new permission configuration

* chore: translate fields title

* feat: support localization

* fix: fix pagination

* chore: fix build

* fix: change aclSnippet

* chore: fix unit tests

* fix: fix error

* chore: fix unit tests of server

* chore(migration): update version of migration

* chore: fix e2e tests

* chore: fix build error

* chore: make e2e tests pass

* chore: fix migration error

* fix: show ellipsis when text overflows

* fix: show ellipsis when text overflows

* chore: change 'Access' to 'View'

* fix: should use sort field to sort

* fix: fix tab drag and drop issue

* refactor: rename unnamed tab label to 'Unnamed'

* fix: fix draging issue

* refactor: add 'enableTabs' field

* refactor: optimize route fields

* refactor: optimize migration

* fix: set enableTabs to false when creating page

* refactor: change empty tab name to 'Unnamed'

* fix: fix tab path

* fix: avoid undefined error

* chore(migration): update appVersion

* fix(migration): fix page issue

* chore: fix unit test

* fix(mobile): fix incorrect path

* fix(mobile): fix enableTabs issue

* fix: disable Add child route button when enableTabs is false

* fix: fix embed issue

* fix(migration): add migration for mobile

* chore: update migration

* fix: fix tab title not updating issue

* fix: fix untranslated text issue

* fix: fix routes table style

* fix: fix group issue

* fix(mobile): fix 404 issue

* fix: should hide tabs when creating page

* fix: should translate tabs title

* fix: fix translation issue

* fix(migration): fix appVersion

* fix: fix ACL

* fix: should set paginate to true and filter out hidden items

* fix(migration): fix bug

* refactor(desktopRoutes): add enableHeader and displayTitle

* fix: fix permission issue

* fix(mobile): fix error

* fix(mobile): fix migration error

* fix(migration): compatible with older versions

* fix: make unit tests pass

* chore: ignore some failing test cases

* chore: test

* fix: test
2025-01-24 13:02:38 +08:00
nocobase[bot]
1250300fb2 chore(versions): 😊 publish v1.4.30 2025-01-23 00:13:10 +00:00
nocobase[bot]
7601386e18 chore(versions): 😊 publish v1.5.0-beta.33 2025-01-21 09:51:26 +00:00
nocobase[bot]
a326f7efae chore(versions): 😊 publish v1.4.29 2025-01-21 07:13:43 +00:00
nocobase[bot]
38f247c33d chore(versions): 😊 publish v1.4.28 2025-01-21 04:32:08 +00:00
nocobase[bot]
93b8f93b74 chore(versions): 😊 publish v1.6.0-alpha.17 2025-01-19 12:54:20 +00:00
nocobase[bot]
4ba5dc0d6c chore(versions): 😊 publish v1.6.0-alpha.16 2025-01-19 06:19:56 +00:00
nocobase[bot]
8baec18988 chore(versions): 😊 publish v1.6.0-alpha.15 2025-01-19 02:05:02 +00:00
nocobase[bot]
201e9c713a chore(versions): 😊 publish v1.4.27 2025-01-18 10:09:11 +00:00
nocobase[bot]
4dcffddbcd chore(versions): 😊 publish v1.5.0-beta.32 2025-01-17 13:27:34 +00:00
nocobase[bot]
18fec90aa8 chore(versions): 😊 publish v1.5.0-beta.31 2025-01-16 16:37:04 +00:00
nocobase[bot]
d9f6ba2f81 chore(versions): 😊 publish v1.4.26 2025-01-16 13:26:47 +00:00
nocobase[bot]
c4a681203b chore(versions): 😊 publish v1.5.0-beta.30 2025-01-16 03:04:22 +00:00
nocobase[bot]
11cf17b5e2 chore(versions): 😊 publish v1.5.0-beta.29 2025-01-16 01:12:01 +00:00
nocobase[bot]
7c246743d1 chore(versions): 😊 publish v1.4.25 2025-01-15 21:41:45 +00:00
nocobase[bot]
c9747e2990 chore(versions): 😊 publish v1.4.24 2025-01-14 12:19:29 +00:00
nocobase[bot]
d0372a88a5 chore(versions): 😊 publish v1.5.0-beta.28 2025-01-14 07:57:58 +00:00
nocobase[bot]
4f523316b4 chore(versions): 😊 publish v1.6.0-alpha.14 2025-01-14 05:56:55 +00:00