@nocobase/plugin-acl 2.1.0-beta.2 → 2.1.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,17 +1,24 @@
1
1
  # NocoBase
2
2
 
3
3
  <video width="100%" controls>
4
- <source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
4
+ <source src="https://github.com/user-attachments/assets/4d11a87b-00e2-48f3-9bf7-389d21072d13" type="video/mp4">
5
5
  </video>
6
6
 
7
+ <p align="center">
8
+ <a href="https://trendshift.io/repositories/4112" target="_blank"><img src="https://trendshift.io/api/badge/repositories/4112" alt="nocobase%2Fnocobase | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
9
+ <a href="https://www.producthunt.com/posts/nocobase?embed=true&utm_source=badge-top-post-topic-badge&utm_medium=badge&utm_souce=badge-nocobase" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-topic-badge.svg?post_id=456520&theme=light&period=weekly&topic_id=267" alt="NocoBase - Scalability&#0045;first&#0044;&#0032;open&#0045;source&#0032;no&#0045;code&#0032;platform | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
10
+ </p>
7
11
 
8
12
  ## What is NocoBase
9
13
 
10
- NocoBase is a scalability-first, open-source no-code development platform.
11
- Instead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!
14
+ NocoBase is the most extensible AI-powered no-code platform.
15
+ Total control. Infinite extensibility. AI collaboration.
16
+ Enable your team to adapt quickly and cut costs dramatically.
17
+ No years of development. No millions wasted.
18
+ Deploy NocoBase in minutes — and take control of everything.
12
19
 
13
20
  Homepage:
14
- https://www.nocobase.com/
21
+ https://www.nocobase.com/
15
22
 
16
23
  Online Demo:
17
24
  https://demo.nocobase.com/new
@@ -19,12 +26,74 @@ https://demo.nocobase.com/new
19
26
  Documents:
20
27
  https://docs.nocobase.com/
21
28
 
22
- Commericial license & plugins:
23
- https://www.nocobase.com/en/commercial
29
+ Forum:
30
+ https://forum.nocobase.com/
24
31
 
25
- License agreement:
26
- https://www.nocobase.com/en/agreement
32
+ Use Cases:
33
+ https://www.nocobase.com/en/blog/tags/customer-stories
27
34
 
35
+ ## Release Notes
28
36
 
