Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add delete timeline. | crupest | 2020-02-24 | 1 | -0/+25 |
| | |||||
* | Add visibility query filter in get timelines api. | crupest | 2020-02-21 | 1 | -5/+17 |
| | |||||
* | Improve relate filter. | crupest | 2020-02-05 | 1 | -6/+34 |
| | |||||
* | Add get timeline list feature. | crupest | 2020-02-04 | 1 | -0/+48 |
| | |||||
* | Finish normal timeline development. | crupest | 2020-02-03 | 1 | -0/+1 |
| | |||||
* | ... | crupest | 2020-02-02 | 1 | -0/+31 |
| | |||||
* | Add timeline service. | crupest | 2020-02-02 | 1 | -11/+85 |
| | |||||
* | ... | crupest | 2020-02-02 | 1 | -74/+59 |
| | |||||
* | Make all patch return the new entity. | crupest | 2020-01-31 | 1 | -15/+17 |
| | |||||
* | ... | crupest | 2020-01-31 | 1 | -0/+3 |
| | |||||
* | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | ... | crupest | 2020-01-30 | 1 | -249/+114 |
| | |||||
* | ... | crupest | 2020-01-29 | 1 | -8/+8 |
| | |||||
* | Fix a bug in delete post. | crupest | 2020-01-17 | 1 | -2/+0 |
| | |||||
* | Fix a bug in simultaneous database queries. | crupest | 2019-12-10 | 1 | -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. | crupest | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | Change post content to null instead of delete the entity when deleting post. | crupest | 2019-11-20 | 1 | -2/+4 |
| | |||||
* | Complete integrated tests??? Fix bugs. | crupest | 2019-11-19 | 1 | -2/+2 |
| | |||||
* | Continue to write tests. | crupest | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Write tests and fix bugs found via tests. | crupest | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Complete personal timeline service without tests. | crupest | 2019-11-17 | 1 | -5/+121 |
| | |||||
* | WIP : Write timeline service. | 杨宇千 | 2019-11-13 | 1 | -6/+330 |
| | |||||
* | Complete PersonalTimelineController and write attribute test. | 杨宇千 | 2019-11-07 | 1 | -10/+52 |
| | |||||
* | Add controller primarily and of course redesign the service accordingly. | 杨宇千 | 2019-11-04 | 1 | -18/+46 |
| | |||||
* | Complete designing timeline service though there may be many bugs in the design. | 杨宇千 | 2019-11-04 | 1 | -22/+41 |
| | |||||
* | WIP: Design the timeline service interface. | 杨宇千 | 2019-11-03 | 1 | -2/+189 |
| | |||||
* | Design the entity model primarily. | 杨宇千 | 2019-11-03 | 1 | -0/+12 |