Yeuoly
|
84b7a4607a
|
fix: setup_required
|
2024-11-01 16:28:17 +08:00 |
|
Yeuoly
|
10cc4e758c
|
Merge branch 'main' into fix/chore-fix
|
2024-11-01 16:23:04 +08:00 |
|
-LAN-
|
9ac2bb30f4
|
Feat/add-remote-file-upload-api (#9906)
|
2024-11-01 15:51:22 +08:00 |
|
Yeuoly
|
8070be9b76
|
fix: missing 'follow_redirects' argument while download plugin packages
|
2024-11-01 15:38:45 +08:00 |
|
takatost
|
18edeb8e0a
|
integrate model provider with plugin daemon
|
2024-10-30 18:56:52 -07:00 |
|
Yeuoly
|
459cb9dd72
|
fix: transform plugin icon incorrect
|
2024-10-30 16:09:17 +08:00 |
|
Yeuoly
|
f9e2c738b0
|
fix: permission change api should not wraps a permission decorator
|
2024-10-29 17:16:32 +08:00 |
|
Yeuoly
|
c657378d06
|
feat: support plugin permission management
|
2024-10-28 15:54:34 +08:00 |
|
Yeuoly
|
d36dece0af
|
feat: support upgrade interfaces
|
2024-10-25 18:56:38 +08:00 |
|
Yeuoly
|
e5837b88e0
|
fix: add subpath
|
2024-10-25 13:26:32 +08:00 |
|
Yeuoly
|
ffdc6f5c60
|
feat: support remove single item from installation task
|
2024-10-25 13:22:37 +08:00 |
|
Yeuoly
|
bedbd658fe
|
Merge main into fix/chore-fix
|
2024-10-21 20:01:49 +08:00 |
|
Yeuoly
|
7b62b5578e
|
refactor: add manifest into upload interfaces
|
2024-10-21 18:48:03 +08:00 |
|
-LAN-
|
e61752bd3a
|
feat/enhance the multi-modal support (#8818)
|
2024-10-21 10:43:49 +08:00 |
|
Yeuoly
|
7754431a34
|
feat: support plugin max package size
|
2024-10-17 18:44:16 +08:00 |
|
Yeuoly
|
31cca4a849
|
fix: add marketplace switch
|
2024-10-16 14:47:48 +08:00 |
|
Yeuoly
|
43ffccc8fd
|
fix: install plugins
|
2024-10-16 14:02:05 +08:00 |
|
Yeuoly
|
a81293cf5a
|
feat: add category for plugins
|
2024-10-16 13:03:50 +08:00 |
|
Yeuoly
|
276701e1b7
|
refactor: plugin installation
|
2024-10-14 17:52:29 +08:00 |
|
Yeuoly
|
ae1eeb9b2a
|
Mergin main into fix/chore-fix
|
2024-10-14 16:22:12 +08:00 |
|
zxhlyh
|
d498f4e55e
|
Chore/model icon url (#9218)
Co-authored-by: takatost <takatost@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
|
2024-10-11 12:33:34 +08:00 |
|
Yeuoly
|
dd0462c1dc
|
feat: support two install source
|
2024-10-10 16:35:36 +08:00 |
|
Yeuoly
|
ae96f66a08
|
feat: support list endpoints for single plugin, fix: failed to clear endpoint credentials
|
2024-10-09 22:33:18 +08:00 |
|
Yeuoly
|
570b7d18ac
|
fix: endpoint apis
|
2024-10-08 23:48:38 +08:00 |
|
Yeuoly
|
a9c21ef929
|
feat: uninstall plugins
|
2024-10-08 22:38:33 +08:00 |
|
Yeuoly
|
e27a03ae15
|
feat: support install plugin
|
2024-10-08 21:28:59 +08:00 |
|
takatost
|
e12f4009d3
|
feat: optimize icon url
|
2024-09-30 17:46:40 +08:00 |
|
zhuhao
|
fa837b2dfd
|
fix: fix the issue with the system model configuration update (#8923)
|
2024-09-30 17:14:13 +08:00 |
|
Yeuoly
|
c9f80b46a1
|
fix: add endpoint name
|
2024-09-30 16:57:09 +08:00 |
|
Yeuoly
|
e9e5c8806a
|
refactor: using DeclarativeBase as parent class of models, refactored tools
|
2024-09-29 17:00:58 +08:00 |
|
takatost
|
47c8824be6
|
feat: move model request to plugin daemon
|
2024-09-29 00:15:17 +08:00 |
|
takatost
|
1c3213184e
|
feat: move model request to plugin daemon
|
2024-09-29 00:15:14 +08:00 |
|
Yeuoly
|
ea497f828f
|
feat: endpoint management
|
2024-09-26 12:49:00 +08:00 |
|
Yeuoly
|
153dc5b3f3
|
feat: endpoint apis
|
2024-09-26 10:26:45 +08:00 |
|
Yeuoly
|
7a3e756020
|
refactor: list tools
|
2024-09-23 18:06:16 +08:00 |
|
Yeuoly
|
2223dfb266
|
feat: get debugging key
|
2024-09-20 15:08:39 +08:00 |
|
Bowen Liang
|
a1104ab97e
|
chore: refurish python code by applying Pylint linter rules (#8322)
|
2024-09-13 22:42:08 +08:00 |
|
Bowen Liang
|
6613b8f2e0
|
chore: fix unnecessary string concatation in single line (#8311)
|
2024-09-13 14:24:49 +08:00 |
|
Bowen Liang
|
40fb4d16ef
|
chore: refurbish Python code by applying refurb linter rules (#8296)
|
2024-09-12 15:50:49 +08:00 |
|
-LAN-
|
13be84e4d4
|
chore(api/controllers): Apply Ruff Formatter. (#7645)
|
2024-08-26 15:29:10 +08:00 |
|
pinsily
|
a7743a4f47
|
add:save_model_credentials error log (#7630)
|
2024-08-26 14:46:29 +08:00 |
|
Shoya SHIRAKI
|
c57b3931d5
|
refactor(api): switch to dify_config in controllers/console (#6485)
|
2024-07-21 01:11:40 +08:00 |
|
Bowen Liang
|
7943f7f697
|
chore: fix legacy API usages of Query.get() by Session.get() in SqlAlchemy 2 (#6340)
|
2024-07-17 13:54:35 +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 |
|
Bowen Liang
|
3cc6093e4b
|
feat: introduce pydantic-settings for config definition and validation (#5202)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-06-19 13:41:12 +08:00 |
|
Charles Zhou
|
8bcc5a36bb
|
feat: new editor user permission profile (#4435)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
|
2024-06-14 20:34:25 +08:00 |
|
takatost
|
d1dbbc1e33
|
feat: backend model load balancing support (#4927)
|
2024-06-05 00:13:04 +08:00 |
|