Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: Use nuget cache. | crupest | 2020-06-03 | 1 | -0/+1746 |
| | |||||
* | Fix #87 . | crupest | 2020-06-03 | 1 | -0/+2 |
| | |||||
* | Just get everything works! | crupest | 2020-05-30 | 3 | -72/+72 |
| | |||||
* | Merge front end to this repo. But I need to wait for aspnet core support for ↵ | crupest | 2020-05-30 | 1 | -61/+64 |
| | | | | custom port and package manager for dev server. | ||||
* | Clean code. | crupest | 2020-03-13 | 1 | -2/+1 |
| | |||||
* | Add cache for timeline post data. | crupest | 2020-03-13 | 3 | -42/+71 |
| | |||||
* | Add integrated tests for image post. | crupest | 2020-03-12 | 1 | -1/+115 |
| | |||||
* | Add links test for timeline. | crupest | 2020-03-11 | 1 | -8/+28 |
| | |||||
* | Make all integrated tests async. | crupest | 2020-03-11 | 4 | -35/+71 |
| | |||||
* | ... | crupest | 2020-03-11 | 1 | -89/+48 |
| | |||||
* | ... | crupest | 2020-03-11 | 2 | -643/+198 |
| | |||||
* | New logic for HasPostModifyPermission | crupest | 2020-03-11 | 1 | -0/+4 |
| | |||||
* | Add invalid model tests. | crupest | 2020-03-10 | 1 | -0/+45 |
| | |||||
* | ... | crupest | 2020-03-10 | 4 | -110/+145 |
| | |||||
* | Revert namespace name change. | crupest | 2020-03-10 | 18 | -42/+42 |
| | |||||
* | ... | crupest | 2020-03-10 | 18 | -42/+42 |
| | |||||
* | Guess what, Chinese character is also a "letter". So no need to change code. ↵ | crupest | 2020-02-29 | 1 | -0/+2 |
| | | | | Just add some tests. | ||||
* | Add delete timeline. | crupest | 2020-02-24 | 1 | -0/+56 |
| | |||||
* | Add visibility query filter in get timelines api. | crupest | 2020-02-21 | 1 | -23/+155 |
| | |||||
* | Move jwt token key from configuration to database and auto generatable. | crupest | 2020-02-21 | 1 | -0/+6 |
| | |||||
* | Migrate to use sqlite. | crupest | 2020-02-21 | 1 | -4/+20 |
| | |||||
* | Update packages. | crupest | 2020-02-20 | 1 | -3/+3 |
| | |||||
* | Improve relate filter. | crupest | 2020-02-05 | 1 | -13/+46 |
| | |||||
* | Add get timeline list feature. | crupest | 2020-02-04 | 1 | -0/+77 |
| | |||||
* | Finish normal timeline development. | crupest | 2020-02-03 | 1 | -0/+589 |
| | |||||
* | Add TimelineController. | crupest | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | ... | crupest | 2020-02-02 | 1 | -7/+7 |
| | |||||
* | Make all patch return the new entity. | crupest | 2020-01-31 | 2 | -5/+14 |
| | |||||
* | Fix test bugs in user info mapper. Make create user action return created ↵ | crupest | 2020-01-31 | 2 | -3/+6 |
| | | | | user info. | ||||
* | Combine two user info types. | crupest | 2020-01-31 | 4 | -23/+24 |
| | |||||
* | ... | crupest | 2020-01-31 | 2 | -12/+81 |
| | |||||
* | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 6 | -28/+32 |
| | |||||
* | ... | crupest | 2020-01-30 | 4 | -172/+130 |
| | |||||
* | ... | crupest | 2020-01-30 | 25 | -2160/+440 |
| | |||||
* | ... | crupest | 2020-01-29 | 1 | -2/+2 |
| | |||||
* | ... | crupest | 2020-01-29 | 6 | -19/+17 |
| | |||||
* | Finish UserTokenManagerTest. | crupest | 2020-01-24 | 1 | -0/+81 |
| | |||||
* | Upgrade library version. | crupest | 2020-01-24 | 2 | -4/+36 |
| | |||||
* | Add some unit tests for token manager. | crupest | 2020-01-23 | 2 | -3/+52 |
| | |||||
* | ... | crupest | 2020-01-23 | 3 | -19/+47 |
| | |||||
* | ... | crupest | 2020-01-21 | 7 | -17/+17 |
| | |||||
* | Basically finish refactor of error codes. | crupest | 2020-01-19 | 10 | -56/+60 |
| | |||||
* | ... | crupest | 2020-01-18 | 2 | -8/+9 |
| | |||||
* | Use sqlite development database. | crupest | 2020-01-05 | 3 | -29/+4 |
| | |||||
* | Merge branch 'master' of github.com:crupest/Timeline | crupest | 2019-12-10 | 2 | -3/+28 |
|\ | |||||
| * | Add test for bad enum value of timeline visibility. | crupest | 2019-11-20 | 1 | -0/+6 |
| | | |||||
| * | Migrate to System.Text.Json . Format enum to string instead of number. Use ↵ | crupest | 2019-11-20 | 1 | -3/+22 |
| | | | | | | | | ISO8601 format for datetime. | ||||
* | | Migrate to DotNetCore 3.1 . | crupest | 2019-12-10 | 1 | -4/+4 |
|/ | |||||
* | Update packages and migrate database. | crupest | 2019-11-20 | 1 | -3/+3 |
| | |||||
* | Get posts should return posts ordered by time. | crupest | 2019-11-20 | 1 | -1/+28 |
| |