Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add max-age. | 杨宇千 | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | Add Cache-Control header for avatar get. | 杨宇千 | 2019-08-26 | 1 | -0/+2 |
| | |||||
* | Add nickname in detail controller. | 杨宇千 | 2019-08-22 | 1 | -3/+24 |
| | |||||
* | Add user detail controller. | 杨宇千 | 2019-08-22 | 1 | -0/+75 |
| | |||||
* | Use etag for cache. | 杨宇千 | 2019-08-20 | 1 | -10/+13 |
| | |||||
* | Add check for content in avatar put. | 杨宇千 | 2019-08-19 | 1 | -4/+22 |
| | |||||
* | Add avatar 304. | 杨宇千 | 2019-08-19 | 1 | -2/+14 |
| | |||||
* | Improve avatar validation. | 杨宇千 | 2019-08-19 | 1 | -6/+30 |
| | |||||
* | Develop user avatar controller. | 杨宇千 | 2019-08-18 | 1 | -2/+43 |
| | |||||
* | Add avatar controller. | 杨宇千 | 2019-08-18 | 1 | -0/+70 |
| | |||||
* | Add change username. | 杨宇千 | 2019-08-17 | 1 | -1/+29 |
| | |||||
* | Add username format check. | 杨宇千 | 2019-08-12 | 1 | -12/+22 |
| | |||||
* | 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 | 1 | -9/+1 |
| | | | | | 1. Make Administrator in UserPutRequest nullable. 2. Remove default route. | ||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 3 | -284/+284 |
|\ | |||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 3 | -294/+294 |
| | | |||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 3 | -17/+7 |
|/ | | | | | | 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 | 2 | -28/+65 |
| | |||||
* | Continue to add unit tests for token. Fix a bug thanks to unit test. | 杨宇千 | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Add unit tests for token. | 杨宇千 | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Add token expire time. | 杨宇千 | 2019-08-01 | 1 | -4/+20 |
| | |||||
* | Expired token now has a unique code. | 杨宇千 | 2019-08-01 | 1 | -3/+13 |
| | |||||
* | Rename isAdmin to administrator. | 杨宇千 | 2019-07-29 | 1 | -2/+2 |
| | |||||
* | Fix bugs and write unit tests. | 杨宇千 | 2019-07-23 | 1 | -5/+6 |
| | |||||
* | WIP: Change UserController. | 杨宇千 | 2019-07-23 | 2 | -86/+74 |
| | |||||
* | WIP: Rewrite TokenController. | 杨宇千 | 2019-07-23 | 1 | -26/+54 |
| | |||||
* | WIP: change UserService. | 杨宇千 | 2019-07-21 | 1 | -1/+1 |
| | |||||
* | Change roles in UserInfo into isadmin. | crupest | 2019-05-16 | 1 | -4/+4 |
| | |||||
* | Add avatar upload function. | crupest | 2019-04-30 | 1 | -4/+30 |
| | |||||
* | Test user existence in get avatar. | crupest | 2019-04-26 | 1 | -1/+4 |
| | |||||
* | Fix a bug in cos service. Add avatar api. | crupest | 2019-04-22 | 1 | -0/+8 |
| | |||||
* | Add change password api. | crupest | 2019-04-22 | 1 | -0/+17 |
| | |||||
* | Move http models in to a new namespace. Revert last commit. | crupest | 2019-04-22 | 2 | -34/+14 |
| | |||||
* | Allow ordinary user to patch his password. | crupest | 2019-04-21 | 1 | -9/+30 |
| | |||||
* | Reorgnize api. Add basic unit test. | crupest | 2019-04-21 | 3 | -126/+124 |
| | |||||
* | Add user management REST api. | crupest | 2019-04-18 | 2 | -17/+83 |
| | |||||
* | Rename ValidateToken to VerifyToken. | crupest | 2019-04-15 | 1 | -3/+3 |
| | |||||
* | Merge branch '6-user' into separate | crupest | 2019-04-13 | 2 | -13/+43 |
|\ | |||||
| * | Add database connection. | crupest | 2019-04-12 | 2 | -13/+43 |
| | | |||||
* | | Init separate. | crupest | 2019-04-13 | 2 | -2/+2 |
|/ | |||||
* | Change create token api. | crupest | 2019-04-11 | 1 | -37/+12 |
| | |||||
* | Migrate todo page from Azure DevOps WorkItems to Github Issues. | crupest | 2019-03-04 | 2 | -33/+0 |
| | |||||
* | Move some config of todo page to server side. | crupest | 2019-02-20 | 1 | -6/+5 |
| | |||||
* | Add get pat api. | crupest | 2019-02-18 | 2 | -2/+30 |
| | |||||
* | Develop user token interface. | crupest | 2019-02-14 | 2 | -13/+39 |
| | |||||
* | Add authorization. | crupest | 2019-02-07 | 3 | -77/+49 |
| | |||||
* | Init commit. | crupest | 2019-02-04 | 2 | -0/+124 |