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
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]
e3919ec190
Merge branch 'next' into develop
2025-01-18 10:07:40 +00:00
Zeke Zhang
be28e6325d
Merge branch 'main' into next
2025-01-18 18:06:27 +08:00
Zeke Zhang
d96afe674f
fix: fix the issue of empty data when opening popup in embedded page ( #6086 )
2025-01-18 17:55:42 +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]
18fec90aa8
chore(versions): 😊 publish v1.5.0-beta.31
2025-01-16 16:37:04 +00:00
nocobase[bot]
d9f6ba2f81
chore(versions): 😊 publish v1.4.26
2025-01-16 13:26:47 +00: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]
78fdd214b6
Merge branch 'next' into develop
2025-01-16 10:28:36 +00:00
nocobase[bot]
b89901e0d9
Merge branch 'main' into next
2025-01-16 10:28:12 +00:00
YANG QIA
f49d86288d
feat(sql-collection): allows to add description ( #6081 )
2025-01-16 18:27:50 +08:00
chenos
1738b11f57
fix: type MigrationRule
2025-01-16 11:51:18 +08:00
nocobase[bot]
c4a681203b
chore(versions): 😊 publish v1.5.0-beta.30
2025-01-16 03:04:22 +00: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
Zeke Zhang
4e10bee161
fix(defaultValue): fix the issue where the default value of easy reading mode is not taking effect ( #6066 )
...
* test: add e2e test
* fix: ensure proper dependency tracking
2025-01-16 09:34:47 +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
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]
72b39d662d
Merge branch 'next' into develop
2025-01-15 04:16:30 +00:00
nocobase[bot]
3ee422d8e1
Merge branch 'main' into next
2025-01-15 04:16:10 +00:00
Katherine
5bdada4c1f
chore: set inputReadOnly for DatePicker based on device type ( #6065 )
2025-01-15 12:15:46 +08:00
nocobase[bot]
b6901c92a7
Merge branch 'next' into develop
2025-01-15 03:11:06 +00:00
nocobase[bot]
ddfacb3c9a
Merge branch 'main' into next
2025-01-15 03:10:43 +00:00
Katherine
8ba098faeb
fix: datepicker client test ( #6064 )
2025-01-15 11:10:21 +08:00
nocobase[bot]
c9747e2990
chore(versions): 😊 publish v1.4.24
2025-01-14 12:19:29 +00:00
nocobase[bot]
f45d1408dd
Merge branch 'next' into develop
2025-01-14 09:08:21 +00:00
nocobase[bot]
ca8ab6c97f
Merge branch 'main' into next
2025-01-14 09:07:53 +00:00
chenyongxin
aa13199bbd
feat: datePicker component input read only ( #6061 )
2025-01-14 17:07:30 +08:00
ChengLei Shao
41c86e77a8
fix: init sort field by primary key ( #6059 )
...
* fix: init sort field by primary key
* fix: sort key
* fix: test
2025-01-14 16:51:30 +08:00
nocobase[bot]
d0372a88a5
chore(versions): 😊 publish v1.5.0-beta.28
2025-01-14 07:57:58 +00:00
nocobase[bot]
5665841d73
Merge branch 'next' into develop
2025-01-14 07:32:04 +00:00
nocobase[bot]
49f4c3c923
Merge branch 'main' into next
2025-01-14 07:31:43 +00:00
Katherine
d0cb923ade
fix: incorrect loading of modal association fields in table block ( #6060 )
2025-01-14 15:31:22 +08:00
nocobase[bot]
4f523316b4
chore(versions): 😊 publish v1.6.0-alpha.14
2025-01-14 05:56:55 +00:00
nocobase[bot]
814693476d
chore(versions): 😊 publish v1.6.0-alpha.13
2025-01-14 05:27:59 +00:00
katherinehhh
0cbd1ca795
Merge branch 'next' into develop
2025-01-14 13:18:43 +08:00
nocobase[bot]
4a7d737d16
Merge branch 'main' into next
2025-01-14 05:12:57 +00:00
Katherine
6df9d66837
fix: client e2e test ( #6058 )
2025-01-14 13:12:21 +08:00
Chareice
4668b97417
fix: ws error
2025-01-13 22:17:05 +08:00