nocobase[bot]
|
e8390a616b
|
chore(versions): 😊 publish v1.4.0-beta.3
|
2024-11-21 14:55:41 +00:00 |
|
nocobase[bot]
|
5b1c0b2002
|
chore(versions): 😊 publish v1.4.0-beta.2
|
2024-11-21 06:17:44 +00:00 |
|
nocobase[bot]
|
0c404a3b35
|
chore(versions): 😊 publish v1.5.0-alpha.3
|
2024-11-21 00:57:17 +00:00 |
|
nocobase[bot]
|
a04620c1b0
|
chore(versions): 😊 publish v1.5.0-alpha.2
|
2024-11-20 06:10:18 +00:00 |
|
nocobase[bot]
|
673b7915d4
|
chore(versions): 😊 publish v1.5.0-alpha.1
|
2024-11-19 15:42:05 +00:00 |
|
nocobase[bot]
|
2a95c2ddef
|
chore(versions): 😊 publish v1.4.0-beta.1
|
2024-11-19 14:45:55 +00:00 |
|
nocobase[bot]
|
b2bc5ff581
|
chore(versions): 😊 publish v1.4.0-alpha.17
|
2024-11-19 06:15:40 +00:00 |
|
nocobase[bot]
|
184dde59fa
|
chore(versions): 😊 publish v1.4.0-alpha.16
|
2024-11-18 08:01:27 +00:00 |
|
nocobase[bot]
|
29209a1ede
|
chore(versions): 😊 publish v1.4.0-alpha.15
|
2024-11-17 13:08:36 +00:00 |
|
nocobase[bot]
|
d0a2aabe9d
|
chore(versions): 😊 publish v1.4.0-alpha.14
|
2024-11-17 05:54:53 +00:00 |
|
nocobase[bot]
|
af599493d1
|
chore(versions): 😊 publish v1.4.0-alpha.13
|
2024-11-16 14:03:56 +00:00 |
|
nocobase[bot]
|
30690c158c
|
chore(versions): 😊 publish v1.4.0-alpha.12
|
2024-11-15 16:16:58 +00:00 |
|
nocobase[bot]
|
f27df77573
|
chore(versions): 😊 publish v1.4.0-alpha.11
|
2024-11-14 16:24:31 +00:00 |
|
nocobase[bot]
|
1cc88e2edf
|
chore(versions): 😊 publish v1.4.0-alpha.10
|
2024-11-14 13:47:53 +00:00 |
|
nocobase[bot]
|
d12c0afbbb
|
chore(versions): 😊 publish v1.4.0-alpha.9
|
2024-11-14 01:08:11 +00:00 |
|
nocobase[bot]
|
07b95c388a
|
chore(versions): 😊 publish v1.4.0-alpha.8
|
2024-11-11 04:15:27 +00:00 |
|
nocobase[bot]
|
8618a33d68
|
chore(versions): 😊 publish v1.4.0-alpha.7
|
2024-11-11 02:25:11 +00:00 |
|
nocobase[bot]
|
3733676d6e
|
chore(versions): 😊 publish v1.4.0-alpha.6
|
2024-11-08 01:15:45 +00:00 |
|
nocobase[bot]
|
b3ea409d6c
|
chore(versions): 😊 publish v1.4.0-alpha.5
|
2024-11-08 00:48:42 +00:00 |
|
nocobase[bot]
|
6c8a2ae3b5
|
chore(versions): 😊 publish v1.4.0-alpha.4
|
2024-11-08 00:26:17 +00:00 |
|
nocobase[bot]
|
3801a2e145
|
chore(versions): 😊 publish v1.4.0-alpha.3
|
2024-11-07 14:57:03 +00:00 |
|
nocobase[bot]
|
a2d9b52ec5
|
chore(versions): 😊 publish v1.4.0-alpha.2
|
2024-11-06 09:44:44 +00:00 |
|
nocobase[bot]
|
e2dd54f338
|
chore(versions): 😊 publish v1.4.0-alpha.1
|
2024-11-06 06:59:06 +00:00 |
|
nocobase[bot]
|
1ca1a570c9
|
chore(versions): 😊 publish v1.4.0-alpha.0
|
2024-11-06 06:15:07 +00:00 |
|
Katherine
|
e6a90fda7c
|
fix: registration ACL snippet for public form (#5505)
|
2024-10-24 16:49:01 +08:00 |
|
Katherine
|
fc90817fac
|
fix: issue with clicking settings on public form (#5392)
|
2024-10-12 11:40:59 +08:00 |
|
Katherine
|
49bbdc13f3
|
refactor: error feedback when the form does not exist in public forms (#5336)
* refactor: error feedback when the form does not exist in public forms
* fix: collection not found
|
2024-09-27 17:29:18 +08:00 |
|
Katherine
|
4a5aa7542b
|
fix(public-form): authorization validation and content optimization (#5330)
* fix: public form
* refactor: locale improve
* refactor: markdown locale
* fix: translation
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2024-09-26 22:06:34 +08:00 |
|
chenos
|
5fb009ed33
|
fix: remove permission skip
|
2024-09-26 20:03:50 +08:00 |
|
chenos
|
c3e740b552
|
feat: public forms (#5142)
* feat: public forms plugin
* refactor: public form
* refactor: parseCollectionData
* refactor: parseToken
* refactor: handleEditPublicForm
* refactor: parseACL
* refactor: enable form
* refactor: copy link
* refactor: edable password
* refactor: qr code
* refactor: create public form
* refactor: create public form
* refactor: bulk destroy
* fix: bug
* refactor: support nester form
* refactor: show message under control
* refactor: support bulk destroy
* refactor: support bulk destroy
* refactor: adapt to mobile devices
* refactor: settings
* refactor: locale improve
* refactor: parseAcl
* refactor: parseAcl
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: dataSourceCollectionCascaderReadPretty
* fix: bug
* fix: bug
* fix: bug
* fix: collection template
* fix: style improve
* refactor: locale improve
* refactor: parseToken
* fix: bug
* style: brand style improve
* refactor: settings
* fix: bug
* fix: bug
* refactor: locale improve
* refactor: locale improve
* refactor: locale improve
* refactor: locale improve
* refactor: package.json
* refactor: create form schema
* refactor: create form schema
* fix: bug
* fix: parseToken
* fix: publicFormsSchema
* fix: publicFormsSchema
* fix: useSubmitActionProps
* fix: useSubmitActionProps
* fix: password
* fix: password
* refactor: custom request
* refactor: variable for public form
* style: style improve
* fix: bug
* style: style improve
* style: style improve
* refactor: filter
* refactor: locale improve
* refactor: locale improve
* refactor: locale improve
* fix: bug
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
|
2024-09-26 17:12:16 +08:00 |
|