liugang
|
eb93e675ae
|
* userModel: fix error of checking if a value exists in an array.
|
2023-12-13 10:15:10 +08:00 |
|
liugang
|
bc29f6b913
|
* userModel: the access permission of methods is changed from private to public.
|
2023-12-12 16:18:46 +08:00 |
|
liugang
|
006dba837e
|
* userModel: refactor the saveUserTemplate method.
|
2023-12-11 16:35:06 +08:00 |
|
liugang
|
ad4abc0f5d
|
* userModel: modify method comment and declare parameter type and return type of the isClickable method.
|
2023-12-11 15:06:27 +08:00 |
|
liugang
|
b423f135db
|
* userModel: modify method comment and declare parameter type and return type of the getUserTemplates method.
|
2023-12-11 15:03:25 +08:00 |
|
liugang
|
f620a37dd4
|
* userModel: remove the unused getPersonalData method.
|
2023-12-11 14:55:51 +08:00 |
|
liugang
|
680d1a4941
|
* userModel: refactor the getListForGitLabAPI method.
|
2023-12-11 14:49:52 +08:00 |
|
liugang
|
7bf65d8920
|
* userModel: rename the getUserDetailsForAPI method to getListForGitLabAPI.
|
2023-12-11 14:42:22 +08:00 |
|
liugang
|
1dd1957419
|
* userModel: refactor the getCanCreateStoryUsers method.
|
2023-12-11 14:33:58 +08:00 |
|
liugang
|
fba716d6b8
|
* userModel: refactor the checkTmp method.
|
2023-12-11 14:32:39 +08:00 |
|
liugang
|
1afa689bdd
|
* userModel: refactor the checkPasswordStrength method.
|
2023-12-11 14:31:50 +08:00 |
|
liugang
|
1941ea7d9a
|
* userModel: refactor the getWeakUsers method.
|
2023-12-11 14:30:39 +08:00 |
|
liugang
|
470fb5ad52
|
* userModel: declare parameter type and return type of the deleteContactList method.
|
2023-12-11 14:29:23 +08:00 |
|
liugang
|
055e7e8352
|
* userModel: refactor the updateContactList method.
|
2023-12-11 14:25:37 +08:00 |
|
liugang
|
06892fdb47
|
* userModel: refactor the createContactList method.
|
2023-12-11 14:24:31 +08:00 |
|
liugang
|
b27030ef7f
|
* userModel: modify method comment and declear parameter type and return type.
|
2023-12-11 14:22:01 +08:00 |
|
liugang
|
0837edb2cf
|
* userModel: refactor the unbind method.
|
2023-12-11 14:18:23 +08:00 |
|
liugang
|
782fe249ed
|
* userModel: refactor the cleanLocked method.
|
2023-12-11 14:17:46 +08:00 |
|
liugang
|
68a17d669c
|
* userModel: refactor the checkLocked method.
|
2023-12-11 14:16:56 +08:00 |
|
liugang
|
30a3f269bb
|
* userModel: refactor the failPlus method.
|
2023-12-11 14:15:55 +08:00 |
|
liugang
|
e0f01932c3
|
- userModel: remove the unused setGlobalContacts method.
|
2023-12-11 10:56:25 +08:00 |
|
liugang
|
4541a8c84c
|
* userModel: keep to one decimal place using the round function.
|
2023-12-11 09:53:46 +08:00 |
|
liugang
|
62a715aaf1
|
* userModel: remove unused parameters.
|
2023-12-11 09:42:18 +08:00 |
|
liugang
|
d1b8bd3837
|
* userModel: split the getObject method into getProjects and getExecutions.
|
2023-12-08 22:24:33 +08:00 |
|
liugang
|
350944b189
|
* userModel: rename the processAccountSort method to setCurrentUserFirst.
|
2023-12-07 17:01:10 +08:00 |
|
liugang
|
e3a7741b89
|
* userModel: refactor the processAccountSort method.
|
2023-12-07 16:56:18 +08:00 |
|
liugang
|
d8ed5144ab
|
* userModel: fixed an issue where 32-bit or 40-bit clear text passwords may fail to verify.
|
2023-12-07 16:37:01 +08:00 |
|
liugang
|
19e6c15e01
|
* userModel: refactor the identify method.
|
2023-12-07 16:31:59 +08:00 |
|
liugang
|
c0d8e4fcfa
|
+ userModel: add method to identify user by account and password.
|
2023-12-07 16:30:39 +08:00 |
|
liugang
|
2ee263cafc
|
+ userModel: add method to check if need to modify password.
|
2023-12-07 16:29:39 +08:00 |
|
liugang
|
3cafc6e7b0
|
* userModel: add parameter type and return type of the login method.
|
2023-12-07 16:27:48 +08:00 |
|
liugang
|
32d09b6a62
|
* userModel: add keepLogin parameter to the login method.
|
2023-12-07 16:27:11 +08:00 |
|
liugang
|
09e77b60ec
|
* userModel: modify comment of the login method.
|
2023-12-07 16:25:39 +08:00 |
|
liugang
|
26f673985c
|
* userModel: refactor the keepLogin method.
|
2023-12-07 15:26:24 +08:00 |
|
liugang
|
a52dbb81f8
|
* userModel: refactor the isLogon method.
|
2023-12-07 15:24:50 +08:00 |
|
liugang
|
72f5ad77f9
|
* userModel: add parameter type, return type and commit of the getGroups method.
|
2023-12-07 15:23:29 +08:00 |
|
liugang
|
03380eba66
|
* userModel: refactor the identifyByCookie method.
|
2023-12-07 14:44:09 +08:00 |
|
liugang
|
be5c46e46d
|
* userModel: refactor the identifyByPhpAuth method.
|
2023-12-07 14:05:12 +08:00 |
|
liugang
|
052dc72cfe
|
* userModel: refactor the updatePassword method.
|
2023-12-07 14:04:21 +08:00 |
|
liugang
|
71c68f9a29
|
* userModel: refactor the getByQuery method.
|
2023-12-07 14:00:48 +08:00 |
|
liugang
|
3c81b7ec8b
|
* userModel: refactor the getById method.
|
2023-12-07 14:00:12 +08:00 |
|
liugang
|
a02010000c
|
* userModel: refactor the getUserRoles method.
|
2023-12-07 13:58:56 +08:00 |
|
liugang
|
1582220455
|
* userModel: refactor the getRealNameAndEmails method.
|
2023-12-07 13:58:10 +08:00 |
|
liugang
|
3ca99c6658
|
* userModel: refactor the getCommiters method.
|
2023-12-07 13:57:23 +08:00 |
|
liugang
|
3b7d08b97b
|
* userModel: refactor the getAvatarPairs method.
|
2023-12-07 13:55:16 +08:00 |
|
liugang
|
786a112774
|
* userModel: refactor the getList method.
|
2023-12-07 13:54:44 +08:00 |
|
liugang
|
823b377b90
|
* userModel: modify method comment.
|
2023-12-07 13:52:58 +08:00 |
|
liugang
|
c59ec04567
|
* userModel: rename the checkBeforeBatchEdit method to checkBeforeBatchUpdate.
|
2023-12-07 13:49:27 +08:00 |
|
liugang
|
9681527b5a
|
* userModel: the access permission of the method is changed from public to private.
|
2023-12-07 13:48:51 +08:00 |
|
liugang
|
9bcd96bd7d
|
* userModel: refactor the resetPassword method.
|
2023-12-07 13:25:36 +08:00 |
|