Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #60 from crupest/dev | crupest | 2020-02-22 | 6 | -32/+217 |
|\ | | | | | Add visibility query filter in get timelines api. | ||||
| * | Add visibility query filter in get timelines api. | crupest | 2020-02-21 | 6 | -32/+217 |
|/ | |||||
* | Update README.md | crupest | 2020-02-21 | 1 | -18/+0 |
| | |||||
* | Merge pull request #59 from crupest/dev | crupest | 2020-02-21 | 32 | -1559/+465 |
|\ | | | | | Migrate to sqlite. | ||||
| * | Migrate at runtime in production environment. | crupest | 2020-02-21 | 1 | -3/+16 |
| | | |||||
| * | Move jwt token key from configuration to database and auto generatable. | crupest | 2020-02-21 | 20 | -27/+615 |
| | | |||||
| * | Migrate to use sqlite. | crupest | 2020-02-21 | 26 | -1742/+47 |
| | | |||||
| * | Update packages. | crupest | 2020-02-20 | 2 | -7/+7 |
|/ | |||||
* | 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 |
|\ |