chenos
8f5ebb846c
fix: menu filter showInMenu=true
2020-12-23 20:12:50 +08:00
chenos
0a2912fe6e
docs: change 创建 to 新增
2020-12-23 19:55:25 +08:00
chenos
5f69f0d9e1
feat: improves upload and attachment components
2020-12-23 16:03:37 +08:00
Junyi
eb7d5c594e
feat: make single file upload to attachment available ( #46 )
...
* feat: make single file upload to attachment available
* fix: change file name case
* feat: refactor structure and make local server work
* test: skip bug case temporarily
* fix: use middleware to load storage static server
* fix: change meta from values to request.body back and refactor local server middleware
* adjust details
* http:
Co-authored-by: chenos <chenlinxh@gmail.com>
2020-12-23 12:46:13 +08:00
chenos
e6dfcf8418
fix the issue of the edit button(update action) on the linkTo data detail page
2020-12-22 21:16:54 +08:00
chenos
122796d11f
fix: when the target is not defined, reload the target table
2020-12-22 21:11:04 +08:00
chenos
0edb148db2
feat: add drawerSelect component for linkTo
2020-12-22 19:12:30 +08:00
chenos
8d3e94e86b
feat: improves fields configuration
2020-12-22 19:09:36 +08:00
chenos
6f0cd54fd8
feat: add linkTo field component
2020-12-22 19:08:41 +08:00
chenos
a494185dd7
fix: belongsTo's associatedKey is Model.primaryKeyAttribute
2020-12-22 19:02:05 +08:00
chenos
40bcfb7edc
fix: remove through.updateAssociations
2020-12-22 17:28:30 +08:00
chenos
c5d4e0ff24
add favicon
2020-12-22 09:47:42 +08:00
chenos
29e63cc482
change logo
2020-12-22 09:38:05 +08:00
chenos
98ae8a62a1
fix: fields appends by view type
2020-12-21 14:19:31 +08:00
chenos
e0f10db125
fix: sub table field migrate after update associations
2020-12-21 14:15:58 +08:00
chenos
93d8426c84
feat(database): add afterUpdateAssociations hook
2020-12-21 14:15:08 +08:00
chenos
fe8476c5dd
fix: after the field is updated, reload the collection configuration
2020-12-21 10:44:13 +08:00
chenos
c5e0f65ff5
feat: add field import function
2020-12-21 10:42:44 +08:00
chenos
4bc2df296d
feat: add actionDefaultParams to views
2020-12-21 10:41:12 +08:00
chenos
71024dbaa0
fix: add collections after update hook
2020-12-21 09:34:34 +08:00
chenos
d408cd4c1f
feat: improve icon field
2020-12-21 09:22:05 +08:00
chenos
85aee08260
feat: add remote select component
2020-12-20 17:27:33 +08:00
chenos
2a383e2142
fix: do not automatically generate target, when target exists
2020-12-20 17:24:12 +08:00
chenos
ecab106c3c
feat: support subTable field
...
* feat: add linkTo and subTable fields
* add subTable field component
* improve sub table
* bugfix
2020-12-20 12:52:15 +08:00
chenos
3054ddb13b
feat: improve users options
2020-12-19 15:50:04 +08:00
chenos
ddcf0f4219
feat: support document title
2020-12-19 15:48:56 +08:00
chenos
5fdbc1b10d
feat: improve field components
2020-12-19 15:48:06 +08:00
Junyi
8bdbd804f0
feature: add file manager base architecture ( #44 )
...
* feature: add file manager base architecture
* 修改 action 注册方式
* put upload action and middleware together
* bugfix
Co-authored-by: chenos <chenlinxh@gmail.com>
2020-12-19 08:45:19 +08:00
chenos
6ffa3b53e8
refactor: add plugin manager
2020-12-18 19:54:53 +08:00
chenos
7e9b4a8f45
fix: add createdAt/updatedAt/createdBy/updatedBy options to the collections table for developer mode
2020-12-18 19:41:40 +08:00
chenos
afce1142d9
fix: improve field options
2020-12-18 18:25:06 +08:00
chenos
184adb924d
fix: use database hook to trigger add createdBy/updatedBy fields
2020-12-18 15:50:03 +08:00
chenos
272b64b81b
feat: add relation field component for table and detail
2020-12-18 15:36:38 +08:00
chenos
d755558009
feat: add user check middleware
2020-12-18 15:33:34 +08:00
chenos
a351d52226
fix: improve createdBy/updatedBy default options
2020-12-18 15:32:45 +08:00
Junyi
110d5bcc9c
feat: add createdBy/updatedBy field config for table managed by collections ( #43 )
...
* feat: add createdBy/updatedBy field config for table managed by collections
* fix: update by different users and field initialization
* fix: function argument
* add: test cases
Co-authored-by: chenos <chenlinxh@gmail.com>
2020-12-18 09:04:40 +08:00
chenos
59db7a34dc
fix: model is not null
2020-12-17 21:47:23 +08:00
chenos
aef6b85736
fix: allow custom sort value
2020-12-16 20:47:10 +08:00
chenos
1006b1a9a5
feat: add sub fields for the relation field
2020-12-16 10:17:30 +08:00
chenos
50a081c861
fix: page menu sort
2020-12-16 08:43:09 +08:00
chenos
866549ce26
fix: do not clear data when migrating data
2020-12-16 08:42:37 +08:00
chenos
1aa7ee65ab
fix: association destroy with individualHooks
2020-12-15 22:45:35 +08:00
chenos
b2801a00dc
fix: view can be displayed in data menu
2020-12-15 22:44:20 +08:00
chenos
67e18352b6
add hooks for database
2020-12-15 20:16:55 +08:00
chenos
8739ea79d2
fix: add view filter to action params
2020-12-15 14:32:56 +08:00
chenos
a342c30175
fix: dynamic action params
2020-12-15 09:58:42 +08:00
Junyi
7fcce0943a
fix: use wrapped and logic for merging filters ( #42 )
2020-12-14 22:07:23 +08:00
chenos
a687e1e1e3
chore: add app container
2020-12-14 17:06:05 +08:00
chenos
d45d37cabf
feat: add field renderer
2020-12-13 20:48:48 +08:00
chenos
ab90b15ffc
feat: add icon field
2020-12-13 20:46:40 +08:00