Commit Graph

51 Commits (fix/app-not-published-error)

Author SHA1 Message Date
Xiyuan Chen dcf4e5a30f
Feat/webapp verified sso 260 (#20678) 10 months ago
Xiyuan Chen 05903e3251
Feat/webapp verified sso 260 (#20496) 10 months 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
11 months 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>
11 months ago
Xin Zhang f45321dd27
fix: handle WorkspacesLimitExceededError in forgot_password.py (#18716) 11 months ago
Xin Zhang b82cc1c2e8
feat: priced limit (#17683) 11 months ago
Xiyuan Chen 99a9def623
fix: reset_password security issue (#18366) 11 months ago
GareArc 7770a45253 fix: add password security update 11 months ago
Xiyuan Chen 74d3320519
feat: account delete (#11829)
Co-authored-by: NFish <douxc512@gmail.com>
1 year ago
yihong 56e15d09a9
feat: mypy for all type check (#10921) 1 year ago
-LAN- 03548cdfbc
fix: handle broader request exceptions in OAuth process (#11997)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 9789905a1f
chore(*): Removes debugging print statements (#11145)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
Bowen Liang 6c8e208ef3
chore: bump minimum supported Python version to 3.11 (#10386) 1 year ago
Garfield Dai c49efc0c22
Feat/account not found (#10804) 1 year ago
-LAN- 9ac2bb30f4
Feat/add-remote-file-upload-api (#9906) 1 year ago
Joe ed96a6b6c0
fix: remove email code login redirect (#9698) 1 year ago
Joe 22bdfb7e56
Feat/optimize login (#9642) 1 year ago
-LAN- e61752bd3a
feat/enhance the multi-modal support (#8818) 1 year ago
Joe 4fd2743efa
Feat/new login (#8120)
Co-authored-by: douxc <douxc512@gmail.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
1 year ago
-LAN- f73751843f
Feat/implement-refresh-tokens (#9233) 1 year ago
Bowen Liang a1104ab97e
chore: refurish python code by applying Pylint linter rules (#8322) 2 years ago
Bowen Liang 40fb4d16ef
chore: refurbish Python code by applying refurb linter rules (#8296) 2 years ago
Bowen Liang 292220c596
chore: apply pep8-naming rules for naming convention (#8261) 2 years ago
-LAN- 13be84e4d4
chore(api/controllers): Apply Ruff Formatter. (#7645) 2 years ago
Jyong af76381b98
fix notion internal setting (#6836) 2 years ago
-LAN- a98284b1ef
refactor(api): Switch to `dify_config` (#6750)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 years ago
-LAN- 4d105d7bd7
feat(*): Swtich to dify_config. (#6025) 2 years ago
xielong 00b4cc3cd4
feat: implement forgot password feature (#5534) 2 years ago
-LAN- 1336b844fd
feat(api/auth): switch-to-stateful-authentication (#5438) 2 years ago
Charles Zhou cc4a4ec796
feat: permission and security fixes (#5266) 2 years ago
Jyong ba5f8afaa8
Feat/firecrawl data source (#5232)
Co-authored-by: Nicolas <nicolascamara29@gmail.com>
Co-authored-by: chenhe <guchenhe@gmail.com>
Co-authored-by: takatost <takatost@gmail.com>
2 years ago
Garfield Dai 4481906be2
Feat/enterprise sso (#3602) 2 years ago
LIU HONGWEI c227f3d985
feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2 years ago
takatost e6d22fc3a0
fix: account has no owner workspace by member inviting (#2435) 2 years ago
Bowen Liang 063191889d
chore: apply ruff's pyupgrade linter rules to modernize Python code with targeted version (#2419) 2 years ago
Bowen Liang 843280f82b
enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2 years ago
crazywoola a8f23ed712
Feat/move tenant id into db (#2341) 2 years ago
takatost 9f637ead38
bump version to 0.5.3 (#2306) 2 years ago
crazywoola 828822243a
fix: multiple rows were found correctly (#2219) 2 years ago
crazywoola c17baef172
Feat/portuguese support (#2075) 2 years ago
Bowen Liang cc9e74123c
improve: introduce isort for linting Python imports (#1983) 2 years ago
takatost 024250803a
feat: move login_required wrapper outside (#1281) 2 years ago
zxhlyh c9b0fe47bf
Fix/notion sync (#1258) 3 years ago
zxhlyh 227f9fb77d
Feat/api jwt (#1212) 3 years ago
Matri a5d21f3b09
fix: shortening invite url (#1100)
Co-authored-by: MatriQi <matri@aifi.io>
3 years ago
Jyong 4b53bb1a32
Feat/token support (#909)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: jyong <jyong@dify.ai>
3 years ago
Matri fc7e4ac75b
fix: automatically create tenant for user (#793) 3 years ago
KVOJJJin cd51d3323b
feat: member invitation and activation (#535)
Co-authored-by: John Wang <takatost@gmail.com>
3 years ago
Jyong 226f28edcb
Feature/self host notion import (#397) 3 years ago
Jyong 9253f72dea
Feat/dataset notion import (#392)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
3 years ago