2794 Commits

Author SHA1 Message Date
nocobase[bot]
93b8f93b74 chore(versions): 😊 publish v1.6.0-alpha.17 2025-01-19 12:54:20 +00:00
Sheldon Guo
8e5fd9359f
fix(auth): fix redirecting unauthenticated users from registration/public forms to the login page (#6094)
* feat(auth): add skipAuth option to API requests and update auth middleware

* feat(auth): implement removeBasename function to streamline pathname handling
2025-01-19 18:37:14 +08:00
nocobase[bot]
4ba5dc0d6c chore(versions): 😊 publish v1.6.0-alpha.16 2025-01-19 06:19:56 +00:00
Katherine
989f7144eb
feat: support configuring the number of icons per row in the mobile … (#6046)
* feat: support configuring  the number of icons per row in the mobile action panel

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug
2025-01-19 14:13:47 +08:00
nocobase[bot]
8baec18988 chore(versions): 😊 publish v1.6.0-alpha.15 2025-01-19 02:05:02 +00:00
Sheldon Guo
cc6928c7d0
feat(auth): support token security (#5948)
* feat(auth): support token security config
---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: xilesun <2013xile@gmail.com>
2025-01-18 22:18:51 +08:00
nocobase[bot]
7093f478c1 Merge branch 'next' into develop 2025-01-18 06:16:40 +00:00
citlalinda
aee8d9b7ce
feat: add stack limit to workflow (#6077)
* feat: add stack limit to workflow

* test: add stack limit test

---------

Co-authored-by: Linda <huanghui9850@gmail.com>
2025-01-18 14:16:15 +08:00
nocobase[bot]
53afd48756 Merge branch 'next' into develop 2025-01-17 15:47:58 +00:00
nocobase[bot]
222b4bc9da Merge branch 'main' into next 2025-01-17 15:46:56 +00:00
Junyi
04b817036f
fix(plugin-workflow): fix dispatch not process in preparing phase (#6087) 2025-01-17 23:46:29 +08:00
nocobase[bot]
4dcffddbcd chore(versions): 😊 publish v1.5.0-beta.32 2025-01-17 13:27:34 +00:00
Katherine
2945532630
feat: support setting description property in block (#6015)
* feat: support setting description property in block

* fix: bug

* fix: bug

* fix: test

* chore: set block height

* fix: bug

* fix: bug

* fix: test
2025-01-17 20:39:39 +08:00
nocobase[bot]
dcd4284514 Merge branch 'next' into develop 2025-01-17 07:26:57 +00:00
nocobase[bot]
14ba6c2b3c Merge branch 'main' into next 2025-01-17 07:26:36 +00:00
Katherine
d87e7bb78e
fix: calender default view locale (#6084) 2025-01-17 15:26:13 +08:00
nocobase[bot]
50ab97fdc7 Merge branch 'next' into develop 2025-01-17 01:58:50 +00:00
Junyi
85b36da746
refactor(plugin-workflow): refactor validate context api (#6082) 2025-01-17 09:58:28 +08:00
nocobase[bot]
18fec90aa8 chore(versions): 😊 publish v1.5.0-beta.31 2025-01-16 16:37:04 +00:00
Chareice
f6ac57f34d
chore(async-task-manager): cancelable options 2025-01-16 23:09:55 +08:00
nocobase[bot]
d9f6ba2f81 chore(versions): 😊 publish v1.4.26 2025-01-16 13:26:47 +00:00
nocobase[bot]
6e0f198d6f Merge branch 'next' into develop 2025-01-16 13:17:33 +00:00
nocobase[bot]
0ef52caf6f Merge branch 'main' into next 2025-01-16 13:17:10 +00:00
xilesun
cf26388199 fix(data-vi): issue of filtering datetime fields 2025-01-16 21:16:15 +08:00
nocobase[bot]
38f9b6219f Merge branch 'next' into develop 2025-01-16 13:02:47 +00:00
chenos
bdbcca4c83 fix: type string 2025-01-16 21:01:53 +08:00
Chareice
8928b97534
Merge branch 'next' into develop 2025-01-16 20:02:53 +08:00
ChengLei Shao
27b45e8dae
chore: ws api (#6080)
* chore: ws api

* fix: ws error

* fix: send ws message response
2025-01-16 19:45:43 +08:00
nocobase[bot]
9df77bdcc2 Merge branch 'next' into develop 2025-01-16 10:32:16 +00:00
YANG QIA
87513c0c9c
fix(user-data-sync): fix the issue where the "retry" button is not displayed in the task list (#6079) 2025-01-16 18:31:46 +08:00
nocobase[bot]
bd9a2a174a Merge branch 'next' into develop 2025-01-16 09:30:10 +00:00
nocobase[bot]
9b42d7ad1d Merge branch 'main' into next 2025-01-16 09:29:45 +00:00
YANG QIA
a093e9ee8c
fix(localization): avoid API request when attempting to delete an empty translation (#6078) 2025-01-16 17:29:18 +08:00
Junyi
000095114c
feat: add validateConfig to trigger (#6040) (#6073)
* feat: add validateConfig to trigger

* refactor: validateConfig

* fix: validate config

Co-authored-by: citlalinda <hxn9850@163.com>
2025-01-16 16:52:15 +08:00
nocobase[bot]
c4a681203b chore(versions): 😊 publish v1.5.0-beta.30 2025-01-16 03:04:22 +00:00
Junyi
f26e501172
feat(plugin-workflow-manual): add task title column (#6051)
* feat(plugin-workflow-manual): add task title column

* fix(plugin-workflow-manual): fix distribution and assignee logic
2025-01-16 10:26:27 +08:00
citlalinda
63ffe1a99d
feat: add validateConfig to trigger (#6040)
* feat: add validateConfig to trigger

* refactor: validateConfig

* fix: validate config
2025-01-16 10:16:27 +08:00
nocobase[bot]
fbec7c2e1d Merge branch 'next' into develop 2025-01-16 01:42:03 +00:00
nocobase[bot]
91fa7e1953 Merge branch 'main' into next 2025-01-16 01:41:42 +00:00
Junyi
d38f89db85
refactor(resourcer): allow empty object as values (#6070)
* refactor(resourcer): allow empty object as values

* fix(plugin-action-custom-request): fix test case
2025-01-16 09:41:17 +08:00
nocobase[bot]
11cf17b5e2 chore(versions): 😊 publish v1.5.0-beta.29 2025-01-16 01:12:01 +00:00
nocobase[bot]
7c246743d1 chore(versions): 😊 publish v1.4.25 2025-01-15 21:41:45 +00:00
nocobase[bot]
f5c09856eb Merge branch 'next' into develop 2025-01-15 20:33:19 +00:00
nocobase[bot]
c0bdaec473 Merge branch 'main' into next 2025-01-15 20:32:45 +00:00
Zeke Zhang
9af7fb951c
fix(mobile): fix SafeArea not working issue (#6068) 2025-01-16 04:32:17 +08:00
chenos
5aec227032 Merge branch 'next' into develop
# Conflicts:
#	packages/plugins/@nocobase/plugin-workflow/src/client/variable.tsx
2025-01-15 21:09:10 +08:00
nocobase[bot]
e5d398d8a1 Merge branch 'main' into next 2025-01-15 13:06:02 +00:00
chenos
2c936b6eb1
feat: improve the extensibility of file-storage (#6071) 2025-01-15 21:05:35 +08:00
Junyi
04b3540739
chore(plugin-workflow): cherry pick (#6057)
* refactor(plugin-workflow): change api of manually execute (#5850)

* feat: add subflow node

* feat: add execution event

* feat: add force option

* feat: avoid recurring call

* feat: add stack to execution

* feat: add cyclic call validator

* feat: collection trigger add execution stack

* fix: stack

* fix: manual execute

* refactor(plugin-workflow): adjust api and implementent

* chore: revert locale back

* feat: trigger field set add scope variables

* feat: add changeOnSelect

* feat: variables support ID reference

* feat: change locale

* refactor(plugin-workflow): support execute by passing filterByTk for a record

* refactor(plugin-workflow): adjust props name

* fix(plugin-workflow): fix execute variable context

* fix(plugin-workflow): fix variables and locales

* chore(plugin-workflow): remove demo code

* fix(plugin-workflow): fix import

* fix(plugin-workflow): fix build error

---------

Co-authored-by: mytharcher <mytharcher@gmail.com>

* fix(plugin-workflow): fix schedule picker value (#6039)

* fix(plugin-workflow): fix variable compoent onchange (#5964)

---------

Co-authored-by: shz <huanghui9850@gmail.com>
2025-01-15 17:42:49 +08:00
nocobase[bot]
9bf8fb3bb1 Merge branch 'next' into develop 2025-01-15 09:00:48 +00:00