aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services
Commit message (Collapse)AuthorAgeFilesLines
* ...crupest2020-01-2110-142/+286
|
* Fix a bug in delete post.crupest2020-01-171-2/+0
|
* Fix a bug in wrong message of BadPasswordException.crupest2020-01-121-2/+2
|
* Fix a bug in simultaneous database queries.crupest2019-12-101-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.crupest2019-11-201-1/+1
|
* Change post content to null instead of delete the entity when deleting post.crupest2019-11-201-2/+4
|
* Complete integrated tests??? Fix bugs.crupest2019-11-191-2/+2
|
* Continue to write tests.crupest2019-11-181-1/+1
|
* Write tests and fix bugs found via tests.crupest2019-11-181-1/+1
|
* Complete personal timeline service without tests.crupest2019-11-171-5/+121
|
* WIP : Write timeline service.杨宇千2019-11-132-8/+332
|
* Complete PersonalTimelineController and write attribute test.杨宇千2019-11-073-13/+87
|
* Add controller primarily and of course redesign the service accordingly.杨宇千2019-11-042-33/+46
|
* Complete designing timeline service though there may be many bugs in the design.杨宇千2019-11-044-22/+101
|
* WIP: Design the timeline service interface.杨宇千2019-11-033-2/+229
|
* Design the entity model primarily.杨宇千2019-11-031-0/+12
|
* Add user detail service.杨宇千2019-10-253-8/+109
|
* Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-253-11/+10
|
* ...杨宇千2019-10-241-1/+1
|
* ...杨宇千2019-10-242-10/+16
|
* ...杨宇千2019-10-245-107/+165
|
* ...杨宇千2019-10-232-53/+80
|
* ...杨宇千2019-10-221-8/+10
|
* ...杨宇千2019-10-219-374/+247
|
* ...杨宇千2019-10-191-1/+7
|
* ...杨宇千2019-10-191-14/+47
|
* Init migration to dotnet core 3.0.0 .杨宇千2019-09-251-2/+2
|
* Rename EMail to Email.杨宇千2019-08-241-2/+2
|
* Add nickname. Step 1.杨宇千2019-08-221-7/+41
|
* Add user detail controller.杨宇千2019-08-221-0/+9
|
* Add database test for user detail.杨宇千2019-08-211-0/+2
|
* Add database entity and service.杨宇千2019-08-213-18/+123
|
* Use etag for cache.杨宇千2019-08-203-15/+130
|
* Add avatar 304.杨宇千2019-08-192-33/+45
|
* Improve avatar validation.杨宇千2019-08-191-11/+30
|
* Add validator.杨宇千2019-08-191-2/+42
|
* Add avatar controller.杨宇千2019-08-181-0/+10
|
* Add avatar service.杨宇千2019-08-181-0/+181
|
* Add change username.杨宇千2019-08-171-0/+57
|
* Add validation.杨宇千2019-08-171-51/+1
|
* Add username format check.杨宇千2019-08-121-0/+9
|
* Add username validator.杨宇千2019-08-121-2/+71
|
* Merge branch 'master' into null-request-field杨宇千2019-08-083-34/+34
|\
| * Add script to convert encoding and eof. And of course run it.unknown2019-08-073-34/+34
| |
* | 3 things.杨宇千2019-08-051-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-041-364/+403
|
* WIP: Need to solve the entity framework problem.杨宇千2019-08-043-402/+403
|
* Continue to add unit tests for token. Fix a bug thanks to unit test.杨宇千2019-08-041-14/+9
|
* Add token expire time.杨宇千2019-08-013-6/+41
|
* Password service use exception.杨宇千2019-08-011-37/+46
|