| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ... | 杨宇千 | 2019-10-24 | 1 | -10/+2 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-24 | 6 | -119/+141 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-24 | 2 | -17/+19 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-23 | 6 | -63/+43 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-22 | 1 | -41/+24 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-21 | 6 | -522/+10 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-21 | 2 | -113/+207 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-21 | 9 | -94/+194 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-20 | 1 | -2/+2 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-20 | 2 | -5/+5 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-20 | 4 | -5/+54 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-19 | 2 | -23/+47 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-19 | 9 | -354/+325 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-17 | 19 | -403/+418 |
| | | |||||
| * | ... | 杨宇千 | 2019-10-17 | 1 | -5/+0 |
| | | |||||
| * | Init migration to dotnet core 3.0.0 . | 杨宇千 | 2019-09-25 | 6 | -23/+29 |
| | | |||||
| * | Add more tests on avatar. | 杨宇千 | 2019-09-01 | 2 | -1/+31 |
| | | |||||
| * | Use cache attribute. | 杨宇千 | 2019-08-29 | 1 | -0/+4 |
| | | |||||
| * | Fix a bug. | 杨宇千 | 2019-08-27 | 1 | -0/+11 |
| | | |||||
| * | Rename EMail to Email. | 杨宇千 | 2019-08-24 | 2 | -13/+13 |
| | | |||||
| * | Add nickname in detail controller. | 杨宇千 | 2019-08-22 | 1 | -5/+28 |
| | | |||||
| * | Add nickname. Step 1. | 杨宇千 | 2019-08-22 | 1 | -3/+67 |
| | | |||||
| * | Add user detail controller. | 杨宇千 | 2019-08-22 | 1 | -0/+123 |
| | | |||||
| * | Add validators. | 杨宇千 | 2019-08-21 | 2 | -1/+97 |
| | | |||||
| * | Add database test for user detail. | 杨宇千 | 2019-08-21 | 1 | -1/+16 |
| | | |||||
| * | Improve unit tests. | 杨宇千 | 2019-08-21 | 1 | -37/+68 |
| | | |||||
| * | Add database entity and service. | 杨宇千 | 2019-08-21 | 1 | -0/+180 |
| | | |||||
| * | Use etag for cache. | 杨宇千 | 2019-08-20 | 3 | -23/+128 |
| | | |||||
| * | Add check for content in avatar put. | 杨宇千 | 2019-08-19 | 1 | -2/+51 |
| | | |||||
| * | Add avatar 304. | 杨宇千 | 2019-08-19 | 6 | -32/+90 |
| | | |||||
| * | Clean code. | 杨宇千 | 2019-08-19 | 2 | -5/+0 |
| | | |||||
| * | Add integrated tests. | 杨宇千 | 2019-08-19 | 4 | -41/+190 |
| | | |||||
| * | Add unit tests for avatar validator. | 杨宇千 | 2019-08-19 | 2 | -0/+100 |
| | | |||||
| * | Fix unit tests. | 杨宇千 | 2019-08-19 | 1 | -2/+2 |
| | | |||||
| * | Add validator. | 杨宇千 | 2019-08-19 | 1 | -3/+11 |
| | | |||||
| * | Add avatar service. | 杨宇千 | 2019-08-18 | 4 | -0/+224 |
| | | |||||
| * | Add unit tests for change username. | 杨宇千 | 2019-08-17 | 1 | -1/+74 |
| | | |||||
| * | Finally solve the database conflict problem in unit tests. | 杨宇千 | 2019-08-17 | 5 | -184/+215 |
| | | |||||
| * | Fix tests. | 杨宇千 | 2019-08-17 | 1 | -1/+1 |
| | | |||||
| * | Add username format check. | 杨宇千 | 2019-08-12 | 1 | -0/+11 |
| | | |||||
| * | Add username validator. | 杨宇千 | 2019-08-12 | 1 | -0/+86 |
| | | |||||
| * | Fix the bug in assert message and add a formatter. | 杨宇千 | 2019-08-11 | 1 | -4/+27 |
| | | |||||
| * | Clean code. | 杨宇千 | 2019-08-11 | 3 | -5/+2 |
| | | |||||
| * | Add FluentAssertions. | 杨宇千 | 2019-08-11 | 10 | -180/+171 |
| | | |||||
| * | Remove xunit from code coverage. | 杨宇千 | 2019-08-09 | 1 | -1/+1 |
| | | |||||
| * | Add configuration file to remove Database Migration Files from code coverage. | 杨宇千 | 2019-08-09 | 1 | -0/+13 |
| | | |||||
| * | Add UserController unit tests. | 杨宇千 | 2019-08-09 | 5 | -8/+250 |
| | | |||||
| * | Reorganize unit tests. | 杨宇千 | 2019-08-08 | 9 | -62/+97 |
| | | |||||
| * | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 11 | -261/+261 |
| |\ | |||||
| | * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 10 | -261/+261 |
| | | | |||||
