Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(back): Fix some warnings. | crupest | 2020-06-04 | 1 | -2/+2 |
| | |||||
* | Migrate to docker. | crupest | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | Hotfix a bug in post data. | crupest | 2020-03-16 | 2 | -6/+27 |
| | |||||
* | Clean code. | crupest | 2020-03-13 | 2 | -7/+0 |
| | |||||
* | Add cache for timeline post data. | crupest | 2020-03-13 | 1 | -2/+47 |
| | |||||
* | Abstract out data cache helper. | crupest | 2020-03-13 | 1 | -0/+5 |
| | |||||
* | ... | 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 | 22 | -52/+52 |
| | |||||
* | ... | crupest | 2020-03-10 | 23 | -260/+322 |
| | |||||
* | ... | crupest | 2020-03-09 | 2 | -7/+59 |
| | |||||
* | ... | crupest | 2020-03-07 | 1 | -1/+23 |
| | |||||
* | ... | crupest | 2020-03-07 | 3 | -46/+98 |
| | |||||
* | Init development of post image feature. | crupest | 2020-03-06 | 5 | -77/+141 |
| | |||||
* | ... | crupest | 2020-03-06 | 2 | -4/+3 |
| | |||||
* | Migrate avatar service. TODO: Migrate database. | crupest | 2020-03-05 | 2 | -21/+24 |
| | |||||
* | Implement data manager. | crupest | 2020-03-05 | 1 | -39/+83 |
| | |||||
* | Design the data manager interface. | crupest | 2020-03-05 | 1 | -0/+79 |
| | |||||
* | 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 | 2 | -7/+18 |
| | |||||
* | Move jwt token key from configuration to database and auto generatable. | crupest | 2020-02-21 | 2 | -8/+52 |
| | |||||
* | Migrate to use sqlite. | crupest | 2020-02-21 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -19/+27 |
| | |||||
* | Fix test bugs in user info mapper. Make create user action return created ↵ | crupest | 2020-01-31 | 1 | -4/+4 |
| | | | | user info. | ||||
* | ... | crupest | 2020-01-31 | 1 | -0/+3 |
| | |||||
* | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 2 | -1/+3 |
| | |||||
* | ... | crupest | 2020-01-30 | 11 | -437/+166 |
| | |||||
* | ... | crupest | 2020-01-29 | 3 | -1/+93 |
| | |||||
* | ... | crupest | 2020-01-29 | 5 | -133/+183 |
| | |||||
* | ... | crupest | 2020-01-29 | 8 | -278/+180 |
| | |||||
* | ... | crupest | 2020-01-23 | 3 | -76/+38 |
| | |||||
* | ... | crupest | 2020-01-21 | 10 | -142/+286 |
| | |||||
* | Fix a bug in delete post. | crupest | 2020-01-17 | 1 | -2/+0 |
| | |||||
* | Fix a bug in wrong message of BadPasswordException. | crupest | 2020-01-12 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -8/+332 |
| |