Commit Graph

254 Commits (947332078b9fa805aa6c562db746b968e4700541)

Author SHA1 Message Date
ApexLiu 947332078b 构建脚本加入对macOS版本助手的构建过程。 2018-02-16 15:40:02 +08:00
ApexLiu 8dc0acd21b 升级TP服务端内置SSH服务的RSA私钥(从1024位升级到2048位),修复MacOS上出现的“Invalid key length”问题。 2018-02-06 14:24:11 +08:00
ApexLiu f4832e2a09 Merge branch 'feature/v3' of github.com:eomsoft/teleport into feature/v3 2018-02-05 16:52:17 +08:00
ApexLiu 7c2e352a0f . 2018-02-05 16:51:50 +08:00
Apex Liu d4a0b4a596 . 2018-01-27 01:51:44 +08:00
Apex Liu 66a9e87038 Now both MSTSC and FreeRDP can connect to Win2003. 2018-01-26 02:22:47 +08:00
Apex Liu 2411b95e1f . 2018-01-17 04:45:33 +08:00
Apex Liu 299f849185 . 2018-01-12 02:52:13 +08:00
Apex Liu f4d9a8a60d . 2018-01-11 02:34:47 +08:00
Apex Liu 8a954b1355 . 2018-01-10 18:31:11 +08:00
Apex Liu 8ac881912b . 2018-01-09 13:42:41 +08:00
Apex Liu b0661e1379 . 2018-01-02 03:51:26 +08:00
Apex Liu a4dcb669fd . 2017-12-25 04:37:23 +08:00
Apex Liu 39c8fd32d5 web版RDP录像播放,可以播放鼠标移动的录像了,下一步是显示rdp的图像。 2017-12-23 03:46:08 +08:00
Apex Liu 9305953218 调整一下js代码,尽量避免全局变量。 2017-12-23 00:25:36 +08:00
Apex Liu 6cb3821321 修正:远程运维连接时的授权检查。 2017-12-22 23:30:02 +08:00
Apex Liu a3dab996cc 修正:有些RDP远程连接在会话审计页面显示为“未知”协议类型。 2017-12-22 23:17:43 +08:00
Apex Liu a1fc08892c . 2017-12-22 18:20:31 +08:00
Apex Liu 38a8d245c5 调整功能:具有运维授权权限的用户,无需进行授权即可使用任意远程账号进行连接;具有运维权限的用户,则需要先授权才能进行连接;具有审计授权权限的用户,无需进行授权即可查看所有运维录像;具有审计权限的用户,必须先授权才能查看指定主机的运维录像。 2017-12-22 02:29:52 +08:00
Apex Liu d9d4c22e61 调整日志和录像的最长保留时间到365日。同时在后台检查用户的设置是否超出了范围。 2017-12-22 00:46:05 +08:00
Apex Liu 8a818d4ce3 编辑用户时,修改了用户登录名也会保存了(前提是登录名没有重复)。 2017-12-22 00:16:58 +08:00
Apex Liu 0d72354680 导入或创建用户时,如果系统配置了SMTP,且用户有设置email,则自动发送密码函。 2017-12-22 00:12:54 +08:00
Apex Liu aedb6099a0 审计授权功能可以按用户区分显示的列表内容了。 2017-12-21 00:05:26 +08:00
Apex Liu 001cf53e8f temp. 2017-12-20 02:01:13 +08:00
Apex Liu 206c9fdead 审计授权页面,未完成。 2017-12-19 17:36:15 +08:00
Apex Liu d92e053c63 修正:远程账号保存的非默认端口号,再次编辑时显示为默认端口号了。 2017-12-19 12:36:03 +08:00
Apex Liu 940bc682e9 add audit policy, not completed yet. 2017-12-19 02:29:35 +08:00
Apex Liu 0171e54acb ...试验了url-protocol,但是无法从url-protocol处获取返回数据,暂时无解。 2017-12-18 18:44:14 +08:00
Apex Liu ff45dd438d 增加几处错误判断。 2017-12-18 13:34:14 +08:00
Apex Lu aedea7d3c7 fix: if path for sqlite database file not exists, web server not work. 2017-12-18 04:19:37 +08:00
Apex Liu c68bbc6f3f 完成:RDP远程连接按钮+选项功能,同时调整了调用助手的参数(rdp_width, rdp_height, rdp_console)。 2017-12-18 03:27:00 +08:00
Apex Liu 0d5cf16331 Merge branch 'feature/v3' of github.com:eomsoft/teleport into feature/v3 2017-12-15 21:53:15 +08:00
Apex Liu 5b6b9ebb0e temp 2017-12-15 21:52:59 +08:00
Apex Liu 7aed827ee8 1. 修正:使用sqlite数据库时,新安装的系统启动时显示大量exception日志;
2. 增加:创建审计操作记录表。
2017-12-15 18:03:09 +08:00
Apex Liu 0915e67710 upgrade echarts to v3.8.5. 2017-12-14 18:11:57 +08:00
Apex Liu 73be5d89f8 将freerdp启动命令行的 /gdi:sw 固定到助手内部,不允许用户自行设置。如果使用 /gdi:hw 会导致显示不正常。 2017-12-14 03:57:10 +08:00
Apex Liu 8bc95e5c17 调整dashboard,用户数、主机数、账号数和连接数也都从websocket方式进行获取并订阅通知,以得到实时反馈。 2017-12-14 02:30:26 +08:00
Apex Lu 8d4ecdf487 Upgrade version to 3.0.0.2, build and test on Linux. 2017-12-13 23:22:42 +08:00
Apex Liu eb916b0c49 登录界面细微调整 2017-12-13 19:45:28 +08:00
Apex Liu 1a025d3434 解决使用MySQL数据库时,如果TP服务先于MySQL服务启动,会导致显示“首次安装”界面。修改方法是启动时如果无法连接到MySQL服务,就每隔5秒重试连接。只有连接成功之后才判断是否需要创建表结构,从而决定是否显示“首次安装界面”。 2017-12-13 19:28:07 +08:00
Apex Liu 7336219cc5 dashboard的网络浏览和磁盘IO展示完成了。 2017-12-13 01:59:00 +08:00
Apex Liu 5b8f882f61 dashboard的CPU负载和内存用量展示可用了。 2017-12-12 18:38:30 +08:00
Apex Liu 145e3a0d5c add cron. 2017-12-12 11:27:43 +08:00
Apex Liu ca7d6ad517 加入psutil获取系统负载信息,加入websocket支持,在dashboard页面显示系统负载。 2017-12-12 05:23:32 +08:00
Apex Liu e8644b689d 简单实现了一个定时任务执行功能,准备将session的超时删除纳入定时任务中,另外定时清除日志存储和每5分钟采集系统负载信息也可以用此方式实现了。 2017-12-11 20:07:57 +08:00
Apex Liu d6bcdeb42d rdp播放功能部分可用(支持播放FreeRDP的录像,但是不能播放MSCST的录像)。 2017-12-11 01:02:19 +08:00
Apex Liu a3e0fea4d4 temp. 2017-12-08 16:08:11 +08:00
Apex Liu 9eaff8cc98 temp. 2017-12-07 04:29:25 +08:00
Apex Liu 86e95f7a16 修正了登录界面,防止被xss攻击。 2017-12-01 17:15:17 +08:00
Apex Liu 201f68b1b1 登录界面会根据系统默认设置显示合适的认证方式了。 2017-11-30 02:02:21 +08:00