yx lin
|
e4ced9e0b2
|
Merge pull request #1425 from colinin/auditlog-index-template
feat: Use the generic audit log index template
|
2 months ago |
colin
|
48fc639f0b
|
feat: Use the generic audit log index template
|
2 months ago |
colin
|
ce7d9a6c12
|
feat: Introduce AI management for microservices
|
2 months ago |
colin
|
01e61c29a6
|
feat: Add Chat interface implementation
|
2 months ago |
colin
|
024d904722
|
feat: Encrypt the Workspace ApiKey
|
2 months ago |
colin
|
c64935f5c4
|
Add Conversation management interface implementation
|
2 months ago |
colin
|
e102e6c8f9
|
feat: Add Workspace management interface implementation
|
2 months ago |
colin
|
1aad1f0231
|
feat: Add persistent TokenUsage
|
2 months ago |
colin
|
d64571d18c
|
feat: Add persistent conversation
|
2 months ago |
colin
|
f97d5171dc
|
feat: Reset ConversationId type to Guid
|
2 months ago |
colin
|
3ab9926bfc
|
feat: Rename UserMessage to ChatMessage
|
2 months ago |
colin
|
6d51f28f30
|
feat: Add UseTextMessageStore Impl
|
2 months ago |
colin
|
3ae8ce0b67
|
feat: Add AIManagement localization resource
|
2 months ago |
colin
|
ee374cf576
|
feat: replace IsTenantOnlyDatabase to IsHostDatabase
|
2 months ago |
colin
|
11dfe9af09
|
feat: Rename Workspace to WorkspaceDefinitionRecord
|
2 months ago |
colin
|
5168b9d375
|
feat: Add Workspace EFCore Repository Impl
|
2 months ago |
colin
|
d5fe69de58
|
feat: Add EF Workspace Model Config
|
2 months ago |
colin
|
c1bf459685
|
feat: Implement dynamic workspace
|
2 months ago |
colin
|
6bf0c7b960
|
feat: Add AIManagementDbContext
|
2 months ago |
colin
|
81e7bdfe80
|
feat: Add AIManagement Projects
|
2 months ago |
colin
|
389ad566fb
|
feat: Reconstruct the general user message
|
2 months ago |
colin
|
f6726548cd
|
feat: The ConversationId is not mandatory.
|
2 months ago |
colin
|
1d35fc6628
|
feat(ai): Add simple conversation service
|
2 months ago |
colin
|
8bee13911a
|
feat(ai): Add definition of workspace properties
|
2 months ago |
colin
|
4f603429f4
|
feat(ai): check state of use workspace
|
2 months ago |
colin
|
d824ecc2e9
|
feat(ai): Add localized error codes
|
2 months ago |
yx lin
|
c16f49f811
|
Merge pull request #1420 from colinin/main
Merge pull request #1419 from colinin/rel-10.0.2
|
2 months ago |
yx lin
|
bcd741306d
|
Merge pull request #1419 from colinin/rel-10.0.2
chore: update to .NET 10.0 & ABP 10.0.2
|
2 months ago |
yx lin
|
9e5fab7fd1
|
Merge pull request #1418 from colinin/ai
feat(ai): Add an AI integration module
|
2 months ago |
colin
|
4f89eced93
|
feat(ai): Add an AI integration module
|
2 months ago |
yx lin
|
48d4912820
|
Merge pull request #1417 from colinin/rel-10.0.2
Rel 10.0.2
|
2 months ago |
colin
|
81b551262a
|
ci: UPDATE workflows
|
2 months ago |
colin
|
9bdf6e6339
|
ci: UPDATE common.props
|
2 months ago |
yx lin
|
8b99e02bf4
|
Merge pull request #1416 from colinin/upt-10.0.0
upgrade: upgrade abp to 10.0.2
|
2 months ago |
colin
|
e01127c0ad
|
feat(openiddict): add pushed_authorization(PAR) endpoints
|
2 months ago |
colin
|
b20784249d
|
fix(saas): fixed edit saas
- There is no need to check the connection string when editing tenants
|
2 months ago |
colin
|
dd68d30558
|
feat(auditlog): Optimize the index of audit logs
|
2 months ago |
colin
|
079e0c1bc1
|
feat(account): Optimize the selection of accounts
- 切换账户登录后记录安全日志
- 修复空对象引用
|
2 months ago |
colin
|
5af420bf81
|
fix(login): Fix the issue of RememberMe repeatedly binding
|
2 months ago |
colin
|
e5b57f63f0
|
feat(openiddict): Add the implementation of SelectAccount
- 增加 `SelectAccount` 页面,实现select_account模式
|
2 months ago |
colin
|
afef5f7a0e
|
fix(style): Add missing global-style.css
|
2 months ago |
colin
|
7026261496
|
feat(openiddict): Add `FrontChannelLogoutUri`
|
2 months ago |
colin
|
6622c67a6d
|
fix(authorize): fix button style
|
2 months ago |
colin
|
da50891fdb
|
fix(identity): Adding base class to resolve object mapping source
|
2 months ago |
colin
|
b0fcbc860f
|
fix(qrcode-login): add missing blob config
|
2 months ago |
colin
|
9f4434cab9
|
fix(login): fix script bundle dependecy
|
2 months ago |
colin
|
4fb60b078b
|
feat(data-seeder): Optimize data seeds
|
2 months ago |
colin
|
495d51d6b6
|
feat(oauth): Rewrite the user authorize page
- 重写OpenIddict授权同意页,允许用户勾选授权范围
|
2 months ago |
colin
|
656db9f616
|
feat(seed): Optimize data seeds
- 优化OpenIddict数据种子
- 增加身份标识数据种子
|
2 months ago |
colin
|
01b03d6d71
|
feat(openiddict): Enhance session validity checks
- `UserInfoIdentitySession` 标记为已过时
- 增加 `ValidationTokenCheckIdentitySession` 用于验证过程中检查会话
- 增加 `ServerValidationTokenCheckIdentitySession` 用于授权过程中检查会话
|
2 months ago |