Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ... | crupest | 2020-01-29 | 2 | -0/+27 | |
| | ||||||
* | ... | crupest | 2020-01-29 | 4 | -19/+47 | |
| | ||||||
* | ... | crupest | 2020-01-21 | 4 | -43/+13 | |
| | ||||||
* | ... | crupest | 2020-01-18 | 3 | -36/+261 | |
| | ||||||
* | 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. | |||||
* | Migrate to System.Text.Json . Format enum to string instead of number. Use ↵ | crupest | 2019-11-20 | 2 | -0/+27 | |
| | | | | ISO8601 format for datetime. | |||||
* | Continue to write tests. | crupest | 2019-11-18 | 1 | -1/+0 | |
| | ||||||
* | Write tests and fix bugs found via tests. | crupest | 2019-11-18 | 1 | -2/+16 | |
| | ||||||
* | 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 | |
| | ||||||
* | WIP: Design the timeline service interface. | 杨宇千 | 2019-11-03 | 1 | -0/+42 | |
| | ||||||
* | Add error code tests. | 杨宇千 | 2019-10-27 | 1 | -16/+1 | |
| | ||||||
* | Add NeutralResourcesLanguage. Conform to best practices. | 杨宇千 | 2019-10-25 | 3 | -76/+43 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-24 | 1 | -19/+47 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-23 | 6 | -65/+86 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-22 | 2 | -50/+45 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-21 | 6 | -183/+39 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-21 | 1 | -10/+32 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-20 | 1 | -9/+27 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-19 | 4 | -20/+20 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-19 | 1 | -1/+1 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-17 | 2 | -28/+48 | |
| | ||||||
* | Rename EMail to Email. | 杨宇千 | 2019-08-24 | 1 | -2/+4 | |
| | ||||||
* | Add nickname. Step 1. | 杨宇千 | 2019-08-22 | 1 | -1/+6 | |
| | ||||||
* | Add validators. | 杨宇千 | 2019-08-21 | 2 | -4/+116 | |
| | ||||||
* | Add database entity and service. | 杨宇千 | 2019-08-21 | 2 | -0/+42 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add validation. | 杨宇千 | 2019-08-17 | 2 | -0/+152 | |
| | ||||||
* | 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 | 6 | -195/+195 | |
|\ | ||||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 1 | -42/+42 | |
| | | ||||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 7 | -42/+209 | |
|/ | | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests. | |||||
* | WIP: Change UserController. | 杨宇千 | 2019-07-23 | 1 | -0/+6 | |
| | ||||||
* | Add version column in user database. | 杨宇千 | 2019-07-20 | 1 | -0/+3 | |
| | ||||||
* | Add database connection. | crupest | 2019-04-12 | 1 | -0/+33 | |