29
- ## Contact Us:
30
- hello@nocobase.com
37
+ Our [blog](https://www.nocobase.com/en/blog/timeline) is regularly updated with release notes and provides a weekly summary.
38
+
39
+ ## Distinctive features
40
+
41
+ ### 1. Data model-driven, not form/table–driven
42
+
43
+ Instead of being constrained by forms or tables, NocoBase adopts a data model–driven approach, separating data structure from user interface to unlock unlimited possibilities.
44
+
45
+ - UI and data structure are fully decoupled
46
+ - Multiple blocks and actions can be created for the same table or record in any quantity or form
47
+ - Supports the main database, external databases, and third-party APIs as data sources
48
+
49
+ ![model](https://static-docs.nocobase.com/model.png)
50
+
51
+ ### 2. AI employees, integrated into your business systems
52
+ Unlike standalone AI demos, NocoBase allows you to embed AI capabilities seamlessly into your interfaces, workflows, and data context, making AI truly useful in real business scenarios.
53
+
54
+ - Define AI employees for roles such as translator, analyst, researcher, or assistant
55
+ - Seamless AI–human collaboration in interfaces and workflows
56
+ - Ensure AI usage is secure, transparent, and customizable for your business needs
57
+
58
+ ![AI-employee](https://static-docs.nocobase.com/ai-employee-home.png)
59
+
60
+ ### 3. What you see is what you get, incredibly easy to use
61
+
62
+ While enabling the development of complex business systems, NocoBase keeps the experience simple and intuitive.
63
+
64
+ - One-click switch between usage mode and configuration mode
65
+ - Pages serve as a canvas to arrange blocks and actions, similar to Notion
66
+ - Configuration mode is designed for ordinary users, not just programmers
67
+
68
+ ![wysiwyg](https://static-docs.nocobase.com/wysiwyg.gif)
69
+
70
+ ### 4. Everything is a plugin, designed for extension
71
+ Adding more no-code features will never cover every business case. NocoBase is built for extension through its plugin-based microkernel architecture.
72
+
73
+ - All functionalities are plugins, similar to WordPress
74
+ - Plugins are ready to use upon installation
75
+ - Pages, blocks, actions, APIs, and data sources can all be extended through custom plugins
76
+
77
+ ![plugins](https://static-docs.nocobase.com/plugins.png)
78
+
79
+ ## Installation
80
+
81
+ NocoBase supports three installation methods:
82
+
83
+ - <a target="_blank" href="https://docs.nocobase.com/welcome/getting-started/installation/docker-compose">Installing With Docker (👍Recommended)</a>
84
+
85
+ Suitable for no-code scenarios, no code to write. When upgrading, just download the latest image and reboot.
86
+
87
+ - <a target="_blank" href="https://docs.nocobase.com/welcome/getting-started/installation/create-nocobase-app">Installing from create-nocobase-app CLI</a>
88
+
89
+ The business code of the project is completely independent and supports low-code development.
90
+
91
+ - <a target="_blank" href="https://docs.nocobase.com/welcome/getting-started/installation/git-clone">Installing from Git source code</a>
92
+
93
+ If you want to experience the latest unreleased version, or want to participate in the contribution, you need to make changes and debug on the source code, it is recommended to choose this installation method, which requires a high level of development skills, and if the code has been updated, you can git pull the latest code.
94
+
95
+ ## How NocoBase works
96
+
97
+ <video width="100%" controls>
98
+ <source src="https://github.com/user-attachments/assets/8d183b44-9bb5-4792-b08f-bc08fe8dfaaf" type="video/mp4">
99
+ </video>
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.1.0-beta.2",
11
+ "@nocobase/client": "2.1.0-beta.6",
12
12
  "antd": "5.24.2",
13
13
  "react": "18.2.0",
14
14
  "react-i18next": "11.18.6",
@@ -17,14 +17,14 @@ module.exports = {
17
17
  "@formily/react": "2.3.7",
18
18
  "@ant-design/icons": "5.6.1",
19
19
  "lodash": "4.17.21",
20
- "@nocobase/utils": "2.1.0-beta.2",
21
- "@nocobase/actions": "2.1.0-beta.2",
22
- "@nocobase/cache": "2.1.0-beta.2",
23
- "@nocobase/database": "2.1.0-beta.2",
24
- "@nocobase/server": "2.1.0-beta.2",
25
- "@nocobase/test": "2.1.0-beta.2",
20
+ "@nocobase/utils": "2.1.0-beta.6",
21
+ "@nocobase/actions": "2.1.0-beta.6",
22
+ "@nocobase/cache": "2.1.0-beta.6",
23
+ "@nocobase/database": "2.1.0-beta.6",
24
+ "@nocobase/server": "2.1.0-beta.6",
25
+ "@nocobase/acl": "2.1.0-beta.6",
26
+ "@nocobase/test": "2.1.0-beta.6",
26
27
  "@formily/core": "2.3.7",
27
28
  "@formily/antd-v5": "1.2.3",
28
- "antd-style": "3.7.1",
29
- "@nocobase/acl": "2.1.0-beta.2"
29
+ "antd-style": "3.7.1"
30
30
  };
@@ -31,7 +31,7 @@ __export(check_association_operate_exports, {
31
31
  module.exports = __toCommonJS(check_association_operate_exports);
32
32
  var import_acl = require("@nocobase/acl");
33
33
  async function checkAssociationOperate(ctx, next) {
34
- var _a;
34
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
35
35
  const { actionName, resourceName, sourceId } = ctx.action;
36
36
  if (!(resourceName.includes(".") && ["add", "set", "remove", "toggle"].includes(actionName))) {
37
37
  return next();
@@ -59,12 +59,21 @@ async function checkAssociationOperate(ctx, next) {
59
59
  }
60
60
  if (params.filter) {
61
61
  try {
62
- const filteredParams = ctx.acl.filterParams(ctx, resource, params);
63
- const parsedParams = await ctx.acl.parseJsonTemplate(filteredParams, ctx);
64
- const repo = ctx.db.getRepository(resource);
62
+ const timezone = ((_c = (_b = ctx.request) == null ? void 0 : _b.get) == null ? void 0 : _c.call(_b, "x-timezone")) ?? ((_e = (_d = ctx.request) == null ? void 0 : _d.header) == null ? void 0 : _e["x-timezone"]) ?? ((_g = (_f = ctx.req) == null ? void 0 : _f.headers) == null ? void 0 : _g["x-timezone"]);
63
+ const collection = (_i = (_h = ctx.database) == null ? void 0 : _h.getCollection) == null ? void 0 : _i.call(_h, resource);
64
+ (0, import_acl.checkFilterParams)(collection, params.filter);
65
+ const parsedFilter = await (0, import_acl.parseJsonTemplate)(params.filter, {
66
+ state: ctx.state,
67
+ timezone,
68
+ userProvider: (0, import_acl.createUserProvider)({
69
+ db: ctx.db,
70
+ currentUser: (_j = ctx.state) == null ? void 0 : _j.currentUser
71
+ })
72
+ });
73
+ const repo = ctx.database.getRepository(resource);
65
74
  const record = await repo.findOne({
66
75
  filterByTk: sourceId,
67
- filter: parsedParams.filter
76
+ filter: parsedFilter ?? params.filter
68
77
  });
69
78
  if (!record) {
70
79
  ctx.throw(403, "No permissions");
@@ -6,5 +6,25 @@
6
6
  * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
+ import { ACL, UserProvider } from '@nocobase/acl';
9
10
  import { Context, Next } from '@nocobase/actions';
11
+ import { Collection } from '@nocobase/database';
12
+ export type SanitizeAssociationValuesOptions = {
13
+ acl?: ACL;
14
+ resourceName: string;
15
+ actionName: string;
16
+ values: any;
17
+ updateAssociationValues?: string[];
18
+ protectedKeys?: string[];
19
+ aclParams?: any;
20
+ roles?: string[];
21
+ currentRole?: string;
22
+ currentUser?: any;
23
+ collection?: Collection;
24
+ db?: any;
25
+ database?: any;
26
+ timezone?: string;
27
+ userProvider?: UserProvider;
28
+ };
29
+ export declare function sanitizeAssociationValues(options: SanitizeAssociationValuesOptions): Promise<any>;
10
30
  export declare const checkChangesWithAssociation: (ctx: Context, next: Next) => Promise<any>;