Apex Liu
|
a50b540b95
|
修正:SSH会话结束后,未更新结束状态到数据库,导致WEB页面始终显示会话未结束。
|
2020-11-07 02:13:37 +08:00 |
Apex Liu
|
d8c6bd0c84
|
格式化代码;使用auto和nullptr。
|
2020-11-03 01:29:48 +08:00 |
Apex Liu
|
c2cf5b1842
|
Fix builder script for Linux.
|
2020-11-03 00:57:26 +08:00 |
Apex Liu
|
f26c71d52d
|
重构核心服务SSH模块,修正以下问题:
1. 某些情况下会卡在登录流程(通道中创建shell操作与收到服务端数据操作造成死锁);
2. 某些情况下连接断开了,但web界面仍然显示使用中(没有正确处理断开事件,没有更新数据库);
3. cat一个大文件会很慢,有时会导致连接断开(每个数据包都完整解析导致处理时间过长);
4. 连接/认证过程出错(密码错误、协议不支持、远程连接超时等等),均会提示用户重新输入密码(改为断开连接,避免造成误解);
|
2020-11-02 02:50:49 +08:00 |
Apex Liu
|
b7d9f6f0d8
|
大幅度改进SSH模块,增加稳定性。
|
2020-10-15 02:50:33 +08:00 |
Apex Liu
|
85e6f4dd28
|
.tmp. not works yet.
|
2020-09-11 01:20:11 +08:00 |
Apex Liu
|
e4ecbe6543
|
build on MacOS 10.15.
|
2020-08-12 23:48:12 +08:00 |
Apex Liu
|
8fef2fc2cd
|
编译Mac版助手,并发布3.5.6版Mac助手。
|
2020-08-05 02:56:57 +08:00 |
Apex Liu
|
74e38c0102
|
.temp.
|
2020-08-01 04:07:38 +08:00 |
Apex Liu
|
e2f7df1314
|
.temp.
|
2020-08-01 02:14:15 +08:00 |
Apex Liu
|
74c4d08071
|
tmp: update build scripts.
|
2020-07-15 05:03:04 +08:00 |
Apex Liu
|
7bf682af0f
|
Merge branch 'feature/tp-api' of github.com:tp4a/teleport into feature/tp-api
|
2020-07-15 03:12:11 +08:00 |
Apex Liu
|
90d67e9ef2
|
修正:当TP服务器配置为 `https`方式访问时,RDP录像播放器不能正确获取录像文件。
|
2020-07-15 03:11:43 +08:00 |
Apex Liu
|
579873f296
|
fix: cannot search description and cid of host in remote ops page.
|
2020-07-13 11:50:03 +08:00 |
Apex Liu
|
5353008364
|
tmp: adjust build scripts.
|
2020-07-13 02:47:40 +08:00 |
Apex Liu
|
1722244670
|
fix: add patch for libssh-0.8.9
|
2020-07-13 00:55:52 +08:00 |
Apex Liu
|
b213cc9119
|
.temp.
|
2020-07-11 02:22:44 +08:00 |
Apex Liu
|
c1d370ad53
|
fix: remove libssh.so, force to link to libssh.a
|
2020-07-07 11:44:21 +08:00 |
Apex Liu
|
b051316715
|
fix build script when libssh downgrade to 0.8.9
|
2020-07-07 09:57:22 +08:00 |
Apex Liu
|
9fa10ea7de
|
try to downgrade to libssh 0.8.9.
|
2020-07-07 00:56:52 +08:00 |
Apex Liu
|
32ba720ad1
|
改进:[API] 获取会话ID时发生错误,能给出错误描述。
|
2020-07-03 03:29:14 +08:00 |
Apex Liu
|
5322b88053
|
加入API,可获取临时会话ID
|
2020-07-03 03:14:02 +08:00 |
Apex Liu
|
856a762b56
|
fix: add missing files for tp-api.
|
2020-07-02 00:17:51 +08:00 |
Apex Liu
|
9cd7c609f9
|
开始实现第三方服务可调用的API接口。
|
2020-07-01 03:06:00 +08:00 |
Apex Liu
|
c863a37094
|
修正:密码过期强制修改密码的页面,会显示500内部错(使用urllib的unquote函数时,应该是urllib.parse.unquote而不是urllib.unquote)。
|
2020-07-01 03:04:46 +08:00 |
Apex Liu
|
7d05421c8c
|
修复:双因子认证添加界面和总览界面的时间显示不正常的问题。
(#218)
|
2020-06-27 01:08:35 +08:00 |
Apex Liu
|
fd9a6a15bf
|
prepare for 3.6.5-rc2
|
2020-06-22 01:01:15 +08:00 |
Apex Liu
|
e7635e7756
|
改进:TP核心服务每60秒向已连接的客户端和远程主机发送keep-alive消息,防止连接中断。但仍保留无操作超时就断开的限制。
|
2020-06-19 02:22:26 +08:00 |
Apex Liu
|
7b46c3bc63
|
修正:用户连续登录失败导致账号被锁定后,即使解锁,接下来第一次登录失败也会立即锁定。#217
(#217)
|
2020-06-19 01:26:02 +08:00 |
Apex Liu
|
e50c66f0e1
|
修正一处改出来的bug。
|
2020-06-16 01:40:17 +08:00 |
Apex Liu
|
69f5374478
|
准备发布3.5.6
|
2020-06-16 00:58:58 +08:00 |
Apex Liu
|
dd69dc8ab7
|
修复:Win版助手打包脚本增加缺失的运行时动态库 msvcp140.dll 及 qt 所需的 api-ms-xxxx 系列动态库。
|
2020-06-15 02:58:01 +08:00 |
Apex Liu
|
c264b6c753
|
修复:编辑用户界面,设置用户有效期时,选择日期对话框显示不正常。
Issue: 213
|
2020-06-15 02:33:54 +08:00 |
Apex Liu
|
ed01ae7328
|
修复:删除用户失败(sql语句问题)
|
2020-06-14 11:46:25 +08:00 |
Apex Liu
|
a14f59ba6c
|
.tmp.
|
2020-06-14 02:40:59 +08:00 |
Apex Liu
|
0acda93c53
|
Merge branch 'feature/mac-rdp-player' into dev
|
2020-06-06 21:40:17 +08:00 |
Apex Liu
|
838bcb5979
|
mac版支持RDP录像回放了。
|
2020-06-06 21:36:00 +08:00 |
Apex Liu
|
e126b6f61c
|
remove unused param.
|
2020-06-06 20:41:40 +08:00 |
Apex Liu
|
eeedf21323
|
fix FreeRDP call param for MacOS.
|
2020-06-05 19:20:36 +08:00 |
Apex Liu
|
771f3cdd33
|
comment out sql string log.
|
2020-06-05 16:33:43 +08:00 |
Apex Liu
|
45ee30b95d
|
update Python module for Linux.
|
2020-06-05 15:17:58 +08:00 |
Apex Liu
|
bc494cac5c
|
update Python module for Windows.
|
2020-06-05 00:58:17 +08:00 |
Apex Liu
|
4c53f88c8b
|
版本升级到3.5.5,准备发布测试版。
|
2020-06-05 00:39:52 +08:00 |
Apex Liu
|
c3ff1169dd
|
mac助手,首次连接时不再提示输入yes/no了。
|
2020-06-04 20:56:00 +08:00 |
Apex Liu
|
ddd01abeb0
|
Merge pull request #205 from horizonlin/feature/mstsc
处理重置过期密码页面无法正确获取带特殊字符的用户名
|
2020-05-19 09:57:47 +08:00 |
Apex Liu
|
35fd509c75
|
.temp.
|
2020-04-28 10:09:59 +08:00 |
Apex Liu
|
03d47c8fcd
|
.temp.
|
2020-04-26 14:53:04 +08:00 |
horizonlin
|
edd6c1ecdf
|
修复用户名带特殊符号时修改过期密码界面无法正确获取密码的问题
|
2020-04-22 11:17:36 +08:00 |
horizonlin
|
6b12da5eb8
|
处理重置过期密码页面无法正确获取带特殊字符的用户名
|
2020-04-22 09:02:54 +08:00 |
horizonlin
|
9770920100
|
Update login.js
处理重置过期密码时用户名有特殊字符情况下无法正确获取用户名的情况
|
2020-04-22 08:53:27 +08:00 |