Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add get timeline list feature. | crupest | 2020-02-04 | 2 | -20/+30 |
| | |||||
* | Add self link in entities. | crupest | 2020-02-04 | 2 | -0/+5 |
| | |||||
* | Add TimelineController. | crupest | 2020-02-03 | 2 | -3/+31 |
| | |||||
* | Add copy to clipboard function to code generator. | crupest | 2020-02-02 | 1 | -2/+3 |
| | |||||
* | ... | crupest | 2020-02-02 | 1 | -1/+16 |
| | |||||
* | ... | crupest | 2020-02-02 | 1 | -5/+31 |
| | |||||
* | Fix test bugs in user info mapper. Make create user action return created ↵ | crupest | 2020-01-31 | 1 | -11/+3 |
| | | | | user info. | ||||
* | Fix a bug in url generation and add development database migration. | crupest | 2020-01-31 | 1 | -3/+4 |
| | |||||
* | Combine two user info types. | crupest | 2020-01-31 | 2 | -26/+23 |
| | |||||
* | ... | crupest | 2020-01-31 | 1 | -3/+5 |
| | |||||
* | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 1 | -6/+15 |
| | |||||
* | ... | crupest | 2020-01-30 | 7 | -53/+159 |
| | |||||
* | ... | crupest | 2020-01-29 | 2 | -41/+27 |
| | |||||
* | ... | crupest | 2020-01-29 | 1 | -6/+3 |
| | |||||
* | ... | crupest | 2020-01-21 | 2 | -2/+8 |
| | |||||
* | ... | crupest | 2020-01-18 | 3 | -36/+261 |
| | |||||
* | Migrate to System.Text.Json . Format enum to string instead of number. Use ↵ | crupest | 2019-11-20 | 1 | -0/+4 |
| | | | | ISO8601 format for datetime. | ||||
* | Add PersonalTimelineController PostOperationCreate unit tests. | 杨宇千 | 2019-11-09 | 1 | -1/+1 |
| | |||||
* | Complete PersonalTimelineController and write attribute test. | 杨宇千 | 2019-11-07 | 1 | -0/+21 |
| | |||||
* | Add controller primarily and of course redesign the service accordingly. | 杨宇千 | 2019-11-04 | 1 | -0/+24 |
| | |||||
* | Add error code tests. | 杨宇千 | 2019-10-27 | 1 | -16/+1 |
| | |||||
* | Add NeutralResourcesLanguage. Conform to best practices. | 杨宇千 | 2019-10-25 | 1 | -36/+25 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 1 | -19/+47 |
| | |||||
* | ... | 杨宇千 | 2019-10-23 | 1 | -1/+3 |
| | |||||
* | ... | 杨宇千 | 2019-10-21 | 1 | -4/+4 |
| | |||||
* | ... | 杨宇千 | 2019-10-21 | 1 | -10/+32 |
| | |||||
* | ... | 杨宇千 | 2019-10-20 | 1 | -9/+27 |
| | |||||
* | ... | 杨宇千 | 2019-10-19 | 3 | -14/+14 |
| | |||||
* | ... | 杨宇千 | 2019-10-19 | 1 | -1/+1 |
| | |||||
* | ... | 杨宇千 | 2019-10-17 | 2 | -28/+48 |
| | |||||
* | Use etag for cache. | 杨宇千 | 2019-08-20 | 1 | -0/+6 |
| | |||||
* | Add check for content in avatar put. | 杨宇千 | 2019-08-19 | 1 | -0/+19 |
| | |||||
* | Add change username. | 杨宇千 | 2019-08-17 | 1 | -0/+10 |
| | |||||
* | 2 things. | 杨宇千 | 2019-08-08 | 1 | -1/+1 |
| | | | | | 1. Make Administrator in UserPutRequest nullable. 2. Remove default route. | ||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 3 | -95/+95 |
| | |||||
* | 3 things. | 杨宇千 | 2019-08-05 | 3 | -0/+109 |
1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests. |