Commit Graph
460 Commits
Author SHA1 Message Date
liugang 4b122790c5 * user: refactor to support printing, saving and deleting user templates. 2024-01-25 10:30:06 +08:00
wangyidong bfcde8ba69 * Fix logout. 2024-01-03 09:59:41 +08:00
liugang 0511fd15b3 * userModel: rename getByIdList method to getListByIdList. 2023-12-15 10:21:05 +08:00
dingguodong 47dfee907c + Discards the contents of the topmost ob and turns off this ob. 2023-12-14 09:24:20 +08:00
liugang 096c24bcbb * userControl: refactor the ajaxSaveTemplate method. 2023-12-11 16:34:46 +08:00
liugang f620a37dd4 * userModel: remove the unused getPersonalData method. 2023-12-11 14:55:51 +08:00
liugang 9ac78919f6 * userControl: call getExecutions method instead of getObjects method. 2023-12-08 22:26:27 +08:00
liugang e299a712cb * userControl: add parameter type of the batchCreate method. 2023-12-08 11:28:09 +08:00
liugang e51e1610d3 - userControl: remove unused code because the checkPassword method has been called in the resetPassword method. 2023-12-07 13:26:05 +08:00
caoyanyi 8e17266f28 * Update commit link info. 2023-12-06 13:42:44 +08:00
liugang c2620ba061 * Move the updateSessionRandom method from userModel to helper. 2023-12-05 16:54:47 +08:00
liugang 612701b58a * user: move functions which used to check the post data from zen to model. 2023-12-05 15:42:33 +08:00
caoyanyi a33ad4ad71 * Update copyright year. 2023-12-05 13:32:52 +08:00
liugang 22bae254a4 * Move the getVisionList method from user/model.php to helper.class.php and rename it to getVisisons. 2023-12-04 16:15:42 +08:00
liugang 9765f89032 * userControl: fix error of calling undefined variable. 2023-12-04 14:57:03 +08:00
tanghucheng 3d94eac50a Merge branch 'Merge184' into c07e4a71eb 2023-11-30 21:21:55 -05:00
sunhao 0607f3013a * zin: support to update user toolbar after save user avatar. 2023-11-29 14:33:56 +08:00
liugang 69a46d6783 * userControl: rename the ajaxGetGroup method to ajaxGetGroups and refactor it. 2023-11-29 13:08:12 +08:00
liugang 51715bfbbe * userControl: refactor method of user template. 2023-11-29 13:06:33 +08:00
liugang a1cfc4e62a * userControl: refactor the edit method. 2023-11-29 13:05:26 +08:00
liugang 7898d7d254 * userControl: refactor the ajaxGetContactList method. 2023-11-29 10:56:09 +08:00
liugang bd8505fa47 * userModel: refactor the getContactLists method. 2023-11-29 10:46:59 +08:00
liugang 9bc3312058 * userControl: refactor the ajaxGetContactUsers method. 2023-11-29 10:35:53 +08:00
liugang f1653e0ac9 - userControl: remove the unused ajaxGetUser method. 2023-11-29 09:14:00 +08:00
liugang 7a30593b49 * user: add configuration items of cropAvatar form. 2023-11-29 09:12:18 +08:00
liugang e7a9bef079 * user: refactor the cropImage method. 2023-11-29 09:01:58 +08:00
liugang 49fd957796 * user: refactor the resetPassword method and page. 2023-11-28 17:11:26 +08:00
liugang b572add2f1 * userControl: fix error of using undefined property. 2023-11-28 16:48:25 +08:00
liugang 436e953801 * userControl: refactor the refreshRandom method. 2023-11-28 15:46:27 +08:00
liugang d24da6ceba * userControl: refactor the forgetPassword method. 2023-11-28 15:45:37 +08:00
liugang 1ab199c21f * userControl: modify lang item of page title. 2023-11-28 15:44:32 +08:00
liugang ce67e4a1b3 * userControl: modify comment of the reset method. 2023-11-28 13:17:40 +08:00
liugang ccde500d03 * user: refactor the reset method and page. 2023-11-28 13:11:50 +08:00
liugang 56db6ebf1c * userControl: refactor the logout method. 2023-11-28 09:27:33 +08:00
liugang 78b16e0136 * userControl: refactor the deny method. 2023-11-28 09:26:59 +08:00
liugang 7d682a629f * userControl: refactor the login method. 2023-11-28 09:05:39 +08:00
liugang 8160368d62 * user: move the setReferer method from control to zen. 2023-11-27 13:31:17 +08:00
liugang e9b5107551 * userControl: refactor the unbind method. 2023-11-27 10:45:59 +08:00
liugang a3d18d32ef * userControl: refactor the unlock method. 2023-11-27 10:45:34 +08:00
liugang ef4ccc3c9a * userControl: refactor the delete method. 2023-11-27 10:44:39 +08:00
liugang a67e369a38 + userControl: return error if it occurs before batch create users. 2023-11-27 10:08:14 +08:00
liugang 5bebe62312 * userControl: remove unused parameter. 2023-11-25 17:22:11 +08:00
liugang 81141199b1 * userControl: refactor the batchCreate method. 2023-11-25 14:31:33 +08:00
liugang 19d535e165 * user: add $type parameter when create a user. 2023-11-25 14:12:02 +08:00
tanghucheng 0a479a0adb Merge remote-tracking branch 'origin/master' into Merge184 2023-11-23 19:37:19 -05:00
liugang 3a30c29fe6 * user: abstract the code that builds roles and groups into a method. 2023-11-23 17:31:51 +08:00
liugang 4b2de24580 + user: set default value if the passed $visions parameter is empty. 2023-11-23 16:25:50 +08:00
liugang b1934c0436 * user: calling the checkBeforeCreateOrEdit instead of the checkBeforeCreate method. 2023-11-23 16:22:19 +08:00
liugang 060d7b2386 * user: refactor the edit method. 2023-11-23 16:20:44 +08:00
liugang d985cf0556 * user: simplify code to build the $visions variable. 2023-11-23 14:07:24 +08:00