ibuler
1bf3ff5e1b
perf: 修改依赖包版本
3 years ago
Bai
290d584ac9
perf: 校验系统用户/账号密码不能包含 {{ 字符;升级依赖包ansible==2.9.24
3 years ago
fit2bot
ec8dca90d6
refactor: 整合系统用户和管理用户 ( #6236 )
...
* perf: 整合系统用户和管理用户
* stash
stash
perf: 优化系统用户和资产的表结构
* perf: 添加信号
* perf: 添加算法
* perf: 去掉 asset user backends
* perf: 整理系统用户api
* perfF: 暂存一下
* stash
* perf: 暂存一下
* perf: 暂存
* xxx
* perf: ...
* stash it
* xxx
* xxx
* xxx
* xxx
* xxx
* stash it
* 修改Protocols
* perf: 修改创建authbook信号
* perf: 添加auth info
* .stash
* perf: 基本完成
* perf: 修复完成
* perf: 修复更改的id
* perf: 修复迁移过去数量不对的问题
* perf: 修改systemuser
* fix: 修复批量编辑近期的问题
* fix: 修复authbook加载的问题
* xxx
Co-authored-by: ibuler <ibuler@qq.com>
3 years ago
wojiushixiaobai
a02d80a2ae
feat: arm64 支持
3 years ago
jiangweidong
40eb7c79bb
feat: 添加青云SDK
3 years ago
Bai
f91bef4105
feat: 修改依赖包版本号: jms-storage-sdk==0.0.37
4 years ago
ibuler
3e11249e8c
perf: upgrade requirements version
4 years ago
Bai
4e55d0f1e4
添加依赖: (azure-identity==1.5.0)(azure-mgmt-subscription==1.0.0)
4 years ago
Bai
c1bf854824
perf: 添加依赖包(pyvmomi==7.0.1)(termcolor==1.1.0)
4 years ago
ibuler
e6b17da57d
perf: 去掉pycrypto库
...
perf: 显示添加pycryptodome
4 years ago
fit2bot
b483f78d52
fix(assets): 系统用户支持 OPENSSH 格式的私钥 ( #5604 )
...
* fix(assets): 系统用户支持 OPENSSH 格式的私钥
* fix: 升级paramiko
Co-authored-by: ibuler <ibuler@qq.com>
4 years ago
Bai
709e7af953
perf: 修改依赖版本jumpserver-django-oidc-rp=0.3.7.6
4 years ago
Bai
efb9f48c6f
perf: 删除`pycryptodome`依赖包安装(因为`pycryptodome`和`pycrypto`安装包目录冲突);只安装 `pycryptodomex`依赖包; 修改 `from crypto` 为 `from cryptodome`
4 years ago
ibuler
992708abe8
chore: 添加ping等工具
4 years ago
fit2bot
cef93abb2f
feat: 抽象View Mapping Serializer架构设计; 重构工单View、Serializer模块 ( #5371 )
...
* perf: 优化工单模块(修改迁移文件->Model assignees_display 字段类型为list)
* ignore: try `view` `serializer jsonfields` Map design (1)
* ignore: try `view` `serializer jsonfields` Map design (2)
* ignore: try `view` `serializer jsonfields` Map design (3)
* ignore: try `view` `serializer jsonfields` Map design (4)
* ignore: try `view` `serializer jsonfields` Map design (5)
* ignore: try `view` `serializer.DynamicMappingField` Mapping design (6)
* feat: 抽象view_mapping_serializer逻辑架构; 重构工单View、Serializer模块
* feat: 抽象view_mapping_serializer逻辑架构; 重构工单View、Serializer模块(2)
* feat: 抽象view_mapping_serializer逻辑架构; 重构工单View、Serializer模块(3)
* feat: 抽象view_mapping_serializer逻辑架构; 重构工单View、Serializer模块(4)
Co-authored-by: Bai <bugatti_it@163.com>
4 years ago
Bai
9d4f1a01fd
perf: 升级依赖 python-ldap==3.3.1
4 years ago
fit2bot
5aee2ce3db
chore: 升级依赖库版本 ( #5205 )
...
* chore: 升级依赖库版本
* fix: 几个库回退几个版本
Co-authored-by: ibuler <ibuler@qq.com>
4 years ago
fit2bot
43b5e97b95
feat(excel): 添加Excel导入/导出 ( #5124 )
...
* refactor(drf_renderer): 添加 ExcelRenderer 支持导出excel文件格式; 优化CSVRenderer, 抽象 BaseRenderer
* perf(renderer): 支持导出资源详情
* refactor(drf_parser): 添加 ExcelParser 支持导入excel文件格式; 优化CSVParser, 抽象 BaseParser
* refactor(drf_parser): 添加 ExcelParser 支持导入excel文件格式; 优化CSVParser, 抽象 BaseParser 2
* perf(renderer): 捕获renderer处理异常
* perf: 添加excel依赖包
* perf(drf): 优化导入导出错误日志
* perf: 添加依赖包 pyexcel-io==0.6.4
* perf: 添加依赖包pyexcel-xlsx==0.6.0
* feat: 修改drf/renderer&parser变量命名
* feat: 修改drf/renderer的bug
* feat: 修改drf/renderer&parser变量命名
Co-authored-by: Bai <bugatti_it@163.com>
4 years ago
ibuler
619b521ea1
fix: 修改语言i18n
4 years ago
fit2bot
662c9092dc
reactor(dockerfile): 使用debian构建docker ( #5169 )
...
Co-authored-by: ibuler <ibuler@qq.com>
4 years ago
fit2bot
c2d5928273
build(pip): 锁定pip版本 ( #5152 )
...
* build(pip): 锁定pip版本
* fix: 锁定pip版本
* fix(req): 锁定加密库版本
* fix(build): 引用pip缓存
Co-authored-by: ibuler <ibuler@qq.com>
4 years ago
fit2bot
6d39a51c36
[fix]: 兼容django 3 ( #5038 )
...
* chore(django): 修改版本依赖
* [fix]: 兼容django 3
* fix(merge): 去掉不用的JSONField
* fix(requirements): 修改加密库的版本
Co-authored-by: ibuler <ibuler@qq.com>
4 years ago
Bai
50a4735b07
pref(cloud): 添加 Azure 依赖包
4 years ago
Bai
150552d734
perf(requirements): 升级依赖版本jms-storage==0.0.35
4 years ago
xinwen
e93be8f828
feat(crypto): 支持国密算法
4 years ago
Bai
6ffba739f2
perf(requirements): 添加依赖django-mysql==3.9.0
4 years ago
Bai
fd7f379b10
perf(requirements): 升级依赖django-timezone-field==4.0
4 years ago
ibuler
111c63ee6a
perf: 修改beat版本
4 years ago
Bai
f84b845385
perf(config): 升级依赖redis==3.5.3; 添加CACHES配置: health_check_interval=30; 解决因网络不稳定导致的redis连接失败异常
4 years ago
fit2bot
aabb2aff1f
perf(requirements): 修改jms-storage==0.0.34 ( #4797 )
...
Co-authored-by: Bai <bugatti_it@163.com>
4 years ago
ibuler
12b180ddea
fix(terminal): 修复有的录像存储有问题的导致下载录像的bug
4 years ago
ibuler
f84acfe282
fix(deps): 修复依赖版本
4 years ago
fit2bot
c73b49fe30
perf: 优化生成假数据 ( #4759 )
...
* perf: 优化生成假数据
4 years ago
Bai
873789bdab
perf(requirements): 修改依赖包Pillow==7.1.0
4 years ago
ibuler
1b71350199
fix(es): 修复es7数据结构引起的命令无法查询的问题
...
- 更新了 jms-storage版本依赖
4 years ago
ibuler
451690fe8b
fix: 修改重定向
5 years ago
ibuler
c87b9f203f
feat: 修改依赖库版本
5 years ago
老广
9442acfb74
Celery version ( #4064 )
...
* [Update] 升级celery版本
* [Update] 修改redis-cache 版本
5 years ago
Bai
7afff5e392
[Update] merge from dev to lina
5 years ago
Bai
3861943518
[Update] 修改依赖版本号 jumpserver-django-oidc-rp==0.3.7.5
5 years ago
Bai
d704a35ead
[Update] 修改依赖版本号 jumpserver-django-oidc-rp==0.3.7.4
5 years ago
ibuler
d6debde566
Merge branch 'lina' of github.com:jumpserver/jumpserver into lina
5 years ago
ibuler
5571651c02
[Update] 升级requirements
5 years ago
Bai
8323de1c07
[Update] 修改依赖版本jumpserver-django-oidc-rp==0.3.7.3
5 years ago
Bai
e4b788a012
[Update] 修改依赖版本 jumpserver-dajngo-oidc-rp (0.3.7.2)
5 years ago
BaiJiangJie
7833ff6671
Dev oidc ( #3941 )
...
* [Update] oidc_rp获取token添加headers base64编码
* [Update] 移除对oidc_rp的支持
* [Update] 移除对oidc_rp的支持2
* [Update] 修改OpenID配置(添加新配置项,并对旧配置项做兼容)
* [Update] 移除所有与Keycloak相关的模块
* [Update] 添加jumpserver-django-oidc-rp的使用
* [Update] 更新登录重定向地址(oidc)
* [Update] oidc添加一些配置参数;处理用户登录/创建/更新等信号
* [Update] 修改退出登录逻辑
* [Update] 添加oidc user登录成功的信号机制
* [Update] 修改mfa认证choices内容 (otp => code)
* [Update] 添加OpenID backend password 认证失败信号机制;修改引入common包问题
* [Update] 用户Token/Auth API 校验用户时,传入request参数(解决登录成功日志记录的问题)
* [Update] 添加依赖jumpserver-django-oidc-rp==0.3.7.1
* [Update] oidc认证模块说明
5 years ago
Bai
306605915c
[Update] 添加依赖 django-oidc-rp==0.3.4
5 years ago
Bai
dfdf33bbb5
[Update] 修改依赖版本jms-storage=0.0.29
5 years ago
Bai
7e7d4401e6
[Update] 修改依赖jms-storage==0.0.28
5 years ago
Bai
4503df910d
[Update] 优化创建AuthBook逻辑;添加锁机制(基于redis-lock);
5 years ago
Michael Bai
cc31c04b5f
[Update] 升级依赖
5 years ago
Bai
41e03c629f
[Update] 更新依赖jms-storage=0.0.27
5 years ago
老广
1fd2e782f8
1.5.7 Merge to dev ( #3766 )
...
* [Update] 暂存,优化解决不了问题
* [Update] 待续(小白)
* [Update] 修改asset user
* [Update] 计划再次更改
* [Update] 修改asset user
* [Update] 暂存与喜爱
* [Update] Add id in
* [Update] 阶段性完成ops task该做
* [Update] 修改asset user api
* [Update] 修改asset user 任务,查看认证等
* [Update] 基本完成asset user改造
* [Update] dynamic user only allow 1
* [Update] 修改asset user task
* [Update] 修改node admin user task api
* [Update] remove file header license
* [Update] 添加sftp root
* [Update] 暂存
* [Update] 暂存
* [Update] 修改翻译
* [Update] 修改系统用户改为同名后,用户名改为空
* [Update] 基本完成CAS调研
* [Update] 支持cas server
* [Update] 支持cas server
* [Update] 添加requirements
* [Update] 为方便调试添加mysql ipython到包中
* [Update] 添加huaweiyun翻译
* [Update] 增加下载session 录像
* [Update] 只有第一次通知replay离线的使用方法
* [Update] 暂存一下
* [Bugfix] 获取系统用户信息报错
* [Bugfix] 修改system user info
* [Update] 改成清理10天git status
* [Update] 修改celery日志保留时间
* [Update]修复部分pip包依赖的版本不兼容问题 (#3672 )
* [Update] 修复用户更新页面会清空用户public_key的问题
* Fix broken dependencies
Co-authored-by: BaiJiangJie <32935519+BaiJiangJie@users.noreply.github.com>
* [Update] 修改获取系统用户auth info
* [Update] Remove log
* [Bugfix] 修复sftp home设置的bug
* [Update] 授权的系统用户添加sftp root
* [Update] 修改系统用户关联的用户
* [Update] 修改placeholder
* [Update] 优化获取授权的系统用户
* [Update] 修改tasks
* [Update] tree service update
* [Update] 暂存
* [Update] 基本完成用户授权树和资产树改造
* [Update] Dashbaord perf
* [update] Add huawei cloud sdk requirements
* [Updte] 优化dashboard页面
* [Update] system user auth info 添加id
* [Update] 修改系统用户serializer
* [Update] 优化api
* [Update] LDAP Test Util (#3720 )
* [Update] LDAPTestUtil 1
* [Update] LDAPTestUtil 2
* [Update] LDAPTestUtil 3
* [Update] LDAPTestUtil 4
* [Update] LDAPTestUtil 5
* [Update] LDAPTestUtil 6
* [Update] LDAPTestUtil 7
* [Update] session 已添加is success,并且添加display serializer
* [Bugfix] 修复无法删除空节点的bug
* [Update] 命令记录分组织显示
* [Update] Session is_success 添加迁移文件
* [Update] 批量命令添加org_id
* [Update] 修复一些文案,修改不绑定MFA,不能ssh登录
* [Update] 修改replay api, 返回session信息
* [Update] 解决无效es导致访问命令记录页面失败的问题
* [Update] 拆分profile view
* [Update] 修改一个翻译
* [Update] 修改aysnc api框架
* [Update] 命令列表添加risk level
* [Update] 完成录像打包下载
* [Update] 更改登陆otp页面
* [Update] 修改command 存储redis_level
* [Update] 修改翻译
* [Update] 修改系统用户的用户列表字段
* [Update] 使用新logo和统一Jumpserver为JumpServer
* [Update] 优化cloud task
* [Update] 统一period task
* [Update] 统一period form serializer字段
* [Update] 修改period task
* [Update] 修改资产网关信息
* [Update] 用户授权资产树资产信息添加domain
* [Update] 修改翻译
* [Update] 测试可连接性
* 1.5.7 bai (#3764 )
* [Update] 修复index页面Bug;修复测试资产用户可连接性问题;
* [Update] 修改测试资产用户可连接
* [Bugfix] 修复backends问题
* [Update] 修改marksafe依赖版本
* [Update] 修改测试资产用户可连接性
* [Update] 修改检测服务器性能时获取percent值
* [Update] 更新依赖boto3=1.12.14
Co-authored-by: Yanzhe Lee <lee.yanzhe@yanzhe.org>
Co-authored-by: BaiJiangJie <32935519+BaiJiangJie@users.noreply.github.com>
Co-authored-by: Bai <bugatti_it@163.com>
5 years ago
Bai
7c59134635
[Update] 修改依赖
5 years ago
Bai
b107d15097
[Update] 修改依赖
5 years ago
BaiJiangJie
4ac4b517f4
[Update] 更新依赖(psutil) ( #3529 )
5 years ago
BaiJiangJie
3c5ebeeb20
[Update] 更新依赖版本号
5 years ago
BaiJiangJie
f8f1aee997
[Update] 更新依赖包版本
5 years ago
ibuler
c96d165d3f
Merge branch 'dev' of github.com:jumpserver/jumpserver into dev
5 years ago
老广
cff009e758
Support ws ( #3291 )
...
* [Update] add ws support
* [Update] 修改log使用websocket
* [Update] 修复 资产用户 右侧动作菜单,字体颜色
* [Update] 修改Dockerfile
* [Bugfix] 修复settings中WSG_APPLICATION
5 years ago
ibuler
408b27c561
[Update] Add krb-devel
5 years ago
ibuler
e35ba52236
[Update] 修改jms-storage依赖版本
5 years ago
ibuler
b75c525df7
[Update] 添加到 gcc到依赖,避免忘记安装
5 years ago
ibuler
77682611c1
[Update] 添加到wget gcc到依赖,避免忘记安装
5 years ago
ibuler
f15dc881b6
[Update] 修改requirements
5 years ago
BaiJiangJie
01b08710d1
[Update] 更新依赖
5 years ago
老广
164f48e131
Dev beta ( #3048 )
...
* [Update] 统一url地址
* [Update] 修改api
* [Update] 使用规范的签名
* [Update] 修改url
* [Update] 修改swagger
* [Update] 添加serializer class避免报错
* [Update] 修改token
* [Update] 支持api key
* [Update] 支持生成api key
* [Update] 修改api重定向
* [Update] 修改翻译
* [Update] 添加说明文档
* [Update] 修复浏览器关闭后session不失效的问题
* [Update] 修改一些内容
* [Update] 修改 jms脚本
* [Update] 修改重定向
* [Update] 修改搜索trim
* [Update] 修改搜索trim
* [Update] 添加sys log
* [Bugfix] 修改登陆错误
* [Update] 优化User操作private_token的接口 (#3091 )
* [Update] 优化User操作private_token的接口
* [Update] 优化User操作private_token的接口 2
* [Bugfix] 解决授权了一个节点,当移动节点后,被移动的节点下的资产会放到未分组节点下的问题
* [Update] 升级jquery
* [Update] 默认使用page
* [Update] 修改使用Orgmodel view set
* [Update] 支持 nv的硬盘 https://github.com/jumpserver/jumpserver/issues/1804
* [UPdate] 解决命令执行宽度问题
* [Update] 优化节点
* [Update] 修改nodes过多时创建比较麻烦
* [Update] 修改导入
* [Update] 节点获取更新
* [Update] 修改nodes
* [Update] nodes显示full value
* [Update] 统一使用nodes select2 函数
* [Update] 修改磁盘大小小数
* [Update] 修改 Node service
* [Update] 优化授权节点
* [Update] 修改 node permission
* [Update] 修改asset permission
* [Stash]
* [Update] 修改node assets api
* [Update] 修改tree service,支持资产数量
* [Update] 修改暂时完成
* [Update] 修改一些bug
5 years ago
老广
9454854f6c
Merge pull request #2684 from yubinhong/master
...
add gcc libc-dev linux-headers make autoconf
5 years ago
BaiJiangJie
9cd75390bf
[Update] Auth Info ( #2806 )
...
* [Update] 修改支持auth info导出
* [Update] 统一认证查看
* [Update] 修改auth book manager
* [Update] 修改auth info
* [Update] 完成修改auth info
* [Update] 优化api
6 years ago
BaiJiangJie
e3630a9961
[Update] 修改依赖版本号
6 years ago
ibuler
e8ceb58292
[Update] 允许资产ip填写为host地址
6 years ago
老广
3855fecc69
Password message ( #2702 )
...
* [Update] 密码信封
* [Update] 查看密码
* [Update] 支持查看密码
* [Update] 修改语言翻译
* [Update] 迁移ansible到2.8版本
* [Update] 修改auth book的可连接性
* [Update] 删除不使用的方法
6 years ago
syin
27c00410d3
add gcc libc-dev linux-headers make autoconf
...
add gcc libc-dev linux-headers make autoconf for pip install -r requirements
6 years ago
老广
f7b0932cdd
Bugfix ( #2569 )
...
* [Update] 修改Logo 的位置
* [Update] 修改镜像build
6 years ago
ibuler
f137c5740e
[Update] 添加openldap client
6 years ago
ibuler
dfd26d88d4
[Update] 用户资产添加缓存
6 years ago
ibuler
21714cc411
[Update] Stash
6 years ago
ibuler
4904aac2df
[Update] 更新依赖版本
6 years ago
ibuler
303f88d6ee
[Update] 更新replay storage 配置
6 years ago
ibuler
4051225ecb
[Bugfix] 修复命令执行bug,修复修改日志级别后无法查看日志
6 years ago
老广
0e1d3f93ff
[Update] 支持radius认证 ( #2323 )
...
* [Update] 支持radius认证
* [Update] 支持radius
* [Update] 增加requirements
* [Update] 修改copyright
* [Update] 修改migrations
6 years ago
BaiJiangJie
ac9178cb93
[Update] 更新deb_requirements依赖 ( #2239 )
6 years ago
vkill
9d1f5d3184
Add alpine_requirements.txt ( #2139 )
...
* Add alpine_requirements.txt
* Update alpine_requirements.txt
6 years ago
老广
3d13f3a17d
Command ( #2134 )
...
* [Update] 任务区分org
* [Update] 修改翻译
* [Update] 使用id而不是hostname
* [Update] 执行命令
* [Update] 修改一些东西
* [Update] 暂存
* [Update] 用户执行命令
* [Update] 添加资产授权模块-tree
* [Update] 暂时这样
* [Update] 批量命令执行
* [Update] 修改表结构
* [Update] 更新翻译
* [Update] 删除cloud模块无效中文翻译
6 years ago
BaiJiangJie
d91599ffab
[Update] 更新依赖 ( #2117 )
...
* [Update] 更新依赖
* [Update] 修改翻译小细节
6 years ago
老广
060248d1ca
Req ( #2098 )
...
* [Update] 修改requirements
* [Update] 修改requirements
* [Update] 编译语言
6 years ago
BaiJiangJie
79208a95c1
[Update] authentication 添加自定义 LDAPBackends ( #2081 )
6 years ago
老广
9cfcadc2f6
服务账号注册机制更改 ( #2079 )
...
* [Update] 服务账号注册
* [Update] 修改settings配置
* [Update] 修改settings
* [Update] 整理terminal api
* [Update] 修改terminal api
* [Update] 修改terminal注册机制
6 years ago
BaiJiangJie
363985ee7a
[Feature] 添加功能,密码过期间隔时间配置,检测用户密码过期 ( #2043 )
...
* [Update] user model 添加date_password_last_updated字段, 并在用户详情/个人信息页进行展示、重置密码/修改密码时进行更新;安全设置添加密码过期时间配置项;
* [Update] 修改依赖,deb_requirements 删除 gcc automake
* [Update] 添加定时任务: 检测用户密码是否过期
* [Update] 登录页面添加检测用户密码是否过期,并给出过期提示,拒绝登录
* [update] 用户密码过期时间5天以内,每天发送重置密码邮件
* [Update] api 登录认证,添加密码过期检测
* [Update] 添加提示用户密码即将过期信息
* [Update] 修改小细节
* [Update] User model 添加密码即将过期/已过期 property属性
* [Update] 修改用户api auth检测用户密码过期逻辑
* [Update] 添加翻译,用户密码过期
* [Update] 用户密码即将过期,发送密码过期提醒邮件
* [Update] 修改检测用户密码过期任务,修改interval为crontab
* [Update] 修改翻译小细节
* [Update] 修改翻译小细节
* [Bugfix] 修复在用户更新页面修改密码时, 不更新最后密码修改时间的bug
* [Update] 修复小细节
* [Update] 修改系统设置成功提示翻译信息
6 years ago
BaiJiangJie
0f9326bd8f
[Update] 更新OpenID依赖 ( #2013 )
6 years ago
ibuler
b8874e1855
[Update] 修改版本号
6 years ago
ibuler
9bb498f7b3
[Update] 修改sdk版本
6 years ago
BaiJiangJie
1e5387ef47
[Update] 更新组织管理api ( #1986 )
...
* [Update] 更新组织管理api
* [Update] 重写-组织管理员/用户API,采用through类
* [Update] 修改OrgMembershipSerializerMixin目录
* [Update] 修改组织管理API,限制http method
* [Update] 修改rpm依赖
6 years ago
BaiJiangJie
f87e08efff
[Update] 添加deb依赖,完善用户登录失败日志,修复资产标签bug ( #1983 )
...
* [Update] 修改deb依赖
* [Update] 修改记录用户登录失败日志,用户不存在的情况,但是显示登录日志列表还不全..
* [Update] 用户登录日志,记录用户名不存在的情况(Default组织显示所有用户的登录日志)
* [Bugfix] 修复标签名为search, limit时资产列表不显示的bug
6 years ago
ibuler
5c30c76ea3
[Update] 修改jms-storage版本
6 years ago
ibuler
3bf1c036c5
[Bugfix] 修改sshpubkey库版本
6 years ago
BaiJiangJie
0b0b06a5c2
[Update] 更新requirements-aliyun
6 years ago
ibuler
44bf01d4ed
[Update] 支持命令过滤
6 years ago
ibuler
9ffae722f3
[Update] 升级gunicorn版本
6 years ago
ibuler
41e7f45c20
[Update] 修改图标
6 years ago
ibuler
75e67410cf
[Bugfix] 修复批量更新资产和用户的bug
6 years ago
ibuler
d97e606503
[Update] 修改django版本
6 years ago
ibuler
bb6394150d
[Update] 修改批量更新资产的bug
6 years ago
ibuler
672dd66023
[Bugfix] 修复一些bug
6 years ago
ibuler
2ecfecb06f
[Update] Merge with dev
6 years ago
老广
b156f4ad16
Tmp org ( #1579 )
...
* [Update] 添加org api, 升级到django 2.0
* [Update] fix some bug
* [Update] 修改一些bug
6 years ago
ibuler
1c56ba5a11
[Update] paramiko => 2.4.1
6 years ago
ibuler
ef9e03c7ed
Merge remote-tracking branch 'github/dev' into dev
6 years ago
ibuler
401a7f88a8
[Update] 更新依赖storage的版本
7 years ago
老广
6fa0562d7a
Merge pull request #1441 from chnliyong/master
...
python-gssapi libkrb5-dev for gssapi/gssapi.h
7 years ago
ibuler
bff3868b8f
[Update] 统一requirements版本
7 years ago
ibuler
dc1d228e07
[Update] 更新requirements
7 years ago
ibuler
092b33d4d1
[Update] 更新requirements
7 years ago
ibuler
d615eb80b5
[Update] 优化使用storage sdk
7 years ago
BaiJiangjie
12c8cf6b76
[Update] 添加OTP认证功能
7 years ago
liuzheng712
9c2470b67c
feat: update the sdk
7 years ago
liuzheng
b92ccdd05e
fix: update the jms-storage==0.0.11
7 years ago
chnliyong
6035d1f130
python-gssapi libkrb5-dev for gssapi/gssapi.h
7 years ago
老广
3643ee1f89
Dev ( #1053 )
...
* [Update] 修改 success message, 添加资产组时可以添加资产
* [Update] system user form add label
* [Update] set default cluster
* [Update] 修改一些翻译
* [Bugfix] 修复重置密码bug
* [Bugfix] 默认default cluster
* [Bugfix] 用户添加报错
* 修改tab样式
* [Bugfix] 修复了一些显示上的bug
* 修复全选按钮在搜索后仍然选择全部的问题
* [Bugfix] 修复以下bug
1. 查看执行历史异常
2. 用户授权资产页显示message
* [Update] api 返回platform, 并增加web terminal nav
* [Feature] 添加setting页面
* [Feature] 添加basic settings
* [Update] 修改翻译
* [Update] 修改config
* [Update] 启动加载common setting
* [Bugfix] 修复cluster创建的bug
* [Bugfix] 修复title显示Jumpserver
* [Bugfix] setting tables not found
* [Bugfix] settings add option
* [Feature] 添加后端paging
* [Bugfix] 资产列表选择别的页会报错
* [Update] check all 只选择当前页面
* [Bugfix] user login ip
* [Bugfix] for login ip
* [Bugfix] 修复资产列表显示bug
* [Remove] labels
* [Bugfix] task运行失败,因为tasks没有设置
* [Feature] 增加标签
* [Bugfix] 读取不到prefix
* For storage
* [Change] 修改部分翻译
* [Update] 启用ldap移动位置
* [Update] 修改翻译
* [Feature] 支持es存储命令
* Update README.md
* [Feature] 添加es支持
* [update] 修改用户创建时 姓名和用户名的位置
* [Update] 修改install.md
* [Update] remote default PAGE_SIZE stting
* [Feature] terminal config load
* [Feature] es support
* [Update] 修改requirement
* [Update] 修改requirements
* [Update] 修改dictfiled
* [Fix] 修改Logger
* [Bugfix] 倒序显示
* [Update] 修改默认头像和logo
* [Update] 修改django-celery-beat的版本
* [Feature] 添加修改用户密码api
* add logo test
* [Bugfix] 修复一些bug
* [Update] 修改copyrite
* [Update] 修改copyright
* Update ISSUE_TEMPLATE.md
* [Update] 修改禁止排序的颜色
* [Feature] 标签管理功能
* [Bugfix] git status
* [Model] 修改create_by字段
* [Update] 修改位置
* [Update] 修改签名md5算法
* [Feature] 资产列表标签搜索
* [Feature] 添加资产详情标签
* [Bugfix] 修复资产搜索bug
* [Update] ansible disk bug
* [Update] ansible disk bug
* [Bugfix] 修复获取kvmcpu的bug
* [Bugfix] 修复bsd获取cpu数量bug
* [Bugfix] 修改翻译
* [Bugfix] 资产model 太长
* [Bugfix] 修改项目结构描述
修正"项目多语言目录"
* Update project_structure.md
* [Update] add debug log
* refactor: rename folder i18n
* [Feature] 添加链接token
* [Feature] Label 删除修改
* [Update] 修改部分翻译
* [Update] 修改小bug
* [Update] 修复获取资产信息异常bug
* [Bugfix] 修复系统用户上传秘钥的bug
* [Update] 修改获取资产信息产生的异常
* [Update] 删除部分资产属性
* [Bugfix] 资产批量便捷
* [Update] 修改认证
* [Feature] 支持popover
* [Feature] tree
* [Feature] 添加资产树
* [Feature] 使用ztree
* [Feature] tree增删功能
* [Bugfix] 修复组详情bug
* [Bugfix] 修复组详情bug
* [Bugfix] 修改创建label时报错的bug
* [Bugfix] 修改label api bug
* [Update] 去掉资产组添加
* [Update] 修改ztrr
* Update README.md
* [Update] 修改资产创建
* [Bugfix] 修复ldap认证bug
* [Update] 修改一处翻译
* [Update] 更改授权规则前commit
* [Abandon] ...
* Update README.md
* Update README.md
* Update README.md
* [Feature] 完成资产授权和资产添加
* [Update] 修改授权
* [Bugfix] 修改创建系统用户的bug
* feat: rdp support
* [Update] 拆分asset api module
* [Update] 资产列表选中和移除资产
* [Feature] 更改perms api
* [Update] 使用资产树,去掉集群和资产组
* [Update] 修改系统用户推送,拆分assets的部分模块
* [Update] 完成树形改造
* [Update] 完成资产书
* [Update] 修改资产model
* ubuntu16.04 deb_requirements.txt update (#1007 )
* Update run server.py (#915 )
Fix for not callable error when config.py not exists
* [Update]一些修改
* [Update] 修改初始
* feat: replay setting page and api
* 增加隐藏树功能
* [Update] 修改翻译
* 对齐菜单文字。修改英文
* feat: update app setting
* fix: app get replay storage
* [Update] 修改文案
* [Docs] 初始化doc
* [Bugfix] 用户csv导入编码问题
* [Update] 修改设置的一些require
* [Bugfix] 修复管理用户无法查看的bug
* [Update] 修改授权api, windows资产只有rdp协议,linux只有ssh协议
* [Update] terminal可以更改名称
* [Update] 统一copyright
* [Update] 修改文档
* [Bugfix] 修复资产禁用还可以登录
* [Update] 修改文案
* [Update] 支持拖拽更新
* [Bugfix] 修复bug,修改celery beat版本依赖
* [Update] 修改一些小问题
* 添加普通用户使用内容
* [Update] 修改一些文案
* Update README.md
* Update README.md
* Update README.md
* 用户列表
* [Update] 修改一些bug和文案
* [Delete] 删除build 页面
* 用户管理模块更新
* 用户管理模块更新
* [Update] 修改conf
* [Update] bugfix
* [Update] 更新文档地址
* 用户管理模块更新
* [Update] 修改部分翻译和文档
* 管理用户
* 权限管理文档
* 权限管理文档命名修改
* 作业中心文档
* 细节改动
* 添加贡献者
* 截图
* [Update] 修改一些bug
* add ignore
* [Update] 修改文档
* fix bug
* add ignore
* [Igore] force
* [Update] 修改链接
* [Update] 修改版本
* 标签管理
* 会话管理,权限管理,作业中心文档
* [Update] 增加批量终端session api
* [Update] 修改Node value唯一
* 系统设置
* 快速启动修改
* [Bugfix] 修复首页无法显示数据的bug
* feat: s3 replay file get
* feat: update
* [Update] 修改bug
* [Update] 修改Model
* [Update] 修改文档地址
* [Update] 修改gua的安装
* [Update] 修改推送任务
* [Update] 修改安装分支
* feat: update the requirements
* [Update] 更新README
* fix: remove gssapi==1.2.4
* [Update] 修改readme
* fix(config = settings.TERMINAL_REPLAY_STORAGE.items()):
* fix: AttributeError: 'SessionReplayViewSet' object has no attribute 'ACCESS_KEY'
* [Update] 修改readme
* [Update] index
7 years ago
liuzheng712
813e10ed11
fix: remove gssapi==1.2.4
7 years ago
liuzheng712
2406a7590b
feat: update the requirements
7 years ago
老广
c2abd58dcb
Merge to dev ( #1051 )
...
* [Update] 修改 success message, 添加资产组时可以添加资产
* [Update] system user form add label
* [Update] set default cluster
* [Update] 修改一些翻译
* [Bugfix] 修复重置密码bug
* [Bugfix] 默认default cluster
* [Bugfix] 用户添加报错
* 修改tab样式
* [Bugfix] 修复了一些显示上的bug
* 修复全选按钮在搜索后仍然选择全部的问题
* [Bugfix] 修复以下bug
1. 查看执行历史异常
2. 用户授权资产页显示message
* [Update] api 返回platform, 并增加web terminal nav
* [Feature] 添加setting页面
* [Feature] 添加basic settings
* [Update] 修改翻译
* [Update] 修改config
* [Update] 启动加载common setting
* [Bugfix] 修复cluster创建的bug
* [Bugfix] 修复title显示Jumpserver
* [Bugfix] setting tables not found
* [Bugfix] settings add option
* [Feature] 添加后端paging
* [Bugfix] 资产列表选择别的页会报错
* [Update] check all 只选择当前页面
* [Bugfix] user login ip
* [Bugfix] for login ip
* [Bugfix] 修复资产列表显示bug
* [Remove] labels
* [Bugfix] task运行失败,因为tasks没有设置
* [Feature] 增加标签
* [Bugfix] 读取不到prefix
* For storage
* [Change] 修改部分翻译
* [Update] 启用ldap移动位置
* [Update] 修改翻译
* [Feature] 支持es存储命令
* Update README.md
* [Feature] 添加es支持
* [update] 修改用户创建时 姓名和用户名的位置
* [Update] 修改install.md
* [Update] remote default PAGE_SIZE stting
* [Feature] terminal config load
* [Feature] es support
* [Update] 修改requirement
* [Update] 修改requirements
* [Update] 修改dictfiled
* [Fix] 修改Logger
* [Bugfix] 倒序显示
* [Update] 修改默认头像和logo
* [Update] 修改django-celery-beat的版本
* [Feature] 添加修改用户密码api
* add logo test
* [Bugfix] 修复一些bug
* [Update] 修改copyrite
* [Update] 修改copyright
* Update ISSUE_TEMPLATE.md
* [Update] 修改禁止排序的颜色
* [Feature] 标签管理功能
* [Bugfix] git status
* [Model] 修改create_by字段
* [Update] 修改位置
* [Update] 修改签名md5算法
* [Feature] 资产列表标签搜索
* [Feature] 添加资产详情标签
* [Bugfix] 修复资产搜索bug
* [Update] ansible disk bug
* [Update] ansible disk bug
* [Bugfix] 修复获取kvmcpu的bug
* [Bugfix] 修复bsd获取cpu数量bug
* [Bugfix] 修改翻译
* [Bugfix] 资产model 太长
* [Bugfix] 修改项目结构描述
修正"项目多语言目录"
* Update project_structure.md
* [Update] add debug log
* refactor: rename folder i18n
* [Feature] 添加链接token
* [Feature] Label 删除修改
* [Update] 修改部分翻译
* [Update] 修改小bug
* [Update] 修复获取资产信息异常bug
* [Bugfix] 修复系统用户上传秘钥的bug
* [Update] 修改获取资产信息产生的异常
* [Update] 删除部分资产属性
* [Bugfix] 资产批量便捷
* [Update] 修改认证
* [Feature] 支持popover
* [Feature] tree
* [Feature] 添加资产树
* [Feature] 使用ztree
* [Feature] tree增删功能
* [Bugfix] 修复组详情bug
* [Bugfix] 修复组详情bug
* [Bugfix] 修改创建label时报错的bug
* [Bugfix] 修改label api bug
* [Update] 去掉资产组添加
* [Update] 修改ztrr
* Update README.md
* [Update] 修改资产创建
* [Bugfix] 修复ldap认证bug
* [Update] 修改一处翻译
* [Update] 更改授权规则前commit
* [Abandon] ...
* Update README.md
* Update README.md
* Update README.md
* [Feature] 完成资产授权和资产添加
* [Update] 修改授权
* [Bugfix] 修改创建系统用户的bug
* feat: rdp support
* [Update] 拆分asset api module
* [Update] 资产列表选中和移除资产
* [Feature] 更改perms api
* [Update] 使用资产树,去掉集群和资产组
* [Update] 修改系统用户推送,拆分assets的部分模块
* [Update] 完成树形改造
* [Update] 完成资产书
* [Update] 修改资产model
* ubuntu16.04 deb_requirements.txt update (#1007 )
* Update run server.py (#915 )
Fix for not callable error when config.py not exists
* [Update]一些修改
* [Update] 修改初始
* feat: replay setting page and api
* 增加隐藏树功能
* [Update] 修改翻译
* 对齐菜单文字。修改英文
* feat: update app setting
* fix: app get replay storage
* [Update] 修改文案
* [Docs] 初始化doc
* [Bugfix] 用户csv导入编码问题
* [Update] 修改设置的一些require
* [Bugfix] 修复管理用户无法查看的bug
* [Update] 修改授权api, windows资产只有rdp协议,linux只有ssh协议
* [Update] terminal可以更改名称
* [Update] 统一copyright
* [Update] 修改文档
* [Bugfix] 修复资产禁用还可以登录
* [Update] 修改文案
* [Update] 支持拖拽更新
* [Bugfix] 修复bug,修改celery beat版本依赖
* [Update] 修改一些小问题
* 添加普通用户使用内容
* [Update] 修改一些文案
* Update README.md
* Update README.md
* Update README.md
* 用户列表
* [Update] 修改一些bug和文案
* [Delete] 删除build 页面
* [Update] 修改conf
* [Update] bugfix
* [Update] 更新文档地址
* [Update] 修改部分翻译和文档
* [Update] 修改一些bug
* [Update] 修改链接
* [Update] 增加批量终端session api
* [Update] 修改Node value唯一
* [Bugfix] 修复首页无法显示数据的bug
* feat: s3 replay file get
* feat: update
* [Update] 修改bug
7 years ago
ibuler
f7ab13952e
[Bugfix] 修复bug,修改celery beat版本依赖
7 years ago
bagechashu
eb18648a66
ubuntu16.04 deb_requirements.txt update ( #1007 )
7 years ago
ibuler
a43d29d446
[Update] 修改django-celery-beat的版本
7 years ago
ibuler
9d399c475c
[Update] 修改requirements
7 years ago
ibuler
8766a936f3
[Update] 修改requirement
7 years ago
ibuler
4dbf332a56
[Bugfix] 修复刷新硬件的bug
7 years ago
ibuler
69f723c8f5
[Bugfix] requirements 添加openssh-cleints
7 years ago
ibuler
a39e0a1db9
[Docker] For docker update
7 years ago
ibuler
30efec1b09
[Update] 修改 task 运行机制
7 years ago
ibuler
4893c4664d
[Update] 修改task定时运行机制
7 years ago
ibuler
d51b3eff6a
[Update] 修改settings和配置文件
7 years ago
ibuler
8da8c14ace
[Update] 修改requirements
7 years ago
ibuler
ec8106e43d
[Feature] 完成登陆日志
7 years ago
Caijun
43a0c4fe51
Fix importing csv bugs ( #717 )
...
* Fix exporting csv bugs
1. auto detect the encoding of csv
2. if id in csv is empty, let it equal 0
3. if hostname exists, give up this asset
* Add chardet to requirements.txt
7 years ago
老广
8342ba68c0
Update requirements.txt
7 years ago
ibuler
b2ba1f3ca5
update requirements
7 years ago
ibuler
9237c9dcee
Add requirements
7 years ago
GuangHongwei
ff374b7141
[Docker] Build a docker
8 years ago
GuangHongwei
458989328e
[Bugfix] 修改bug,使用py3编程
8 years ago
GuangHongwei
56e648e924
Update requirements
8 years ago
ibuler
2ec0ab871a
Fix form bug
8 years ago
ibuler
bcc065eb8f
[Compat] compat py3 change bootstrap form to bootstrap3
8 years ago
ibuler
a320b9e05e
[Bugfix] 兼容py3
8 years ago
ibuler
c11374ae39
[Bugfix] 修改翻译
8 years ago
ibuler
92ebe85a3f
[Fixture] 详情页添加system user 推送
8 years ago
ibuler
709552f14c
[Fixture] 添加首页
8 years ago
ibuler
7ddfa2d25e
[Doc] 添加doc
8 years ago
ibuler
a822f667af
[Fixture] 完成用户推送task
8 years ago
ibuler
a79c3dd156
[Fixture] 添加command log backends, 未来支持es
8 years ago