aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/UserService.cs
Commit message (Collapse)AuthorAgeFilesLines
* Make all patch return the new entity.crupest2020-01-311-4/+10
|
* Fix test bugs in user info mapper. Make create user action return created ↵crupest2020-01-311-4/+4
| | | | user info.
* Finish reafctor, TODO: Database migration.crupest2020-01-301-0/+2
|
* ...crupest2020-01-301-6/+30
|
* ...crupest2020-01-291-1/+0
|
* ...crupest2020-01-291-103/+160
|
* ...crupest2020-01-291-132/+139
|
* ...crupest2020-01-231-36/+31
|
* ...crupest2020-01-211-46/+22
|
* Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-251-5/+5
|
* ...杨宇千2019-10-241-1/+1
|
* ...杨宇千2019-10-241-1/+1
|
* ...杨宇千2019-10-231-38/+57
|
* ...杨宇千2019-10-221-8/+10
|
* ...杨宇千2019-10-211-173/+22
|
* ...杨宇千2019-10-191-14/+47
|
* Add avatar 304.杨宇千2019-08-191-1/+1
|
* Add change username.杨宇千2019-08-171-0/+57
|
* Add validation.杨宇千2019-08-171-51/+1
|
* Add username format check.杨宇千2019-08-121-0/+9
|
* Add username validator.杨宇千2019-08-121-2/+71
|
* 3 things.杨宇千2019-08-051-1/+1
| | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests.
* Improve log.杨宇千2019-08-041-364/+403
|
* WIP: Need to solve the entity framework problem.杨宇千2019-08-041-5/+5
|
* Continue to add unit tests for token. Fix a bug thanks to unit test.杨宇千2019-08-041-14/+9
|
* Add token expire time.杨宇千2019-08-011-3/+4
|
* Expired token now has a unique code.杨宇千2019-08-011-0/+3
|
* Rename isAdmin to administrator.杨宇千2019-07-291-12/+12
|
* Fix bugs and write unit tests.杨宇千2019-07-231-3/+1
|
* WIP: Develop UserService. Remove unused components.杨宇千2019-07-231-154/+50
|
* WIP: change UserService.杨宇千2019-07-211-32/+142
|
* Change roles in UserInfo into isadmin.crupest2019-05-161-17/+22
|
* Throw exception in cos service.crupest2019-04-301-0/+8
|
* Add avatar upload function.crupest2019-04-301-0/+42
|
* Implement generate object get url in cos.crupest2019-04-251-3/+3
|
* Remove qcloud cs sdk. I will write one by myself.crupest2019-04-231-3/+3
| | | | Develop signature algorithm.
* Fix a bug in cos service. Add avatar api.crupest2019-04-221-1/+14
|
* Add change password api.crupest2019-04-221-0/+42
|
* Move http models in to a new namespace. Revert last commit.crupest2019-04-221-5/+5
|
* Allow ordinary user to patch his password.crupest2019-04-211-16/+5
|
* Remove unnecessary columns in database query.crupest2019-04-211-7/+11
|
* Add user management REST api.crupest2019-04-181-9/+146
|
* Add database connection.crupest2019-04-121-10/+105
|
* Migrate todo page from Azure DevOps WorkItems to Github Issues.crupest2019-03-041-2/+0
|
* Add authorization.crupest2019-02-071-2/+2
|
* Init commit.crupest2019-02-041-0/+33