ChengLei Shao
|
246737906d
|
Feat/GitHub actions (#148)
* test github actions
* mod: github actions
* mod: github actions
* fix: yarn build
* fix: database pk key error
* fix: test
* skip failed tests
* github test with sqlite && mysql
* fix: mysql query error
|
2022-01-08 17:16:11 +08:00 |
|
chenos
|
f09991d932
|
feat: upgrade plugin-users
|
2021-12-08 09:10:44 +08:00 |
|
chenos
|
732d31009e
|
v0.6
|
2021-12-06 21:23:34 +08:00 |
|
chenos
|
c1b560e928
|
feat: rename resourceKey & associatedKey to resourceIndex & associatedIndex (#126)
* resourceIndex & associatedIndex
* resourceIndex & associatedIndex
|
2021-12-04 16:28:52 +08:00 |
|
chenos
|
d817ec4c7b
|
fix: missing parameters
|
2021-11-30 16:43:44 +08:00 |
|
SemmyWong
|
64283fcb0e
|
feat: allow user to change password (#109)
* feat: allow user to change password
* docs: update api doc
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2021-11-25 22:36:52 +08:00 |
|
chenos
|
11cded6153
|
chore: v0.5.0-alpha.34
|
2021-11-23 08:23:34 +08:00 |
|
chenos
|
3e53584768
|
fix: remove state property
|
2021-11-23 08:21:38 +08:00 |
|
chenos
|
e6fa6f9a8e
|
feat(plugin-users): multiple roles
|
2021-11-18 19:26:39 +08:00 |
|
chenos
|
a702f534ba
|
feat: add roles field to users collection
|
2021-11-17 18:54:02 +08:00 |
|
chenos
|
d8c7a0f1c3
|
feat: add roles field to users collection
|
2021-11-16 18:28:07 +08:00 |
|
chenos
|
3479b7ea27
|
chore: v0.5.0-alpha.33
|
2021-11-13 22:24:51 +08:00 |
|
chenos
|
7be6327458
|
chore: v0.5.0-alpha.32
|
2021-11-09 17:14:11 +08:00 |
|
chenos
|
7a35638eda
|
chore: v0.5.0-alpha.31
|
2021-11-09 16:28:27 +08:00 |
|
chenos
|
829f969668
|
chore: v0.5.0-alpha.30
|
2021-11-09 13:07:41 +08:00 |
|
chenos
|
4ea7d74211
|
chore: v0.5.0-alpha.29
|
2021-11-08 23:06:31 +08:00 |
|
chenos
|
cce2253532
|
chore: v0.5.0-alpha.28
|
2021-11-08 22:54:19 +08:00 |
|
chenos
|
5cacee4e7f
|
chore: v0.5.0-alpha.27
|
2021-11-08 20:47:20 +08:00 |
|
chenos
|
7611beea0f
|
chore: v0.5.0-alpha.26
|
2021-11-08 20:27:59 +08:00 |
|
chenos
|
479f64f197
|
feat: support i18n (#99)
* feat: i18next
* multi language data
* feat(client): locale support
* en-US for collections
* us-EN for routes
* en-US for routes
* en-US for attachments
* feat: partial translations
* translation
* add AntdConfigProvider
* translation
* translation
* feat: translation
* feat: add translation
* fix: improve translation
* feat: improve translation
* fix: SyntaxError: Unexpected token ) in JSON at position
* typo
* feat: improve translation
* feat: improve translation
* feat: language settings can be saved on the server
* feat: lang option of init cli
* demo translation
* typo
* change address field to textarea
* address data
* feat: chart translation
* feat: chart translation
* improve translation
* signin,signup,signout...
Co-authored-by: Zhou <zhou.working@gmail.com>
|
2021-11-08 19:32:59 +08:00 |
|
chenos
|
8376c6d1b2
|
chore: v0.5.0-alpha.25
|
2021-11-01 17:29:27 +08:00 |
|
chenos
|
b5c587fc94
|
chore: v0.5.0-alpha.24
|
2021-11-01 15:20:30 +08:00 |
|
semmywong
|
14f492f414
|
fix: add sort field to the users table
* [Fixed]
1、初始化数据表时,没有配置sort
2、增加sort接口类型
* [Fixed]
1、重新提交PR
* [Fixed]
1、重新提交PR
* [Fixed]
1、重新提交PR
* [Fixed]
1、重新提交PR
* [Fixed]
1、重新提交PR
|
2021-10-30 10:55:43 +08:00 |
|
chenos
|
41b023987b
|
chore: v0.5.0-alpha.23
|
2021-10-28 22:59:51 +08:00 |
|
chenos
|
2253471670
|
chore: v0.5.0-alpha.22
|
2021-10-25 14:37:22 +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
|
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
|
fda20f83c3
|
chore: v0.5.0-alpha.19
|
2021-10-10 22:30:16 +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
|
dafe8f14d0
|
chore: v0.5.0-alpha.16
|
2021-10-08 23:16:46 +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
|
2fa8280803
|
chore: v0.5.0-alpha.14
|
2021-10-07 21:57:01 +08:00 |
|
chenos
|
8561502384
|
chore: v0.5.0-alpha.13
|
2021-10-07 21:33:32 +08:00 |
|
chenos
|
b2f3bd4894
|
chore: v0.5.0-alpha.12
|
2021-10-07 19:39:35 +08:00 |
|
chenos
|
4506271af5
|
chore: v0.5.0-alpha.11
|
2021-10-07 19:03:50 +08:00 |
|
chenos
|
9787bedb3c
|
chore: 0.5.0-alpha.10
|
2021-10-07 18:02:32 +08:00 |
|
chenos
|
968fd2e656
|
chore: v0.5.0-alpha.9
|
2021-10-07 17:25: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
|
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
|
86e2a2802d
|
feat: add useClient and useResourceRequest hooks
|
2021-09-28 18:20:21 +08:00 |
|
chenos
|
27f6bde775
|
feat: improve code
|
2021-09-23 00:16:04 +08:00 |
|
chenos
|
248d59f6ec
|
feat: improve code
|
2021-09-14 11:09:26 +08:00 |
|
chenos
|
c6b68f2b10
|
feat: improve code
|
2021-09-11 18:53:26 +08:00 |
|