Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ... | crupest | 2020-02-01 | 5 | -67/+336 | |
| | ||||||
* | Make all patch return the new entity. | crupest | 2020-01-31 | 4 | -26/+35 | |
| | ||||||
* | Fix test bugs in user info mapper. Make create user action return created ↵ | crupest | 2020-01-31 | 3 | -18/+10 | |
| | | | | 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 | 4 | -45/+30 | |
| | ||||||
* | ... | crupest | 2020-01-31 | 7 | -14/+230 | |
| | ||||||
* | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 8 | -19/+32 | |
| | ||||||
* | ... | crupest | 2020-01-30 | 49 | -1473/+521 | |
| | ||||||
* | ... | crupest | 2020-01-29 | 11 | -127/+207 | |
| | ||||||
* | ... | crupest | 2020-01-29 | 24 | -1113/+265 | |
| | ||||||
* | ... | crupest | 2020-01-29 | 30 | -388/+1069 | |
| | ||||||
* | Upgrade library version. | crupest | 2020-01-24 | 1 | -4/+4 | |
| | ||||||
* | ... | crupest | 2020-01-23 | 10 | -117/+95 | |
| | ||||||
* | ... | crupest | 2020-01-21 | 26 | -281/+391 | |
| | ||||||
* | Basically finish refactor of error codes. | crupest | 2020-01-19 | 3 | -6/+5 | |
| | ||||||
* | ... | crupest | 2020-01-18 | 35 | -1538/+725 | |
| | ||||||
* | Fix a bug in delete post. | crupest | 2020-01-17 | 1 | -2/+0 | |
| | ||||||
* | Fix a bug in wrong message of BadPasswordException. | crupest | 2020-01-12 | 2 | -6/+2 | |
| | ||||||
* | Use sqlite development database. | crupest | 2020-01-05 | 18 | -41/+1219 | |
| | ||||||
* | 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 | 3 | -5/+38 | |
|\ | ||||||
| * | Migrate to System.Text.Json . Format enum to string instead of number. Use ↵ | crupest | 2019-11-20 | 3 | -5/+38 | |
| | | | | | | | | ISO8601 format for datetime. | |||||
* | | Migrate to DotNetCore 3.1 . | crupest | 2019-12-10 | 1 | -7/+6 | |
|/ | ||||||
* | Update packages and migrate database. | crupest | 2019-11-20 | 4 | -12/+644 | |
| | ||||||
* | Get posts should return posts ordered by time. | crupest | 2019-11-20 | 1 | -1/+1 | |
| | ||||||
* | Change post content to null instead of delete the entity when deleting post. | crupest | 2019-11-20 | 1 | -2/+4 | |
| | ||||||
* | Add delete nonexist post test, and fix the bug. | crupest | 2019-11-20 | 1 | -6/+6 | |
| | ||||||
* | Complete integrated tests??? Fix bugs. | crupest | 2019-11-19 | 1 | -2/+2 | |
| | ||||||
* | Clean project files. | crupest | 2019-11-18 | 1 | -145/+138 | |
| | ||||||
* | Continue to write tests. | crupest | 2019-11-18 | 2 | -2/+1 | |
| | ||||||
* | Write tests and fix bugs found via tests. | crupest | 2019-11-18 | 5 | -21/+20 | |
| | ||||||
* | Fix typo in path of personal timeline controller actions. Add timeline ↵ | crupest | 2019-11-17 | 3 | -8/+12 | |
| | | | | permission test. | |||||
* | Complete personal timeline service without tests. | crupest | 2019-11-17 | 1 | -5/+121 | |
| | ||||||
* | WIP : Write timeline service. | 杨宇千 | 2019-11-13 | 4 | -10/+335 | |
| | ||||||
* | Complete personal timeline controller unit tests. | 杨宇千 | 2019-11-12 | 4 | -18/+59 | |
| | ||||||
* | Add PersonalTimelineController PostOperationCreate unit tests. | 杨宇千 | 2019-11-09 | 2 | -4/+4 | |
| | ||||||
* | Complete PersonalTimelineController and write attribute test. | 杨宇千 | 2019-11-07 | 14 | -53/+295 | |
| | ||||||
* | Add controller primarily and of course redesign the service accordingly. | 杨宇千 | 2019-11-04 | 9 | -33/+575 | |
| | ||||||
* | Complete designing timeline service though there may be many bugs in the design. | 杨宇千 | 2019-11-04 | 6 | -22/+125 | |
| | ||||||
* | WIP: Design the timeline service interface. | 杨宇千 | 2019-11-03 | 7 | -7/+320 | |
| | ||||||
* | Design the entity model primarily. | 杨宇千 | 2019-11-03 | 8 | -2/+132 | |
| | ||||||
* | Recreate database and migrations. | 杨宇千 | 2019-10-31 | 25 | -1220/+276 | |
| | ||||||
* | Continue to construct feature and tests. | 杨宇千 | 2019-10-31 | 13 | -30/+165 | |
| | ||||||
* | Add UserDetailController unit tests. | 杨宇千 | 2019-10-28 | 5 | -0/+101 | |
| | ||||||
* | Add error code tests. | 杨宇千 | 2019-10-27 | 11 | -132/+475 | |
| | ||||||
* | Add user detail service. | 杨宇千 | 2019-10-25 | 9 | -8/+373 | |
| | ||||||
* | Add NeutralResourcesLanguage. Conform to best practices. | 杨宇千 | 2019-10-25 | 37 | -667/+704 | |
| | ||||||
* | Fix a bug in auth handler. This is caused by my confusion in C# language. | 杨宇千 | 2019-10-24 | 1 | -1/+1 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-24 | 3 | -3/+3 | |
| |