Commit Graph
181 Commits
Author SHA1 Message Date
tianshujie 1ebbccff98 * [task#144207,done,1h] change compute task delay logic. 2025-05-28 10:53:18 +08:00
tianshujie 6006582262 * [bug#62007,done,3h] fix the app jump error. 2025-04-28 09:46:04 +08:00
wangyidong 01318018b3 * [refac bug #58498] Adjust renderCell function. 2024-12-24 10:34:44 +08:00
sunguangming 55a086ee5a * [task#135197,done,0.2h] finish task. 2024-12-20 08:51:35 +08:00
sunhao a964764750 * [bug #55673, done, 0.4h] show close button when user no priv to access current page after open app. 2024-09-27 16:56:11 +08:00
liumengyi e2fefbbb75 + [bug#54283,start,0.3h] set company picker. 2024-08-21 10:11:55 +08:00
wangyidong cd417b394a * [refac bug #53278] blur submit button. 2024-07-31 17:55:14 +08:00
liugang 49061bb7f1 * Remove the sessionVar parameter to avoid session injection. 2024-04-08 14:57:15 +08:00
tianshujie c65fb5d5e7 * Fix bug #46597. 2024-03-06 14:42:08 +08:00
xieqiyu d38a607a23 * Fix bug#45426. 2024-01-29 09:47:00 +08:00
liugang 4b122790c5 * user: refactor to support printing, saving and deleting user templates. 2024-01-25 10:30:06 +08:00
liumengyi 6de4ff3e70 * Fix bug #43309, update group picker items after changing visions. 2024-01-05 15:49:07 +08:00
wangyidong 3d20dcb781 * Adjust for submit login. 2024-01-03 18:34:58 +08:00
wangyidong 15340b529a * Fix bug #42948. 2024-01-03 15:26:44 +08:00
liumengyi a567e9e515 * Fix bug #40833, update group items when the vision is changed. 2023-12-07 14:09:18 +08:00
liugang 69a46d6783 * userControl: rename the ajaxGetGroup method to ajaxGetGroups and refactor it. 2023-11-29 13:08:12 +08:00
liugang e7a9bef079 * user: refactor the cropImage method. 2023-11-29 09:01:58 +08:00
liugang c7ff582b10 * userJS: fix redirect error. 2023-11-28 17:05:03 +08:00
liugang d4fd478749 - userJS: remove unused code in resetpassword.ui.js. 2023-11-28 17:02:59 +08:00
liugang efa48a717c - userJS: remove unused reset.ui.js. 2023-11-28 13:16:16 +08:00
liugang 87c16634d7 * userJS: check if the control exists before modify it. 2023-11-28 13:08:20 +08:00
liugang 50c8a345e5 * userJS: clear time out after alter the message. 2023-11-28 08:39:13 +08:00
liugang d039550b36 + userJS: fix error of calling undefined javascript variable. 2023-11-25 17:23:07 +08:00
liugang 22a4e13f54 + userJS: add function comment. 2023-11-25 16:35:26 +08:00
liugang 3e365eadba + userJS: add function to change the permission group according to the role. 2023-11-25 16:34:56 +08:00
liugang f6148b9346 * userJS: refactor javascript functions in batch create user page. 2023-11-25 14:41:07 +08:00
liugang 62237f4f55 - user: remove unused functions in edit.ui.js. 2023-11-24 14:19:30 +08:00
liugang 1bec24a424 + user: add comment to the computePasswordStrength function in common.ui.js. 2023-11-24 14:17:16 +08:00
liugang b5e06dcc97 * user: refactor the toggleNew function in common.ui.js. 2023-11-24 14:16:34 +08:00
liugang 54e234b2e3 * user: sort functions in common.ui.js. 2023-11-24 14:15:52 +08:00
liugang d490f4c8bf * user: refactor the changeVision function in common.ui.js. 2023-11-24 14:14:23 +08:00
liugang 1e2e129e97 - user: remove unused code in common.ui.js. 2023-11-24 14:13:01 +08:00
liugang 99d9144ed0 * user: rename the clickSubmit function in common.ui.js to encryptPassword and refactor it. 2023-11-24 14:10:49 +08:00
liugang 83e35f1443 * user: move the clickSubmit function from create.ui.js to common.ui.js. 2023-11-24 14:08:29 +08:00
liugang 45631d9108 * user: refactor the changeType function in edit.ui.js. 2023-11-24 14:05:19 +08:00
liugang f03f85bfac * user: refactor the changeRole function in create.ui.js. 2023-11-24 14:03:06 +08:00
liugang 51605eb6b7 * user: refactor the changeType function in create.ui.js. 2023-11-24 14:02:04 +08:00
liugang 4905b216ee * user: move the changePassword function from create.ui.js to common.ui.js. 2023-11-24 14:00:51 +08:00
liugang df9507c4a9 - user: remove unused function and code. 2023-11-23 16:37:52 +08:00
liugang f117e0f471 * user: move the toggleNew function from edit.ui.js to common.ui.js. 2023-11-23 16:34:44 +08:00
liugang fc6569a326 * user: change company to newCompany. 2023-11-23 14:35:34 +08:00
tanghucheng c5622ac450 * Merge #c4c20cae54,Change judgment condition. 2023-11-09 00:14:42 -05:00
tanghucheng 82ca54d58c * Merge #3c67709885,Fix group options of batch create users. 2023-11-07 01:26:43 -05:00
liumengyi b3571bbf5c * Fix bug of bug::batchCreate. 2023-11-03 10:08:44 +08:00
sunhao 823b1fe8b6 user: optimize UI for page user-todo. 2023-11-01 15:28:49 +08:00
daitingting a6822b9551 * Toggle company, dept, commiter when switch user type. 2023-10-31 06:16:14 +00:00
songchenxuan b6ddcc9e16 * Fix reset password bug. 2023-10-23 10:31:09 +08:00
songchenxuan da6f6bf6b4 * Delete capture code when demo user login. 2023-10-18 13:45:12 +08:00
songchenxuan 5ad5363b97 * Fix create user bug. 2023-10-18 12:08:20 +08:00
songchenxuan ef8c676c60 * Revert code. 2023-10-18 11:54:33 +08:00