Commit Graph

1317 Commits

Author SHA1 Message Date
NFish
6e36bc87be fix: add a whitespace between the words 2024-09-27 09:40:13 +08:00
NFish
ed9853bdde fix: add a language parameter to the send email code API 2024-09-26 14:16:36 +08:00
NFish
4dad2eca69 fix: fix the issue that if there is only one input field in the page form, the page will reload when the Enter key is pressed 2024-09-26 12:39:08 +08:00
NFish
3a84c21985 fix: update the translations for the reset-password page 2024-09-26 11:38:55 +08:00
NFish
519fcbc71a fix: disable login button if email or password is empty 2024-09-26 11:24:49 +08:00
NFish
c5fa49a6c0 feat:support use tab change focus between inputs at login page 2024-09-23 10:01:22 +08:00
NFish
badcf56171 Merge branch 'main' into feat/auth-methods 2024-09-23 09:51:07 +08:00
Shota Totsuka
03fdf5e7f8
chore: Enable Japanese descriptions for Tools (#8646) 2024-09-23 09:06:01 +08:00
Hash Brown
2d869d6831
fix: send message error when chatting with opening statement (#8627) 2024-09-22 16:41:40 +08:00
HJY
6c2fa8defc
fix: form input add tabIndex (#8478) 2024-09-22 10:14:43 +08:00
Hash Brown
8c51d06222
feat: regenerate in Chat, agent and Chatflow app (#7661)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-09-22 03:15:11 +08:00
github-actions[bot]
483ead55d5
chore: translate i18n files (#8557)
Co-authored-by: iamjoel <2120155+iamjoel@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-09-21 17:30:43 +08:00
非法操作
d63a5a1c3c
fix: a helper link error (#8508) 2024-09-21 17:30:30 +08:00
-LAN-
7f3282ec04
Update version to 0.8.3 in packaging and docker-compose files (#8590) 2024-09-20 18:24:03 +08:00
非法操作
b773ebdab1
chore: fix webpack dependencies order (#8542) 2024-09-20 18:09:35 +08:00
Joel
7411bcf167
chore: improve delimiter (#8552) 2024-09-19 17:40:20 +08:00
NFish
3cdc352a94 Merge branch 'main' into feat/auth-methods 2024-09-19 17:02:35 +08:00
HJY
2721cb8dee
feat: add format util unit and add pre-commit unit check (#8427)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-09-19 10:39:27 +08:00
NFish
41bea4cafa
validate user permission before enter app detail page (#8527)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-09-18 16:54:04 +08:00
Nam Vu
aa5b2db10a
chore: workflow BRANCH, PARALLEL i18n (#8452) 2024-09-15 17:13:39 +08:00
Hirotaka Miyagi
b73faae0d0
fix(RunOnce): change to form submission instead of onKeyDown and onClick (#8460) 2024-09-15 17:09:47 +08:00
Charlie.Wei
445497cf89
add svg render & Image preview optimization (#8387)
Co-authored-by: crazywoola <427733928@qq.com>
2024-09-14 19:24:53 +08:00
Nam Vu
624331472a
fix: Improve scrolling behavior for Conversation Opener (#8437)
Co-authored-by: crazywoola <427733928@qq.com>
2024-09-14 19:05:19 +08:00
Yi Xiao
d882348f39
fix: delete the delay for the tooltips inside the add tool panel (#8436) 2024-09-14 17:24:31 +08:00
yanxiyue
de7bc22649
fix: sys_var startwith 'sys.' not 'sys' #8421 (#8422)
Co-authored-by: wuling <wuling@ke.com>
2024-09-14 15:16:12 +08:00
kurokobo
52857dc0a6
feat: allow users to specify timeout for text generations and workflows by environment variable (#8395) 2024-09-14 14:11:45 +08:00
KVOJJJin
032dd93b2f
Fix: operation postion of answer in logs (#8411)
Co-authored-by: Yi <yxiaoisme@gmail.com>
2024-09-14 14:08:31 +08:00
Pika
5b18e851d2
fix: when the variable does not exist, an error should be prompted (#8413)
Co-authored-by: Chen(MAC) <chenchen404@outlook.com>
2024-09-14 14:08:10 +08:00
Joel
9d80d7def7
fix: edit load balancing not pass id (#8370) 2024-09-13 17:15:03 +08:00
Joel
5dfd7abb2b
fix: when edit load balancing config not pass the empty filed value hidden (#8366) 2024-09-13 16:05:26 +08:00
-LAN-
80a322aaa2
chore: update version to 0.8.2 in packaging and docker-compose files (#8352) 2024-09-13 13:45:13 +08:00
Yi Xiao
8d2269f762
fix: copy and paste shortcut in the textarea of the workflow run panel (#8345) 2024-09-13 12:20:56 +08:00
fanlia
5f03e66489
Feature/service api workflow logs (#8323) 2024-09-13 11:03:57 +08:00
Pika
a9c1f1a041
fix(workflow): fix var-selector not update when edges change (#8259)
Co-authored-by: Chen(MAC) <chenchen404@outlook.com>
2024-09-13 11:03:39 +08:00
-LAN-
c78828ab7c
chore: update Dify version to 0.8.1 (#8329) 2024-09-13 02:48:24 +08:00
crazywoola
aa11659062
Revert "Feat: update app published time after clicking publish button" (#8320) 2024-09-12 20:06:06 +08:00
NFish
0483cc8d62 style: use css class name instead of multi tailwind varibles 2024-09-12 16:24:27 +08:00
NFish
8526c73a85 fix: use color variable instead of hex value 2024-09-12 11:41:23 +08:00
zxhlyh
0bb7569d46
fix: markdown paragraph margin (#8289) 2024-09-12 11:28:14 +08:00
NFish
6e7b6e95ea fix: page will rediect to signin in 5s after reset password 2024-09-12 10:51:25 +08:00
Kevin9703
ec57922bb6
fix(workflow/hooks/use-shortcuts): resolve issue of copy shortcut not working in workflow debug and preview panel (#8249)
Co-authored-by: Yi <yxiaoisme@gmail.com>
2024-09-12 10:39:18 +08:00
NFish
cedba21f02 fix: use constant variable instead magic number 2024-09-12 10:31:08 +08:00
NFish
01400b84c6 Chore: use Button instead native button 2024-09-12 10:29:39 +08:00
DDDDD12138
fe8191b899
enhance: improve empty data display for detail panel (#8266) 2024-09-11 18:24:18 +08:00
Jason Tan
c5b3777d93
editor can also create api key (#8214) 2024-09-11 16:07:15 +08:00
非法操作
678bbf8fe8
fix: upload img icon mis-align in the chat input area (#8263) 2024-09-11 15:58:20 +08:00
NFish
d74409bc9a Merge branch 'main' into feat/auth-methods 2024-09-11 12:51:57 +08:00
zxhlyh
91942e37ff
fix: workflow parallel limit in ifelse node (#8242) 2024-09-11 11:30:33 +08:00
NFish
5641348428 chore: use base component Input instead native html input 2024-09-11 11:10:02 +08:00
NFish
afc489debc fix: use enum define protocols 2024-09-11 11:09:28 +08:00