Commit Graph

742 Commits

Author SHA1 Message Date
Junyi
b2fe087fc2
Feature: custom operators for querying (#48)
* feat: add some custom operators for querying

* feat: add some custom operators for querying

* test: fix cases

* improve custom operator function

* improve filter field component

Co-authored-by: chenos <chenlinxh@gmail.com>
2020-12-28 21:08:13 +08:00
chenos
0754c5979a fix: hide the paired linkTo field in the table/form view 2020-12-28 11:38:23 +08:00
chenos
976bc5d66e feat: generate linkTo pair field 2020-12-28 11:12:33 +08:00
chenos
94c386e7aa fix: use simple table for the association tab view 2020-12-28 11:11:49 +08:00
chenos
cf47b9f282 add examples 2020-12-27 21:53:44 +08:00
chenos
04e9393dea fix: association find and count 2020-12-27 21:08:06 +08:00
chenos
629a4de173 feat: add association tab 2020-12-25 16:15:58 +08:00
chenos
32774657d7 fix: get association model by field target 2020-12-25 16:13:33 +08:00
chenos
76acd162e4 feat: add file icons 2020-12-24 08:35:40 +08:00
chenos
56c9f131a1 refactor: improve action default params 2020-12-24 08:16:18 +08:00
chenos
4d07ef5116 chore: allow specific build package 2020-12-24 07:35:53 +08:00
Junyi
57003c6c02
fix: toInclude bug with nested associations (#47) 2020-12-24 07:21:46 +08:00
chenos
6c4a73f260 fix: By USE_STATIC_SERVER environment to determine whether to start the static server 2020-12-23 21:04:03 +08:00
chenos
4b3d07d51c fix: improves collections load 2020-12-23 20:29:11 +08:00
chenos
1aaab24688 feat: showInXX selected by default 2020-12-23 20:16:51 +08:00
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