Commit Graph

5 Commits

Author SHA1 Message Date
SL 1b127e04fa [Common]
修正单会话模式下登录逻辑。
新增CredentialKeepAliveCheckResult对象,用于修正当RT为单绘画模式时,已登录的UI不能弹出确认对话框的问题。
2023-09-18 15:51:37 +08:00
SL aa62db176a [UI.Client]
修正LoginRequestWaitDialog等待被取消后没有被关闭的问题。
移除LoginRequestWaitDialog DialogResult属性赋值,外部调用者不关心这个结果。
2023-09-18 14:37:21 +08:00
SL ed26bf6bd1 [Common]
移除EV.PostLoginBySameUser方法,改为UI端轮训LoginRequest状态凭据。
优化CredentialManager对于Requesting凭据字典的处理,在OnTimer方法中检测KeepAlive时移除RequestCanceled和Rejected状态的凭据。
2023-09-18 14:17:34 +08:00
SL 4898aa6911 [Common]
CredentialManager对象中新增一些超时常量定义。
2023-09-15 23:57:38 +08:00
SL b2e805a0dd [Common]
完善CredentialManager凭据操作历史记录写入数据库的逻辑。

[UI.Client]
新增LoginRequestWaitDialog窗体。
2023-09-15 17:44:30 +08:00