Commit Graph

8788 Commits (dev)

Author SHA1 Message Date
wangruidong be0f04862a fix: Correctly pass runas value in ACL check for job execution 2025-11-19 19:08:29 +08:00
feng 1a3fb2f0db perf: Account bulk error prompt 2025-11-19 17:42:39 +08:00
Eric 4cd70efe66 perf: fix mp4 type replay 2025-11-19 17:10:26 +08:00
wangruidong 28700c01c8 perf: The login log records the locked login log 2025-11-19 17:08:55 +08:00
wangruidong 4524822245 fix: Solve this version of Mysql doesn't yet support 'LIMIT & IN/ALL/ANY/S0ME subquery' error 2025-11-19 09:52:05 +08:00
Eric 9d04fda018 perf: add match perm to user for suggestions api 2025-11-19 09:48:31 +08:00
wangruidong c4b3531d72 fix: correct handling of changed field values in operate log 2025-11-18 10:32:49 +08:00
feng 8870d1ef9e perf: Translate 2025-11-17 18:25:40 +08:00
wangruidong 6c5086a083 perf: implement login asset ACL checks in Job and JobExecution viewsets 2025-11-17 10:53:22 +08:00
wrd e9f762a982 Revert "perf: Reduce the number of pub sub processing threads (#16072)"
This reverts commit 70068c9253.
2025-11-17 10:52:16 +08:00
wangruidong d4d4cadbcd fix: OAuth2 Only allow existing users to log in operate log error 2025-11-13 18:42:28 +08:00
wangruidong ad8c0f6664 fix: SAML2 Only allow existing users to log in operate log error 2025-11-13 16:36:58 +08:00
wangruidong 47dd6babfc perf: add id verbose_name 2025-11-13 15:17:14 +08:00
ibuler 691d1c4dba perf: remove client key 2025-11-13 14:36:40 +08:00
ibuler ac485804d5 perf: postgresql support ssl 2025-11-13 14:36:40 +08:00
ibuler 51e5fdb301 perf: change i18n 2025-11-13 10:05:37 +08:00
feng 69c4d613f7 perf: Add client support version 2025-11-11 16:37:12 +08:00
wangruidong dc20b06431 fix: i18n error 2025-11-10 18:14:18 +08:00
fit2bot 387a9248fc
perf: Add a key to cover all protocols and ports (#16227)
Co-authored-by: wangruidong <940853815@qq.com>
2025-11-10 18:04:00 +08:00
wangruidong 705fd6385f fix: i18n error 2025-11-10 18:03:51 +08:00
fit2bot 0ccf36621f
perf: Translate select files (#16212)
Co-authored-by: wangruidong <940853815@qq.com>
2025-11-06 18:26:54 +08:00
fit2bot a9ae12fc2c
perf: Implement data masking rules ACL check before job execution (#16216)
* perf: Implement data masking rules ACL check before job execution

* perf: Add login asset ACL check during job creation

* perf: Remove unused code.

---------

Co-authored-by: wangruidong <940853815@qq.com>
2025-11-06 18:25:34 +08:00
feng a1b5eb1cd8 perf: Translate 2025-11-06 15:50:15 +08:00
wangruidong 24ac642c5e fix: Escape percentage signs in gateway password for sshpass command 2025-11-06 14:10:24 +08:00
wangruidong e4f5e21219 perf: Support batch import of leak passwords 2025-11-06 14:09:09 +08:00
feng a2aae9db47 perf: Translate 2025-11-05 19:07:48 +08:00
feng 206c43cf75 fix: Fixed the issue of inaccurate calculation of the number of dashboard commands. 2025-11-04 18:14:02 +08:00
feng 019a657ec3 perf: Ssotoken login create operator choose org_id 2025-11-03 17:36:04 +08:00
feng fad60ee40f perf: Translate 2025-11-03 10:51:22 +08:00
feng 1728412793 perf: Bulk account support node 2025-10-31 17:19:48 +08:00
feng 3e93034fbc perf: Update remote_client 2025-10-30 10:12:40 +08:00
feng f4b3a7d73a perf: Sync feishu info 2025-10-29 14:53:45 +08:00
wrd 3781c40179 Revert "perf: update fields serialization and bump django and djangorestframe…"
This reverts commit dd0cacb4bc.
2025-10-29 11:19:50 +08:00
ibuler fab6219cea perf: branches auto cleanup 2025-10-29 10:10:21 +08:00
fit2bot dd0cacb4bc
perf: update fields serialization and bump django and djangorestframework versions (#16209)
Co-authored-by: wangruidong <940853815@qq.com>
2025-10-28 16:42:06 +08:00
ibuler 77a7b74b15 perf: print summary in the end 2025-10-27 15:26:04 +08:00
fit2bot 359adf3dbb
perf: add check api for common user 2025-10-27 14:54:02 +08:00
feng ac54bb672c fix: Bulk account invalid secret_reset 2025-10-24 18:18:16 +08:00
ibuler 9e3ba00bc4 perf: search support keyword q=str to search 2025-10-24 10:22:49 +08:00
wangruidong 2ec9a43317 fix: Any change to the LDAP server URI should require re-authentication and explicit re-entry of
the bind password, not reuse stored credentials
2025-10-23 15:29:47 +08:00
wangruidong 06be56ef06 fix: Enhance state check to include query parameter for session validation 2025-10-23 14:41:50 +08:00
ibuler b2a618b206 perf: user sugguestion limit and serializer 2025-10-23 14:40:37 +08:00
wangruidong 1039c2e320 perf: ws/ldap perms check 2025-10-23 14:26:24 +08:00
fit2bot 8d7267400d
fix: OpenID Only allow existing users to log in operate log error (#16013)
Co-authored-by: wangruidong <940853815@qq.com>
2025-10-22 14:53:12 +08:00
fit2bot 70068c9253
perf: Reduce the number of pub sub processing threads (#16072)
* perf: Reduce the number of pub sub processing threads

* perf: Using thread pool to process messages

---------

Co-authored-by: wangruidong <940853815@qq.com>
2025-10-21 17:41:14 +08:00
wangruidong d68babb2e1 fix: Using winrm protocol to transfer files did not create a directory problem 2025-10-21 17:31:41 +08:00
wangruidong afb6f466d5 perf: AppletHost translate 2025-10-21 17:31:03 +08:00
ibuler 453ad331ee perf: token retrieve 2025-10-21 10:48:08 +08:00
feng d309d11a8f perf: Command count 2025-10-16 17:11:42 +08:00
feng 4771693a56 fix: dashboard command count 2025-10-16 16:25:01 +08:00