Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused cors. | 杨宇千 | 2019-08-19 | 1 | -15/+0 |
| | |||||
* | Merge pull request #43 from crupest/avatar | 杨宇千 | 2019-08-19 | 21 | -10/+1088 |
|\ | | | | | Add avatar feature. | ||||
| * | Migrate database. | 杨宇千 | 2019-08-19 | 3 | -0/+176 |
| | | |||||
| * | 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 |
| | | |||||
| * | Improve avatar validation. | 杨宇千 | 2019-08-19 | 2 | -17/+60 |
| | | |||||
| * | Add validator. | 杨宇千 | 2019-08-19 | 4 | -8/+58 |
| | | |||||
| * | 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 | 11 | -7/+431 |
|/ | |||||
* | Merge pull request #42 from crupest/change-username | 杨宇千 | 2019-08-17 | 10 | -228/+529 |
|\ | | | | | Add change username api. | ||||
| * | 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 |
| | | |||||
| * | Add change username. | 杨宇千 | 2019-08-17 | 3 | -1/+96 |
| | | |||||
| * | Fix tests. | 杨宇千 | 2019-08-17 | 1 | -1/+1 |
| | | |||||
| * | Add validation. | 杨宇千 | 2019-08-17 | 3 | -51/+153 |
|/ | |||||
* | Merge pull request #41 from crupest/database | 杨宇千 | 2019-08-17 | 7 | -8/+207 |
|\ | | | | | Enhance database. | ||||
| * | Enhance database. | 杨宇千 | 2019-08-17 | 7 | -8/+207 |
|/ | |||||
* | Merge pull request #40 from crupest/format | 杨宇千 | 2019-08-12 | 4 | -14/+199 |
|\ | | | | | Add username format check. | ||||
| * | Add username format check. | 杨宇千 | 2019-08-12 | 3 | -12/+42 |
| | | |||||
| * | Add username validator. | 杨宇千 | 2019-08-12 | 2 | -2/+157 |
|/ | |||||
* | Merge pull request #39 from crupest/fluent-assertion | 杨宇千 | 2019-08-11 | 10 | -183/+194 |
|\ | | | | | Use FluentAssertions. | ||||
| * | 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 |
|/ | |||||
* | Merge pull request #38 from crupest/null-request-field | 杨宇千 | 2019-08-09 | 35 | -147/+523 |
|\ | | | | | Do 3 things. | ||||
| * | 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 | 2 | -1/+14 |
| | | |||||
| * | Add UserController unit tests. | 杨宇千 | 2019-08-09 | 6 | -10/+252 |
| | | |||||
| * | Reorganize unit tests. | 杨宇千 | 2019-08-08 | 9 | -62/+97 |
| | | |||||
| * | 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 | 48 | -1515/+1556 |
| |\ | |/ |/| | |||||
* | | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 46 | -1511/+1552 |
| | | |||||
| * | 3 things. | 杨宇千 | 2019-08-05 | 27 | -61/+155 |
|/ | | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests. | ||||
* | Merge pull request #37 from crupest/code-coverage | 杨宇千 | 2019-08-05 | 2 | -1/+16 |
|\ | | | | | Add code coverage. | ||||
| * | Hone code coverage result file path to avoid noise. | 杨宇千 | 2019-08-05 | 1 | -1/+1 |
| | | |||||
| * | Use newer dotnet sdk that supports CC in CI. | 杨宇千 | 2019-08-05 | 1 | -0/+5 |
| | | |||||
| * | Add code coverage. | 杨宇千 | 2019-08-05 | 2 | -1/+11 |
|/ | |||||
* | Merge pull request #36 from crupest/log | 杨宇千 | 2019-08-04 | 4 | -392/+492 |
|\ | | | | | Improve log. | ||||
| * | Improve log. | 杨宇千 | 2019-08-04 | 4 | -392/+492 |
|/ | |||||
* | Merge pull request #34 from crupest/token-time | 杨宇千 | 2019-08-04 | 21 | -556/+816 |
|\ | | | | | Set token expired time and write unit tests. | ||||
| * | Fix the database bug in unit tests. | 杨宇千 | 2019-08-04 | 5 | -70/+92 |
| | | |||||
| * | WIP: Need to solve the entity framework problem. | 杨宇千 | 2019-08-04 | 8 | -604/+624 |
| | | |||||
| * | Continue to add unit tests for token. Fix a bug thanks to unit test. | 杨宇千 | 2019-08-04 | 5 | -22/+92 |
| | | |||||
| * | Add unit tests for token. | 杨宇千 | 2019-08-04 | 3 | -9/+51 |
| | | |||||
| * | Clean codes. | 杨宇千 | 2019-08-04 | 4 | -20/+5 |
| | | |||||
| * | Use default mvc route. | 杨宇千 | 2019-08-04 | 1 | -6/+1 |
| | | |||||
| * | Add token expire time. | 杨宇千 | 2019-08-01 | 7 | -11/+65 |
| | |