Commit Graph

1024 Commits

Author SHA1 Message Date
chenos
ac7abedbb8 feat: acl middleware support 2022-02-11 19:31:53 +08:00
chenos
a507267b72 feat: code cleanup 2022-02-11 18:13:14 +08:00
chenos
ad648431e9 feat: add @nocobase/plugin-ui-routes-storage 2022-02-11 15:16:00 +08:00
chenos
c2725ac9ca fix(database): remove the setUpHooks method 2022-02-11 14:52:04 +08:00
chenos
695b953a8f fix(sort-field): the value of the scopeKey attribute is null 2022-02-11 14:50:53 +08:00
chenos
16d07e9b4a feat: add sortable parameter to collection options 2022-02-11 14:34:33 +08:00
ChengLei Shao
e12b8f44d1
fix: getProperties with order (#183) 2022-02-11 12:55:30 +08:00
Chareice
45453afa0a fix: add menu role 2022-02-11 09:43:45 +08:00
Chareice
ac2b05f04c fix: typo 2022-02-11 09:43:45 +08:00
Chareice
c9643ac2b7 feat: bind new menu to role 2022-02-11 09:43:45 +08:00
Chareice
f167bf90b4 test: removeSchema breakComponent 2022-02-11 09:43:45 +08:00
Chareice
0667efefb4 feat: removeSchema Hook with params 2022-02-11 09:43:45 +08:00
Chareice
34f33844d5 feat: removeSchema Hook with params 2022-02-11 09:43:45 +08:00
Chareice
6013b4d274 feat: remove method 2022-02-11 09:43:45 +08:00
Chareice
05fe32fcf1 feat: register default hooks 2022-02-11 09:43:45 +08:00
Chareice
4607e0da49 feat: removeEmptyParents server hook 2022-02-11 09:43:45 +08:00
Chareice
85ab936c4c chore: server hooks 2022-02-11 09:43:45 +08:00
Chareice
0526e4ff1f fix: server hook args 2022-02-11 09:43:45 +08:00
Chareice
61522a48fb feat: onAnyCollectionFieldDestroy 2022-02-11 09:43:45 +08:00
Chareice
159775ff54 refactor: server hooks 2022-02-11 09:43:45 +08:00
Chareice
fca6977ad1 fix: getListenServerHooks 2022-02-11 09:43:45 +08:00
Chareice
672c44e376 fix: hookFunc args 2022-02-11 09:43:45 +08:00
Chareice
41456b562e feat: server hooks afterDestroyCollection && afterCreateSelf 2022-02-11 09:43:45 +08:00
Chareice
3e1cad643b feat: server hooks model 2022-02-11 09:43:45 +08:00
Chareice
af02e80b6f feat: uiSchema with attributes 2022-02-11 09:43:45 +08:00
chenos
95f4406ba9 fix: do not display the page title 2022-02-11 09:42:15 +08:00
chenos
7e76c54012 feat: using crypto.scrypt instead of bcrypt 2022-02-10 19:53:18 +08:00
chenos
47fa83032c fix: build error 2022-02-10 18:38:05 +08:00
chenos
34f5c87a1e feat: add @nocobase/app 2022-02-10 18:37:16 +08:00
chenos
ab457ade22 feat: improve code 2022-02-10 17:07:53 +08:00
chenos
43393b4d44 feat: improve action schema component 2022-02-10 12:06:48 +08:00
chenos
0c83c16391 feat(client): add settings form 2022-02-09 23:37:12 +08:00
chenos
6608901596 fix(client): improve code 2022-02-09 23:36:21 +08:00
chenos
faf0977a0b fix(client): missing layout size and disabled props 2022-02-09 23:35:08 +08:00
chenos
6990347013 feat(client): improve schema Initializer 2022-02-09 00:13:42 +08:00
chenos
4baded4702 feat(client): improve demo 2022-02-08 19:51:30 +08:00
chenos
dd783f6554 fix(client): improve form schema component 2022-02-08 13:43:40 +08:00
chenos
01d172e5c4 feat(client): improve schema Initializer demos 2022-02-08 12:17:06 +08:00
chenos
39e80fad61 feat(client): add x-initializer parameter to schema 2022-02-07 23:30:24 +08:00
chenos
7cc821c06f feat: add plugin-client 2022-02-07 21:54:35 +08:00
chenos
ab28a2be4c fix: missing app command args 2022-02-07 21:54:07 +08:00
chenos
ce52361ac4 feat(client): improve schema Initializer 2022-02-07 21:52:51 +08:00
chenos
3b5f43ea09 feat: improve dnd 2022-02-07 21:51:29 +08:00
semmy
8a2ab9f86b refactor: move sortable-item into common 2022-02-07 11:33:04 +08:00
semmy
345c802d2b refactor: reimport dnd-context 2022-02-07 11:25:24 +08:00
semmy
02ede08a5d refactor: rename sort-item 2022-02-07 11:23:43 +08:00
semmy
aa78a7faf1 refactor: move DndCtext into common dir 2022-02-07 11:16:54 +08:00
semmy
37c01614f2 refactor: rename components to core 2022-02-07 11:14:07 +08:00
chenos
851c97b52a fix(server): adjust the position of beforeInstall 2022-02-07 10:07:39 +08:00
ChengLei Shao
8e4336cbe1
feat(server): improve application (#177)
* feat: getRepository

* getRepository return type

* export action

* refactor(plugin-acl): plugin

* refactor(plugin-action-logs): plugin class

* refactor(plugin-china-region): plugin class

* refactor: plugin class

* fix: cli start command

* feat: pass install-command options into app.install

* fix: cli args

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-02-07 01:14:00 +08:00