Commit Graph

235 Commits

Author SHA1 Message Date
ChengLei Shao
05ecb25d1b
feat: create nocobase app with simple & quickstart option (#87)
* feat: create nocobase app with simple & quickstart option

* chore: delete template file

* create-nocobase-app: add env API_PORT fallback

* chore: log

* env default fallback

* move config dir

* change has yarn

* chore: prettier

* fix: npm running issue

* database testing support sqlite

* once...

* chore: typo

* fix: sqlite test

* update readme

* feat: copy .env.example to .env at create-nocobase-app

* create-nocobase-app: change sqlite3 to github master

* create-nocobase-app: .env template

* create-nocobase-app: update .env

* chore: typo

* update README

* chore: Application constructor

* feat: sqlite demo data support

* fix test

* fix: application error

* chore: plugin-client run sql

* fix: application createCli

* fix: can choose whether to register actions

* chore: model compile error

* fix: support sqlite

* fix: demo data set index sequence on postgresql

* chore: code reduce

* fix: operators are compatible with sqlite

* add impor demo option to init command

* update env

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-10-18 12:49:37 +08:00
chenos
8472d9e6b0 fix: cannot start the project 2021-10-10 12:16:28 +08:00
chenos
29d386a63d feat: improve code 2021-10-01 23:31:49 +08:00
chenos
07c53a6d2e feat: improve code 2021-09-30 15:16:41 +08:00
chenos
55f6564ea8 feat: improve code 2021-09-29 07:38:05 +08:00
chenos
86e2a2802d feat: add useClient and useResourceRequest hooks 2021-09-28 18:20:21 +08:00
chenos
1dff47e8e4 feat: add client provider 2021-09-28 09:33:38 +08:00
chenos
9d67ecaff0 feat: improve code 2021-09-23 21:52:54 +08:00
chenos
248d59f6ec feat: improve code 2021-09-14 11:09:26 +08:00
chenos
336e0b17b8 feat: improve code 2021-09-09 23:57:01 +08:00
chenos
d3890b4b66 feat: add @nocobase/preset-nocobase 2021-09-06 16:00:38 +08:00
chenos
a1bb52759b refactor: add command support to the server 2021-09-05 23:59:38 +08:00
chenos
589fca05d0 feat: user auth 2021-08-23 20:50:55 +08:00
chenos
7394e0aa8a improve scrollbar styling 2021-08-23 12:43:18 +08:00
chenos
e801181aeb feat: improve styling 2021-08-23 10:53:37 +08:00
chenos
8bfb5cf85c updates 2021-07-27 10:34:52 +08:00
chenos
00bb0f747e update doc 2021-07-24 14:16:09 +08:00
chenos
5264d9a386 bugfix 2021-07-23 19:53:43 +08:00
chenos
19cbcd1e94 updates... 2021-07-23 12:34:15 +08:00
chenos
2cbcd087ce v0.5 2021-05-23 08:38:08 +08:00
Junyi
cb8edc7b75
feat: export plugin (#73)
* feat: add data export action in table view

* feat: add data render based on interface type for exporting

* fix: use rewrite action name for permissions

* feat: add support for subTable type field

* add datetime render

* export filter support selectedRowKeys

* docs

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-05-17 11:11:49 +08:00
chenos
6081ee29af fix: show all fields 2021-05-10 16:03:10 +08:00
chenos
797da5bdb0 fix: show clear button 2021-05-10 15:47:03 +08:00
chenos
91d633deed fix: get the siteTitle value from the server 2021-05-07 10:51:07 +08:00
chenos
7f6dc49227
fix: logo url get from the server 2021-05-07 10:46:49 +08:00
chenos
cd5aee4c2a fix: menu item not active 2021-04-25 13:13:37 +08:00
chenos
1bf32c7f7e fix: image can not be previewed 2021-04-25 11:55:32 +08:00
chenos
6c75950b6a feat: jump to page after successful form submission 2021-04-25 11:54:23 +08:00
chenos
3268267ccd fix: when batch uploading, filter out unaccept files 2021-04-22 19:01:28 +08:00
chenos
a19311cb24 feat: upload component supports accept property 2021-04-22 18:44:55 +08:00
chenos
80eb229696 fix: file icon 2021-04-22 14:51:23 +08:00
chenos
214b227a6c fix: error message for login and registration 2021-04-12 18:06:10 +08:00
chenos
3612689035 fix: drawer bottom spacing is too small in Firefox 2021-04-09 11:31:34 +08:00
chenos
5319000bd6 fix: improve login form styles 2021-04-08 12:10:38 +08:00
chenos
efb0320427 refactor(app): clean up the client code 2021-04-06 12:52:59 +08:00
Junyi
9495917e97
fix: minor problems (#72) 2021-04-04 23:33:06 +08:00
chenos
d7dbad1ba8 fix: sub-table loading 2021-04-01 21:17:26 +08:00
chenos
b8b5940205 feat: print button for descriptions 2021-04-01 21:15:51 +08:00
chenos
acb769b0c1 fix: calendar height 2021-04-01 09:59:05 +08:00
chenos
0902bb5529 fix: missing upload headers 2021-04-01 08:43:28 +08:00
chenos
b761bf876e fix: show email when nickname is empty 2021-03-31 09:30:09 +08:00
chenos
9d67637727 feat: add a clear button to the filter box 2021-03-31 09:28:35 +08:00
chenos
b3a35146cb fix: placeholder for cascader 2021-03-31 09:10:15 +08:00
chenos
996e87daa7 fix: filter operators bug 2021-03-30 06:33:39 +08:00
chenos
aedce5589d refactor: two column layout 2021-03-29 11:57:07 +08:00
chenos
716b5e20b4 fix: table isFieldComponent 2021-03-29 11:05:48 +08:00
chenos
250dd26df9 fix: action buttons 2021-03-29 10:32:49 +08:00
chenos
2cd6a4cfad style: calendar & kanban views 2021-03-29 10:18:39 +08:00
chenos
611ce0d759 fix: sorter for datetime and number 2021-03-28 21:08:54 +08:00
chenos
25c1aa8825 fix: __index 2021-03-28 18:26:04 +08:00