Commit Graph

698 Commits

Author SHA1 Message Date
ChengLei Shao
58d89068af
create-nocobase-app: favicon (#91) 2021-10-21 11:25:40 +08:00
Zhou
61a2a2c694
Update README.zh-CN.md 2021-10-21 10:26:57 +08:00
Zhou
c52e272758
Update README.zh-CN.md 2021-10-21 10:13:57 +08:00
Zhou
223872d390
Update README.md 2021-10-20 11:39:36 +08:00
Zhou
25a4d2f012
Update README.zh-CN.md 2021-10-20 11:36:26 +08:00
chenos
181872cf07 chore: v0.5.0-alpha.21 2021-10-18 13:04:14 +08:00
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
12b3590845 feat: database next 2021-10-16 10:53:09 +08:00
chenos
e4043bdfc2 fix: lodash versions prior to 4.17.21 are vulnerable to Command Injection via the template function 2021-10-14 14:37:41 +08:00
Zhou
e40dc85438
Update README.md 2021-10-14 11:02:15 +08:00
chenos
f199df96aa chore: add prettier config 2021-10-14 00:08:16 +08:00
chenos
d80c875d5e chore: v0.5.0-alpha.20 2021-10-12 22:27:38 +08:00
chenos
d94606ab30 fix(plugin-users): user's password should not be leaked to the client 2021-10-12 22:17:11 +08:00
chenos
5b9a24cba1 fix(client): cannot read properties of undefined (reading 'interface') 2021-10-12 22:01:18 +08:00
chenos
c829ae00d0 fix: update yarn.lock 2021-10-12 09:33:03 +08:00
chenos
fda20f83c3 chore: v0.5.0-alpha.19 2021-10-10 22:30:16 +08:00
chenos
2ce3b9d21b fix(client): auto jump to the first menu item after login 2021-10-10 22:24:30 +08:00
chenos
516c1be50d chore: v0.5.0-alpha.18 2021-10-10 13:06:09 +08:00
chenos
3e04f81a41 chore: v0.5.0-alpha.17 2021-10-10 12:59:29 +08:00
chenos
d2c534243e fix: pageSize to perPage 2021-10-10 12:54:48 +08:00
chenos
effedd77a7 fix: disable sub table field 2021-10-10 12:51:14 +08:00
chenos
ccfdb02801 fix: empty values after form submission 2021-10-10 12:50:26 +08:00
chenos
8472d9e6b0 fix: cannot start the project 2021-10-10 12:16:28 +08:00
chenos
dafe8f14d0 chore: v0.5.0-alpha.16 2021-10-08 23:16:46 +08:00
chenos
996f752007 feat: improve plugin-multi-apps 2021-10-08 23:14:55 +08:00
chenos
4ab7c71f49 feat: add @nocobase/plugin-notifications 2021-10-08 23:12:39 +08:00
chenos
23bdada69c chore: update gitHead 2021-10-08 00:37:39 +08:00
chenos
e7df1f93c4 chore: v0.5.0-alpha.15 2021-10-08 00:33:40 +08:00
chenos
04cdaae31c docs: update doc 2021-10-08 00:32:40 +08:00
chenos
2fa8280803 chore: v0.5.0-alpha.14 2021-10-07 21:57:01 +08:00
chenos
681d940fa2 fix: typo 2021-10-07 21:54:10 +08:00
chenos
8561502384 chore: v0.5.0-alpha.13 2021-10-07 21:33:32 +08:00
chenos
ce2102bf61 fix: importData: true 2021-10-07 21:32:45 +08:00
chenos
b2f3bd4894 chore: v0.5.0-alpha.12 2021-10-07 19:39:35 +08:00
chenos
7432a485eb feat: add importDemo option for plugin-client 2021-10-07 19:35:53 +08:00
chenos
a2006fdc6a chore: code cleanup 2021-10-07 19:32:55 +08:00
chenos
4506271af5 chore: v0.5.0-alpha.11 2021-10-07 19:03:50 +08:00
chenos
8196c099cd fix: api port 2021-10-07 19:02:52 +08:00
chenos
9787bedb3c chore: 0.5.0-alpha.10 2021-10-07 18:02:32 +08:00
chenos
4a1c381a24 docs: update readme 2021-10-07 18:01:45 +08:00
chenos
968fd2e656 chore: v0.5.0-alpha.9 2021-10-07 17:25:31 +08:00
chenos
23f4ec2681 feat: improve nocobase app template 2021-10-07 17:24:31 +08:00
chenos
f825e48d03 chore: v0.5.0-alpha.8 2021-10-07 16:39:18 +08:00
chenos
dd0d067c10 chore: v0.5.0-alpha.7 2021-10-07 16:32:22 +08:00
chenos
b5e24fa091 feat: initialize demo data 2021-10-07 16:31:19 +08:00
chenos
43f95e0a56 chore: v0.5.0-alpha.6 2021-10-07 15:27:02 +08:00
chenos
7ecb7c3a60 chore: v0.5.0-alpha.5 2021-10-07 15:25:20 +08:00
chenos
597c6484fb feat: add @nocobase/create-nocobase-app package 2021-10-07 15:19:42 +08:00
chenos
143ff2568c feat: initialization data for roles & permissions 2021-10-03 21:05:07 +08:00
chenos
ff7757bf99 fix: remove compress middleware 2021-10-02 23:21:00 +08:00