jumpserver/apps/authentication
fit2bot 9a62a7aaab
pref: 修改 activity log (#9571)
* pref: 修改 activity log

* perf: 优化 acitivity

* pref: 修改 activity

* fix: 修复一些运行问题

* fix: app.py 中添加 tasks import

* fix: 添加 activity_callback

* fix: 添加 execute_account_backup_plan activity_callback

* fix: 添加 activity_callback -> gather_asset_accounts

* fix: 对 celery 任务添加 activity_callback 回调

* fix: 修改翻译

---------

Co-authored-by: ibuler <ibuler@qq.com>
Co-authored-by: jiangweidong <weidong.jiang@fit2cloud.com>
Co-authored-by: Bai <baijiangjie@gmail.com>
2023-02-17 17:14:53 +08:00
..
api perf: 优化 gateway 返回情况 2023-02-16 16:51:42 +08:00
backends perf: 修改变量名 2023-02-10 11:13:44 +08:00
confirm
errors perf: 修改 asset 结构 2022-09-21 11:17:14 +08:00
mfa feat: 自定义MFA认证逻辑 (#8891) 2022-11-04 14:29:15 +08:00
migrations perf: input_secret (#9542) 2023-02-14 16:53:10 +08:00
models perf: 优化 gateway 返回情况 2023-02-16 16:51:42 +08:00
serializers perf: 会话新增 account_id 2023-02-15 19:53:04 +08:00
templates/authentication perf: 调整登录页样式 2023-02-15 20:30:12 +08:00
urls perf: 优化找回密码页面 (#9045) 2022-11-14 09:48:55 +08:00
views v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
__init__.py
admin.py
apps.py pref: 修改 activity log (#9571) 2023-02-17 17:14:53 +08:00
const.py feat: 自定义MFA认证逻辑 (#8891) 2022-11-04 14:29:15 +08:00
filters.py
forms.py perf: 优化忘记密码,用户无手机号时无法使用手机号重置密码 2022-11-14 18:01:07 +08:00
middleware.py fix: 修复第三方用户登录复核时,可以跳过的问题 2023-02-09 19:47:11 +08:00
mixins.py fix: 修复第三方用户登录复核时,可以跳过的问题 2023-02-09 19:47:11 +08:00
notifications.py
signal_handlers.py
signals.py
tasks.py pref: 修改 activity log (#9571) 2023-02-17 17:14:53 +08:00
tests.py
utils.py