8897 Commits

Author SHA1 Message Date
Katherine
4d1f28bf57
feat: compatible with historical button access control settings (#6376)
* feat: compatible with historical button access control settings

* fix:  bug
2025-03-10 18:34:19 +08:00
Katherine
a8532e874a
fix: error when editing fields in external data source (#6402) 2025-03-10 17:04:15 +08:00
Junyi
58b5396c30
refactor(plugin-workflow-action-trigger): support to use end node to determine status (#6399) 2025-03-10 16:01:35 +08:00
nocobase[bot]
1320b59b2f Merge branch 'main' into next 2025-03-10 06:39:03 +00:00
Zeke Zhang
e3123a4abb
refactor: remove useless code (#6397) 2025-03-10 14:38:41 +08:00
nocobase[bot]
c2e2344a83 chore(versions): 😊 publish v1.6.0-beta.19 v1.6.0-beta.19 2025-03-10 06:13:38 +00:00
nocobase[bot]
9ae5cf26ad Merge branch 'main' into next 2025-03-10 03:18:17 +00:00
nocobase[bot]
70b0194e52 chore(versions): 😊 publish v1.5.26 v1.5.26 2025-03-10 03:17:56 +00:00
nocobase[bot]
bd3d3d3067 Merge branch 'main' into next 2025-03-10 02:53:58 +00:00
chenos
5cb6088db3
fix: mtime 2025-03-10 10:53:32 +08:00
nocobase[bot]
a7c35e84c6 Merge branch 'main' into next 2025-03-10 02:38:28 +00:00
chenos
8d62af75a0
fix: dist 2025-03-10 10:38:05 +08:00
chenos
c0d2c330ab
fix: useApp 2025-03-10 10:35:49 +08:00
nocobase[bot]
ca73889d52 Merge branch 'main' into next 2025-03-10 02:03:39 +00:00
Katherine
7e75c19d60
fix: collectionField undefined in sortable (#6395) 2025-03-10 10:03:17 +08:00
nocobase[bot]
79c6934335 Merge branch 'main' into next 2025-03-10 01:52:02 +00:00
Zeke Zhang
e80ef27f79 fix: move visibility check for action button to the correct location 2025-03-10 09:51:30 +08:00
nocobase[bot]
39f505360d chore(versions): 😊 publish v1.6.0-beta.18 v1.6.0-beta.18 2025-03-09 23:29:10 +00:00
nocobase[bot]
c9fe03ddeb Merge branch 'main' into next 2025-03-09 15:31:12 +00:00
nocobase[bot]
0b78432a01 docs: update changelogs 2025-03-09 15:30:43 +00:00
nocobase[bot]
1425f1fa0b Merge branch 'main' into next 2025-03-09 15:18:04 +00:00
nocobase[bot]
5e02115d67 chore(versions): 😊 publish v1.5.25 v1.5.25 2025-03-09 15:17:39 +00:00
nocobase[bot]
5d4354b6ca Merge branch 'main' into next 2025-03-09 14:21:13 +00:00
gchust
609dcd245c
fix: yarn start cache issue (#6394) 2025-03-09 22:20:41 +08:00
ajie
dad8213cad
fix: the page is blank after switching roles (#6388)
* fix: set mobileRoutes do not take effect v2

* chore: remove test only

* feat: roles desktop routes migration script and test

* feat: roles mobile routes migration script and test

---------

Co-authored-by: 霍世杰 <huoshijie@192.168.1.70>
2025-03-09 18:01:29 +08:00
nocobase[bot]
1c8c796938 Merge branch 'main' into next 2025-03-09 09:49:02 +00:00
Katherine
83681a387e
fix: date picker format error (#6392) 2025-03-09 17:48:40 +08:00
Katherine
283e2a1a7e
fix: mobile date picker format (#6390) 2025-03-09 16:20:48 +08:00
Sheldon Guo
79ef798b38
fix(auth): handle non-existent user with 401 error and update locale messages (#6381)
* fix(auth): handle non-existent user with 401 error and update locale messages

* fix(auth): enhance error handling for 401 status with specific error codes

* fix(auth): improve 401 error handling by checking for specific error codes
2025-03-09 08:09:13 +08:00
Katherine
3f6ecd65ed
fix: theme switching fails after multiple consecutive switches (#6387) 2025-03-09 07:43:57 +08:00
chenos
a6e03e35b4
fix: acl snippet 2025-03-07 23:16:47 +08:00
Sheldon Guo
0c81b52b30
test: add token security config test for API key authentication (#6361) 2025-03-07 22:50:17 +08:00
nocobase[bot]
1670cead6c Merge branch 'main' into next 2025-03-07 09:16:37 +00:00
N3tN00b3r
a1fe85bd03
Adding italian translation for plugins (#6316)
* Add italian translation

* Create it-IT.json
2025-03-07 17:16:16 +08:00
nocobase[bot]
06090aa0f6 chore(versions): 😊 publish v1.6.0-beta.17 v1.6.0-beta.17 2025-03-07 07:24:50 +00:00
nocobase[bot]
5620e924ce Merge branch 'main' into next 2025-03-07 06:19:37 +00:00
nocobase[bot]
24415e9a32 docs: update changelogs 2025-03-07 06:19:10 +00:00
nocobase[bot]
d4b613ad6a Merge branch 'main' into next 2025-03-07 05:39:55 +00:00
nocobase[bot]
247a9d93fd chore(versions): 😊 publish v1.5.24 v1.5.24 2025-03-07 05:39:31 +00:00
Zeke Zhang
5bc1d6f6c1 fix: move useApp import to the bottom to prevent frontend test failures 2025-03-07 12:55:07 +08:00
Zeke Zhang
216e13f744
fix: integrate menu translation for route titles in admin layout (#6377)
* fix: integrate menu translation for route titles in admin layout

* fix: add useMenuTranslation hook for improved localization in routes table schema

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2025-03-07 12:04:59 +08:00
Zeke Zhang
28500dd114
fix: properly handle hidden field in tab routing (#6366)
* fix: format code and improve readability in routesTableSchema.tsx

* fix: properly handle hidden field in tab routing
2025-03-07 11:58:18 +08:00
Zeke Zhang
1c07aecdb4
fix: handle undefined menu titles in MenuPermissions component (#6364) 2025-03-07 11:57:48 +08:00
Zeke Zhang
57af4c1787
fix: correct parentSchemaUid reference in routesTableSchema (#6362) 2025-03-07 11:56:31 +08:00
YANG QIA
0bce6fe1dc
fix(users): "No permissions" error when users without user management permissions view their profile (#6382) 2025-03-07 11:38:26 +08:00
nocobase[bot]
af4959cee7 Merge branch 'main' into next 2025-03-07 03:36:55 +00:00
YANG QIA
c0bb9dff91
feat(data-vi): support nulls sorting in chart queries (#6383) 2025-03-07 11:36:33 +08:00
nocobase[bot]
97d6a2e74d Merge branch 'main' into next 2025-03-07 02:51:37 +00:00
Junyi
f6ec9f82b4
refactor(plugin-workflow): add option to skip triggering in collection event (#6379) 2025-03-07 10:51:15 +08:00
YANG QIA
5581eb069f
fix(users): no permissions error when updating system settings in user management (#6380) 2025-03-06 22:08:35 +08:00