Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ... | crupest | 2020-01-21 | 10 | -142/+286 |
| | |||||
* | Fix a bug in delete post. | crupest | 2020-01-17 | 1 | -2/+0 |
| | |||||
* | Fix a bug in wrong message of BadPasswordException. | crupest | 2020-01-12 | 1 | -2/+2 |
| | |||||
* | Fix a bug in simultaneous database queries. | crupest | 2019-12-10 | 1 | -6/+10 |
| | | | | | Note on this: You should not use Task.WhenAll to do a bunch of async database queries since EntityFramework Core does not support DbContext to do two queries in the same time. | ||||
* | Get posts should return posts ordered by time. | crupest | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | Change post content to null instead of delete the entity when deleting post. | crupest | 2019-11-20 | 1 | -2/+4 |
| | |||||
* | Complete integrated tests??? Fix bugs. | crupest | 2019-11-19 | 1 | -2/+2 |
| | |||||
* | Continue to write tests. | crupest | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Write tests and fix bugs found via tests. | crupest | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Complete personal timeline service without tests. | crupest | 2019-11-17 | 1 | -5/+121 |
| | |||||
* | WIP : Write timeline service. | 杨宇千 | 2019-11-13 | 2 | -8/+332 |
| | |||||
* | Complete PersonalTimelineController and write attribute test. | 杨宇千 | 2019-11-07 | 3 | -13/+87 |
| | |||||
* | Add controller primarily and of course redesign the service accordingly. | 杨宇千 | 2019-11-04 | 2 | -33/+46 |
| | |||||
* | Complete designing timeline service though there may be many bugs in the design. | 杨宇千 | 2019-11-04 | 4 | -22/+101 |
| | |||||
* | WIP: Design the timeline service interface. | 杨宇千 | 2019-11-03 | 3 | -2/+229 |
| | |||||
* | Design the entity model primarily. | 杨宇千 | 2019-11-03 | 1 | -0/+12 |
| | |||||
* | Add user detail service. | 杨宇千 | 2019-10-25 | 3 | -8/+109 |
| | |||||
* | Add NeutralResourcesLanguage. Conform to best practices. | 杨宇千 | 2019-10-25 | 3 | -11/+10 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 1 | -1/+1 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 2 | -10/+16 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 5 | -107/+165 |
| | |||||
* | ... | 杨宇千 | 2019-10-23 | 2 | -53/+80 |
| | |||||
* | ... | 杨宇千 | 2019-10-22 | 1 | -8/+10 |
| | |||||
* | ... | 杨宇千 | 2019-10-21 | 9 | -374/+247 |
| | |||||
* | ... | 杨宇千 | 2019-10-19 | 1 | -1/+7 |
| | |||||
* | ... | 杨宇千 | 2019-10-19 | 1 | -14/+47 |
| | |||||
* | Init migration to dotnet core 3.0.0 . | 杨宇千 | 2019-09-25 | 1 | -2/+2 |
| | |||||
* | Rename EMail to Email. | 杨宇千 | 2019-08-24 | 1 | -2/+2 |
| | |||||
* | Add nickname. Step 1. | 杨宇千 | 2019-08-22 | 1 | -7/+41 |
| | |||||
* | Add user detail controller. | 杨宇千 | 2019-08-22 | 1 | -0/+9 |
| | |||||
* | Add database test for user detail. | 杨宇千 | 2019-08-21 | 1 | -0/+2 |
| | |||||
* | Add database entity and service. | 杨宇千 | 2019-08-21 | 3 | -18/+123 |
| | |||||
* | Use etag for cache. | 杨宇千 | 2019-08-20 | 3 | -15/+130 |
| | |||||
* | Add avatar 304. | 杨宇千 | 2019-08-19 | 2 | -33/+45 |
| | |||||
* | Improve avatar validation. | 杨宇千 | 2019-08-19 | 1 | -11/+30 |
| | |||||
* | Add validator. | 杨宇千 | 2019-08-19 | 1 | -2/+42 |
| | |||||
* | Add avatar controller. | 杨宇千 | 2019-08-18 | 1 | -0/+10 |
| | |||||
* | Add avatar service. | 杨宇千 | 2019-08-18 | 1 | -0/+181 |
| | |||||
* | Add change username. | 杨宇千 | 2019-08-17 | 1 | -0/+57 |
| | |||||
* | Add validation. | 杨宇千 | 2019-08-17 | 1 | -51/+1 |
| | |||||
* | Add username format check. | 杨宇千 | 2019-08-12 | 1 | -0/+9 |
| | |||||
* | Add username validator. | 杨宇千 | 2019-08-12 | 1 | -2/+71 |
| | |||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 3 | -34/+34 |
|\ | |||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 3 | -34/+34 |
| | | |||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 1 | -1/+1 |
|/ | | | | | | 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 | 1 | -364/+403 |
| | |||||
* | 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 | 1 | -14/+9 |
| | |||||
* | Add token expire time. | 杨宇千 | 2019-08-01 | 3 | -6/+41 |
| | |||||
* | Password service use exception. | 杨宇千 | 2019-08-01 | 1 | -37/+46 |
| |