Commit Graph

4343 Commits

Author SHA1 Message Date
Chareice
f570aa5c88
chore: namespace test 2024-01-14 10:16:34 +08:00
Chareice
a58f736416
chore: acl instances 2024-01-14 10:15:39 +08:00
dream2023
615b19a7cb fix: inheritance bug 2024-01-13 21:36:48 +08:00
chenos
88dd3dd569 feat: update docs 2024-01-13 18:36:11 +08:00
Dunqing
8ab69500c7
fix(custom-request): permission issues (#3306)
* fix(custom-request-plugin): cannot see custom request action in non-root role when acl doesn't set

* fix: list all roles

* feat: display all roles

* feat: support

* fix: remove unused code

* fix: options is null

* fix: translation

* fix: migration error

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2024-01-13 18:13:18 +08:00
chenos
1adaa53c2b
feat: supports the WS_PATH environment variable (#3384) 2024-01-13 18:05:22 +08:00
dream2023
300302c118 fix: bug 2024-01-13 17:44:08 +08:00
dream2023
da365210e4 Merge branch 'T-2327-refactor2' of https://github.com/nocobase/nocobase into T-2327-refactor2 2024-01-13 17:43:26 +08:00
chenos
c44f459756 fix: migration error 2024-01-13 09:47:35 +08:00
katherinehhh
fb697d5bff Merge branch 'T-2771' of github.com:nocobase/nocobase into T-2771 2024-01-12 21:27:40 +08:00
katherinehhh
850d2c6616 refactor: code improve 2024-01-12 21:27:09 +08:00
katherinehhh
24834a21c1 refactor: code improve 2024-01-12 19:59:20 +08:00
Zeke Zhang
f466e6ec95 test(e2e): increase the number of retries for error-prone tests 2024-01-12 17:14:18 +08:00
dream2023
6adb95588d fix: remove isLocal 2024-01-12 16:01:30 +08:00
dream2023
5f37f7a523 fix: bug 2024-01-12 15:20:23 +08:00
Chareice
061d2e03f8
chore: namespace char 2024-01-12 15:17:03 +08:00
Chareice
cbf3883bfe
chore: db2resource with namespace 2024-01-12 15:05:33 +08:00
dream2023
4132659670 fix: unit test 2024-01-12 12:05:46 +08:00
dream2023
3aba0d051e fix: add CollectionExtendsProvider 2024-01-12 11:50:15 +08:00
dream2023
db81a8aab6 fix: bug 2024-01-12 11:25:20 +08:00
dream2023
83680e211c fix: remove collectionTemplate and fieldInterface V2 2024-01-12 10:21:39 +08:00
dream2023
3c79cf419c Merge remote-tracking branch 'origin/main' into T-2327-refactor2 2024-01-12 10:18:02 +08:00
dream2023
c4257f1e23 fix: build error 2024-01-12 10:17:38 +08:00
chenos
a6a1eaa020
Update README.md 2024-01-12 09:59:38 +08:00
katherinehhh
bc3da07b82 Merge branch 'main' into T-2771 2024-01-12 09:54:55 +08:00
katherinehhh
dfb4421484
fix: table column sort params should support cancel sort (#3372)
* fix: sort params

* fix: sort params
2024-01-12 09:50:17 +08:00
chenos
57a2bac72a fix(api-doc): invalid headers 2024-01-12 09:14:27 +08:00
dream2023
0b6adb7994 Merge remote-tracking branch 'origin/main' into T-2327-refactor2 2024-01-11 23:35:27 +08:00
dream2023
9ec6372af9 fix: field interfaces to class 2024-01-11 23:33:35 +08:00
dream2023
9542db19ff fix: template to class 2024-01-11 22:05:18 +08:00
Chareice
6c10251ec4
Merge branch 'T-2883' into T-2771 2024-01-11 21:02:05 +08:00
YANG QIA
1871fdd895
fix: fix T-2909 (#3373) 2024-01-11 19:29:25 +08:00
dream2023
9a85755684 fix: add field groups 2024-01-11 18:16:08 +08:00
dream2023
f934cb9bbe fix: rename collectionFieldInterfaceInstance to fieldInterfaceInstance 2024-01-11 17:19:52 +08:00
katherinehhh
c9901d1681
fix: graph collection auto layout reporting error (#3370) 2024-01-11 16:51:32 +08:00
katherinehhh
80b71c4a7b
test: collection selector test (#3371)
* test: collection selector test

* test: collection selector test
2024-01-11 16:51:22 +08:00
Zeke Zhang
29a09b1ceb
fix(TableSelectorProvider): parse filter param (#3366)
* fix(TableSelectorProvider): parse filter param

* fix: avoid duplicate loading of data
2024-01-11 16:22:06 +08:00
katherinehhh
b650d30996
Revert "test: collection selector test" (#3369) 2024-01-11 16:20:00 +08:00
katherinehhh
5903541f43
test: collection selector test (#3368) 2024-01-11 15:44:55 +08:00
katherinehhh
f38e4bcaa8
refactor: local impeove (#3367) 2024-01-11 15:19:44 +08:00
dream2023
b492f4999c Merge remote-tracking branch 'origin/main' into T-2327-refactor2 2024-01-11 15:16:54 +08:00
dream2023
04a4949d9d fix: collection field groups remove from core 2024-01-11 15:16:05 +08:00
dream2023
71d194a29f fix: change registerField and registerTemplate 2024-01-11 15:14:34 +08:00
Chareice
97e4dd86e5
chore: namespace separator 2024-01-11 15:07:04 +08:00
YANG QIA
7d29c717eb
feat(oidc): add advanced options (#3364)
* fix(oidc): params issue

* fix: test

* fix: exchangeBody

* feat: add advanced settings

* fix: locale

* fix: bug

* feat: allow to set state token manually
2024-01-11 11:27:40 +08:00
katherinehhh
53e870c0b2 Merge branch 'main' into T-2771 2024-01-11 11:22:29 +08:00
katherinehhh
4d44c6e24e
fix: useDesigner Designer should has default toolbar (#3365)
* fix: useDesigner Designer should has default toolbar

* test: e2e schemaSeting for linkage rule

* test: e2e schemaSeting for linkage rule

* test: e2e schemaSeting for linkage rule
2024-01-11 11:21:18 +08:00
Chareice
b7a837d84d
fix: acl test 2024-01-11 10:47:49 +08:00
katherinehhh
895e305a8e Merge branch 'main' into T-2771 2024-01-11 10:17:25 +08:00
chenos
2f8b0e75f8 feat: optimize translation 2024-01-11 10:06:44 +08:00