aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add user management REST api.crupest2019-04-185-41/+259
|
* Rename ValidateToken to VerifyToken.crupest2019-04-152-5/+5
|
* ...crupest2019-04-131-13/+13
|
* ...crupest2019-04-132-25/+26
|
* add a usingcrupest2019-04-131-0/+1
|
* Merge branch '6-user' into separatecrupest2019-04-1319-108/+764
|\
| * Add database connection.crupest2019-04-1220-111/+770
| |
* | Init separate.crupest2019-04-13110-10477/+43
|/
* Change create token api.crupest2019-04-118-76/+80
|
* Run lint.crupest2019-04-111-2/+2
|
* Add remember me.crupest2019-04-116-33/+51
|
* Add unit test.crupest2019-03-266-19/+53
|