269 Commits

Author SHA1 Message Date
nocobase[bot]
eae9775fa5 Merge branch 'next' into develop 2025-04-24 07:09:26 +00:00
Katherine
2ef89513ff
refactor: remove icon from row buttons in plugin (#6760) 2025-04-24 15:09:01 +08:00
nocobase[bot]
851f35657a chore(versions): 😊 publish v1.7.0-alpha.12 2025-04-24 01:43:51 +00:00
nocobase[bot]
d7c4921d1d chore(versions): 😊 publish v1.7.0-beta.22 2025-04-24 00:00:43 +00:00
nocobase[bot]
7fb0805888 chore(versions): 😊 publish v1.7.0-beta.21 2025-04-23 10:21:44 +00:00
nocobase[bot]
c04747988e chore(versions): 😊 publish v1.7.0-alpha.11 2025-04-19 13:25:01 +00:00
nocobase[bot]
402c3f4b3a chore(versions): 😊 publish v1.7.0-beta.20 2025-04-18 00:52:00 +00:00
nocobase[bot]
b04e877d31 chore(versions): 😊 publish v1.7.0-beta.19 2025-04-17 08:13:12 +00:00
nocobase[bot]
f1c9a14e6c chore(versions): 😊 publish v1.7.0-beta.18 2025-04-15 16:11:32 +00:00
nocobase[bot]
bc7af8b80f chore(versions): 😊 publish v1.7.0-beta.17 2025-04-14 16:52:54 +00:00
nocobase[bot]
62d857b1bc chore(versions): 😊 publish v1.7.0-beta.16 2025-04-11 16:42:25 +00:00
nocobase[bot]
95952c7a45 chore(versions): 😊 publish v1.7.0-beta.15 2025-04-10 03:29:03 +00:00
nocobase[bot]
eeec17265c chore(versions): 😊 publish v1.7.0-beta.14 2025-04-09 11:28:40 +00:00
nocobase[bot]
d8f8a127f9 Merge branch 'next' into develop 2025-04-02 08:16:23 +00:00
nocobase[bot]
a2ab61d10d Merge branch 'main' into next 2025-04-02 08:15:58 +00:00
Katherine
7e993b867d
style: optimize title styling on the public form configuration page (#6614) 2025-04-02 16:15:36 +08:00
Zeke Zhang
23f0fdefb1
fix(public-form): determine whether it is a mobile terminal based on the device type (#6611)
* Revert "fix: update mobile layout handling and clean up unused context (#6600)"

This reverts commit 3558fc3ced64cbdd8aedece062d9a221821ba55d.

* fix: update mobile detection logic in PublicFormPage component
2025-04-02 11:00:31 +08:00
nocobase[bot]
994be1a2a1 chore(versions): 😊 publish v1.7.0-beta.13 2025-04-02 01:08:51 +00:00
nocobase[bot]
71a55d6f10 chore(versions): 😊 publish v1.6.15 2025-04-01 12:59:02 +00:00
nocobase[bot]
b5edb03e7a Merge branch 'next' into develop 2025-04-01 12:26:23 +00:00
chenos
f75f65f588 Merge branch 'main' into next
# Conflicts:
#	packages/plugins/@nocobase/plugin-public-forms/src/server/plugin.ts
2025-04-01 20:19:43 +08:00
chenos
bc158ac66c
fix: view permissions include list and get (#6607) 2025-04-01 19:55:25 +08:00
nocobase[bot]
26e30489da chore(versions): 😊 publish v1.6.14 2025-03-29 03:46:43 +00:00
nocobase[bot]
1d40bd1b8a chore(versions): 😊 publish v1.7.0-beta.12 2025-03-28 11:44:46 +00:00
nocobase[bot]
cf09e64821 chore(versions): 😊 publish v1.6.13 2025-03-28 09:11:21 +00:00
nocobase[bot]
aad023cfc0 chore(versions): 😊 publish v1.6.12 2025-03-27 12:58:32 +00:00
nocobase[bot]
c9f37e61e5 chore(versions): 😊 publish v1.7.0-beta.11 2025-03-27 10:10:25 +00:00
nocobase[bot]
45e6e7d448 chore(versions): 😊 publish v1.7.0-beta.10 2025-03-27 06:10:23 +00:00
nocobase[bot]
8773912c34 chore(versions): 😊 publish v1.6.11 2025-03-27 04:21:59 +00:00
nocobase[bot]
b707061ef6 chore(versions): 😊 publish v1.7.0-alpha.10 2025-03-27 04:19:11 +00:00
Katherine
ce4794bd27
fix: issue with public form page title displaying 'Loading...' (#6569) 2025-03-27 11:07:25 +08:00
Mathy Vandersmissen
945d2483b7
Updated dutch language files (#6546) 2025-03-26 14:35:43 +08:00
Zeke Zhang
dcbaa767d2
feat(Vditor): support s3 pro (#6441)
* feat(Vditor): support s3 pro

* fix(Edit): refactor upload handling to improve custom request support

* fix(Edit): enhance file upload handling with custom request support and add localization for upload messages

* fix: input issue

* feat: enhance upload functionality by integrating collection manager in markdown editor

* feat: add upload error handling and improve localization messages for storage configuration

* fix: streamline upload loading message handling and improve baseUrl retrieval in storage actions

* fix: remove unused imports and refactor storage afterSave and afterDestroy hooks for better async handling

* refactor: enhance file upload functionality and improve loading messages across multiple locales

* refactor: streamline upload method selection process in PluginFileManagerClient

* fix: implement file upload support check and streamline storage retrieval process

* fix: add ACL permission check for logged-in users in Vditor plugin

* fix: change ACL permission from 'loggedIn' to 'public' for Vditor plugin

* fix: update file storage description in Markdown editor to include default attachments

* test: add unit tests for vditor storage check functionality

* test: add unit tests for PluginFileManagerClient uploadFile method

* fix: handle optional chaining for collection options in public forms plugin

* fix: add getStorageByCollectionName action and update permissions

* fix: update storage response structure in vditor plugin

* fix: update ACL permissions for vditor and storages to require logged-in users

* fix: simplify uploadFile method by removing redundant storageId retrieval

* fix: update storage assertions in vditor tests to use inline snapshots

* fix: enhance file upload functionality with improved storage handling and error messages

* fix: remove getStorageByCollectionName method and update ACL permissions for storages

* fix: remove commonUpload method from storage types and update imports

* fix: update parseCollectionData method to include dataSourceKey for improved data handling

* fix: update useStorageUploadProps to enhance storage upload properties handling

* fix: update action handling for storages to include createPresignedUrl

* fix: ensure focus in input box before file upload
2025-03-26 14:32:15 +08:00
nocobase[bot]
37ab4452ba chore(versions): 😊 publish v1.6.10 2025-03-25 06:45:45 +00:00
nocobase[bot]
befdd5366c chore(versions): 😊 publish v1.7.0-beta.9 2025-03-25 05:03:40 +00:00
nocobase[bot]
c26ba56a4d Merge branch 'next' into develop 2025-03-24 05:37:04 +00:00
Katherine
c2f97a9300
refactor: set public form page title to the configured title upon creation (#6538) 2025-03-24 13:36:36 +08:00
nocobase[bot]
ffaa71e01e chore(versions): 😊 publish v1.7.0-alpha.4 2025-03-23 05:22:57 +00:00
nocobase[bot]
edacd05301 chore(versions): 😊 publish v1.7.0-beta.8 2025-03-23 04:46:53 +00:00
nocobase[bot]
01ec734a58 chore(versions): 😊 publish v1.6.9 2025-03-23 03:34:33 +00:00
nocobase[bot]
e3b99cc75c chore(versions): 😊 publish v1.6.8 2025-03-22 12:57:51 +00:00
nocobase[bot]
3f75da95d3 chore(versions): 😊 publish v1.6.7 2025-03-20 09:48:46 +00:00
nocobase[bot]
a7b7c10ba7 chore(versions): 😊 publish v1.7.0-beta.7 2025-03-19 10:26:54 +00:00
nocobase[bot]
bdab512485 chore(versions): 😊 publish v1.7.0-beta.6 2025-03-19 00:23:14 +00:00
nocobase[bot]
727768bf71 chore(versions): 😊 publish v1.6.6 2025-03-18 15:15:17 +00:00
nocobase[bot]
45c50cdcc4 chore(versions): 😊 publish v1.7.0-alpha.3 2025-03-18 02:00:02 +00:00
nocobase[bot]
a2dc41229f chore(versions): 😊 publish v1.7.0-beta.5 2025-03-18 00:49:54 +00:00
nocobase[bot]
2481e3f4ff chore(versions): 😊 publish v1.6.5 2025-03-17 10:27:39 +00:00
nocobase[bot]
14bfb7abb7 chore(versions): 😊 publish v1.7.0-alpha.2 2025-03-14 23:14:25 +00:00
nocobase[bot]
6a1a8ee670 chore(versions): 😊 publish v1.7.0-beta.4 2025-03-14 17:34:44 +00:00