- 27 Feb, 2016 2 commits
- 26 Feb, 2016 10 commits
-
-
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 6 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. 更改邮件文案和不发送邮件提示文案
-
ibuler authored
当推送系统用户时,选择系统用户使用密钥时没有必要为系统用户生成密码, 以免造成安全上的问题,在代码上也属于冗余.
-
- 23 Feb, 2016 5 commits