nocobase[bot]
d45d53671d
chore(versions): 😊 publish v1.4.0-beta.11
2024-12-02 05:23:11 +00:00
Katherine
2fcd584846
feat: support attachment file fields in public forms ( #5749 )
...
* feat: support attachment file fields in public forms
* fix: bug
2024-12-02 12:38:23 +08:00
nocobase[bot]
61ab3e265a
Merge branch 'main' into next
2024-12-01 22:44:36 +00:00
Zeke Zhang
ed05cfe626
chore(e2e): make e2e pass
2024-12-02 06:44:05 +08:00
katherinehhh
188950c7a8
Merge branch 'main' into next
2024-12-01 22:30:02 +08:00
Katherine
7a739b91f2
fix: field width issue in sub table in horizontal layout ( #5763 )
2024-12-01 22:26:16 +08:00
Katherine
05ed11eb15
fix: select field to display blank when data is empty ( #5762 )
2024-12-01 21:36:05 +08:00
chenos
33bbfeab85
feat: restart the process when plugins are added or removed ( #5761 )
...
* feat: restart the process when plugins are added or removed
* fix: debounce
* fix: pm2
2024-12-01 18:12:27 +08:00
ChengLei Shao
9166b7acf3
fix: set belongs to many associations ( #5759 )
2024-11-30 20:40:22 +08:00
nocobase[bot]
0e2b6343c2
Merge branch 'main' into next
2024-11-30 12:25:38 +00:00
Junyi
b59d53dde8
refactor(client): change block initializers icons ( #5757 )
2024-11-30 20:25:04 +08:00
nocobase[bot]
15d0ec486e
Merge branch 'main' into next
2024-11-30 00:59:35 +00:00
ChengLei Shao
9ddb4c179e
fix: update association with foreign key ( #5756 )
2024-11-30 08:59:07 +08:00
Katherine
d77b4aa36d
refactor: set small as table default size ( #5755 )
2024-11-29 22:39:20 +08:00
nocobase[bot]
0e019d1317
Merge branch 'main' into next
2024-11-29 14:18:51 +00:00
ChengLei Shao
bff82856e7
fix: update hasOne/belongsTo association values without foreign key ( #5754 )
2024-11-29 22:18:24 +08:00
nocobase[bot]
cc5576f64d
Merge branch 'main' into next
2024-11-29 09:43:35 +00:00
chenos
397e2165a8
chore: update Dockerfile
2024-11-29 17:42:54 +08:00
chenos
04e7627935
chore: add trace log
2024-11-29 12:20:31 +08:00
Katherine
30a16af817
feat: support quick schedule creation by clicking date on calendar block ( #5733 )
...
* feat: calender block
* fix: bug
* fix: bug
* refactor: initialValues for start and end
* fix: bug
* fix: bug
* fix: bug
2024-11-29 10:03:44 +08:00
chenos
f2c3f09685
feat: optimize bulk plugin activation logic
2024-11-29 00:51:31 +08:00
nocobase[bot]
e3ec7bc6aa
chore(versions): 😊 publish v1.3.54
2024-11-28 15:35:38 +00:00
nocobase[bot]
fd24bbfde4
chore(versions): 😊 publish v1.4.0-beta.10
2024-11-28 15:10:36 +00:00
nocobase[bot]
5d60497c37
chore(versions): 😊 publish v1.3.53
2024-11-28 14:34:54 +00:00
nocobase[bot]
bf889c8c15
Merge branch 'main' into next
2024-11-28 12:20:23 +00:00
chenos
fab699a679
fix(cli): daemon mode does not delete sock files ( #5750 )
2024-11-28 20:19:57 +08:00
nocobase[bot]
ea49f1afbb
Merge branch 'main' into next
2024-11-28 05:02:12 +00:00
Katherine
9d5fbf7d6c
fix: build error ( #5748 )
2024-11-28 13:01:48 +08:00
Katherine
07b13d2f5c
fix: scrollbar issue when table has few columns with medium size ( #5745 )
2024-11-28 12:27:00 +08:00
nocobase[bot]
2f1e19c00a
Merge branch 'main' into next
2024-11-28 04:26:38 +00:00
Katherine
15d274e5be
fix: multiple relational fields are linked to the same table ( #5744 )
2024-11-28 12:26:11 +08:00
Junyi
4235b845d8
fix(client): use children component when nullable is false ( #5746 )
2024-11-28 10:30:57 +08:00
nocobase[bot]
2e3cbd160d
chore(versions): 😊 publish v1.4.0-beta.9
2024-11-28 02:21:20 +00:00
Katherine
9fff5c8a8b
refactor: optimize compact theme for mobile ( #5723 )
...
* refactor: optimize compact theme for mobile
* fix: bug
* fix: bug
* style: style improve
* fix: bug
* fix: bug
* fix: bug
2024-11-27 20:57:23 +08:00
nocobase[bot]
6bd5b9b54c
chore(versions): 😊 publish v1.4.0-beta.8
2024-11-27 08:56:37 +00:00
nocobase[bot]
e1b82451af
Merge branch 'main' into next
2024-11-27 07:36:29 +00:00
Katherine
05d973ab02
fix: foreign key field display issue in the data selector ( #5734 )
2024-11-27 15:36:05 +08:00
nocobase[bot]
9300afd80c
chore(versions): 😊 publish v1.4.0-beta.7
2024-11-27 07:22:59 +00:00
YANG QIA
78a20e8fd9
feat(basic-auth): allows to add more fields of user collection in sign up form ( #5741 )
...
* feat(basic-auth): allows to add more fields in sign up form
* feat: backend
* feat: add reactions
* fix: bug
* fix: bug
* chore: optimize
2024-11-27 14:24:56 +08:00
chenos
c825182f32
fix: continent on error ( #5740 )
2024-11-27 14:15:38 +08:00
Sheldon Guo
f56f49d3ca
fix(RemoteSelect component): fix selected option label not loaded on first render ( #5736 )
...
* feat: add defaultParams option to service in RemoteSelect and UsersSelect components
* fix: conditionally set defaultParams in RemoteSelect component
2024-11-27 13:27:35 +08:00
YANG QIA
d62f9507a6
Revert "feat(basic-auth): allows to add more fields in sign up form ( #5717 )" ( #5739 )
...
This reverts commit ac80dd8a3c1aae04d95599e9c2cfd0776825662b.
2024-11-27 12:24:00 +08:00
YANG QIA
ac80dd8a3c
feat(basic-auth): allows to add more fields in sign up form ( #5717 )
...
* feat(basic-auth): allows to add more fields in sign up form
* feat: backend
* feat: add reactions
* fix: bug
2024-11-27 11:42:35 +08:00
nocobase[bot]
42ca3c3ce2
chore(versions): 😊 publish v1.4.0-beta.6
2024-11-26 14:12:06 +00:00
Katherine
27aa5238fc
fix: unable to set minimum width for subtable labels in horizontal mode ( #5719 )
2024-11-26 20:51:34 +08:00
nocobase[bot]
818c509d58
Merge branch 'main' into next
2024-11-26 12:26:47 +00:00
Katherine
de17339833
fix: issue with checkbox alignment in sub-table ( #5735 )
2024-11-26 20:26:21 +08:00
Chareice
548cfe3e56
Merge remote-tracking branch 'origin/main' into next
2024-11-26 17:12:36 +08:00
ChengLei Shao
de7c86a1e5
fix: infer view field attribute ( #5729 )
...
* fix: view collection with field attribute
* fix: infer view with column field attribute
2024-11-26 16:39:21 +08:00
chenos
d90d9dbc88
feat: support bulk enabling of plugins in the interface ( #5730 )
...
* feat: support bulk enabling of plugins in the interface
* fix: improve code
* fix: error message
* fix: enable error
* fix: filter error
2024-11-26 14:54:30 +08:00