aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/TimelineService.cs
Commit message (Expand)AuthorAgeFilesLines
* Add delete timeline.crupest2020-02-241-0/+25
* Add visibility query filter in get timelines api.crupest2020-02-211-5/+17
* 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-311-15/+17
* ...crupest2020-01-311-0/+3
* Finish reafctor, TODO: Database migration.crupest2020-01-301-1/+1
* ...crupest2020-01-301-249/+114
* ...crupest2020-01-291-8/+8
* Fix a bug in delete post.crupest2020-01-171-2/+0
* 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-131-6/+330
* Complete PersonalTimelineController and write attribute test.杨宇千2019-11-071-10/+52
* Add controller primarily and of course redesign the service accordingly.杨宇千2019-11-041-18/+46
* Complete designing timeline service though there may be many bugs in the design.杨宇千2019-11-041-22/+41
* WIP: Design the timeline service interface.杨宇千2019-11-031-2/+189
* Design the entity model primarily.杨宇千2019-11-031-0/+12