aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services
Commit message (Expand)AuthorAgeFilesLines
* Move jwt token key from configuration to database and auto generatable.crupest2020-02-212-8/+52
* Migrate to use sqlite.crupest2020-02-211-2/+2
* Improve relate filter.crupest2020-02-051-6/+34
* Add get timeline list feature.crupest2020-02-041-0/+48
* Finish normal timeline development.crupest2020-02-031-0/+1
* ...crupest2020-02-021-0/+31
* Add timeline service.crupest2020-02-021-11/+85
* ...crupest2020-02-021-74/+59
* Make all patch return the new entity.crupest2020-01-312-19/+27
* Fix test bugs in user info mapper. Make create user action return created use...crupest2020-01-311-4/+4
* ...crupest2020-01-311-0/+3
* Finish reafctor, TODO: Database migration.crupest2020-01-302-1/+3
* ...crupest2020-01-3011-437/+166
* ...crupest2020-01-293-1/+93
* ...crupest2020-01-295-133/+183
* ...crupest2020-01-298-278/+180
* ...crupest2020-01-233-76/+38
* ...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
* 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