Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many many bugs fix. | crupest | 2020-06-14 | 1 | -0/+10 |
| | | | | | | 1. Add a way to test front end with mock page. 2. Unknown api returns 400 but not frontend page. 3. Fix a big bug that cause all data loss in database migration. | ||||
* | refactor(back): No longer use standard guid but just use 32-length hex for ↵ | crupest | 2020-06-14 | 1 | -1/+1 |
| | | | | unique id of timeline. | ||||
* | feat(back): Fix #103 . | crupest | 2020-06-14 | 2 | -1/+3 |
| | |||||
* | chore(back): Fix some warnings. | crupest | 2020-06-04 | 3 | -13/+21 |
| | |||||
* | Clean code. | crupest | 2020-03-13 | 2 | -5/+1 |
| | |||||
* | ... | crupest | 2020-03-11 | 1 | -0/+10 |
| | |||||
* | ... | crupest | 2020-03-11 | 1 | -12/+17 |
| | |||||
* | ... | crupest | 2020-03-10 | 3 | -12/+31 |
| | |||||
* | ... | crupest | 2020-03-10 | 1 | -0/+1 |
| | |||||
* | ... | crupest | 2020-03-10 | 2 | -0/+35 |
| | |||||
* | Revert namespace name change. | crupest | 2020-03-10 | 15 | -26/+26 |
| | |||||
* | ... | crupest | 2020-03-10 | 1 | -1/+4 |
| | |||||
* | ... | crupest | 2020-03-10 | 16 | -145/+240 |
| | |||||
* | Init development of post image feature. | crupest | 2020-03-06 | 2 | -3/+43 |
| | |||||
* | Guess what, Chinese character is also a "letter". So no need to change code. ↵ | crupest | 2020-02-29 | 1 | -1/+1 |
| | | | | Just add some tests. | ||||
* | 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 |
| | |||||
* | Add timeline service. | crupest | 2020-02-02 | 3 | -27/+53 |
| | |||||
* | ... | 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 | 2 | -7/+16 |
| | |||||
* | ... | crupest | 2020-01-30 | 10 | -74/+122 |
| | |||||
* | ... | crupest | 2020-01-29 | 5 | -122/+27 |
| | |||||
* | ... | 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 |
| |