aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/TimelineService.cs
Commit message (Collapse)AuthorAgeFilesLines
* Split front and back end.crupest2020-10-271-1166/+0
|
* Add change timeline name api to timeline controller.crupest2020-08-281-1/+2
|
* Timeline service add change timeline name api.crupest2020-08-271-0/+50
|
* Timeline title feature.crupest2020-08-271-1/+10
|
* ...crupest2020-08-211-0/+2
|
* Post list modified since now consider username change. And make all datetime ↵crupest2020-08-111-2/+10
| | | | utc.
* Handle post deletion on user deletion correctly.crupest2020-08-111-0/+35
|
* Make author column of post nullable.crupest2020-08-111-3/+1
|
* Add api in service.crupest2020-07-121-0/+50
|
* Add deleted field.crupest2020-07-101-37/+23
|
* Add integrated tests. And fix a behavior.crupest2020-06-181-1/+1
|
* feat(back): Timeline service add post modified since.crupest2020-06-181-21/+56
|
* feat(back): Timeline service add last modified.crupest2020-06-181-14/+41
|
* Add last modified info to timeline.crupest2020-06-181-11/+11
|
* refactor(back): Refactor timeline service.crupest2020-06-171-521/+383
|
* feat(back): Fix #103 .crupest2020-06-141-45/+31
|
* refactor(back): Fix #100 .crupest2020-06-131-4/+5
|
* Hotfix a bug in post data.crupest2020-03-161-6/+6
|
* Add cache for timeline post data.crupest2020-03-131-2/+47
|
* ...crupest2020-03-111-7/+7
|
* New logic for HasPostModifyPermissioncrupest2020-03-111-10/+11
|
* ...crupest2020-03-101-31/+48
|
* Revert namespace name change.crupest2020-03-101-16/+16
|
* ...crupest2020-03-101-208/+286
|
* ...crupest2020-03-091-4/+51
|
* ...crupest2020-03-071-1/+23
|
* ...crupest2020-03-071-6/+80
|
* Init development of post image feature.crupest2020-03-061-9/+30
|
* Now posts use local id in same timeline. Also fixed some unconforming place ↵crupest2020-02-291-5/+10
| | | | in migrations.
* 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
| | | | | 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
|