caoyanyi
|
8e17266f28
|
* Update commit link info.
|
2023-12-06 13:42:44 +08:00 |
|
liugang
|
45f31d796f
|
- userModel: remove unused getUserDisplayInfos method.
|
2023-12-06 11:13:28 +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
|
9504582934
|
* userModel: refactor the su method and add script to test it.
|
2023-12-04 16:00:00 +08:00 |
|
liugang
|
72c07de7f0
|
* user: move the getFeatureBarMenus method from model to zen and refactor it.
|
2023-12-04 14:55:04 +08:00 |
|
liugang
|
648fd7f739
|
- userModel: delete unused setUserList method.
|
2023-12-04 08:38:16 +08:00 |
|
liugang
|
c45268f473
|
* userModel: refactor the getGroupsByVisions method.
|
2023-11-29 11:27:18 +08:00 |
|
liugang
|
68492bb508
|
- userModel: remove unused getContactUserPairs method.
|
2023-11-29 10:49:46 +08:00 |
|
liugang
|
bd8505fa47
|
* userModel: refactor the getContactLists method.
|
2023-11-29 10:46:59 +08:00 |
|
liugang
|
cfb73aaea0
|
* userModel: refactor the resetPassword method.
|
2023-11-28 10:19:10 +08:00 |
|
liugang
|
99360b42a2
|
* user: move the getDataInJSON method from model to zen and refactor it.
|
2023-11-28 08:59:31 +08:00 |
|
liugang
|
d23ff1b127
|
* userModel: log detail history when edit a user.
|
2023-11-27 10:12:28 +08:00 |
|
liugang
|
d85b68088f
|
* userModel: rename the batchEdit method to batchUpdate and refactor it.
|
2023-11-27 10:11:50 +08:00 |
|
liugang
|
1bd46e6297
|
* userModel: return after rollback database operation.
|
2023-11-25 17:24:37 +08:00 |
|
liugang
|
a1e75fc17e
|
* userModel: remove unused $type parameter of batchCreate method.
|
2023-11-25 17:23:49 +08:00 |
|
liugang
|
9b4b0a11d9
|
+ userModel: add a method to get users by id list.
|
2023-11-25 16:11:15 +08:00 |
|
liugang
|
dc2a614dbc
|
* user: remove unused verifyRand field.
|
2023-11-25 16:10:13 +08:00 |
|
liugang
|
1c278a17ec
|
* userModel: refactor code to remove unavailable contact fields from required fields when edit a user.
|
2023-11-25 14:52:52 +08:00 |
|
liugang
|
e630799279
|
* userModel: smiplify code to process required fields when create a user.
|
2023-11-25 14:38:48 +08:00 |
|
liugang
|
38758ce5fe
|
* userModel: create a company when the user type is outside and passed the new property.
|
2023-11-25 14:37:02 +08:00 |
|
liugang
|
e2d65ba85a
|
* userModel: call the rollback method in parent class instead of the rollback method in dao class.
|
2023-11-25 14:34:03 +08:00 |
|
liugang
|
6c615c496a
|
* userModel: refactor the batchCreate method.
|
2023-11-25 14:29:19 +08:00 |
|
liugang
|
0b7051b540
|
* userModel: add comment and remove unused code.
|
2023-11-23 16:24:24 +08:00 |
|
liugang
|
42a92e90fd
|
* userModel: refactor the update method.
|
2023-11-23 16:21:54 +08:00 |
|
liugang
|
e1f4c1d33f
|
+ userModel: add method to check if the group changed when editing a user.
|
2023-11-23 16:18:09 +08:00 |
|
liugang
|
b079344166
|
+ userModel: add method to check if the account changed when editing a user.
|
2023-11-23 16:17:06 +08:00 |
|
liugang
|
fc6569a326
|
* user: change company to newCompany.
|
2023-11-23 14:35:34 +08:00 |
|
liugang
|
2ea192b07d
|
* userModel: refactor the create method.
|
2023-11-23 14:01:59 +08:00 |
|
liugang
|
4bf0c30986
|
- userModel: remove the checkPassword method because it has been rewrote in zen.php.
|
2023-11-23 14:01:13 +08:00 |
|
liugang
|
01a3ff00d3
|
+ userModel: add method to create user groups.
|
2023-11-23 13:58:47 +08:00 |
|
liugang
|
bed7b80277
|
+ userModel: add method to create a outside company.
|
2023-11-23 13:57:49 +08:00 |
|
liugang
|
9b5399eb2d
|
* userModel: refactor the getVisionList method.
|
2023-11-22 17:20:11 +08:00 |
|
liumengyi
|
7a0ab93f73
|
* Fix bug of duplicate key after deleting users from zt_user.
|
2023-11-21 14:24:26 +08:00 |
|
songchenxuan
|
fe3c2de13f
|
* Merge commit dc31210bfb.
|
2023-11-10 10:39:29 +08:00 |
|
tanghucheng
|
c5622ac450
|
* Merge #c4c20cae54,Change judgment condition.
|
2023-11-09 00:14:42 -05:00 |
|
songchenxuan
|
e58d70bb62
|
* Merge commit 3e7e5b184d, fix bug #27659.
|
2023-11-08 09:50:24 +08:00 |
|
liumengyi
|
fa083989fe
|
* Set the default value of join to null.
|
2023-11-07 15:49:07 +08:00 |
|
liumengyi
|
7a88f42ac7
|
* Fix bug #40262.
|
2023-11-07 15:39:10 +08:00 |
|
liumengyi
|
dabd436bd8
|
* Log action when batch editing user.
|
2023-11-02 16:47:28 +08:00 |
|
liumengyi
|
9b54f43308
|
* Fix bug of user::batchCreate.
|
2023-11-02 16:35:59 +08:00 |
|
wangyidong
|
1858c2a3f6
|
* Rewrite projectstory story page.
|
2023-10-31 16:59:51 +08:00 |
|
daitingting
|
37b917b49a
|
* Adjust the way for prompt.
|
2023-10-31 07:42:26 +00:00 |
|
tanghucheng
|
838d3478fa
|
* Merge: comment#5563f06aa3, Product's reviewer and PMT can view it.
|
2023-10-30 23:25:21 -04:00 |
|
songchenxuan
|
05a7cb6938
|
* Fix batchCreate page not work.
|
2023-10-19 15:48:30 +08:00 |
|
zhouxin
|
1bdf550bf8
|
* Fix error of create user when no group chosed.
|
2023-10-19 11:04:29 +08:00 |
|
songchenxuan
|
4e504d67e8
|
* Modify user test.
|
2023-10-18 11:17:12 +08:00 |
|
songchenxuan
|
3f9567a34f
|
* Modify user test.
|
2023-10-16 19:10:58 +08:00 |
|