- 28 Feb, 2016 2 commits
- 27 Feb, 2016 5 commits
-
-
liuzheng712 authored
-
ibuler authored
1. 修改启动脚本,支持放到 init.d 2. rename run_websocket.py -> run_server.py 交互式启动
-
ibuler authored
jumpserver.conf添加字段,tornado根据需求监听端口
-
ibuler authored
修复使用反向代理还不使用反向代理获取 remote_ip异常wen问题
-
ibuler authored
1. 不再需要浏览器判断什么协议,需要在jumpserver.conf注明 ref #63
-
- 26 Feb, 2016 11 commits
-
-
ibuler authored
1. 上传下载文件名 改为 时间+随机4位字母数字 2. 命令回车判断,为空返回 3. g+1判断,不过不存在该组,则返回 close #52 close #93 ref https://github.com/jumpserver/jumpserver/issues/53 ref https://github.com/jumpserver/jumpserver/issues/93
-
liuzheng712 authored
-
liuzheng712 authored
-
liuzheng712 authored
when use nginx self.request.headers.get(X-Real-IP) will get real remote IP, self.request.remote_ip will get 127.0.0.1 ; if not it will git null, so need to use self.request.remote_ip for get the ip
-
yumaojun authored
# Conflicts: # service.sh
-
yumaojun authored
1. install.py add platform judge, fix get_ip_addr function 2. next.py little adjust 3. service.sh little adjust
-
liuzheng712 authored
-
liuzheng712 authored
-
liuzheng712 authored
-
liuzheng712 authored
-
ibuler authored
整合Tornado和Django,修复web阻断功能
-
- 25 Feb, 2016 17 commits
-
-
liuzheng712 authored
-
liuzheng712 authored
-
liuzheng712 authored
-
liuzheng712 authored
change $.ajax to $.get
-
liuzheng712 authored
-
liuzheng712 authored
-
liuzheng712 authored
-
liuzheng712 authored
-
liuzheng712 authored
-
ibuler authored
修复用户禁用后仍可ssh登陆跳板机
-
ibuler authored
修改connect.py添加判断 资产禁用还没有考虑,改动太大,留后续版本更改 ref https://github.com/jumpserver/jumpserver/issues/83
-
liuzheng712 authored
I want to run one program at once, open two terminal is ridiculous
-
liuzheng712 authored
use yoshiokatsuneo term.js
-
yumaojun authored
由于service.sh 脚本依赖外部的函数库 /etc/init.d/functions, 而ubuntu 和其他一起系统并没有这个文件,所以直接把 这个文件copy 到了当前目录下 不在依赖外部环境。
-
ibuler authored
V3.0 beta issue 62 用户下载key后,就删除,为了安全
-
liuzheng712 authored
fix(user_list.html & juser/views.py): only for user delete sshkey when downloaded, add generate butt https://github.com/jumpserver/jumpserver/issues/62
-
yumaojun authored
1. 恢复ansible 使用的 连接器配置未 smart 2. 修改perm_role_recycle 删除, 添加回收sudo配置.
-
- 24 Feb, 2016 5 commits
-
-
ibuler authored
#78 统一资产添加文案,修改添加用户流程,修复添加系统用户使用key推送,不生成密码
-
ibuler authored
修改函数使用kwarg
-
liuzheng712 authored
Use yoshiokatsuneo's code, fix this bug. His idea is append a textarea and bind all click event on it. That works for us https://github.com/jumpserver/jumpserver/issues/59 https://github.com/chjj/term.js/pull/97
-
ibuler authored
所有用得到管理用户文案的地,都进行了统一 更改了 管理用户使用默认的对齐 去掉了分隔线
-
ibuler authored
1. 添加新用户,不在为该用户设置密码 2. 强制用户使用key登陆跳板机,为了安全性 3. 更改邮件文案和不发送邮件提示文案
-