406 Commits

Author SHA1 Message Date
Katherine
435dc80a78
fix: "Select from existing data" still showing when disable “Allow mu… (#6167)
* fix: "Select from existing data" still showing when disable “Allow multiple ” in to-many subform

* fix: bug
2025-02-07 17:03:38 +08:00
nocobase[bot]
68870f8bc0 Merge branch 'next' into develop 2025-02-06 14:13:46 +00:00
Katherine
474c0421c6
fix: time field operator set to between in filter form, component didn't change to time range picker (#6170) 2025-02-06 22:12:57 +08:00
nocobase[bot]
51c4286a5a Merge branch 'next' into develop 2025-02-06 13:28:07 +00:00
Katherine
ab6b43745f
fix: kanban and calendar block popup edit form didn't show 'Unsaved changes' warning (#6172) 2025-02-06 21:27:23 +08:00
nocobase[bot]
86f44e747a Merge branch 'next' into develop 2025-01-26 11:55:17 +00:00
Zeke Zhang
173e1169e1
fix: should refresh page when deleting block (#6139)
* fix: should refresh page when deleting block

* fix: bug

* chore: skip unstable test
2025-01-26 19:54:54 +08: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
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
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
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
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
nocobase[bot]
e3919ec190 Merge branch 'next' into develop 2025-01-18 10:07:40 +00:00
Zeke Zhang
be28e6325d Merge branch 'main' into next 2025-01-18 18:06:27 +08:00
Zeke Zhang
d96afe674f
fix: fix the issue of empty data when opening popup in embedded page (#6086) 2025-01-18 17:55:42 +08:00
Katherine
2945532630
feat: support setting description property in block (#6015)
* feat: support setting description property in block

* fix: bug

* fix: bug

* fix: test

* chore: set block height

* fix: bug

* fix: bug

* fix: test
2025-01-17 20:39:39 +08:00
nocobase[bot]
fbec7c2e1d Merge branch 'next' into develop 2025-01-16 01:42:03 +00:00
Zeke Zhang
4e10bee161
fix(defaultValue): fix the issue where the default value of easy reading mode is not taking effect (#6066)
* test: add e2e test

* fix: ensure proper dependency tracking
2025-01-16 09:34:47 +08:00
nocobase[bot]
813120f20d Merge branch 'next' into develop 2025-01-10 03:34:27 +00:00
Katherine
3b7dfc4cf7
refactor: remove linkage rules from Associate button (#6016)
* refactor: remove linkage rules from Associate button

* fix: bug
2025-01-10 11:33:59 +08:00
nocobase[bot]
158134baf4 Merge branch 'next' into develop 2025-01-10 03:11:25 +00:00
Zeke Zhang
64a7ca31b5 Merge branch 'main' into next 2025-01-10 11:10:36 +08:00
Zeke Zhang
e1889ef502
fix(variable): fix incorrect field display of current record in sub-details (#6030) 2025-01-10 10:56:52 +08:00
Zeke Zhang
ea82812222
fix(linkageRules): fix invalid issue of form linkage rules (#5876) (#6023)
* fix(linkageRules): fix invalid issue of form linkage rules (#5876)

* test: add e2e test

* fix: complete the fix

* fix: fix e2e errors

* fix: fix e2e errors

* feat(table): add support for conditional styling based on pretty mode

* feat(FormItem): enhance wrapperStyle to conditionally apply padding based on background color

* chore: skip e2e test

---------

Co-authored-by: sheldon guo <sheldon_66@163.com>
2025-01-09 19:08:18 +08:00
chenos
85238df440 Merge branch 'next' into develop
# Conflicts:
#	packages/core/client/src/locale/zh-CN.json
2025-01-09 18:19:38 +08:00
nocobase[bot]
1e3b945537 Merge branch 'main' into next 2025-01-09 02:17:05 +00:00
Katherine
390c41a164
refactor: support maxTagCount:'responsive' in multi-select component (#6007)
* refactor: support maxTagCount:'responsive' in multi-select component

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test
2025-01-09 10:03:42 +08:00
Katherine
8b2ec36150
feat: add schemaSetting to show file name for attachments (#5995)
* feat: add schemaSettig to show file name for attachments

* fix: bug

* fix: bug

* fix: bug

* fix: bug
2025-01-08 17:55:48 +08:00
Katherine
5d5f455b3c
feat: supports configuring dynamic environment variables and secrets (#5966)
* feat: environments plugin

* feat: improve code

* fix: improve code

* feat: improve code

* refactor: package description

* feat: bulk import

* fix: remove

* refactor: file manager support environment variables

* refactor: file manager support environment variables

* refactor: map manager support environment variables

* refactor: support environment variables

* refactor: support environment variables

* refactor: support delete environment variables

* fix: bug

* refactor: workflow support environment variables

* refactor: email  environment variables

* refactor: support bulk import

* refactor: support bulk import

* refactor: support bulk import

* refactor: support bulk import

* refactor: code improve

* feat: env

* chore: update

* feat: environment

* fix: bug

* fix: acl snippet

* fix: acl snippets

* chore: map manager

* refactor: support line break

* refactor: support password

* chore: environment variables

* fix: bug

* fix: bug

* chore: enviroment variables

* chore: system settings

* fix: improve code

* feat: verification

* feat: map

* feat: file-manager

* feat: notification

* fix: bug

* feat: workflow

* fix: improve code

* fix: bug

* feat: data-source

* feat: auth

* fix: error

* fix: bug

* refactor: description

* refactor: locale

* refactor: locale

* refactor: locale

* refactor: code improve

* refactor: locale

* refactor: locale

* style: style improve

* fix: error

* fix: bug

* fix: bug

* refactor: environment

* fix: ellipsis

* refactor: password

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* chore: test

* fix: cache

* fix: mysql dialect options

* refactor: email config form

* fix: bug

* fix: bug

* fix: authenticator.dataValues parse

* fix: include undefined

* fix: json

* fix: json parse

* chore: enviromentProvider

* fix: acl

* fix: rowKey

* fix: update ProviderOptions.tsx

* feat: get app instance

* fix: bug

* fix: text

* fix: build error

* fix: error

* chore: migration rules options

* chore: migration rules

* refactor: code improve

* feat: env v2

* chore: environment varibales

* chore: environment serve

* fix: getVariables

* feat: improve code

* fix: bug

* chore: collection options for migration

* chore: tree collection options

* chore: migration rules

* chore: migration rules

* chore: env api

* chore: env api

* fix: optionsKeysNotAllowedInEnv

* fix: required true

* fix: improve code

* fix: app refresh

* fix: remove db.import

* fix: type error

* fix: map

* refactor: locale improve

* refactor: tx-cos

* fix: undefined

* refactor: code improve

* chore: use bookworm

* fix: npm add user

* fix: npm login

* fix: npm adduser

* fix: npm adduser

* fix: expect

* fix: expect

* fix: environmentVariables

* refactor: support bulk delete & filter

* refactor: locale improve

* feat: filter

* refactor: useGlobalVariable

* fix: scope

* fix: bug

* fix: optionsKeysNotAllowedInEnv

* fix: test error

* fix: test

* fix: test

* feat: improve code

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: Chareice <chareice@live.com>
2025-01-08 09:32:49 +08:00
nocobase[bot]
9992b5fd75 Merge branch 'next' into develop 2025-01-07 13:41:18 +00:00
nocobase[bot]
2fe0c222a0 Merge branch 'main' into next 2025-01-07 13:40:55 +00:00
Katherine
2b1614d99b
refactor: bulk edit form submit button: remove field assignment and linkage rule (#6008) 2025-01-07 21:40:24 +08:00
nocobase[bot]
348dfb708a Merge branch 'next' into develop 2025-01-05 03:58:46 +00:00
nocobase[bot]
decac271c7 Merge branch 'main' into next 2025-01-05 03:58:22 +00:00
Katherine
38d1ab4f1b
fix: parent collection fields not loaded in the kanban (#5985) 2025-01-05 11:57:58 +08:00
nocobase[bot]
cb16369459 Merge branch 'next' into develop 2025-01-03 09:04:13 +00:00
Zeke Zhang
122d33aaf5 Merge branch 'main' into next 2025-01-03 17:03:27 +08:00
ldq
c9cf85e120
feat: (Input.Preview) add oversized option and object-fit support (#5907)
- Add 'oversized' (120px) size option for preview images
- Add object-fit configuration to control image display mode
- International locale configuration

Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-01-03 13:12:20 +08:00
YANG QIA
a15a2a9540
feat(users): allows to custom profile editing form (#5698)
* feat(users): allows to custom profile editing form

* chore: update

* fix: build

* fix: build

* fix: build

* fix: migration

* chore: update

* feat: parse schema

* feat: trigger workflows

* fix: test

* fix: test

* fix: issues

* fix: user menu

* fix: user menu

* fix: e2e

* fix: z-index

* fix: bug

* fix: designable

* fix: required validation

* fix: test

* fix: forms

* fix: version

* fix: designable
2024-12-23 22:23:18 +08:00
nocobase[bot]
9f6688b436 Merge branch 'next' into develop 2024-12-23 01:40:46 +00:00
chenyongxin
5dee3427de
feat: datePickerComponentFieldSettingAddDateLimitRange (#5852)
* feat: datePickerComponentFieldSettingAddDateLimitRange

* feat: handling sub tables and sub forms
2024-12-23 09:40:24 +08:00