1. 07 Jun, 2016 2 commits
  2. 03 Jun, 2016 1 commit
  3. 31 May, 2016 1 commit
  4. 19 May, 2016 1 commit
  5. 18 May, 2016 2 commits
    • zheng's avatar
      Group edit (#241) · 0cc04ee2
      zheng authored
      * 修复主机组编辑时回车导致主机丢失问题
      
      在主机组编辑页面,如果直接执行回车会导致主机组中主机信息丢失。
      本修复方法是关闭回车提交
      
      * 编辑主机组在移除过滤保存时数据会丢失
      
      现象:在反向移除选择的主机时,用过滤框搜索移除主机此时保存的数据是当前过滤显示的数据
      后果:会造成原有主机组数据丢失
      修复:在保存之前触发一次空值搜索
      0cc04ee2
    • ibuler's avatar
      修复编辑系统用户,用户名jsbug (#240) · 7531a3ad
      ibuler authored
      
      * Update perm_role_edit.html
      7531a3ad
  6. 11 May, 2016 4 commits
    • ibuler's avatar
      完美修复vim等交互式命令记录 (#236) · 32ab8a16
      ibuler authored
      * fix(api) 修改建立目录的bug
      
      使用bash代替python完成建立777目录的功能
      
      * fix passwd input
      
      * fix(mkdir) 修改mkdirs策略
      
      修改原来导致的bug
      
      * fix passwd input (#232)
      
      修复记录敏感密码bug
      
      * fix passwd input
      
      * fix passwd input
      
      * fix passwd input
      32ab8a16
    • ibuler's avatar
      修复交互式记录密码bug,merge to master (#234) · d60562a0
      ibuler authored
      * fix(api) 修改建立目录的bug
      
      使用bash代替python完成建立777目录的功能
      
      * fix passwd input
      
      * fix(mkdir) 修改mkdirs策略
      
      修改原来导致的bug
      
      * fix passwd input (#232)
      
      修复记录敏感密码bug
      
      * fix passwd input
      
      * fix passwd input
      d60562a0
    • ibuler's avatar
      修复创建tty日志文件失败, 请修改目录 bug (#231) · 93e08a6e
      ibuler authored
      * fix(api) 修改建立目录的bug
      
      使用bash代替python完成建立777目录的功能
      
      * fix passwd input
      
      * fix(mkdir) 修改mkdirs策略
      
      修改原来导致的bug
      
      * fix passwd input (#232)
      
      修复记录敏感密码bug
      
      * fix passwd input
      
      * fix passwd input
      93e08a6e
    • zheng's avatar
      修复主机组编辑时回车导致主机丢失问题 (#230) · d66ba9d6
      zheng authored
      在主机组编辑页面,如果直接执行回车会导致主机组中主机信息丢失。
      本修复方法是关闭回车提交
      d66ba9d6
  7. 10 May, 2016 4 commits
  8. 09 May, 2016 3 commits
  9. 28 Apr, 2016 4 commits
    • ibuler's avatar
      Merge branch 'master' into dev · d4385c7e
      ibuler authored
      d4385c7e
    • ibuler's avatar
      Merge branch 'dev' · 04fc9962
      ibuler authored
      04fc9962
    • ibuler's avatar
      2fd68845
    • yumaojun03's avatar
      Bug fix hostname (#216) · bd69339e
      yumaojun03 authored
      * fix (jasset):   修复资产hostname过长和密码过长引起的bug
      
      1. 修改password字段的长度,对称加密过后的字符串会变长,所有设置得比较大(256)
      2. 添加check hostname 和 password的 长度校验
      
      * fix (jumpserver/jasset):   修复setting时,秘密过长问题。
      
      1. 修改password字段的长度,对称加密过后的字符串会变长,所有设置得比较大(256)
      2. 后端修复views秘密超过30位不保存
      3.前段使用js限制秘密长多不能超过30位
      
      * fix (jumpserver/jasset):   setting and asset hostname password  too long.
      
      1. 添加setting password字段长度验证
      2. 添加资产主机名和密码长度验证
      
      * fix (jumpserver/jasset):   setting and asset hostname password  too long.
      
      1. 修正setting时的 输入密码的提示错误.
      bd69339e
  10. 24 Apr, 2016 1 commit
    • liuzheng's avatar
      Static bug (#208) · c6404f7e
      liuzheng authored
      * 紧急修复下载文件后静态文件404问题
      
      * 紧急修复监控白屏问题
      
      * 紧急修复下载文件后静态文件404问题
      
      * 紧急修复下载文件后静态文件404问题
      
      * 修复zip包为空问题
      c6404f7e
  11. 23 Apr, 2016 1 commit
  12. 22 Apr, 2016 2 commits
    • ibuler's avatar
      Merge master to dev (#212) · 9e78fd36
      ibuler authored
      * Update install.py
      
      修改centos7支持
      
      * Update install.py
      
      * Support resize web terminal size
      
      Support resize web terminal size.
      
      Change new windows to a new tab.
      May be more hommization
      
      * Static bug (#204)
      
      * 紧急修复下载文件后静态文件404问题
      
      * 紧急修复监控白屏问题
      
      * bugfix(upload web) When download file, static file will unreachable.
      
      Didn't change dir
      
      fixed
      
      * bugfix(upload web) When download file, static file will unreachable. (#206) (#207)
      
      * Update install.py
      
      修改centos7支持
      
      * Update install.py
      
      * Support resize web terminal size
      
      Support resize web terminal size.
      
      Change new windows to a new tab.
      May be more hommization
      
      * Static bug (#204)
      
      * 紧急修复下载文件后静态文件404问题
      
      * 紧急修复监控白屏问题
      
      * bugfix(upload web) When download file, static file will unreachable.
      
      Didn't change dir
      
      fixed
      
      * fix bug index out of range (#210)
      9e78fd36
    • kelianchun's avatar
      fix bug index out of range (#210) · 5afd1359
      kelianchun authored
      5afd1359
  13. 21 Apr, 2016 1 commit
  14. 20 Apr, 2016 7 commits
  15. 16 Apr, 2016 1 commit
  16. 12 Apr, 2016 2 commits
  17. 07 Apr, 2016 3 commits