Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ... | 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 |
| | |||||
* | Complete PersonalTimelineController and write attribute test. | 杨宇千 | 2019-11-07 | 3 | -13/+87 |
| | |||||
* | Add controller primarily and of course redesign the service accordingly. | 杨宇千 | 2019-11-04 | 2 | -33/+46 |
| | |||||
* | Complete designing timeline service though there may be many bugs in the design. | 杨宇千 | 2019-11-04 | 4 | -22/+101 |
| | |||||
* | WIP: Design the timeline service interface. | 杨宇千 | 2019-11-03 | 3 | -2/+229 |
| | |||||
* | Design the entity model primarily. | 杨宇千 | 2019-11-03 | 1 | -0/+12 |
| | |||||
* | Add user detail service. | 杨宇千 | 2019-10-25 | 3 | -8/+109 |
| | |||||
* | Add NeutralResourcesLanguage. Conform to best practices. | 杨宇千 | 2019-10-25 | 3 | -11/+10 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 1 | -1/+1 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 2 | -10/+16 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 5 | -107/+165 |
| | |||||
* | ... | 杨宇千 | 2019-10-23 | 2 | -53/+80 |
| | |||||
* | ... | 杨宇千 | 2019-10-22 | 1 | -8/+10 |
| | |||||
* | ... | 杨宇千 | 2019-10-21 | 9 | -374/+247 |
| | |||||
* | ... | 杨宇千 | 2019-10-19 | 1 | -1/+7 |
| | |||||
* | ... | 杨宇千 | 2019-10-19 | 1 | -14/+47 |
| |