Commit Graph

4921 Commits (fix/e-admin-permission)
 

Author SHA1 Message Date
GareArc 85b4386a02
fix: allow admin to update and remove members 1 year ago
Xiyuan Chen 1c2e8e1ce7
fix removing member without permission (#16332) (#19275)
Co-authored-by: Linh Nguyen <55907715+batman0911@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
1 year ago
Garfield Dai 33d2c9d2ca Merge branch 'release/0.15-support' into e-260 1 year ago
Zixuan Cheng 4fa3d78ed8
Revert "feat : add GPT4.1 in the model providers" (#19002) 1 year ago
Garfield Dai 849994d35e 0.15.7
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCAAdFiEEFK5K98uJ0hmL9JLza6DRCN7QEf8FAmgPMZ8ACgkQa6DRCN7Q
 Ef+gkgv/Ved5ez/UgKHiGyxMM9MWiO9JDWKBrZP+NbhqSIz2B7efCg7PcEWveqCR
 ma5pD2T83z9lYsI4VYB/08HRdF4w5FbFbZXg5zy7R9OMc/5oEZ1tyxiOp/RLzOqi
 kCDhHX5CVadUjC98oy9q41S+AmlpV5hjjl5ZQHH9XIx/Uy/0LZMdhB4EOhDwNqj2
 MU0xekTEaouJFeIe1ewyVBZd2GC18EDjqv9ABiBeaJwx97SQ93pCNhjxnn2wm5cT
 Q96qkkNb/E3JoaOPhws5/pGLM+5SK0dYFTZkwWER1GUfrh+5wzLWbzAKwoewDRaV
 g62waOORvaYphXKh7KxmrC3Gb9eGMrK9haRwJfyfxzHCwqtI4+SFnv+izapU7hlm
 c24s73p2v9sFzjHBWEPqHvuJ7F5Q8odR40ECGhBmzgJVnXdDDu+h69MYWDq2LPAl
 3295Wa4zjF9krC9R9BU+ra7DLw90TA53Cf3yXdMyuoOpU41uqtj/7iF8p2axnIxL
 srqhqJWw
 =3gSn
 -----END PGP SIGNATURE-----

Merge tag '0.15.7' into e-260

0.15.7
1 year ago
NFish 2fce4a338c
fix: get realtime groups and members data every time user open the di… (#18988) 1 year ago
-LAN- 5f7f851b17
fix: Refines None checks in result transformation
Simplifies the code by replacing type checks for None with
direct comparisons, improving readability and consistency in
handling None values during output validation.

Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 559ab46ee1
fix: Removes redundant token calculations and updates dependencies
Eliminates unnecessary pre-calculation of token limits and recalculation of max tokens
across multiple app runners, simplifying the logic for prompt handling.

Updates tiktoken library from version 0.8.0 to 0.9.0 for improved tokenization performance.

Increases default token limit in TokenBufferMemory to accommodate larger prompt messages.

These changes streamline the token management process and leverage the latest
improvements in the tiktoken library.

Fixes potential token overflow issues and prepares the system for handling larger
inputs more efficiently.

Relates to internal optimization tasks.

Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- df98223c8c
chore: Updates to version 0.15.7 with new model support
Adds support for GPT-4.1 and Amazon Bedrock DeepSeek-R1 models.
Fixes issues with app creation from template categories and
DSL version checks.

Updates version numbers in configuration files and Docker
setup to 0.15.7 for consistency.

Addresses issues #18807, #18868, #18872, #18878, and #18912.

Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
Zixuan Cheng 144f9507f8
feat : add GPT4.1 in the model providers (#18912) 1 year ago
kelvintsim 2e097a1ac0
add bedrock deepseek-r1 (#18908) 1 year ago
NFish 9f7d8a981f
Patch: hotfix/create from template category (#18807) (#18868) 1 year ago
NFish c4729f8c20
fix: check dsl version when create app from explore template (#18872)… (#18881)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
1 year ago
NFish 5cb1cf9eca
Patch: Hotfix/create from template category (#18807) (#18869) 1 year ago
zxhlyh 40b31bafd5
fix: check dsl version when create app from explore template (#18872) (#18878) 1 year ago
-LAN- d38a2c95fb
docs(CHANGELOG): Update CHANGELOG.md
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 7d18e2a0ef
feat(app_dsl_service): Refines version compatibility logic
Updates logic to handle various version comparisons, ensuring
more precise status returns based on version differences.
Improves handling of older and newer versions to prevent
mismatches and ensure appropriate compatibility status.

Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
kelvintsim 024f242251
add bedrock claude-sonnet-3.7 (#18788) 1 year ago
NFish de14a55bde
fix: i18n update (#18787) 1 year ago
NFish cbb1d722a5
fix: break switch logic if the sso protocol is empty (#18783) 1 year ago
NFish 1769ce16f3
fix: disable batch run button when user has no permission. (#18777) 1 year ago
NFish 170139bb0f
fix: update sso protocol default value to '' (#18773) 1 year ago
NFish ede0deb447
Fix/web app signin error (#18765) 1 year ago
NFish d40f2e7d94
fix: web app login show undefined error message (#18757) 1 year ago
NFish 70ebfc064b
fix: stop auto retry login when web app return error (#18747) 1 year ago
GareArc d6c252d77e Merge branch 'feat/webapp-auth-api' into e-260 1 year ago
GareArc fc3d3e0565 fix: wrong web sso protocal source in json 1 year ago
Xin Zhang b786bbdab5
fix: add workspace limitation in invite-login API (#18724) 1 year ago
Xin Zhang f45321dd27
fix: handle WorkspacesLimitExceededError in forgot_password.py (#18716) 1 year ago
NFish 746d4d8ead
fix: update i18n (#18711) 1 year ago
NFish 7c31e3b6ba
Hotfix/revert webapp login page (#18706) 1 year ago
Garfield Dai 7c1116f139 update. 1 year ago
Xin Zhang b82cc1c2e8
feat: priced limit (#17683) 1 year ago
NFish fee51ba994
Feat/e permission (#18656) 1 year ago
GareArc 2259dfdc58 Merge branch 'feat/webapp-auth-api' into e-260 1 year ago
GareArc 3761944a3f fix: remove debug logs 1 year ago
GareArc a239e756b0 0.15.6
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCAAdFiEEFK5K98uJ0hmL9JLza6DRCN7QEf8FAmgIg6AACgkQa6DRCN7Q
 Ef+TLAv7BWiKD/93v7Ava1joDlBxJUXDNEWZg/R6ZoGMNpqcpTvwghXmvCRv/xnu
 CpWK3kTP9wLRvlcea9O9wbNmPM9pXOcyBqUAILA2XDP9exeuMxbonQhTMiPD+uhk
 t50qnYbXqxq5tJYWBT4mSJ7FJKwlqlI0GDPfILOupfvHO4OK0DzFcK13T+mPoplL
 xnrae9kIkcretj4HInB19FDbUFgC5N4na6Tzbb8Fib1DYi0Gr2zQfjs8H1VMPOJO
 Xhpl+9ZyNS3W26HE4/axh1B1lB4q0vpdzhfoozKMwb8qyGRkPMpkuhQgyEf41EIs
 4s9A0bCS3g7H6iZ0WtEYuh6jW/Cr5cxNM9lav9rHmrhxSS/Z30sf0yM76TLH+bdu
 4IjCGkvTBAvSvVbYf8kTaxWagdhhN/Amx/eoOznuAusRs/yIo4EpVdr8pTcAdErm
 cc6mun9SBKVt6WLK1QFvF9n+NI0x5wCaMvUIUmqTAhMPCDesOgWeye2Vx/jd7pl8
 RnCDMsZm
 =vWkO
 -----END PGP SIGNATURE-----

Merge tag '0.15.6' into e-260

0.15.6
1 year ago
GareArc ac54dd89f4 fix: change rel url value to target_ref 1 year ago
GareArc 5310ed4b54 Merge branch 'feat/webapp-auth-api' into e-260 1 year ago
-LAN- bfdce78ca5
chore(*): Bump up to 0.15.6
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 00c2258352
CHANGELOG): Adds initial changelog for version 0.15.6
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
GareArc 09f8da1429 fix: allow empty list api 1 year ago
NFish 9f07584a00
Feat/e license limit (#18436)
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
1 year ago
Joel a1b3d41712
fix: clickjacking (#18552) 1 year ago
GareArc fcc274d679 fix: add filter in installedapp list api 1 year ago
GareArc 14f378bbc6 Merge branch 'feat/webapp-auth-api' into e-260 1 year ago
GareArc 669fb6be0f fix: wrong field name 1 year ago
GareArc 724ffe55c9 fix: add back sso system feature 1 year ago
GareArc bfa5828259 fix: temp fix for unauthorized user in explore page 1 year ago
GareArc 455d14296f fix: get app id from upstream decorator 1 year ago