aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities/TimelineEntity.cs
Commit message (Expand)AuthorAgeFilesLines
* Split front and back end.crupest2020-10-271-58/+0
* Database add title to timeline.crupest2020-08-271-0/+3
* Add last modified info to timeline.crupest2020-06-181-0/+6
* refactor(back): No longer use standard guid but just use 32-length hex for un...crupest2020-06-141-2/+2
* refactor(back): Use a better way to handle unique id in timeline.crupest2020-06-141-2/+2
* feat(back): Add database migration to add unique id for timeline.crupest2020-06-131-0/+3
* ...crupest2020-03-101-1/+1
* Revert namespace name change.crupest2020-03-101-2/+2
* ...crupest2020-03-101-2/+2
* Now posts use local id in same timeline. Also fixed some unconforming place i...crupest2020-02-291-0/+3
* Add timeline service.crupest2020-02-021-1/+3
* ...crupest2020-01-301-1/+1
* ...crupest2020-01-211-1/+1
* Write tests and fix bugs found via tests.crupest2019-11-181-16/+1
* Add controller primarily and of course redesign the service accordingly.杨宇千2019-11-041-0/+10
* Design the entity model primarily.杨宇千2019-11-031-0/+46