老广
|
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 |