ibuler
|
23e44c49b5
|
pref: 修改 applet deployments
|
2 years ago |
ibuler
|
956367cfed
|
pref: applet detail api 支持 slug name
|
2 years ago |
ibuler
|
f6fe673b28
|
perf: 修改 applet publications
|
2 years ago |
ibuler
|
c8881d56ea
|
pref: 修改 applets api
|
2 years ago |
ibuler
|
60d07cb3e1
|
Merge branch 'v3' of github.com:jumpserver/jumpserver into v3
|
2 years ago |
ibuler
|
6ba4b750f2
|
perf: 修改 publications
|
2 years ago |
Eric
|
1c9f754e27
|
perf: applet 添加 setup.yml 校验
|
2 years ago |
ibuler
|
b159f16513
|
pref: 添加 applet download
|
2 years ago |
ibuler
|
cf81f08b7a
|
perf: 优化部署 host
|
2 years ago |
ibuler
|
12b74093e2
|
pref: 修改 applet host deploy
|
2 years ago |
ibuler
|
28f4905a81
|
pref: 修改 applet host
|
2 years ago |
ibuler
|
82aca6b843
|
pref: 修改 applet
|
2 years ago |
ibuler
|
5606082ca3
|
pref: 添加 applet 创建 api
|
2 years ago |
Jiangjie.Bai
|
c1c70849e9
|
feat: 修改 DBPortMapper 异常处理问题; DBListenPort API 迁移至 terminal app 中
|
2 years ago |
Jiangjie.Bai
|
57e12256e7
|
feat: 修改 Endpoint 获取 Manugs DB listen port 的逻辑
|
2 years ago |
feng626
|
ca3d2271a8
|
merge v3
|
2 years ago |
ibuler
|
063c42b94d
|
perf: 修改 terminal session
|
2 years ago |
ibuler
|
2948d5af7f
|
perf: 删除一部分 system user
|
2 years ago |
Jiangjie.Bai
|
41541a91b9
|
fix: 修复 public 和 smart API 权限包含 connection token
|
2 years ago |
fit2bot
|
ce2f6fdc84
|
feat: Endpoint 支持 oracle 版本 (#8585)
* feat: Endpoint 支持 oracle 版本
* feat: Endpoint 支持 oracle 版本
* feat: Endpoint 支持 oracle 版本
Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
|
2 years ago |
fit2bot
|
27cbbfbc79
|
refactor: 重构 Connection Token 模块 (完成获取 Super connection token API 逻辑) (#8559)
* refactor: 重构 Connection Token 模块 (完成 Model 设计和创建 Token 的API逻辑)
* refactor: 重构 Connection Token 模块 (完成获取 Token 详细信息的 API 逻辑)
* refactor: 重构 Connection Token 模块 (完成获取 RDP 文件 API 逻辑)
* refactor: 重构 Connection Token 模块 (完成获取 Client url API 逻辑)
* refactor: 重构 Connection Token 模块 (完成获取 Super connection token API 逻辑)
* refactor: 重构 Connection Token 模块 (完成删除原 Connection token 逻辑)
* refactor: 重构 Connection Token 模块 (完成删除原 Connection)
* refactor: 重构 Connection Token 模块 (完善序列类字段)
* refactor: 重构 Connection Token 模块 (完善expire API)
* refactor: 重构 Connection Token 模块 (完善迁移文件)
* refactor: 重构 Connection Token 模块 (完善翻译文件)
* refactor: 重构 Connection Token 模块 (拆分Connection ViewSet)
* refactor: 重构 Connection Token 模块 (修改翻译)
* refactor: 重构 Connection Token 模块 (优化)
Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
|
2 years ago |
Jiangjie.Bai
|
62a2a74c27
|
perf: 会话列表显示终端名称;修复启动 warning 问题
|
2 years ago |
feng626
|
272f64d743
|
fix: get_target_ip bug
|
2 years ago |
Jiangjie.Bai
|
8e65975cd7
|
fix: 修改会话共享可以指定用户的一些问题
|
2 years ago |
Jiangjie.Bai
|
05826abf9d
|
feat: Endpoint 支持标签匹配
feat: Endpoint 支持标签匹配
feat: Endpoint 支持标签匹配
feat: Endpoint 支持标签匹配
feat: Endpoint 添加帮助信息
feat: Endpoint 添加帮助信息
|
2 years ago |
Jiangjie.Bai
|
1e3da50979
|
fix: 修复会话加入记录更新失败的问题
|
2 years ago |
feng626
|
74f88d842d
|
fix: 修改replay download perm
|
3 years ago |
Jiangjie.Bai
|
57969a4e23
|
fix: 修改获取smart endpoint的逻辑
|
3 years ago |
Jiangjie.Bai
|
7b02777f1e
|
fix: 修改endpoint smart API允许有效用户访问
|
3 years ago |
Jiangjie.Bai
|
10b033010e
|
feat: 优化命令导出时间戳可读性
|
3 years ago |
fit2bot
|
f481463c64
|
feat: 添加Endpoint (#8041)
* feat: add Endpoint EndpointRule EndpointProtocol model
* feat: add Endpoint EndpointRule EndpointProtocol API
* feat: modify protocols field
* feat: 修改序列类
* feat: 获取connect-url连接地址
* feat: 获取connect-url连接地址
* feat: 优化后台获取smart-endpoint逻辑
* feat: 优化后台获取smart-endpoint逻辑
* feat: 删除配置KOKO、XRDP、MAGNUS
* feat: 删除配置KOKO、XRDP、MAGNUS
* feat: 修改翻译
* feat: 修改smart endpoint
* feat: 修改翻译
* feat: smart API 添加token解析
* feat: 删除 smart serializer
* feat: 修改迁移逻辑
* feat: 解决冲突
* feat: 修改匹配 endpoint
Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
|
3 years ago |
ibuler
|
ffd98c6e3f
|
fix: 修改 import
|
3 years ago |
fit2bot
|
1f8ded49fa
|
feat: 工作台区分组织 (#8040)
* perf: 工作台受组织角色控制
* perf: workspace => workbench
* perf: 修改 workspace codename
Co-authored-by: ibuler <ibuler@qq.com>
|
3 years ago |
fit2bot
|
e7af037513
|
perf: 修改命令command input 长度问题 (#7996)
* perf: 修改命令command input max_length 1024
* perf: 修改命令command input 长度问题
* perf: 修改命令command input 长度问题
* perf: 修改命令command input 长度问题
* perf: 修改命令command input 长度问题
Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
|
3 years ago |
fit2bot
|
9c395b674f
|
fix: command log search (#7906)
Co-authored-by: feng626 <1304903146@qq.com>
|
3 years ago |
Jiangjie.Bai
|
30556023d1
|
fix: 修复会话录像播放权限
|
3 years ago |
Jiangjie.Bai
|
172b492bc3
|
fix: 修复存储测试权限位
|
3 years ago |
Jiangjie.Bai
|
3924ff0114
|
fix: 修改查看会话录像权限位
|
3 years ago |
feng626
|
c4a6715eb8
|
fix: 命令存储 or 命令权限
|
3 years ago |
Jiangjie.Bai
|
03afa4f974
|
Fix rbac (#7713)
* fix: token 系统用户增加 protocol
* fix: 修复清除orphan session时同时清除对应的 session_task
* perf: 修改 connection token api
* fix: 修复无法获取系统角色绑定的问题
* perf: 增加 db terminal 及 magnus 组件
* perf: 修改 migrations
* fix: 修复AUTHENTICATION_BACKENDS相关的逻辑
* fix: 修改判断backend认证逻辑
* fix: 修复资产账号查看密码跳过mfa
* fix: 修复用户组授权权限错误
* feat: 支持COS对象存储
* feat: 升级依赖 jms_storage==0.0.42
* fix: 修复 koko api 问题
* feat: 修改存储翻译信息
* perf: 修改 ticket 权限
* fix: 修复获取资产授权系统用户 get_queryset
* perf: 抽取 ticket
* perf: 修改 cmd filter 的权限
* fix: 修改 ticket perm
* fix: 修复oidc依赖问题
Co-authored-by: Eric <xplzv@126.com>
Co-authored-by: ibuler <ibuler@qq.com>
Co-authored-by: 小冯 <xiaofeng@xiaofengdeMacBook-Pro.local>
Co-authored-by: feng626 <1304903146@qq.com>
|
3 years ago |
老广
|
02ca473492
|
Fix rbac (#7690)
* perf: 优化 suggesstion
* perf: 修改 migrations
|
3 years ago |
xinwen
|
9c3fd59ef4
|
fix: 删除用户最近登录的资产接口
|
3 years ago |
Eric
|
a1d15ef206
|
fix: 修复管理员终断会话API
|
3 years ago |
ibuler
|
add4d8d2cd
|
fix: 修改上传录像 api 权限
|
3 years ago |
xinwen
|
e3b620089a
|
feat: 个人页面接口
|
3 years ago |
xinwen
|
f460916e84
|
fix: swagger
|
3 years ago |
Jiangjie.Bai
|
83ff8dbf26
|
fix: rbac 合并 (#7658)
* perf: 修复一些错误权限位
* Pr@fix rbac@fix rbac permissions (#7648)
* fix: 确保每次 migrate 执行更新 role permissions
* perf: 修改 choices
* feat: 兼容apple m1
* perf: 修改 migrations role permissions
* perf: pymysql 导入
* perf: admin 判断
* fix: 修复消息订阅权限
Co-authored-by: ibuler <ibuler@qq.com>
Co-authored-by: Aaron3S <chenyang@fit2cloud.com>
Co-authored-by: feng626 <1304903146@qq.com>
|
3 years ago |
fit2bot
|
e259d2a9e9
|
fix: fix rbac to dev (#7636)
* feat: 添加 RBAC 应用模块
* feat: 添加 RBAC Model、API
* feat: 添加 RBAC Model、API 2
* feat: 添加 RBAC Model、API 3
* feat: 添加 RBAC Model、API 4
* feat: RBAC
* feat: RBAC
* feat: RBAC
* feat: RBAC
* feat: RBAC
* feat: RBAC 整理权限位
* feat: RBAC 整理权限位2
* feat: RBAC 整理权限位2
* feat: RBAC 整理权限位
* feat: RBAC 添加默认角色
* feat: RBAC 添加迁移文件;迁移用户角色->用户角色绑定
* feat: RBAC 添加迁移文件;迁移用户角色->用户角色绑定
* feat: RBAC 修改用户模块API
* feat: RBAC 添加组织模块迁移文件 & 修改组织模块API
* feat: RBAC 添加组织模块迁移文件 & 修改组织模块API
* feat: RBAC 修改用户角色属性的使用
* feat: RBAC No.1
* xxx
* perf: 暂存
* perf: ...
* perf(rbac): 添加 perms 到 profile serializer 中
* stash
* perf: 使用init
* perf: 修改migrations
* perf: rbac
* stash
* stash
* pref: 修改rbac
* stash it
* stash: 先去修复其他bug
* perf: 修改 role 添加 users
* pref: 修改 RBAC Model
* feat: 添加权限的 tree api
* stash: 暂存一下
* stash: 暂存一下
* perf: 修改 model verbose name
* feat: 添加model各种 verbose name
* perf: 生成 migrations
* perf: 优化权限位
* perf: 添加迁移脚本
* feat: 添加组织角色迁移
* perf: 添加迁移脚本
* stash
* perf: 添加migrateion
* perf: 暂存一下
* perf: 修改rbac
* perf: stash it
* fix: 迁移冲突
* fix: 迁移冲突
* perf: 暂存一下
* perf: 修改 rbac 逻辑
* stash: 暂存一下
* perf: 修改内置角色
* perf: 解决 root 组织的问题
* perf: stash it
* perf: 优化 rbac
* perf: 优化 rolebinding 处理
* perf: 完成用户离开组织的问题
* perf: 暂存一下
* perf: 修改翻译
* perf: 去掉了 IsSuperUser
* perf: IsAppUser 去掉完成
* perf: 修改 connection token 的权限
* perf: 去掉导入的问题
* perf: perms define 格式,修改 app 用户 的全新啊
* perf: 修改 permission
* perf: 去掉一些 org admin
* perf: 去掉部分 org admin
* perf: 再去掉点 org admin role
* perf: 再去掉部分 org admin
* perf: user 角色搜索
* perf: 去掉很多 js
* perf: 添加权限位
* perf: 修改权限
* perf: 去掉一个 todo
* merge: with dev
* fix: 修复冲突
Co-authored-by: Bai <bugatti_it@163.com>
Co-authored-by: Michael Bai <baijiangjie@gmail.com>
Co-authored-by: ibuler <ibuler@qq.com>
|
3 years ago |
Michael Bai
|
67a49dc5e9
|
feat: syslog 记录的数据来源于序列类
|
3 years ago |
xinwen
|
bd84edea62
|
feat: 资产登录工单页面增加监控与中断
|
3 years ago |
xinwen
|
35a10fdd62
|
feat: 命令记录接口增加 remote_addr 字段
|
3 years ago |
halo
|
84924bc3f6
|
fix: 修复会话详情页命令列表排序失效bug
|
3 years ago |
Eric_Lee
|
0afeed0ff1
|
feat: 录像增加 cast 格式 (#7259)
* feat: 录像增加 cast 格式
* perf: 优化一下写法
* perf: 修改一点点
Co-authored-by: ibuler <ibuler@qq.com>
|
3 years ago |
Michael Bai
|
06de6c3575
|
fix: 修复资产系统用户auth-info获取流程及创建时手动登录方式的校验
|
3 years ago |
ibuler
|
0b593f4555
|
perf: 优化drf filter, 修改terminal filter
perf: 去掉debug
perf: 去掉debug
|
3 years ago |
Jiangjie.Bai
|
c465fccc33
|
feat: 支持 Session 会话共享 (#6768)
* feat: 添加 SECURITY_SESSION_SHARE 配置
* feat: 添加 SessionShare / ShareJoinRecord Model
* feat: 添加 SessionShare / ShareJoinRecord Model
* feat: 添加 SessionSharing / SessionJoinRecord Model
* feat: 添加 SessionSharing API
* feat: 添加 SessionJoinRecord API
* feat: 修改迁移文件
* feat: 修改迁移文件
* feat: 修改迁移文件
* feat: 修改API权限
|
3 years ago |
Bai
|
d0e119fb50
|
feat: session.Task model add `kwargs` field (记录kill_session的用户名称)
|
3 years ago |
Bai
|
7892e50aa2
|
feat: session.Task model add `kwargs` field (记录kill_session的用户名称)
|
3 years ago |
Jiangjie.Bai
|
c0ec0f1343
|
feat: 支持设置默认存储(命令、录像) (#6336)
* fix: 修改LDAP用户导入的组织为当前组织
* fix: 修改翻译信息
* feat: 支持设置默认存储
* feat: 支持设置默认存储(2)
* feat: 支持设置默认存储(3)
|
3 years ago |
xinwen
|
1a30675a86
|
fix: 去掉命令告警开关
|
4 years ago |
fit2bot
|
4ef3b2630a
|
feat: 站内信 (#6183)
* 添加站内信
* s
* s
* 添加接口
* fix
* fix
* 重构了一些
* 完成
* 完善
* s
* s
* s
* s
* s
* s
* 测试ok
* 替换业务中发送消息的方式
* 修改
* s
* 去掉 update 兼容 create
* 添加 unread total 接口
* 调整json字段
Co-authored-by: xinwen <coderWen@126.com>
|
4 years ago |
xinwen
|
77b4847bd9
|
fix: 有在线会话的终端不能删除
|
4 years ago |
Bai
|
189bc9d74a
|
perf: 添加lion终端类型; 修改加入会话校验逻辑(vnc/rdp)
|
4 years ago |
xinwen
|
657a2ac7e7
|
fix: 命令记录导出选择项
|
4 years ago |
xinwen
|
2b31cb2806
|
fix: 命令记录导出适配 ES
|
4 years ago |
xinwen
|
ce6b9de07c
|
fix: ES 自动创建索引
|
4 years ago |
ibuler
|
7d5a13de38
|
perf: 修改terminal statuts
perf: 优化status api
perf: 优化 status api
perf: 修改sesion参数
perf: 修改migrations
perf: 优化数据结构
perf: 修改保留日志
perf: 优化之前的一个写法
|
4 years ago |
xinwen
|
f1f5017be3
|
fix: 无效的 ES 会卡住
|
4 years ago |
xinwen
|
36c083f674
|
fix: 会话里查不到命令记录
|
4 years ago |
ibuler
|
7f4377b0e8
|
fix(auditor): 修复审计员无法访问命令列表的bug
|
4 years ago |
wojiushixiaobai
|
19e2a5b9f9
|
fix(terminal): 修正录像接口返回状态码
|
4 years ago |
fit2bot
|
0aa2c2016f
|
perf(project): 优化命名的风格 (#5693)
perf: 修改错误的地
perf: 优化写错的几个
Co-authored-by: ibuler <ibuler@qq.com>
|
4 years ago |
xinwen
|
3e7e01418d
|
perf: 优化命令记录慢的问题
|
4 years ago |
Bai
|
609d2710fa
|
perf: 会话列表添加search_fields字段
|
4 years ago |
ibuler
|
dd5b2b9101
|
perf: 去掉 v2 的api
|
4 years ago |
ibuler
|
7b8f932dcd
|
perf: 去掉几个不用的api
|
4 years ago |
fit2bot
|
86a055638c
|
reactor: 重构命令&录像存储模块的Serializer及相关模块 (#5392)
* reactor: 重构命令&录像存储模块的Serializer及相关模块
Co-authored-by: Bai <bugatti_it@163.com>
|
4 years ago |
ibuler
|
e7a3c5a822
|
perf(api): filter_fields被filterset_fields取代
https://django-filter.readthedocs.io/en/stable/guide/migration.html
|
4 years ago |
Bai
|
72d6ea43fa
|
fix: 修改命令列表过滤参数session
|
4 years ago |
Bai
|
b57453cc3c
|
fix: 修复命令列表过滤使用session_id字段
|
4 years ago |
fit2bot
|
6e0fbd78e7
|
fix: 修复prometheus_metricsAPI数据获取bug;修复组件注册type为空bug (#5253)
* fix: 修复prometheus_metricsAPI数据获取bug;修复组件注册type为空bug
* fix: 修改审计migrations/userloginlog/backend的verbose_name字段
Co-authored-by: Bai <bugatti_it@163.com>
|
4 years ago |
fit2bot
|
856e7c16e5
|
feat: 添加组件监控;TerminalModel添加type字段; (#5206)
* feat: 添加组件监控;TerminalModel添加type字段;
* feat: Terminal序列类添加type字段
* feat: Terminal序列类添加type字段为只读
* feat: 修改组件status文案
* feat: 取消上传组件状态序列类count字段
* reactor: 修改termina/models目录结构
* feat: 修改ComponentTypeChoices
* feat: 取消考虑CoreComponent类型
* feat: 修改Terminal status判断逻辑
* feat: 终端列表添加status过滤; 组件状态序列类添加default值
* feat: 添加PrometheusMetricsAPI
* feat: 修改PrometheusMetricsAPI
Co-authored-by: Bai <bugatti_it@163.com>
|
4 years ago |
peijianbo
|
79b5aa68c8
|
feat(terminal):危险命令告警功能
|
4 years ago |
ibuler
|
4917769964
|
fix(terminal): 修复获取螺旋的异步api
|
4 years ago |
Bai
|
1915224063
|
fix(terminal): 修复正在使用的命令/录像存储可以被删除的问题
|
4 years ago |
老广
|
e3648d11b1
|
feat: 录像存储server类型,可以设置如何存储了 (#4699)
feat: Server 类型的录像存储可以上传到 oss等上面
|
4 years ago |
Bai
|
118564577e
|
fix(command): 修复命令导出选中项问题
|
4 years ago |
Bai
|
e4aafc236d
|
fix(command): 修复命令导出选中项问题
|
4 years ago |
Bai
|
95aa9781c3
|
fix(command): 修复命令导出选中项会导出全部的问题
|
4 years ago |
xinwen
|
1b052a8729
|
feat(terminal): 终端管理添加批量更新接口
|
4 years ago |
Bai
|
1f30d459ae
|
fix(command): 修复命令记录没有根据sesion进行过滤的问题
|
4 years ago |
Bai
|
4e933fc1ca
|
feat(session + db): 会话搜索添加登录来源选项
|
4 years ago |
xinwen
|
061592fa6b
|
fix(terminal): 移除`CommandQueryMixin.get_filter_fields`
|
4 years ago |
ibuler
|
9347405f08
|
feat: terminal增加搜索
|
5 years ago |
ibuler
|
da4ad11a69
|
fix: 修改session command 翻译
|
5 years ago |
xinwen
|
9ea98bf2b2
|
[Feature] 添加 会话管理/历史会话/下载 api (#4093)
|
5 years ago |
ibuler
|
e6cd126045
|
feat: 修改api的权限
|
5 years ago |
ibuler
|
27d906a877
|
feat: 去掉js i18n catalog
|
5 years ago |
xinwen
|
431ba36a26
|
[Fix] 会话管理/命令记录 时间过滤 bug (#4070)
|
5 years ago |
ibuler
|
1a84661ca9
|
feat: 修改filterset_fields => filter_fields,option方法不支持filterset
|
5 years ago |