aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Collapse)AuthorAgeFilesLines
* ...crupest2020-01-317-14/+230
|
* Finish reafctor, TODO: Database migration.crupest2020-01-308-19/+32
|
* ...crupest2020-01-3049-1473/+521
|
* ...crupest2020-01-2911-127/+207
|
* ...crupest2020-01-2924-1113/+265
|
* ...crupest2020-01-2930-388/+1069
|
* Upgrade library version.crupest2020-01-241-4/+4
|
* ...crupest2020-01-2310-117/+95
|
* ...crupest2020-01-2126-281/+391
|
* Basically finish refactor of error codes.crupest2020-01-193-6/+5
|
* ...crupest2020-01-1835-1538/+725
|
* Fix a bug in delete post.crupest2020-01-171-2/+0
|
* Fix a bug in wrong message of BadPasswordException.crupest2020-01-122-6/+2
|
* Use sqlite development database.crupest2020-01-0518-41/+1219
|
* Fix the format in date string.crupest2019-12-111-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.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
|