Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert CI. | crupest | 2020-02-19 | 1 | -23/+18 | |
| | ||||||
* | Improve relate filter. | crupest | 2020-02-05 | 3 | -23/+92 | |
| | ||||||
* | Add get timeline list feature. | crupest | 2020-02-04 | 9 | -26/+201 | |
| | ||||||
* | Add self link in entities. | crupest | 2020-02-04 | 2 | -0/+5 | |
| | ||||||
* | Merge pull request #57 from crupest/dev | 杨宇千 | 2020-02-03 | 24 | -176/+1128 | |
|\ | | | | | Add normal timeline feature. | |||||
| * | Finish normal timeline development. | crupest | 2020-02-03 | 4 | -3/+597 | |
| | | ||||||
| * | Add TimelineController. | crupest | 2020-02-03 | 9 | -37/+70 | |
| | | ||||||
| * | Add copy to clipboard function to code generator. | crupest | 2020-02-02 | 3 | -2/+13 | |
| | | ||||||
| * | ... | crupest | 2020-02-02 | 4 | -6/+183 | |
| | | ||||||
| * | Add timeline service. | crupest | 2020-02-02 | 10 | -46/+172 | |
| | | ||||||
| * | ... | crupest | 2020-02-02 | 4 | -90/+101 | |
|/ | ||||||
* | Update CI. | crupest | 2020-02-01 | 1 | -17/+20 | |
| | ||||||
* | Merge pull request #56 from crupest/dev | 杨宇千 | 2020-02-01 | 131 | -5993/+3745 | |
|\ | | | | | Refactor API to be RESTful. | |||||
| * | ... | crupest | 2020-02-01 | 5 | -67/+336 | |
| | | ||||||
| * | Make all patch return the new entity. | crupest | 2020-01-31 | 6 | -31/+49 | |
| | | ||||||
| * | Fix test bugs in user info mapper. Make create user action return created ↵ | crupest | 2020-01-31 | 5 | -21/+16 | |
| | | | | | | | | user info. | |||||
| * | Fix a bug in url generation and add development database migration. | crupest | 2020-01-31 | 5 | -62/+420 | |
| | | ||||||
| * | Combine two user info types. | crupest | 2020-01-31 | 8 | -68/+54 | |
| | | ||||||
| * | ... | crupest | 2020-01-31 | 9 | -26/+311 | |
| | | ||||||
| * | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 14 | -47/+64 | |
| | | ||||||
| * | ... | crupest | 2020-01-30 | 4 | -172/+130 | |
| | | ||||||
| * | ... | crupest | 2020-01-30 | 75 | -3635/+963 | |
| | | ||||||
| * | ... | crupest | 2020-01-29 | 11 | -127/+207 | |
| | | ||||||
| * | ... | crupest | 2020-01-29 | 25 | -1115/+267 | |
| | | ||||||
| * | ... | crupest | 2020-01-29 | 36 | -407/+1086 | |
| | | ||||||
| * | Finish UserTokenManagerTest. | crupest | 2020-01-24 | 1 | -0/+81 | |
| | | ||||||
| * | Upgrade library version. | crupest | 2020-01-24 | 3 | -8/+40 | |
| | | ||||||
| * | Add some unit tests for token manager. | crupest | 2020-01-23 | 2 | -3/+52 | |
| | | ||||||
| * | ... | crupest | 2020-01-23 | 13 | -136/+142 | |
| | | ||||||
| * | ... | crupest | 2020-01-21 | 33 | -298/+408 | |
| | | ||||||
| * | Basically finish refactor of error codes. | crupest | 2020-01-19 | 13 | -62/+65 | |
| | | ||||||
| * | ... | crupest | 2020-01-18 | 42 | -1549/+895 | |
|/ | ||||||
* | Fix a bug in delete post. | crupest | 2020-01-17 | 1 | -2/+0 | |
| | ||||||
* | Specify RID in publish to reduce artifitial size. | crupest | 2020-01-17 | 1 | -1/+1 | |
| | ||||||
* | Update CI. | crupest | 2020-01-17 | 1 | -5/+2 | |
| | ||||||
* | Update CI. | crupest | 2020-01-16 | 1 | -9/+12 | |
| | ||||||
* | Fix a bug in wrong message of BadPasswordException. | crupest | 2020-01-12 | 2 | -6/+2 | |
| | ||||||
* | Update README. | crupest | 2020-01-05 | 1 | -1/+19 | |
| | ||||||
* | Use sqlite development database. | crupest | 2020-01-05 | 21 | -70/+1223 | |
| | ||||||
* | Fix the format in date string. | crupest | 2019-12-11 | 1 | -1/+1 | |
| | | | | | Note: Because standard date time format "s" in Dot Net does not add "Z" at the tail of the result string even if the date is UTC. So I manually add it so that web browser can correctly parse the date string. | |||||
* | 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. | |||||
* | Merge branch 'master' of github.com:crupest/Timeline | crupest | 2019-12-10 | 5 | -8/+66 | |
|\ | ||||||
| * | Merge pull request #55 from crupest/format | 杨宇千 | 2019-11-20 | 5 | -8/+66 | |
| |\ | | | | | | | Fix some format problems. | |||||
| | * | 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 | 4 | -8/+60 | |
| |/ | | | | | | | ISO8601 format for datetime. | |||||
* / | Migrate to DotNetCore 3.1 . | crupest | 2019-12-10 | 4 | -14/+14 | |
|/ | ||||||
* | Update CI. | crupest | 2019-11-20 | 1 | -29/+33 | |
| | ||||||
* | Update packages and migrate database. | crupest | 2019-11-20 | 5 | -15/+647 | |
| | ||||||
* | Merge pull request #54 from crupest/timeline | 杨宇千 | 2019-11-20 | 54 | -518/+3243 | |
|\ | | | | | Add core feature Timeline (currently only personal timeline) | |||||
| * | Get posts should return posts ordered by time. | crupest | 2019-11-20 | 2 | -2/+29 | |
| | |