Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split front and back end. | crupest | 2020-10-27 | 1 | -1166/+0 |
| | |||||
* | Add change timeline name api to timeline controller. | crupest | 2020-08-28 | 1 | -1/+2 |
| | |||||
* | Timeline service add change timeline name api. | crupest | 2020-08-27 | 1 | -0/+50 |
| | |||||
* | Timeline title feature. | crupest | 2020-08-27 | 1 | -1/+10 |
| | |||||
* | ... | crupest | 2020-08-21 | 1 | -0/+2 |
| | |||||
* | Post list modified since now consider username change. And make all datetime ↵ | crupest | 2020-08-11 | 1 | -2/+10 |
| | | | | utc. | ||||
* | Handle post deletion on user deletion correctly. | crupest | 2020-08-11 | 1 | -0/+35 |
| | |||||
* | Make author column of post nullable. | crupest | 2020-08-11 | 1 | -3/+1 |
| | |||||
* | Add api in service. | crupest | 2020-07-12 | 1 | -0/+50 |
| | |||||
* | Add deleted field. | crupest | 2020-07-10 | 1 | -37/+23 |
| | |||||
* | Add integrated tests. And fix a behavior. | crupest | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | feat(back): Timeline service add post modified since. | crupest | 2020-06-18 | 1 | -21/+56 |
| | |||||
* | feat(back): Timeline service add last modified. | crupest | 2020-06-18 | 1 | -14/+41 |
| | |||||
* | Add last modified info to timeline. | crupest | 2020-06-18 | 1 | -11/+11 |
| | |||||
* | refactor(back): Refactor timeline service. | crupest | 2020-06-17 | 1 | -521/+383 |
| | |||||
* | feat(back): Fix #103 . | crupest | 2020-06-14 | 1 | -45/+31 |
| | |||||
* | refactor(back): Fix #100 . | crupest | 2020-06-13 | 1 | -4/+5 |
| | |||||
* | Hotfix a bug in post data. | crupest | 2020-03-16 | 1 | -6/+6 |
| | |||||
* | Add cache for timeline post data. | crupest | 2020-03-13 | 1 | -2/+47 |
| | |||||
* | ... | crupest | 2020-03-11 | 1 | -7/+7 |
| | |||||
* | New logic for HasPostModifyPermission | crupest | 2020-03-11 | 1 | -10/+11 |
| | |||||
* | ... | crupest | 2020-03-10 | 1 | -31/+48 |
| | |||||
* | Revert namespace name change. | crupest | 2020-03-10 | 1 | -16/+16 |
| | |||||
* | ... | crupest | 2020-03-10 | 1 | -208/+286 |
| | |||||
* | ... | crupest | 2020-03-09 | 1 | -4/+51 |
| | |||||
* | ... | crupest | 2020-03-07 | 1 | -1/+23 |
| | |||||
* | ... | crupest | 2020-03-07 | 1 | -6/+80 |
| | |||||
* | Init development of post image feature. | crupest | 2020-03-06 | 1 | -9/+30 |
| | |||||
* | Now posts use local id in same timeline. Also fixed some unconforming place ↵ | crupest | 2020-02-29 | 1 | -5/+10 |
| | | | | in migrations. | ||||
* | 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 |
| |