nocobase[bot]
1b49e542cf
Merge branch 'main' into next
2024-12-31 02:40:23 +00:00
YANG QIA
f229f9f0f9
feat(m2m-array): supports using "Table selected records" variable in m2m array fields ( #5974 )
2024-12-31 10:40:01 +08:00
nocobase[bot]
e866ee4771
Merge branch 'next' into develop
2024-12-31 01:45:10 +00:00
nocobase[bot]
0e0b4a4361
Merge branch 'main' into next
2024-12-31 01:44:45 +00:00
chenos
e47f0ff342
fix: the firstOrCreate and updateOrCreate methods of the repository lose context ( #5973 )
2024-12-31 09:44:16 +08:00
nocobase[bot]
b76beab03a
Merge branch 'next' into develop
2024-12-30 23:49:25 +00:00
nocobase[bot]
f85147d0b7
chore(versions): 😊 publish v1.5.0-beta.19
v1.5.0-beta.19
2024-12-30 23:49:06 +00:00
nocobase[bot]
9d319ed4b0
Merge branch 'next' into develop
2024-12-30 23:46:17 +00:00
Zeke Zhang
695e2249ce
fix(popup): fix the issue where clicking on a relationship field does not open the popup ( #5972 )
2024-12-31 07:45:51 +08:00
nocobase[bot]
f69153e92a
Merge branch 'next' into develop
2024-12-30 13:39:58 +00:00
nocobase[bot]
08130f333e
Merge branch 'main' into next
2024-12-30 13:39:37 +00:00
ChengLei Shao
98fb2063bc
chore: migrate old version unixtimestamp fields ( #5967 )
...
* chore: migrate old version unixtimestamp fields
* chore: migration
* fix: test
2024-12-30 21:39:13 +08:00
Junyi
0b3e46e414
fix(plugin-workflow): fix variable compoent onchange ( #5964 )
2024-12-30 09:48:56 +08:00
shz
be44388e90
refactor(plugin-workflow): change api of manually execute ( #5850 )
...
* feat: add subflow node
* feat: add execution event
* feat: add force option
* feat: avoid recurring call
* feat: add stack to execution
* feat: add cyclic call validator
* feat: collection trigger add execution stack
* fix: stack
* fix: manual execute
* refactor(plugin-workflow): adjust api and implementent
* chore: revert locale back
* feat: trigger field set add scope variables
* feat: add changeOnSelect
* feat: variables support ID reference
* feat: change locale
* refactor(plugin-workflow): support execute by passing filterByTk for a record
* refactor(plugin-workflow): adjust props name
* fix(plugin-workflow): fix execute variable context
* fix(plugin-workflow): fix variables and locales
* chore(plugin-workflow): remove demo code
* fix(plugin-workflow): fix import
* fix(plugin-workflow): fix build error
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
2024-12-29 16:54:21 +08:00
YANG QIA
84cfa82304
feat: security ( #5923 )
...
* feat: password policy
* feat: password validator
* fix(inbox): i18n of channel title
* feat: atomic counter
* fix: bug
* fix: bloom
* chore: i18n
* fix: counter
* fix: build
* fix: bug
* fix: z-index
* fix: export
* test: add redis cache test
* fix: test
* fix: test
* fix: test
* fix: bug
* fix: form reset
* fix: locale
* fix: version
* fix: separate cache for sub apps
* chore: update
2024-12-29 08:33:27 +08:00
nocobase[bot]
bee085710d
Merge branch 'next' into develop
2024-12-29 00:30:29 +00:00
nocobase[bot]
9b7e920f94
Merge branch 'main' into next
2024-12-29 00:30:07 +00:00
ChengLei Shao
20a4e14d4b
fix: prevent creation of collection with existing name ( #5962 )
...
* Fix: prevent creation of collection with existing name
* fix: test
* fix: test
2024-12-29 08:29:41 +08:00
nocobase[bot]
d7b58d1f94
Merge branch 'next' into develop
2024-12-28 14:45:30 +00:00
xilesun
35b76da8dd
fix: test
2024-12-28 22:44:42 +08:00
nocobase[bot]
702a335b6d
Merge branch 'next' into develop
2024-12-28 14:31:01 +00:00
nocobase[bot]
887f989da0
Merge branch 'main' into next
2024-12-28 14:30:36 +00:00
YANG QIA
a89269d25a
test: sub app agent ( #5963 )
...
* test: sub agent
* chore: test
---------
Co-authored-by: Chareice <chareice@live.com>
2024-12-28 22:30:12 +08:00
nocobase[bot]
c685b8ca4a
Merge branch 'next' into develop
2024-12-28 13:29:10 +00:00
Katherine
2fd614fd64
fix: date range picker in filter form/action not showing time picker when showTime=true is set ( #5956 )
2024-12-28 21:28:46 +08:00
nocobase[bot]
10b6f6a851
Merge branch 'next' into develop
2024-12-28 12:48:10 +00:00
nocobase[bot]
31ddbc402f
Merge branch 'main' into next
2024-12-28 12:47:48 +00:00
Katherine
c77a8a35ff
fix: issue with field assignment in subtable when re-select data after deleting data ( #5958 )
...
* fix: issue with field assignment in subtable when re-select data after deleting
* fix: bug
2024-12-28 20:47:22 +08:00
nocobase[bot]
4c0e2c1a82
Merge branch 'next' into develop
2024-12-28 12:02:21 +00:00
nocobase[bot]
936d834eb6
Merge branch 'main' into next
2024-12-28 12:01:58 +00:00
Zeke Zhang
aad9518c0a
chore: change default theme to compact mode ( #5957 )
2024-12-28 20:01:34 +08:00
nocobase[bot]
6a488f2189
Merge branch 'next' into develop
2024-12-27 11:35:35 +00:00
nocobase[bot]
1d57ab1799
Merge branch 'main' into next
2024-12-27 11:35:13 +00:00
Junyi
a6d9f2ff27
fix(plugin-workflow-manual): fix details block context ( #5953 )
...
* fix(client): fix details block context
* fix(plugin-workflow-manual): fix FormBlockProvider context
2024-12-27 19:34:50 +08:00
nocobase[bot]
0a210c1429
Merge branch 'next' into develop
2024-12-27 02:51:09 +00:00
nocobase[bot]
360a8535e1
chore(versions): 😊 publish v1.5.0-beta.18
v1.5.0-beta.18
2024-12-27 02:50:52 +00:00
Junyi
c7831676af
fix(plugin-workflow): fix date range variables ( #5954 )
...
* feat: hidden date range variables from nodes which is not filter components
* feat: remove system daterange variables from plugin
* refactor(plugin-workflow): move date range variables to component
* fix(plugin-workflow): remove useless code
---------
Co-authored-by: Linda <huanghui9850@gmail.com>
2024-12-26 23:42:38 +08:00
nocobase[bot]
7e9cda873f
Merge branch 'next' into develop
2024-12-26 13:31:33 +00:00
nocobase[bot]
fd138ab045
Merge branch 'main' into next
2024-12-26 13:31:11 +00:00
Zeke Zhang
b8618e4c92
fix: fix children field error ( #5951 )
2024-12-26 21:30:49 +08:00
nocobase[bot]
be8f906f46
Merge branch 'next' into develop
2024-12-26 12:56:52 +00:00
Junyi
88cb820cdd
fix(client): remove console.log ( #5721 )
2024-12-26 20:56:27 +08:00
nocobase[bot]
b99ea5fa1d
Merge branch 'next' into develop
2024-12-26 12:17:19 +00:00
nocobase[bot]
4f1358fe4d
Merge branch 'main' into next
2024-12-26 12:16:58 +00:00
nocobase[bot]
2dce1e5a42
docs: update changelogs
2024-12-26 12:16:32 +00:00
nocobase[bot]
123569ed21
Merge branch 'next' into develop
2024-12-26 11:53:05 +00:00
nocobase[bot]
13cf4be201
Merge branch 'main' into next
2024-12-26 11:51:26 +00:00
nocobase[bot]
9ee8f4e481
chore(versions): 😊 publish v1.4.16
v1.4.16
2024-12-26 11:51:03 +00:00
nocobase[bot]
3b3cb6875f
Merge branch 'next' into develop
2024-12-26 10:03:58 +00:00
chenos
6412e08b3f
fix: update ProviderOptions.tsx ( #5949 )
2024-12-26 18:03:30 +08:00