Commit graph

154 commits

Author SHA1 Message Date
AnonymousDotNet 4b2a94a539 fix: add regionCode for ModifyUserPhone API 2024-10-22 18:43:34 +08:00
AnonymousDotNet 0ed663ea76 Merge branch 'lida_Dev' of https://github.com/AnonymousDotNet/BotSharp into lida_Dev 2024-10-22 09:34:28 +08:00
Haiping Chen f5d153f7d5 add redis cache folder 2024-10-21 14:46:09 -05:00
Haiping Chen 41709c95dd Fix compile issue. 2024-10-21 11:29:04 -05:00
Haiping 3b71e16e0d
Merge pull request #28 from Qtoss-AI/jason_dev
Jason dev
2024-10-21 16:04:01 +00:00
AnonymousDotNet 3e1fd96ef8 fix: Update CreateUser API 2024-10-21 19:59:05 +08:00
jason.wang a16b1e4358 fix issue by self test 2024-10-20 13:02:13 +08:00
Haiping Chen bf84d4a87a UserAuthenticated 2024-10-19 10:06:24 -05:00
jason.wang b4800efb6d add affiliate employee 2024-10-19 17:16:55 +08:00
Haiping Chen 8111f76584 avoid duplicate user 2024-10-14 08:09:06 -05:00
Haiping Chen 263462302a Add UserUpdating hook 2024-10-13 18:24:36 -05:00
Haiping Chen c84d7288c0 UserLanguage not null 2024-10-13 18:11:40 -05:00
AnonymousDotNet e8bff9ce2e fix: 修复创建用户时判空BUG。 2024-10-12 21:52:33 +08:00
YouWeiDH ce5e6f8a9d hdong: Fix insert phone null issues. 2024-10-12 20:20:50 +08:00
YouWeiDH c72ea4af2f hdong: Fix to avoid Email/Phone duplicate when user register again.(check first:phone, then email, then userName) 2024-10-12 15:13:46 +08:00
YouWeiDH 312c58fd3e Merge branch 'master' into hdongDev 2024-10-12 10:26:51 +08:00
YouWeiDH 7e923d16c2 hdong:fix some bug for register again when fail. 2024-10-12 10:25:17 +08:00
Haiping 76a30c4fdd
Merge pull request #21 from Qtoss-AI/hdongDev
hdong: When use verify fail, they need to re-register again.
2024-10-11 08:49:08 -05:00
YouWeiDH 878618c926 hdong: When use verify fail, they need to re-register again. 2024-10-11 19:58:54 +08:00
AnonymousDotNet 0c7a59b8b2 Merge branch 'master' into lida_dev 2024-10-11 14:32:09 +08:00
AnonymousDotNet 836fa0e723 fix: Error caused by not including prefix when modifying user's mobile number. 2024-10-11 14:31:54 +08:00
YouWeiDH 23d0d5a763 hdong: Add send verify code API with none login and login when reset password. 2024-10-06 17:49:34 +08:00
AnonymousDotNet 8e060c9ca2 feat: add del user api 2024-09-29 19:26:17 +08:00
Haiping Chen 08d1a40916 AI搜索都基于商品来展开。 2024-09-27 21:05:30 -05:00
jason.wang a38c27718a fix get affiliate token user issue 2024-09-25 22:09:43 +08:00
jason.wang 3f24bdd0f2 add affiliateId claim & add redis expire 2024-09-24 15:05:24 +08:00
Haiping fe2d6f37af
Merge pull request #13 from Qtoss-AI/jason_dev
Jason dev
2024-09-21 15:48:31 -05:00
jason.wang 86289b0f41 update IsDisable => IsDisabled 2024-09-21 23:00:20 +08:00
Haiping Chen ecdcb2a7c7 Add ProductCount to VideoStats 2024-09-21 08:47:52 -05:00
jason.wang d85e16dc81 add affiliate token api 2024-09-21 15:12:08 +08:00
AnonymousDotNet d31605f988 Merge branch 'master' into lida_dev 2024-09-20 16:19:23 +08:00
AnonymousDotNet 1ff151d036 fix: phone is empty judgment 2024-09-20 16:16:50 +08:00
jason.wang 47520736ba add client & affiliate token 2024-09-20 15:48:34 +08:00
Haiping Chen a9abc96cc8 Add user role 2024-09-19 13:29:42 -05:00
jason.wang cadec5c2a7 merge by master 2024-09-19 08:57:01 +08:00
Haiping a12685213f
Merge pull request #11 from AnonymousDotNet/lida_dev
Add update password API
2024-09-18 19:51:40 -05:00
Haiping Chen 5fceb2cd4f Add UserType. 2024-09-18 19:49:32 -05:00
AnonymousDotNet 81dfb1f84a Handle verification code sent by logged in users 2024-09-18 17:55:20 +08:00
AnonymousDotNet 0d473168fd Modify update password API 2024-09-18 15:38:44 +08:00
AnonymousDotNet b89d88ffb2 Add update password API 2024-09-17 18:31:38 +08:00
jason.wang 52ebde8668 fix issue-273 2024-09-17 17:39:34 +08:00
Haiping Chen 6a88dbf55d Remove complile switch 2024-09-11 14:15:59 -05:00
AnonymousDotNet de3cba3e59 修改手机号和邮箱忘记密码接口和发送验证码接口逻辑 2024-09-06 18:15:58 +08:00
AnonymousDotNet 1869657b2f JwtRegisteredLaimNames.Email null exception 2024-08-24 17:21:05 +08:00
Haiping Chen e2c73cbbc5 Add JWT ExpireInMinutes 2024-08-08 22:44:46 -05:00
AnonymousDotNet ae1faaf2f4 Add User Phone Attribute 2024-08-06 18:50:40 +08:00
AnonymousDotNet 79fa124fa1 Add User Phone 2024-08-05 19:12:38 +08:00
Haiping Chen 76d5dcb82f Fix user_name. 2024-07-26 22:38:28 -05:00
YouWeiDH 624b84dc93 hdong:Add API to modify user Email and Phone. 2024-07-24 18:49:54 +08:00
Jicheng Lu c376ef269d fix username 2024-07-17 13:56:33 -05:00
Jicheng Lu 3062df4700 fix user log in 2024-07-10 00:17:12 -05:00
Jicheng Lu 161e8af36c fix user token 2024-07-01 14:53:24 -05:00
YouWeiDH a53c800e3e hdong: rename. 2024-06-28 18:08:56 +08:00
YouWeiDH 41b8eb3d93 hdong: #135,add User password reset function. 2024-06-28 17:59:49 +08:00
Jicheng Lu 18f0ba36ac fix ref error 2024-06-26 16:47:59 -05:00
Jicheng Lu 7a5575b0f6 upgrade 2024-06-26 16:15:29 -05:00
Jicheng Lu 64dca85d77 add translation memory 2024-06-14 15:39:56 -05:00
Jicheng Lu e81d862436 fix login 2024-06-12 13:40:29 -05:00
C. Oceania e4cf9e5efc
Merge branch 'SciSharp:master' into master 2024-06-09 12:29:00 +00:00
Jicheng Lu efb650d92a fix user profile 2024-05-31 11:26:23 -05:00
Jicheng Lu c0cd2387a2 fix user cache 2024-05-30 22:47:07 -05:00
Haiping Chen ee9abdd66b User phone. 2024-05-30 22:24:34 -05:00
YouWeiDH 20bd008ceb hdong:keep same logic with name. 2024-05-30 17:11:42 +08:00
YouWeiDH 0ffabd35aa hdong: #65. 2024-05-28 19:47:48 +08:00
Haiping Chen e8656a99c0 Add new user verification code. 2024-05-25 20:34:29 -05:00
Haiping Chen f584c3190f Fix UserService. 2024-05-23 07:05:36 -05:00
C. Oceania 3fd43964b7
Merge branch 'SciSharp:master' into master 2024-05-22 09:47:22 -05:00
Haiping Chen 018d889ad3 Add UserCreated hook. 2024-05-21 05:51:38 -05:00
Jicheng Lu b35f0e6536 refine log in 2024-05-20 11:35:45 -05:00
Haiping Chen 8e2a97e39f Add UserLanguage to IUserIdentity 2024-05-11 22:22:14 -05:00
Haiping Chen b9bfe0a7df Add breakpoint feature. 2024-03-23 20:31:15 -05:00
Haiping Chen 9f8d6cba2b fix IH wo type fiter. 2024-03-20 09:23:48 -05:00
Haiping Chen a36347ea42 Syn latest state before rendering prompt. 2024-03-12 11:54:20 -05:00
Haiping Chen 86b905ca7c chagne default temperature. 2024-03-07 12:27:29 -06:00
C. Oceania a6a717d6f3
fix issue when user name is null 2024-02-15 12:11:56 -06:00
Haiping Chen 8f2ef5ba63 GitHub SSO 2024-02-14 17:45:28 -06:00
Haiping Chen 37ce5f4a76 Allow send 3rd original bearer token. 2024-02-05 10:00:28 -06:00
Haiping b29b074d0a
Merge pull request #285 from hchen2020/master
planner get remaining task.
2024-02-02 07:36:38 -06:00
geffzhang 0116bafbe8 fix : GenerateJwtToken not null
user.ExternalId is null should be string,Empty
2024-02-02 18:49:04 +08:00
Haiping Chen 2ad0f23d8c Optimize WebDriver. 2024-02-01 22:16:57 -06:00
Haiping Chen c3ead63acb Improve UserIdentity implementation. 2024-01-31 13:57:54 -06:00
Haiping Chen 5ea2823010 IAuthenticationHook 2024-01-31 09:15:41 -06:00
Haiping Chen ddebff69ec Add UserName 2024-01-04 21:20:50 -06:00
Deep Blue e71fdc7e65 Update UI dialogs by conversation. 2023-11-29 09:43:06 -06:00
Haiping 4f5d8fc0a1
Merge pull request #205 from seplz/feature/CloseIdleConversations
add ConversationTimeoutService
2023-11-15 07:36:08 -06:00
Haiping Chen 3eb2e7664e Add Conversation status. 2023-11-15 07:33:46 -06:00
Haiping Chen f3a17f1b34 GetUserById 2023-11-13 19:25:25 -06:00
SeplzZZ e467a7bd01 add ConversationTimeoutService 2023-11-10 10:01:03 -06:00
Haiping Chen efeaaedf59 Change agent load timing in InstructService. 2023-10-30 22:47:14 -05:00
Jicheng Lu 60d9f47356 1. use string id in mongo collection.
2. add samples
3. refine repo api
2023-10-19 17:27:51 -05:00
Jicheng Lu 45ed8d6cfe remove record reference 2023-09-07 17:04:34 -05:00
Jicheng Lu 4cc74e596a add conversation collection 2023-09-03 17:43:50 -05:00
Jicheng Lu f5819919fc add create user, create/update agent 2023-09-02 00:10:46 -05:00
Jicheng Lu 60c2aa76bb add external user 2023-08-28 00:40:15 -05:00
Jicheng Lu d7d0af2c15 add create agent and update agent 2023-08-28 00:28:14 -05:00
Jicheng Lu a2a3759353 add mongo repository 2023-08-25 23:41:01 -05:00
hchen2020 d9c5f5a0ad Enhance Agent Rounter mechanism 2023-08-18 19:15:50 -05:00
hchen2020 1543dd6ce9 File repository. 2023-08-09 23:53:22 -05:00
hchen2020 f84534ec1a Seperate UserAgent. 2023-07-24 21:22:18 -05:00
hchen2020 52600e804c Support multiple database. 2023-07-21 16:56:14 -05:00