4283 Commits

Author SHA1 Message Date
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
Zeke Zhang
e29f9fa39e Merge branch 'next' into develop 2025-01-24 16:46:21 +08:00
katherinehhh
955c167f5e Merge branch 'main' into next 2025-01-24 15:51:52 +08:00
nocobase[bot]
61488d95af chore(versions): 😊 publish v1.6.0-alpha.18 2025-01-24 06:10:10 +00:00
chenos
fda336ed31
chore: move AesEncryptor to the core (#6132) 2025-01-24 13:27:58 +08: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
Katherine
11a3e5b2b5
fix: linkage rules in subtable/subform affecting blocks in association field popups (#5543)
* fix: linkage rules in subtable/subform affecting blocks in association field popups

* Revert "fix: linkage rules in subtable/subform affecting blocks in association field popups"

This reverts commit 9417ccc2952d6a64cfabf97ec3afc5dd65225abc.

* fix: fix linkage rules issue in subtable

* test: add e2e test

* chore: make e2e pass

* chore: update e2e test

* fix: e2e error

---------

Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-01-24 08:35:14 +08:00
Zeke Zhang
76c826150b
fix: fix the issue where oho field block does not request data (#6125) 2025-01-23 12:23:15 +08:00
Katherine
0b6ed37fa4
fix: filter button nonfilterable field settings affecting other table block with the same collection (#6121) 2025-01-23 11:48:46 +08:00
Zeke Zhang
049b2a542f
fix: the content is not displayed in the quick add popup (#6123) 2025-01-23 11:01:32 +08:00
Zeke Zhang
c14530b9f5
fix: refresh entire block after adding field (#6117) 2025-01-23 10:52:53 +08:00
nocobase[bot]
bf756708a5 Merge branch 'next' into develop 2025-01-23 02:46:43 +00:00
nocobase[bot]
4ca070a7e6 Merge branch 'main' into next 2025-01-23 02:46:16 +00:00
ChengLei Shao
f66a48abd0
fix: update table value without primary keys (#6124)
* fix: update table value without primary keys

* fix: test

* fix: test
2025-01-23 10:45:54 +08:00
nocobase[bot]
1250300fb2 chore(versions): 😊 publish v1.4.30 2025-01-23 00:13:10 +00:00
Sheldon Guo
42cefed6b2
chore: adjust the kernel to support IP restriction plugin. (#6069)
* fix: prevent infinite reload on blocked IP error and set X-Forwarded-For header in proxy

* feat: add middleware to extract client IP and set it in context

* test: add unit tests for extract client IP middleware
2025-01-22 19:56:37 +08:00
Zeke Zhang
21095d0127
fix(Table): fix incorrect rowKey (#6109)
* fix(Table): fix incorrect rowKey

* fix: add key for table row
2025-01-22 17:40:13 +08:00
nocobase[bot]
c4588b2e93 Merge branch 'next' into develop 2025-01-22 09:29:47 +00:00
Zeke Zhang
86b813850e
fix: loading mode (#6115) 2025-01-22 17:29:20 +08:00
nocobase[bot]
45524c1ad7 Merge branch 'next' into develop 2025-01-22 09:17:56 +00:00
Zeke Zhang
03db13f241
fix: refresh association field data after page switching (#6114) 2025-01-22 17:17:29 +08:00
nocobase[bot]
22bb0eba39 Merge branch 'next' into develop 2025-01-22 09:16:20 +00:00
Katherine
778d98e038
fix: merge bug (#6118)
* fix: merge bug

* fix: merge bug
2025-01-22 14:32:41 +08:00
nocobase[bot]
8a06af7295 Merge branch 'next' into develop 2025-01-22 06:22:41 +00:00
katherinehhh
8243db5e3d fix: merge bug 2025-01-22 14:21:42 +08:00
nocobase[bot]
d441e523a4 Merge branch 'next' into develop 2025-01-22 02:15:14 +00:00
katherinehhh
982936963b Merge branch 'main' into next 2025-01-22 10:13:55 +08:00
Katherine
dddd4616ca
fix: drag issue in quick popup add action for association field (#6112) 2025-01-21 20:01:37 +08: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
Sheldon Guo
20ae334f4c
feat(template-print-support): provide auxiliary support for template printing functionality (#5713) (#6111)
* chore: update .gitignore to exclude print-templates and modify APIClient type definition
2025-01-21 15:05:29 +08:00
nocobase[bot]
38f247c33d chore(versions): 😊 publish v1.4.28 2025-01-21 04:32:08 +00:00
nocobase[bot]
f3d1a6df68 Merge branch 'next' into develop 2025-01-21 04:10:44 +00:00
nocobase[bot]
54e7fa3616 Merge branch 'main' into next 2025-01-21 04:10:22 +00:00
chenos
e61637e1f8
fix: association field default value (#6103) 2025-01-21 12:09:56 +08:00
chenos
5a6ddea268 Merge branch 'next' into develop
# Conflicts:
#	packages/plugins/@nocobase/plugin-file-manager/src/server/actions/attachments.ts
2025-01-20 17:43:46 +08:00
nocobase[bot]
273299cc3c Merge branch 'main' into next 2025-01-20 09:22:15 +00:00
chenos
4de54a1167
fix: permission denied for sock files (#6092)
* fix: permission denied for sock files

* fix: error
2025-01-20 17:21:50 +08:00
Jiannx
7ccf088a06
Feat/support s3 storage next (#6096)
* feat: change upload components

* feat: restore original component in schema, support useUploadProps register

* feat: s3 upload support relation fileds

* feat: export buildin storages

* chore: remove invalid file

* fix: change getStorage action name

* fix: change action name getDesensitizedStorage to getDesensitized

* fix: add storage get action

* fix: remove useStorageRules

* fix: change action get to getBasicInfo

* fix: adjust server test case
2025-01-20 14:34:43 +08:00
mytharcher
6af8f4cfdf Merge branch 'next' into develop 2025-01-20 12:09:17 +08:00
nocobase[bot]
994ba878fc Merge branch 'main' into next 2025-01-20 03:59:29 +00:00
Katherine
a36f1151f0
fix: remove form data template from bulk edit action form (#6098) 2025-01-20 11:59:07 +08:00
katherinehhh
9159d2ada8 Merge branch 'main' into next 2025-01-20 11:57:59 +08:00