Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Develop user avatar controller. | 杨宇千 | 2019-08-18 | 2 | -2/+56 | |
| | ||||||
* | Add avatar controller. | 杨宇千 | 2019-08-18 | 3 | -0/+82 | |
| | ||||||
* | Add avatar service. | 杨宇千 | 2019-08-18 | 6 | -7/+203 | |
| | ||||||
* | Add change username. | 杨宇千 | 2019-08-17 | 3 | -1/+96 | |
| | ||||||
* | Add validation. | 杨宇千 | 2019-08-17 | 3 | -51/+153 | |
| | ||||||
* | Enhance database. | 杨宇千 | 2019-08-17 | 7 | -8/+207 | |
| | ||||||
* | Add username format check. | 杨宇千 | 2019-08-12 | 2 | -12/+31 | |
| | ||||||
* | Add username validator. | 杨宇千 | 2019-08-12 | 1 | -2/+71 | |
| | ||||||
* | Add UserController unit tests. | 杨宇千 | 2019-08-09 | 1 | -2/+2 | |
| | ||||||
* | Rename user yo users in route. | 杨宇千 | 2019-08-08 | 1 | -9/+9 | |
| | ||||||
* | 2 things. | 杨宇千 | 2019-08-08 | 3 | -11/+3 | |
| | | | | | 1. Make Administrator in UserPutRequest nullable. 2. Remove default route. | |||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 33 | -1210/+1210 | |
|\ | ||||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 32 | -1206/+1206 | |
| | | ||||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 20 | -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-04 | 4 | -392/+492 | |
| | ||||||
* | WIP: Need to solve the entity framework problem. | 杨宇千 | 2019-08-04 | 3 | -402/+403 | |
| | ||||||
* | Continue to add unit tests for token. Fix a bug thanks to unit test. | 杨宇千 | 2019-08-04 | 2 | -15/+10 | |
| | ||||||
* | Add unit tests for token. | 杨宇千 | 2019-08-04 | 1 | -1/+1 | |
| | ||||||
* | Use default mvc route. | 杨宇千 | 2019-08-04 | 1 | -6/+1 | |
| | ||||||
* | Add token expire time. | 杨宇千 | 2019-08-01 | 7 | -11/+65 | |
| | ||||||
* | Password service use exception. | 杨宇千 | 2019-08-01 | 1 | -37/+46 | |
| | ||||||
* | Expired token now has a unique code. | 杨宇千 | 2019-08-01 | 4 | -11/+72 | |
| | ||||||
* | Update CI. Remove unused settings. | 杨宇千 | 2019-07-29 | 1 | -6/+0 | |
| | ||||||
* | Merge branch 'master' into remove-cos | 杨宇千 | 2019-07-29 | 6 | -22/+22 | |
|\ | ||||||
| * | Rename isAdmin to administrator. | 杨宇千 | 2019-07-29 | 6 | -22/+22 | |
| | | ||||||
* | | Remove QCloud COS completely. | 杨宇千 | 2019-07-29 | 2 | -338/+0 | |
|/ | ||||||
* | Fix bugs and write unit tests. | 杨宇千 | 2019-07-23 | 5 | -10/+11 | |
| | ||||||
* | WIP: Change UserController. | 杨宇千 | 2019-07-23 | 7 | -131/+124 | |
| | ||||||
* | WIP: Rewrite TokenController. | 杨宇千 | 2019-07-23 | 4 | -56/+72 | |
| | ||||||
* | WIP: Develop UserService. Remove unused components. | 杨宇千 | 2019-07-23 | 8 | -199/+72 | |
| | ||||||
* | WIP: change auth handler. | 杨宇千 | 2019-07-21 | 2 | -25/+17 | |
| | ||||||
* | WIP: change UserService. | 杨宇千 | 2019-07-21 | 6 | -54/+172 | |
| | ||||||
* | WIP: Change the JwtService. | 杨宇千 | 2019-07-20 | 3 | -23/+49 | |
| | ||||||
* | Write a custom authenticate handler. | 杨宇千 | 2019-07-20 | 2 | -22/+107 | |
| | ||||||
* | Add version column in user database. | 杨宇千 | 2019-07-20 | 5 | -2/+79 | |
| | ||||||
* | Change roles in UserInfo into isadmin. | crupest | 2019-05-16 | 6 | -109/+116 | |
| | ||||||
* | You can use "token" query param to auth now. | crupest | 2019-05-06 | 1 | -1/+14 | |
| | ||||||
* | Throw exception in cos service. | crupest | 2019-04-30 | 2 | -1/+10 | |
| | ||||||
* | Add avatar upload function. | crupest | 2019-04-30 | 4 | -4/+154 | |
| | ||||||
* | Test user existence in get avatar. | crupest | 2019-04-26 | 1 | -1/+4 | |
| | ||||||
* | Rename the cos service file. Fix a bug in test. | crupest | 2019-04-25 | 1 | -0/+0 | |
| | ||||||
* | Implement generate object get url in cos. | crupest | 2019-04-25 | 2 | -10/+54 | |
| | ||||||
* | Remove unused razor page. | crupest | 2019-04-24 | 3 | -52/+0 | |
| | ||||||
* | Add ObjectExists implementation in cos. Remove Test host environment. | crupest | 2019-04-24 | 4 | -46/+81 | |
| | ||||||
* | Remove qcloud cs sdk. I will write one by myself. | crupest | 2019-04-23 | 5 | -76/+116 | |
| | | | | Develop signature algorithm. | |||||
* | Fix a bug. | crupest | 2019-04-22 | 1 | -6/+6 | |
| | ||||||
* | Fix a bug in cos service. Add avatar api. | crupest | 2019-04-22 | 3 | -1/+27 | |
| | ||||||
* | Add Tencent COS. | crupest | 2019-04-22 | 4 | -0/+111 | |
| | ||||||
* | Add change password api. | crupest | 2019-04-22 | 3 | -0/+76 | |
| | ||||||
* | Move http models in to a new namespace. Revert last commit. | crupest | 2019-04-22 | 8 | -82/+75 | |
| |