aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use etag for cache.杨宇千2019-08-209-48/+281
|
* Merge pull request #46 from crupest/avatar-put-content-legnth杨宇千2019-08-194-6/+140
|\ | | | | Add check for content in avatar put.
| * Add check for content in avatar put.杨宇千2019-08-194-6/+140
|/
* Merge pull request #45 from crupest/avatar-cache杨宇千2019-08-1916-80/+495
|\ | | | | Add 304 response for If-Modified-Since in avatar.
| * Add index for username.杨宇千2019-08-195-1/+113
| |
| * Add migration.杨宇千2019-08-193-10/+213
| |
| * Add avatar 304.杨宇千2019-08-1911-71/+171
|/
* Clean code.杨宇千2019-08-192-5/+0
|
* Merge pull request #44 from crupest/remove-cors杨宇千2019-08-191-15/+0
|\ | | | | Remove unused cors.
| * Merge branch 'master' into remove-cors杨宇千2019-08-191-0/+6
| |\ | |/ |/|
* | Fix the bug that default avatar file is not copied to publish directory.杨宇千2019-08-191-0/+6
| |
| * Remove unused cors.杨宇千2019-08-191-15/+0
|/
* Merge pull request #43 from crupest/avatar杨宇千2019-08-1921-10/+1088
|\ | | | | Add avatar feature.
| * Migrate database.杨宇千2019-08-193-0/+176
| |
| * Add integrated tests.杨宇千2019-08-194-41/+190
| |
| * Add unit tests for avatar validator.杨宇千2019-08-192-0/+100
| |
| * Fix unit tests.杨宇千2019-08-191-2/+2
| |
| * Improve avatar validation.杨宇千2019-08-192-17/+60
| |
| * Add validator.杨宇千2019-08-194-8/+58
| |
| * Develop user avatar controller.杨宇千2019-08-182-2/+56
| |
| * Add avatar controller.杨宇千2019-08-183-0/+82
| |
| * Add avatar service.杨宇千2019-08-1811-7/+431
|/
* Merge pull request #42 from crupest/change-username杨宇千2019-08-1710-228/+529
|\ | | | | Add change username api.
| * Add unit tests for change username.杨宇千2019-08-171-1/+74
| |
| * Finally solve the database conflict problem in unit tests.杨宇千2019-08-175-184/+215
| |
| * Add change username.杨宇千2019-08-173-1/+96
| |
| * Fix tests.杨宇千2019-08-171-1/+1
| |
| * Add validation.杨宇千2019-08-173-51/+153
|/
* Merge pull request #41 from crupest/database杨宇千2019-08-177-8/+207
|\ | | | | Enhance database.
| * Enhance database.杨宇千2019-08-177-8/+207
|/
* Merge pull request #40 from crupest/format杨宇千2019-08-124-14/+199
|\ | | | | Add username format check.
| * Add username format check.杨宇千2019-08-123-12/+42
| |
| * Add username validator.杨宇千2019-08-122-2/+157
|/
* Merge pull request #39 from crupest/fluent-assertion杨宇千2019-08-1110-183/+194
|\ | | | | Use FluentAssertions.
| * Fix the bug in assert message and add a formatter.杨宇千2019-08-111-4/+27
| |
| * Clean code.杨宇千2019-08-113-5/+2
| |
| * Add FluentAssertions.杨宇千2019-08-1110-180/+171
|/
* Merge pull request #38 from crupest/null-request-field杨宇千2019-08-0935-147/+523
|\ | | | | Do 3 things.
| * Remove xunit from code coverage.杨宇千2019-08-091-1/+1
| |
| * Add configuration file to remove Database Migration Files from code coverage.杨宇千2019-08-092-1/+14
| |
| * Add UserController unit tests.杨宇千2019-08-096-10/+252
| |
| * Reorganize unit tests.杨宇千2019-08-089-62/+97
| |
| * Rename user yo users in route.杨宇千2019-08-081-9/+9
| |
| * 2 things.杨宇千2019-08-083-11/+3
| | | | | | | | | | 1. Make Administrator in UserPutRequest nullable. 2. Remove default route.
| * Merge branch 'master' into null-request-field杨宇千2019-08-0848-1515/+1556
| |\ | |/ |/|
* | Add script to convert encoding and eof. And of course run it.unknown2019-08-0746-1511/+1552
| |
| * 3 things.杨宇千2019-08-0527-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-052-1/+16
|\ | | | | Add code coverage.
| * Hone code coverage result file path to avoid noise.杨宇千2019-08-051-1/+1
| |
| * Use newer dotnet sdk that supports CC in CI.杨宇千2019-08-051-0/+5
| |