Commit Graph

83 Commits

Author SHA1 Message Date
Joe
7e4d105e8b feat: add setup only 2024-09-29 21:04:54 +08:00
Joe
067955c2b1 feat: remove self-host 2024-09-29 20:59:28 +08:00
Joe
d481a1b998 chore: lint
chore: lint
2024-09-29 17:06:27 +08:00
Joe
86b182ff73 feat: add email code login invite token 2024-09-29 16:59:03 +08:00
Joe
7ad6c32acb feat: auto update user status 2024-09-27 15:15:10 +08:00
Joe
6e5fd6710c fix: query error 2024-09-27 14:56:00 +08:00
Joe
51e7c17bae fix: tenant search 2024-09-27 14:49:35 +08:00
Joe
161d725350 feat: add self host user auto join 2024-09-27 14:44:34 +08:00
Joe
9a6918069d feat: self host not create workspace 2024-09-27 14:36:31 +08:00
Joe
456e7a4abd feat: change email language 2024-09-26 16:15:23 +08:00
Joe
b249f2b9f9 feat: update raise error 2024-09-26 15:49:37 +08:00
Joe
9e4ee2beb1 feat: add EmailPasswordLoginLimitError 2024-09-26 14:59:13 +08:00
Joe
5066233cd4 feat: email api add password param 2024-09-26 14:30:06 +08:00
Joe
4494eea44d feat: update email_code_login_rate_limiter 2024-09-23 16:26:00 +08:00
Joe
9223b0e6ae chore: style lint 2024-09-23 11:00:31 +08:00
Joe
799ff30d28 feat: add email password limit 2024-09-23 10:45:30 +08:00
Joe
346cae9b3c feat: add email code login rate limiter 2024-09-23 10:17:51 +08:00
Joe
18adee6882 chore: PLR6201 Use a set literal when testing for membership 2024-09-14 14:56:36 +08:00
Joe
cd277aa2d8 Merge branch 'main' into feat/new-login
* main: (40 commits)
  feat: allow users to specify timeout for text generations and workflows by environment variable (#8395)
  Fix: operation postion of answer in logs (#8411)
  fix: when the variable does not exist, an error should be prompted (#8413)
  fix(workflow): the answer node after the iteration node containing the answer was output prematurely (#8419)
  fix:logs and rm unused codes in CacheEmbedding (#8409)
  fix: resolve runtime error when self.folder is None (#8401)
  Fix: Support Bedrock cross region inference #8190 (Update Model name to distinguish between different region groups) (#8402)
  fix(docker): aliyun oss path env key (#8394)
  fix: pyproject.toml typo (#8396)
  fix: o1-mini 65563 -> 65536 (#8388)
  fix: sandbox issue related httpx and requests (#8397)
  chore: improve usage of striping prefix or suffix of string with Ruff 0.6.5 (#8392)
  fix (#8322 followup): resolve the violation of pylint rules (#8391)
  chore: refurish python code by applying Pylint linter rules (#8322)
  support hunyuan-turbo (#8372)
  chore: update firecrawl scrape to V1 api (#8367)
  fix(workflow): both parallel and single branch errors occur in if-else (#8378)
  fix: edit load balancing not pass id (#8370)
  fix: add before send to remove langfuse defaultErrorResponse (#8361)
  fix: when edit load balancing config not pass the empty filed value hidden (#8366)
  ...
2024-09-14 14:53:11 +08:00
Bowen Liang
a1104ab97e
chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
Joe
619eeec9b1 Merge branch 'main' into feat/new-login
* main:
  chore: refurbish Python code by applying refurb linter rules (#8296)
  chore: apply ruff E501 line-too-long linter rule (#8275)
  fix(workflow): missing content in the answer node stream output during iterations (#8292)
  chore: cleanup ruff flake8-simplify linter rules (#8286)
  fix: markdown paragraph margin (#8289)
2024-09-12 17:05:41 +08:00
Bowen Liang
40fb4d16ef
chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
Joe
dc04431d8a chore: apply pep8-naming rules for naming 2024-09-12 11:47:36 +08:00
Joe
b6abd5b314 Merge branch 'main' into feat/new-login
* main: (141 commits)
  fix(workflow/hooks/use-shortcuts): resolve issue of copy shortcut not working in workflow debug and preview panel (#8249)
  chore: cleanup pycodestyle E rules (#8269)
  let claude models in bedrock support the response_format parameter (#8220)
  enhance: improve empty data display for detail panel (#8266)
  chore: remove useless code (#8198)
  chore: apply pep8-naming rules for naming convention (#8261)
  fix:ollama text embedding 500 error (#8252)
  Update Gitlab query field, add query by path (#8244)
  editor can also create api key (#8214)
  fix: upload img icon mis-align in the chat input area (#8263)
  fix: truthy value (#8208)
  fix(workflow): IF-ELSE nodes connected to the same subsequent node cause execution to stop (#8247)
  fix: workflow parallel limit in ifelse node (#8242)
  fix: CHECK_UPDATE_URL comment (#8235)
  fix:error when adding the ollama embedding model (#8236)
  fix: improving the regionalization of translation (#8231)
  feat: add from_variable_selector for stream chunk / message event (#8228)
  fix(workflow): answers are output simultaneously across different braches in the question classifier node. (#8225)
  fix(workflow): in multi-parallel execution with multiple conditional branches (#8221)
  fix(docker/docker-compose.yaml): Set default value for `REDIS_SENTINEL_SOCKET_TIMEOUT` and `CELERY_SENTINEL_SOCKET_TIMEOUT` (#8218)
  ...
2024-09-12 11:31:17 +08:00
Bowen Liang
292220c596
chore: apply pep8-naming rules for naming convention (#8261) 2024-09-11 16:40:52 +08:00
Joe
4d1efbef62 feat: add not ALLOW_CREATE_WORKSPACE 2024-09-10 11:36:20 +08:00
Joe
3f954e2b9f feat: register service WorkSpaceNotAllowedCreateError 2024-09-10 10:46:35 +08:00
Joe
4893631d65 fix: oauth error when not allowed create workspace
fix: oauth error when not allowed create workspace
2024-09-09 18:22:28 +08:00
Joe
076ce11511 feat: add OAuth invite token check 2024-09-09 14:49:21 +08:00
Joe
00566af8d1 fix: reformat 2024-09-09 14:37:05 +08:00
Joe
d5427b8d7e feat: remove self host judgement 2024-09-09 13:48:03 +08:00
Joe
187d932420 feat: update register invite member logic 2024-09-03 16:11:45 +08:00
Joe
d319913772 feat: update invite workspace member email password login logic 2024-09-03 15:37:16 +08:00
Joe
7e48aa6402 feat: add invitation email judgment 2024-09-02 18:04:11 +08:00
Joe
f3429953f3 feat: remove extra judgement 2024-09-02 16:03:44 +08:00
Joe
8a014bdda4 feat: update invite workspace service 2024-09-02 14:11:21 +08:00
Joe
955e2871f4 feat: add oauth account not found 2024-09-02 11:09:40 +08:00
Zhi
ceb2b150ff
enhance: include workspace name in create-tenant command (#7834) 2024-08-30 15:53:50 +08:00
Joe
865395abba fix: send_reset_password_email limit email error 2024-08-30 12:36:22 +08:00
Joe
ede775cb6a feat: add reset password api 2024-08-29 16:51:30 +08:00
Joe
da684ebfaa feat: update register logic 2024-08-29 15:15:48 +08:00
Joe
ccc0ec8178 feat: add email code login 2024-08-29 14:13:28 +08:00
Bowen Liang
17fd773a30
chore(api/services): apply ruff reformatting (#7599)
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-08-26 13:43:57 +08:00
-LAN-
5e6fc58db3
Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-07-22 15:29:39 +08:00
Waffle
7b225a5ab0
refactor(services/tasks): Swtich to dify_config witch Pydantic (#6203) 2024-07-12 12:25:38 +08:00
Joe
ce930f19b9
fix dataset operator (#6064)
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-07-09 17:47:54 +08:00
takatost
79df8825c8
Revert "feat: knowledge admin role" (#6018) 2024-07-05 21:31:34 +08:00
xielong
00b4cc3cd4
feat: implement forgot password feature (#5534) 2024-07-05 13:38:51 +08:00
Joe
5d9ad430af
feat: knowledge admin role (#5965)
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
2024-07-04 16:21:40 +08:00
takatost
906857b28a
fix: couldn't log in or resetup after a failed setup (#5739) 2024-06-29 17:07:21 +08:00