aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in simultaneous database queries.crupest2019-12-101-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/Timelinecrupest2019-12-103-5/+38
|\
| * Migrate to System.Text.Json . Format enum to string instead of number. Use ↵crupest2019-11-203-5/+38
| | | | | | | | ISO8601 format for datetime.
* | Migrate to DotNetCore 3.1 .crupest2019-12-101-7/+6
|/
* Update packages and migrate database.crupest2019-11-204-12/+644
|
* Get posts should return posts ordered by time.crupest2019-11-201-1/+1
|
* Change post content to null instead of delete the entity when deleting post.crupest2019-11-201-2/+4
|
* Add delete nonexist post test, and fix the bug.crupest2019-11-201-6/+6
|
* Complete integrated tests??? Fix bugs.crupest2019-11-191-2/+2
|
* Clean project files.crupest2019-11-181-145/+138
|
* Continue to write tests.crupest2019-11-182-2/+1
|
* Write tests and fix bugs found via tests.crupest2019-11-185-21/+20
|
* Fix typo in path of personal timeline controller actions. Add timeline ↵crupest2019-11-173-8/+12
| | | | permission test.
* Complete personal timeline service without tests.crupest2019-11-171-5/+121
|
* WIP : Write timeline service.杨宇千2019-11-134-10/+335
|
* Complete personal timeline controller unit tests.杨宇千2019-11-124-18/+59
|
* Add PersonalTimelineController PostOperationCreate unit tests.杨宇千2019-11-092-4/+4
|
* Complete PersonalTimelineController and write attribute test.杨宇千2019-11-0714-53/+295
|
* Add controller primarily and of course redesign the service accordingly.杨宇千2019-11-049-33/+575
|
* Complete designing timeline service though there may be many bugs in the design.杨宇千2019-11-046-22/+125
|
* WIP: Design the timeline service interface.杨宇千2019-11-037-7/+320
|
* Design the entity model primarily.杨宇千2019-11-038-2/+132
|
* Recreate database and migrations.杨宇千2019-10-3125-1220/+276
|
* Continue to construct feature and tests.杨宇千2019-10-3113-30/+165
|
* Add UserDetailController unit tests.杨宇千2019-10-285-0/+101
|
* Add error code tests.杨宇千2019-10-2711-132/+475
|
* Add user detail service.杨宇千2019-10-259-8/+373
|
* Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-2537-667/+704
|
* Fix a bug in auth handler. This is caused by my confusion in C# language.杨宇千2019-10-241-1/+1
|
* ...杨宇千2019-10-243-3/+3
|
* ...杨宇千2019-10-245-27/+21
|
* ...杨宇千2019-10-2423-216/+1312
|
* ...杨宇千2019-10-2331-247/+858
|
* ...杨宇千2019-10-2210-58/+580
|
* ...杨宇千2019-10-2130-689/+1494
|
* ...杨宇千2019-10-213-183/+6
|
* ...杨宇千2019-10-216-31/+87
|
* ...杨宇千2019-10-2014-200/+991
|
* ...杨宇千2019-10-206-32/+392
|
* ...杨宇千2019-10-202-3/+19
|
* ...杨宇千2019-10-205-15/+264
|
* ...杨宇千2019-10-1913-40/+52
|
* ...杨宇千2019-10-196-19/+67
|
* ...杨宇千2019-10-176-97/+166
|
* Add cors.杨宇千2019-10-172-2/+15
|
* ...杨宇千2019-10-173-12/+6
|
* Init migration to dotnet core 3.0.0 .杨宇千2019-09-254-14/+17
|
* Use cache attribute.杨宇千2019-08-291-4/+1
|
* Fix a bug.杨宇千2019-08-271-1/+1
|
* Add Cache-Control and ETag headers for 304 to satisfy standards.杨宇千2019-08-271-2/+10
|