Zeke Zhang
0996cef67e
Merge branch 'next' into 730
2024-11-14 08:29:36 +08:00
Zeke Zhang
5baf5d4beb
feat(loading): add delay for loading component
2024-11-13 21:44:23 +08:00
ChengLei Shao
9fe1775ca3
chore: support update field attribute in collection ( #5643 )
2024-11-13 19:09:02 +08:00
Zeke Zhang
96a9456483
refactor(Action): replace RecursionField with NocoBaseRecursionField
2024-11-13 18:07:26 +08:00
YANG QIA
6198c99706
feat(basic-auth): allows to configure sign up form ( #5639 )
...
* feat(auth): allows to configure signup form
* feat(basic-auth): allows to configure sign up form
* test: remove only
2024-11-13 15:16:52 +08:00
chenos
08c90afb69
Merge branch 'next' into 730
2024-11-13 10:17:48 +08:00
nocobase[bot]
bd6894fb35
Merge branch 'main' into next
2024-11-13 02:03:46 +00:00
Junyi
eefad31179
fix(client): support o2o and m2m (array) to use file collection ( #5637 )
2024-11-13 09:54:24 +08:00
Zeke Zhang
37ec2b1537
Merge branch 'next' into 730
2024-11-13 09:36:10 +08:00
nocobase[bot]
f218c0b1c6
Merge branch 'main' into next
2024-11-13 01:14:09 +00:00
ChengLei Shao
97b63b9b90
fix: import with m2m id field ( #5623 )
2024-11-13 09:13:26 +08:00
Zeke Zhang
ddb363d935
Merge branch 'next' into 730
2024-11-12 22:32:49 +08:00
Katherine
4394f72b6d
feat: add support for block height setting in action panel ( #5628 )
...
* feat: add support for block height setting in action panel
* fix: bug
2024-11-12 20:40:58 +08:00
Sheldon Guo
66e0f02216
chore(in-app-message): update icon ( #5638 )
...
* fix(plugin-notification-manager): fix compile function bug
* fix(plugin-notification-in-app-message): update icon from MailOutlined to BellOutlined
2024-11-12 17:45:30 +08:00
Junyi
50146dc8c3
feat(plugin-workflow): support union key in collection event ( #5627 )
2024-11-12 15:45:51 +08:00
Katherine
6badfd8983
style: optimize mobile styling for reduced field spacing and a more compact display ( #5605 )
...
* style: mobile style improve
* style: action penal style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
2024-11-12 15:05:00 +08:00
Junyi
3f86115f84
fix(plugin-workflow-loop): fix condition checking ( #5634 )
2024-11-12 12:25:51 +08:00
Junyi
e42c480d85
fix(plugin-notification-manager): fix template compiling ( #5630 )
2024-11-12 09:28:06 +08:00
Zeke Zhang
87b67bc460
chore(NocoBaseRecursionField): add isUseFormilyField
2024-11-11 22:18:11 +08:00
Chareice
ea63b549ff
chore: commands
2024-11-11 21:53:26 +08:00
Chareice
416450d470
fix: filter target key with single item array
2024-11-11 21:51:48 +08:00
nocobase[bot]
af9465e2c8
Merge branch 'main' into next
2024-11-11 12:34:00 +00:00
Junyi
b7495a7757
fix(evaluators): change formula.js to default calculation engine ( #5626 )
2024-11-11 20:33:39 +08:00
nocobase[bot]
07b95c388a
chore(versions): 😊 publish v1.4.0-alpha.8
2024-11-11 04:15:27 +00:00
nocobase[bot]
8618a33d68
chore(versions): 😊 publish v1.4.0-alpha.7
2024-11-11 02:25:11 +00:00
nocobase[bot]
9470479100
chore(versions): 😊 publish v1.3.48-beta
2024-11-11 02:20:28 +00:00
nocobase[bot]
95134d0273
Merge branch 'main' into next
2024-11-10 02:22:04 +00:00
chenos
451210a248
docs: update README.md
2024-11-10 10:09:21 +08:00
nocobase[bot]
63ba93dfd1
Merge branch 'main' into next
2024-11-10 02:06:13 +00:00
ChengLei Shao
bea2d4880e
fix: import with m2m id field ( #5623 )
2024-11-10 10:05:53 +08:00
Chareice
a56cd6742c
fix: list meta permission
2024-11-09 22:16:59 +08:00
Sheldon Guo
35b5872338
feat(notification-manager): enhance channel manager UI ( #5621 )
2024-11-09 18:49:19 +08:00
xilesun
d55f83942b
fix(users): issue of this
keyword in middleware
2024-11-09 14:05:20 +08:00
Junyi
90d9231fc5
feat(client): add delimiters props to variable text ( #5620 )
...
* feat(client): add delimiters props to variable text
* refactor(plugin-notification-iam): change delimiters for url in message template
2024-11-09 10:26:28 +08:00
Zeke Zhang
35ce179bf1
Merge branch 'next' into 730
2024-11-08 15:07:38 +08:00
Junyi
a223f4448e
feat(plugin-workflow): branch presetting ( #5570 )
...
* fix(client): fix core component bug and warnings
* feat(plugin-workflow): add preset and branching config before add node
* refactor(plugin-workflow): fix AddNodeContext and adjust styles
* fix(plugin-workflow): fix default config value in preset form
* fix(plugin-workflow): fix e2e cases
* fix(plugin-workflow-parallel): fix e2e test cases
* fix(plugin-workflow): fix e2e test cases
2024-11-08 13:43:39 +08:00
ChengLei Shao
c728146160
refactor: collections api ( #5610 )
...
* chore: test
* chore: list meta
* chore: list meta api
* fix: test
2024-11-08 12:44:13 +08:00
ChengLei Shao
85a6c171fa
fix: import with datetime no tz field ( #5614 )
...
* fix: import with datetime no tz field
* chore: console.log
* chore: console.log
2024-11-08 11:41:56 +08:00
nocobase[bot]
d1b4ccc1aa
chore(versions): 😊 publish v1.3.47-beta
2024-11-08 02:25:17 +00:00
Zeke Zhang
091f189a1b
Merge branch 'next' into 730
2024-11-08 09:56:25 +08:00
nocobase[bot]
3733676d6e
chore(versions): 😊 publish v1.4.0-alpha.6
2024-11-08 01:15:45 +00:00
nocobase[bot]
b3ea409d6c
chore(versions): 😊 publish v1.4.0-alpha.5
2024-11-08 00:48:42 +00:00
nocobase[bot]
6c8a2ae3b5
chore(versions): 😊 publish v1.4.0-alpha.4
2024-11-08 00:26:17 +00:00
nocobase[bot]
3801a2e145
chore(versions): 😊 publish v1.4.0-alpha.3
2024-11-07 14:57:03 +00:00
Zeke Zhang
5f6df64bb2
Merge branch 'next' into 730
2024-11-07 22:00:42 +08:00
xilesun
56089dbdf9
fix(error-handler): test
2024-11-07 21:56:11 +08:00
xilesun
d5a7d7c8e7
Merge branch 'main' into next
2024-11-07 21:16:09 +08:00
ChengLei Shao
ef1ded8ff2
fix: import with date field ( #5606 )
...
* fix: import with dateOnly and datetimeNoTz field
* fix: import with date field
* fix: export datetime filed
* fix: test
* fix: test
* fix: test
* fix: unixtimestamp import
* chore: test
2024-11-07 21:05:58 +08:00
YANG QIA
e70d2d1c9e
chore(auth): optimize error message ( #5612 )
2024-11-07 20:41:03 +08:00
nocobase[bot]
a671fff804
Merge branch 'main' into next
2024-11-07 06:52:34 +00:00