aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Collapse)AuthorAgeFilesLines
* Add change username.杨宇千2019-08-173-1/+96
|
* Add validation.杨宇千2019-08-173-51/+153
|
* Enhance database.杨宇千2019-08-177-8/+207
|
* Add username format check.杨宇千2019-08-122-12/+31
|
* Add username validator.杨宇千2019-08-121-2/+71
|
* Add UserController unit tests.杨宇千2019-08-091-2/+2
|
* Rename user yo users in route.杨宇千2019-08-081-9/+9
|
* 2 things.杨宇千2019-08-083-11/+3
| | | | | 1. Make Administrator in UserPutRequest nullable. 2. Remove default route.
* Merge branch 'master' into null-request-field杨宇千2019-08-0833-1210/+1210
|\
| * Add script to convert encoding and eof. And of course run it.unknown2019-08-0732-1206/+1206
| |
* | 3 things.杨宇千2019-08-0520-38/+85
|/ | | | | | 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-044-392/+492
|
* WIP: Need to solve the entity framework problem.杨宇千2019-08-043-402/+403
|
* Continue to add unit tests for token. Fix a bug thanks to unit test.杨宇千2019-08-042-15/+10
|
* Add unit tests for token.杨宇千2019-08-041-1/+1
|
* Use default mvc route.杨宇千2019-08-041-6/+1
|
* Add token expire time.杨宇千2019-08-017-11/+65
|
* Password service use exception.杨宇千2019-08-011-37/+46
|
* Expired token now has a unique code.杨宇千2019-08-014-11/+72
|
* Update CI. Remove unused settings.杨宇千2019-07-291-6/+0
|
* Merge branch 'master' into remove-cos杨宇千2019-07-296-22/+22
|\
| * Rename isAdmin to administrator.杨宇千2019-07-296-22/+22
| |
* | Remove QCloud COS completely.杨宇千2019-07-292-338/+0
|/
* Fix bugs and write unit tests.杨宇千2019-07-235-10/+11
|
* WIP: Change UserController.杨宇千2019-07-237-131/+124
|
* WIP: Rewrite TokenController.杨宇千2019-07-234-56/+72
|
* WIP: Develop UserService. Remove unused components.杨宇千2019-07-238-199/+72
|
* WIP: change auth handler.杨宇千2019-07-212-25/+17
|
* WIP: change UserService.杨宇千2019-07-216-54/+172
|
* WIP: Change the JwtService.杨宇千2019-07-203-23/+49
|
* Write a custom authenticate handler.杨宇千2019-07-202-22/+107
|
* Add version column in user database.杨宇千2019-07-205-2/+79
|
* Change roles in UserInfo into isadmin.crupest2019-05-166-109/+116
|
* You can use "token" query param to auth now.crupest2019-05-061-1/+14
|
* Throw exception in cos service.crupest2019-04-302-1/+10
|
* Add avatar upload function.crupest2019-04-304-4/+154
|
* Test user existence in get avatar.crupest2019-04-261-1/+4
|
* Rename the cos service file. Fix a bug in test.crupest2019-04-251-0/+0
|
* Implement generate object get url in cos.crupest2019-04-252-10/+54
|
* Remove unused razor page.crupest2019-04-243-52/+0
|
* Add ObjectExists implementation in cos. Remove Test host environment.crupest2019-04-244-46/+81
|
* Remove qcloud cs sdk. I will write one by myself.crupest2019-04-235-76/+116
| | | | Develop signature algorithm.
* Fix a bug.crupest2019-04-221-6/+6
|
* Fix a bug in cos service. Add avatar api.crupest2019-04-223-1/+27
|
* Add Tencent COS.crupest2019-04-224-0/+111
|
* Add change password api.crupest2019-04-223-0/+76
|
* Move http models in to a new namespace. Revert last commit.crupest2019-04-228-82/+75
|
* Allow ordinary user to patch his password.crupest2019-04-217-77/+103
|
* Remove unnecessary columns in database query.crupest2019-04-213-32/+41
|
* Reorgnize api. Add basic unit test.crupest2019-04-216-141/+194
|